You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you never call ssl_set_rng() and then do something that needs the RNG, the program segfaults. For example, comment the line with ssl_set_rng in ssl/ssl_client1.c and run ssl_server and then ssl_client1. ssl_client1 will segfault during the handshake. There should be either a safe default or a graceful failure instead.
The text was updated successfully, but these errors were encountered:
If you never call
ssl_set_rng()
and then do something that needs the RNG, the program segfaults. For example, comment the line withssl_set_rng
inssl/ssl_client1.c
and runssl_server
and thenssl_client1
.ssl_client1
will segfault during the handshake. There should be either a safe default or a graceful failure instead.The text was updated successfully, but these errors were encountered: