aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-288-22/+22
* Small bugfixes to the KSSL implementation.Richard Levitte2002-11-263-4/+3
* Typo. OPENSSL_NO_ECDH, not NO_OPENSSL_ECDHRichard Levitte2002-11-221-1/+1
* 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
* WinCE patchesRichard Levitte2002-11-152-0/+31
* 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
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-1322-143/+155
* avoid Purify warningsBodo Möller2002-11-051-0/+7
* fix typoBodo Möller2002-11-051-1/+1
* Remove all referenses to RSAref, since that's been gone for more thanRichard Levitte2002-10-311-230/+50
* Sun has agreed to removing the covenant language from most files.Bodo Möller2002-10-294-52/+0
* Correct and enhance the behaviour of "internal" session caching as itGeoff Thorpe2002-10-293-7/+11
* increase permissible message length so that we can handleBodo Möller2002-10-281-1/+1
* Typos.Richard Levitte2002-10-152-6/+6
* Typos.Richard Levitte2002-10-151-2/+2
* makedepend complains when a header file is included more than once inRichard Levitte2002-10-141-2/+0
* TypoRichard Levitte2002-10-102-4/+4
* RFC 2712 redefines the codes for use of Kerberos 5 in SSL/TLS.Richard Levitte2002-10-103-43/+195
* 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-191-16/+5
* 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-3/+14
* 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-3/+16
* remove commentBodo Möller2002-08-121-8/+0
* remove debug messagesBodo Möller2002-08-121-4/+0
* fix commentBodo Möller2002-08-121-1/+1
* get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead)Bodo Möller2002-08-123-11/+8
* make updateBodo Möller2002-08-091-691/+715
* fix warningsBodo Möller2002-08-091-0/+2
* ECC ciphersuite supportBodo Möller2002-08-0914-75/+1953
* oops -- must use EVP_MD_size, not EVP_MD_block_sizeBodo Möller2002-08-031-3/+3
* get rid of OpenSSLDieBodo Möller2002-08-0211-42/+143
* Make sure to use $(MAKE) everywhere instead of make.Richard Levitte2002-07-311-1/+1
* Typo.Lutz Jänicke2002-07-301-1/+1
* OpenSSL Security Advisory [30 July 2002]Lutz Jänicke2002-07-3010-191/+252
* "make update"Lutz Jänicke2002-07-301-935/+914
* New cipher selection options COMPLEMENTOFALL and COMPLEMENTOFDEFAULT.Lutz Jänicke2002-07-192-0/+19
* Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller2002-07-141-349/+635
* Reorder inclusion of header files:Lutz Jänicke2002-07-1014-17/+17
* 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-5/+17
* AES cipher suites are now official (RFC3268)Bodo Möller2002-07-043-23/+23