summaryrefslogtreecommitdiff
path: root/usr.bin/openssl/s_server.c
AgeCommit message (Expand)Author
2014-12-14unifdef OPENSSL_NO_NEXTPROTONEGJoel Sing
2014-12-10Add ALPN support to openssl(1).Joel Sing
2014-12-02convert select() to poll(). This is one of the most complicatedTheo de Raadt
2014-11-06TLS is pretty boring without TLS extensions... unifdef OPENSSL_NO_TLSEXT,Joel Sing
2014-10-31Remove ephemeral RSA key handling.Joel Sing
2014-10-31Use automatic DH ephemeral parameters instead of fixed 512 bit.Joel Sing
2014-10-22Use arc4random_buf() instead of RAND(_pseudo)?_bytes().Joel Sing
2014-10-13Use O_NONBLOCK over FIONBIO.Brent Cook
2014-08-26Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is notJoel Sing