aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Fix null-pointer assignment in do_change_cipher_spec() revealedOpenSSL_0_9_6mMark J. Cox2004-03-171-0/+8
* Change expt to something else, as in 0.9.7-stable.Richard Levitte2004-01-292-9/+9
* We're getting a clash with C++ because it has a type called 'list'.Richard Levitte2003-11-293-41/+42
* RSA_size() and DH_size() return the amount of bytes in a key, and weRichard Levitte2003-11-281-2/+2
* Correct a mixup of return valuesRichard Levitte2003-10-021-2/+2
* Have ssl3_ssl3_send_client_verify() change the state to SSL3_ST_SW_CERT_VRFY_B.Richard Levitte2003-09-271-0/+1
* Have ssl3_send_certificate_request() change the state to SSL3_ST_SW_CERT_REQ_B.Richard Levitte2003-09-271-0/+1
* These should be write-locks, not read-locks.Geoff Thorpe2003-09-081-2/+2
* Only accept a client certificate if the server requestsDr. Stephen Henson2003-09-031-4/+5
* make sure no error is left in the queue that is intentionally ignoredBodo Möller2003-08-111-1/+3
* tolerate extra data at end of client hello for SSL 3.0Bodo Möller2003-07-211-0/+4
* Fix the problem with missing definition of THREADS on VMS.Richard Levitte2003-03-271-1/+1
* countermeasure against new Klima-Pokorny-Rosa atackBodo Möller2003-03-191-13/+11
* Security fix: Vaudenay timing attack on CBC.Richard Levitte2003-02-191-16/+31
* commentsBodo Möller2003-02-121-1/+3
* Merge from HEAD...Richard Levitte2002-12-213-2/+13
* A few more memset()s converted to OPENSSL_cleanse().Richard Levitte2002-11-291-1/+1
* Have all tests use EXIT() to exit rather than exit(), since the latter doesn'tRichard Levitte2002-11-281-1/+1
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-287-18/+18
* Fix bug introduced by the attempt to fix client side external sessionLutz Jänicke2002-11-201-0/+5
* allocate bio_err before memory debugging is enabled to avoid memory leaksBodo Möller2002-11-191-2/+3
* The pointer to the cipher object is not yet set, when session was reloadedLutz Jänicke2002-11-151-1/+1
* We need to read one more byte of the REQUEST-CERTIFICATE message.Richard Levitte2002-11-151-2/+2
* avoid Purify warningsBodo Möller2002-11-051-0/+7
* The recent session caching modifications (including docs, and CHANGES) wereGeoff Thorpe2002-10-293-7/+11
* increase permissible message length so that we can handleBodo Möller2002-10-281-1/+1
* Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-091-1/+1
* fix more race conditionsBodo Möller2002-09-264-24/+53
* Add missing brackets.Lutz Jänicke2002-09-251-2/+2
* really fix race conditionsBodo Möller2002-09-2510-56/+87
* really fix race conditionBodo Möller2002-09-238-0/+32
* there is no minimum length for session IDsBodo Möller2002-09-201-11/+1
* there is no minimum length for session IDsBodo Möller2002-09-191-7/+6
* fix race conditionBodo Möller2002-09-191-1/+1
* Reorder cleanup sequence in SSL_CTX_free() to leave ex_data for remove_cb().Lutz Jänicke2002-08-161-4/+15
* use correct function code in error messageBodo Möller2002-08-151-1/+1
* Sometimes, the value of the variable containing the compiler call canRichard Levitte2002-08-151-1/+1
* Instead of returning errors when certain flags are unusable, just ignore them.Richard Levitte2002-08-141-1/+11
* Small syntax error corrected. Fortunately, this one only issues aRichard Levitte2002-08-141-1/+1
* get rid of OpenSSLDieBodo Möller2002-08-0211-40/+132
* OpenSSL Security Advisory [30 July 2002]Lutz Jänicke2002-07-3010-43/+98
* "make update"Lutz Jänicke2002-07-301-104/+139
* 'SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION' does not belong here,Bodo Möller2002-07-191-2/+0
* Ciphers with NULL encryption were not properly handled because they wereLutz Jänicke2002-07-103-12/+15
* emtpy fragments are not necessary for SSL_eNULLBodo Möller2002-07-092-4/+16
* New option SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS for disabling CBCBodo Möller2002-06-143-14/+38
* make updateRichard Levitte2002-06-131-139/+104
* Recover from errorsRichard Levitte2002-05-231-0/+2
* fix warningBodo Möller2002-05-061-1/+1
* fix castsBodo Möller2002-05-051-10/+9