summaryrefslogtreecommitdiffstats
path: root/ssl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make no-engine work again.Dr. Stephen Henson2008-12-201-3/+23
* Back out pointless change.Ben Laurie2008-12-131-3/+0
* *** empty log message ***Ben Laurie2008-12-131-0/+3
* Stop warning about different const qualifiers.Dr. Stephen Henson2008-11-241-1/+1
* Integrate J-PAKE and TLS-PSK. Increase PSK buffer size. Fix memory leaks.Ben Laurie2008-11-161-1/+1
* PR: 1574Dr. Stephen Henson2008-11-157-6/+213
* Aftermath of a clashing size_t fix (now only format changes).Ben Laurie2008-11-131-1/+1
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-126-39/+32
* Make -DKSSL_DEBUG work again.Dr. Stephen Henson2008-11-103-28/+35
* Fix warnings about mismatched prototypes, undefined size_t and value computedDr. Stephen Henson2008-11-021-1/+1
* More size_tification.Ben Laurie2008-11-012-3/+3
* Fix warning.Ben Laurie2008-10-291-3/+3
* Win32 fixes... add new directory to build system. Fix warnings.Dr. Stephen Henson2008-10-271-1/+1
* 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-042-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-056-21/+17
* Avoid warnings with -pedantic, specifically:Dr. Stephen Henson2008-07-051-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-051-1/+0
* Compilation option to use a specific ssl client auth engine automatically.Dr. Stephen Henson2008-06-051-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-021-0/+7
* Allow ENGINE client cert callback to specify a set of other certs, forDr. Stephen Henson2008-06-021-1/+1
* Update error codes.Dr. Stephen Henson2008-06-022-0/+4
* Add client cert engine to SSL routines.Dr. Stephen Henson2008-06-025-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-291-0/+7