summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-10Make -DKSSL_DEBUG work again.Dr. Stephen Henson
2008-11-02Fix warnings about mismatched prototypes, undefined size_t and value computedDr. Stephen Henson
2008-11-01More size_tification.Ben Laurie
2008-10-29Fix warning.Ben Laurie
2008-10-27Win32 fixes... add new directory to build system. Fix warnings.Dr. Stephen Henson
2008-10-22Create function of the form OBJ_bsearch_xxx() in bsearch typesafe macrosDr. Stephen Henson
2008-10-20Fix a shed load or warnings:Dr. Stephen Henson
2008-10-13Remove the DTLS1_BAD_VER thing from 0.9.9-dev. It is present in 0.9.8Lutz Jänicke
2008-10-13Half of the commit for 0.9.8 as the bitmap handling has changed.Lutz Jänicke
2008-10-12Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie
2008-10-12Add missing DTLS1_BAD_VER (hope I got the value right).Ben Laurie
2008-10-10When the underlying BIO_write() fails to send a datagram, we leave theLutz Jänicke
2008-09-22Make sure that SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG can'tBodo Möller
2008-09-14update commentBodo Möller
2008-09-14oopsBodo Möller
2008-09-14dtls1_write_bytes consumers expect amount of bytes written per call, notAndy Polyakov
2008-09-14Fix SSL state transitions.Bodo Möller
2008-09-14Some precautions to avoid potential security-relevant problems.Bodo Möller
2008-09-13DTLS didn't handle alerts correctly.Andy Polyakov
2008-09-10Add SSL_FIPS flag for FIPS 140-2 approved ciphersuites and add a newDr. Stephen Henson
2008-09-03Fix from stable branch.Dr. Stephen Henson
2008-09-03Do not discard cached handshake records during resumed sessions:Dr. Stephen Henson
2008-09-03Make no-tlsext compile.Dr. Stephen Henson
2008-08-13sanity checkBodo Möller
2008-08-06Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe
2008-08-05Fix signed/unsigned warning.Geoff Thorpe
2008-08-04Fix error codes for memory-saving patch.Bodo Möller
2008-07-04Avoid warnings with -pedantic, specifically:Dr. Stephen Henson
2008-07-03Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe
2008-06-05Update from stable branch.Dr. Stephen Henson
2008-06-04Remove test fprintf.Dr. Stephen Henson
2008-06-04Compilation option to use a specific ssl client auth engine automatically.Dr. Stephen Henson
2008-06-04More type-checking.Ben Laurie
2008-06-03Add support for client cert engine setting in s_client app.Dr. Stephen Henson
2008-06-03Prevent signed/unsigned warning on VC++Dr. Stephen Henson
2008-06-03Memory saving patch.Ben Laurie
2008-06-01Release engine reference when calling SSL_CTX_free().Dr. Stephen Henson
2008-06-01Allow ENGINE client cert callback to specify a set of other certs, forDr. Stephen Henson
2008-06-01Update error codes.Dr. Stephen Henson
2008-06-01Add client cert engine to SSL routines.Dr. Stephen Henson
2008-06-01Update error codes, move typedef of SSL, SSL_CTX to ossl_typ.hDr. Stephen Henson
2008-05-28From HEAD:Bodo Möller
2008-05-28From HEAD:Bodo Möller
2008-05-26LHASH revamp. make depend.Ben Laurie
2008-05-26Reword comment to be much shorter to stop other people from complainingLutz Jänicke
2008-05-23Clear error queue when starting SSL_CTX_use_certificate_chain_fileLutz Jänicke
2008-04-30Update from stable branch.Dr. Stephen Henson
2008-04-29Update from stable branch.Dr. Stephen Henson
2008-04-29Oops!Dr. Stephen Henson