summaryrefslogtreecommitdiff
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Properly check EVP_VerifyFinal() and similar return valuesDr. Stephen Henson2009-01-075-8/+8
* Fix compilation with -no-comp by adding some more #ifndef OPENSSL_NO_COMPLutz Jänicke2009-01-054-0/+11
* Avoid signed/unsigned compare warnings.Dr. Stephen Henson2008-12-291-1/+1
* Make -DKSSL_DEBUG work again.Dr. Stephen Henson2008-11-103-23/+32
* Firstly, the bitmap we use for replay protection was ending up with zeroLutz Jänicke2008-10-132-0/+2
* When the underlying BIO_write() fails to send a datagram, we leave theLutz Jänicke2008-10-101-1/+8
* Make sure that SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG can'tBodo Möller2008-09-221-13/+19
* Make update: delete duplicate error code.Dr. Stephen Henson2008-09-171-587/+610
* Updates to build system from FIPS branch. Make fipscanisterbuild work andDr. Stephen Henson2008-09-171-1/+1
* 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 error code discrepancy.Dr. Stephen Henson2008-09-141-472/+493
* 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 [from HEAD].Andy Polyakov2008-09-133-3/+25
* If tickets disabled behave as if no ticket received to supportDr. Stephen Henson2008-09-031-6/+8
* sanity checkBodo Möller2008-08-133-0/+9
* Make ssl code consistent with FIPS branch. The new code has no effectDr. Stephen Henson2008-06-1613-31/+111
* If auto load ENGINE lookup fails retry adding builtin ENGINEs.Dr. Stephen Henson2008-06-051-0/+6
* include engine.h if needed.Dr. Stephen Henson2008-06-051-0/+3
* Update from HEAD.Dr. Stephen Henson2008-06-041-0/+19
* Backport more ENGINE SSL client auth code to 0.9.8.Dr. Stephen Henson2008-06-046-5/+60
* Backport ssl client auth ENGINE support to 0.9.8.Dr. Stephen Henson2008-06-041-3/+0
* fix whitespaceBodo Möller2008-05-281-6/+6
* Fix flaw if 'Server Key exchange message' is omitted from a TLSMark J. Cox2008-05-281-0/+7
* Fix double-free in TLS server name extensions which could lead to a remoteMark J. Cox2008-05-281-0/+1
* 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
* TLS ticket key setting callback: this allows and application to setDr. Stephen Henson2008-04-305-30/+82
* Do not permit stateless session resumption is session IDs mismatch.Dr. Stephen Henson2008-04-291-1/+5
* Support ticket renewal in state machine (not used at present).Dr. Stephen Henson2008-04-291-2/+11
* Status strings for ticket states.Dr. Stephen Henson2008-04-291-0/+4
* Fix from HEAD.Dr. Stephen Henson2008-04-251-1/+9
* Avoid "initializer not constant" errors when compiling in pedantic mode.Dr. Stephen Henson2008-04-021-1/+1
* Make depend.Ben Laurie2007-11-151-21/+23
* Allow new session ticket when resuming.Dr. Stephen Henson2007-11-031-1/+4
* Ensure the ticket expected flag is reset when a stateless resumption isDr. Stephen Henson2007-10-181-0/+1
* New unused field crippled ssl_ctx_st in 0.9.8"f".Andy Polyakov2007-10-171-1/+0
* Don't let DTLS ChangeCipherSpec increment handshake sequence number. FromAndy Polyakov2007-10-172-4/+6
* Don't try to lookup zero length session.Dr. Stephen Henson2007-10-171-1/+3
* Allow TLS tickets and session ID to both be present if lifetime hint is -1.Dr. Stephen Henson2007-10-171-6/+9
* Make ssl compile.Andy Polyakov2007-10-142-0/+2
* Avoid shadow and signed/unsigned warnings.Dr. Stephen Henson2007-10-121-8/+8
* Backport certificate status request TLS extension support to 0.9.8.Dr. Stephen Henson2007-10-1211-6/+521
* make update, and more DTLS stuff.Ben Laurie2007-10-114-615/+541
* Respect cookie length set by app_gen_cookie_cb [from HEAD].Andy Polyakov2007-10-091-2/+1
* Make DTLS1 record layer MAC calculation RFC compliant. From HEAD with aAndy Polyakov2007-10-091-5/+25
* Prohibit RC4 in DTLS [from HEAD].Andy Polyakov2007-10-052-1/+23
* Set client_version earlier in DTLS (this is 0.9.8 specific).Andy Polyakov2007-10-031-0/+1