summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/s_server.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Remove ancient compat hack SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG.doug2015-06-151-29/+1
* Move verify externs into the header file.jsing2015-04-141-3/+1
* unifdef OPENSSL_NO_NEXTPROTONEGjsing2014-12-141-17/+1
* Add ALPN support to openssl(1).jsing2014-12-101-9/+65
* convert select() to poll(). This is one of the most complicatedderaadt2014-12-021-14/+22
* TLS is pretty boring without TLS extensions... unifdef OPENSSL_NO_TLSEXT,jsing2014-11-061-51/+1
* Remove ephemeral RSA key handling.jsing2014-10-311-43/+4
* Use automatic DH ephemeral parameters instead of fixed 512 bit.jsing2014-10-311-38/+23
* Use arc4random_buf() instead of RAND(_pseudo)?_bytes().jsing2014-10-221-3/+2
* Use O_NONBLOCK over FIONBIO.bcook2014-10-131-7/+3
* Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is notjsing2014-08-261-0/+2154