aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Create function of the form OBJ_bsearch_xxx() in bsearch typesafe macrosDr. Stephen Henson2008-10-223-6/+4
* Fix a shed load or warnings:Dr. Stephen Henson2008-10-202-2/+2
* Remove the DTLS1_BAD_VER thing from 0.9.9-dev. It is present in 0.9.8Lutz Jänicke2008-10-132-3/+1
* Half of the commit for 0.9.8 as the bitmap handling has changed.Lutz Jänicke2008-10-131-0/+1
* Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie2008-10-1214-61/+64
* Add missing DTLS1_BAD_VER (hope I got the value right).Ben Laurie2008-10-121-0/+1
* When the underlying BIO_write() fails to send a datagram, we leave theLutz Jänicke2008-10-101-1/+9
* Make sure that SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG can'tBodo Möller2008-09-221-12/+18
* update commentBodo Möller2008-09-141-1/+1
* oopsBodo Möller2008-09-141-2/+2
* dtls1_write_bytes consumers expect amount of bytes written per call, notAndy Polyakov2008-09-141-1/+1
* Fix SSL state transitions.Bodo Möller2008-09-142-6/+6
* Some precautions to avoid potential security-relevant problems.Bodo Möller2008-09-141-1/+1
* DTLS didn't handle alerts correctly.Andy Polyakov2008-09-132-1/+14
* Add SSL_FIPS flag for FIPS 140-2 approved ciphersuites and add a newDr. Stephen Henson2008-09-104-21/+25
* Fix from stable branch.Dr. Stephen Henson2008-09-032-3/+10
* Do not discard cached handshake records during resumed sessions:Dr. Stephen Henson2008-09-031-4/+2
* Make no-tlsext compile.Dr. Stephen Henson2008-09-031-1/+2
* sanity checkBodo Möller2008-08-133-0/+9
* Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe2008-08-061-1/+1
* Fix signed/unsigned warning.Geoff Thorpe2008-08-051-1/+1
* Fix error codes for memory-saving patch.Bodo Möller2008-08-046-21/+17
* Avoid warnings with -pedantic, specifically:Dr. Stephen Henson2008-07-041-1/+1
* Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe2008-07-031-1/+1
* Update from stable branch.Dr. Stephen Henson2008-06-051-0/+6
* Remove test fprintf.Dr. Stephen Henson2008-06-041-1/+0
* Compilation option to use a specific ssl client auth engine automatically.Dr. Stephen Henson2008-06-041-0/+16
* More type-checking.Ben Laurie2008-06-041-46/+47
* Add support for client cert engine setting in s_client app.Dr. Stephen Henson2008-06-031-0/+2
* Prevent signed/unsigned warning on VC++Dr. Stephen Henson2008-06-031-1/+1
* Memory saving patch.Ben Laurie2008-06-038-12/+232
* Release engine reference when calling SSL_CTX_free().Dr. Stephen Henson2008-06-011-0/+7
* Allow ENGINE client cert callback to specify a set of other certs, forDr. Stephen Henson2008-06-011-1/+1
* Update error codes.Dr. Stephen Henson2008-06-012-0/+4
* Add client cert engine to SSL routines.Dr. Stephen Henson2008-06-015-4/+53
* Update error codes, move typedef of SSL, SSL_CTX to ossl_typ.hDr. Stephen Henson2008-06-011-3/+0
* From HEAD:Bodo Möller2008-05-281-0/+7
* From HEAD:Bodo Möller2008-05-281-0/+1
* LHASH revamp. make depend.Ben Laurie2008-05-264-529/+549
* Reword comment to be much shorter to stop other people from complainingLutz Jänicke2008-05-261-5/+1
* Clear error queue when starting SSL_CTX_use_certificate_chain_fileLutz Jänicke2008-05-231-0/+6
* Update from stable branch.Dr. Stephen Henson2008-04-305-29/+81
* Update from stable branch.Dr. Stephen Henson2008-04-291-1/+5
* Oops!Dr. Stephen Henson2008-04-291-3/+1
* Update from stable branch.Dr. Stephen Henson2008-04-292-6/+20
* Update from stable branch.Dr. Stephen Henson2008-04-291-0/+4
* Don't send zero length session ID if stateless session resupmtion isDr. Stephen Henson2008-04-251-1/+9
* Disable debugging fprintf.Dr. Stephen Henson2008-04-251-0/+2
* There was a need to support thread ID types that couldn't be reliably castGeoff Thorpe2008-03-281-1/+1
* Update dependencies.Dr. Stephen Henson2008-03-221-38/+40