aboutsummaryrefslogtreecommitdiff
path: root/ssl
AgeCommit message (Expand)AuthorFilesLines
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte8-22/+22
2002-11-26Small bugfixes to the KSSL implementation.Richard Levitte3-4/+3
2002-11-22Typo. OPENSSL_NO_ECDH, not NO_OPENSSL_ECDHRichard Levitte1-1/+1
2002-11-20Fix bug introduced by the attempt to fix client side external sessionLutz Jänicke1-0/+5
2002-11-19allocate bio_err before memory debugging is enabled to avoid memory leaksBodo Möller1-2/+3
2002-11-15WinCE patchesRichard Levitte2-0/+31
2002-11-15The pointer to the cipher object is not yet set, when session was reloadedLutz Jänicke1-1/+1
2002-11-15We need to read one more byte of the REQUEST-CERTIFICATE message.Richard Levitte1-2/+2
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie22-143/+155
2002-11-05avoid Purify warningsBodo Möller1-0/+7
2002-11-05fix typoBodo Möller1-1/+1
2002-10-31Remove all referenses to RSAref, since that's been gone for more thanRichard Levitte1-230/+50
2002-10-29Sun has agreed to removing the covenant language from most files.Bodo Möller4-52/+0
2002-10-29Correct and enhance the behaviour of "internal" session caching as itGeoff Thorpe3-7/+11
2002-10-28increase permissible message length so that we can handleBodo Möller1-1/+1
2002-10-15Typos.Richard Levitte2-6/+6
2002-10-15Typos.Richard Levitte1-2/+2
2002-10-14makedepend complains when a header file is included more than once inRichard Levitte1-2/+0
2002-10-10TypoRichard Levitte2-4/+4
2002-10-10RFC 2712 redefines the codes for use of Kerberos 5 in SSL/TLS.Richard Levitte3-43/+195
2002-10-09Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte1-1/+1
2002-09-26fix more race conditionsBodo Möller4-24/+53
2002-09-25Add missing brackets.Lutz Jänicke1-2/+2
2002-09-25really fix race conditionsBodo Möller10-56/+87
2002-09-23really fix race conditionBodo Möller8-0/+32
2002-09-19there is no minimum length for session IDsBodo Möller1-16/+5
2002-09-19fix race conditionBodo Möller1-1/+1
2002-08-16Reorder cleanup sequence in SSL_CTX_free() to leave ex_data for remove_cb().Lutz Jänicke1-3/+14
2002-08-15use correct function code in error messageBodo Möller1-1/+1
2002-08-15Sometimes, the value of the variable containing the compiler call canRichard Levitte1-1/+1
2002-08-14Instead of returning errors when certain flags are unusable, just ignore them.Richard Levitte1-3/+16
2002-08-12remove commentBodo Möller1-8/+0
2002-08-12remove debug messagesBodo Möller1-4/+0
2002-08-12fix commentBodo Möller1-1/+1
2002-08-12get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead)Bodo Möller3-11/+8
2002-08-09make updateBodo Möller1-691/+715
2002-08-09fix warningsBodo Möller1-0/+2
2002-08-09ECC ciphersuite supportBodo Möller14-75/+1953
2002-08-03oops -- must use EVP_MD_size, not EVP_MD_block_sizeBodo Möller1-3/+3
2002-08-02get rid of OpenSSLDieBodo Möller11-42/+143
2002-07-31Make sure to use $(MAKE) everywhere instead of make.Richard Levitte1-1/+1
2002-07-30Typo.Lutz Jänicke1-1/+1
2002-07-30OpenSSL Security Advisory [30 July 2002]Lutz Jänicke10-191/+252
2002-07-30"make update"Lutz Jänicke1-935/+914
2002-07-19New cipher selection options COMPLEMENTOFALL and COMPLEMENTOFDEFAULT.Lutz Jänicke2-0/+19
2002-07-14Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller1-349/+635
2002-07-10Reorder inclusion of header files:Lutz Jänicke14-17/+17
2002-07-10Ciphers with NULL encryption were not properly handled because they wereLutz Jänicke3-12/+15
2002-07-09emtpy fragments are not necessary for SSL_eNULLBodo Möller2-5/+17
2002-07-04AES cipher suites are now official (RFC3268)Bodo Möller3-23/+23