index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
openssl
/
s_server.c
Age
Commit message (
Expand
)
Author
2015-07-20
Avoid possible NULL deref in openssl(1) s_server.
Doug Hogan
2015-07-17
Remove SSLv3 support from openssl(1) s_server.
Doug Hogan
2015-07-17
Remove workaround for TLS padding bug from SSLeay days.
Doug Hogan
2015-06-15
Remove ancient compat hack SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG.
Doug Hogan
2015-04-14
Move verify externs into the header file.
Joel Sing
2014-12-14
unifdef OPENSSL_NO_NEXTPROTONEG
Joel Sing
2014-12-10
Add ALPN support to openssl(1).
Joel Sing
2014-12-02
convert select() to poll(). This is one of the most complicated
Theo de Raadt
2014-11-06
TLS is pretty boring without TLS extensions... unifdef OPENSSL_NO_TLSEXT,
Joel Sing
2014-10-31
Remove ephemeral RSA key handling.
Joel Sing
2014-10-31
Use automatic DH ephemeral parameters instead of fixed 512 bit.
Joel Sing
2014-10-22
Use arc4random_buf() instead of RAND(_pseudo)?_bytes().
Joel Sing
2014-10-13
Use O_NONBLOCK over FIONBIO.
Brent Cook
2014-08-26
Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is not
Joel Sing