Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2008-09-22 | Make sure that SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG can't | Bodo Möller | 2 | -13/+28 | |
enable disabled ciphersuites. | |||||
2008-09-15 | From branch OpenSSL_0_9_8-stable: Allow soft-loading engines. | Bodo Möller | 3 | -15/+34 | |
Also, fix CHANGES (consistency with stable branch). | |||||
2008-09-15 | Add missing CHANGES entry. | Dr. Stephen Henson | 1 | -0/+6 | |
2008-09-15 | from 0.9.8 branch | Bodo Möller | 2 | -0/+31 | |
2008-09-15 | Update FAQ. | Dr. Stephen Henson | 1 | -1/+1 | |
2008-09-15 | Fix yesterday typos in bss_dgram.c. | Andy Polyakov | 1 | -7/+7 | |
2008-09-15 | Fix build warnings. | Geoff Thorpe | 3 | -4/+3 | |
2008-09-14 | update comment | Bodo Möller | 1 | -1/+1 | |
2008-09-14 | Winsock handles SO_RCVTIMEO in unique manner... | Andy Polyakov | 1 | -0/+56 | |
PR: 1648 | |||||
2008-09-14 | oops | Bodo Möller | 1 | -2/+2 | |
2008-09-14 | dtls1_write_bytes consumers expect amount of bytes written per call, not | Andy Polyakov | 1 | -1/+1 | |
overall. PR: 1604 | |||||
2008-09-14 | Fix SSL state transitions. | Bodo Möller | 3 | -6/+10 | |
Submitted by: Nagendra Modadugu | |||||
2008-09-14 | Note about CVS branch inconsistency. | Bodo Möller | 1 | -0/+2 | |
2008-09-14 | Really get rid of unsafe double-checked locking. | Bodo Möller | 2 | -20/+76 | |
Also, "CHANGES" clean-ups. | |||||
2008-09-14 | Some precautions to avoid potential security-relevant problems. | Bodo Möller | 5 | -53/+165 | |
2008-09-13 | DTLS didn't handle alerts correctly. | Andy Polyakov | 2 | -1/+14 | |
PR: 1632 | |||||
2008-09-12 | AIX build updates. | Andy Polyakov | 11 | -28/+74 | |
2008-09-10 | Add SSL_FIPS flag for FIPS 140-2 approved ciphersuites and add a new | Dr. Stephen Henson | 4 | -21/+25 | |
strength "FIPS" to represent all FIPS approved ciphersuites without NULL encryption. | |||||
2008-09-09 | Ignoring errors in makedepend can hide problems. | Ben Laurie | 1 | -1/+1 | |
2008-09-07 | Fix warning. | Ben Laurie | 1 | -1/+2 | |
2008-09-04 | Fix from stable branch. | Dr. Stephen Henson | 2 | -3/+10 | |
2008-09-03 | Do not discard cached handshake records during resumed sessions: | Dr. Stephen Henson | 1 | -4/+2 | |
they are used for mac computation. | |||||
2008-09-03 | Make no-tlsext compile. | Dr. Stephen Henson | 2 | -1/+8 | |