aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix null-pointer assignment in do_change_cipher_spec() revealedOpenSSL_0_9_6mMark J. Cox2004-03-179-10/+26
* Win32 fixes.Dr. Stephen Henson2004-03-173-3/+3
* Memory leak fix.Dr. Stephen Henson2004-03-051-2/+5
* Make our page with pointers to binary distributions visible in the FAQRichard Levitte2004-03-041-1/+4
* Fix handling of -offset and -length in asn1parse tool.Dr. Stephen Henson2004-02-081-1/+9
* Typo.Richard Levitte2004-01-291-1/+1
* Change expt to something else, as in 0.9.7-stable.Richard Levitte2004-01-293-12/+12
* send_*_chars() and do_dump() are private functions and shouldRichard Levitte2004-01-291-4/+7
* Include e_os.h the same way as everywhere else.Richard Levitte2004-01-293-0/+12
* Synchronise my debugging target with 0.9.7-stable.Richard Levitte2004-01-281-1/+1
* [Merged from the main trunk]Richard Levitte2004-01-221-2/+30
* Replace expired certificate.Dr. Stephen Henson2004-01-212-14/+31
* Just include "e_os.h" and trust the -I options to the compiler.Richard Levitte2004-01-194-4/+4
* Buffer overrun in e_rc4.c was fixed in Nov 2002 in HEAD and 0_9_7 branches,Andy Polyakov2004-01-181-2/+1
* CRYPTO_malloc(), CRYPTO_realloc() and variants of them should return NULLRichard Levitte2003-12-011-3/+3
* Make sure the documentation matches reality.Richard Levitte2003-11-291-2/+2
* 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
* 1024 is the export key bits limit according to current regulations, not 512.Richard Levitte2003-11-281-1/+1
* Let's use text/plain in the example instead of crapy HTML.Richard Levitte2003-11-281-3/+3
* Fix typo breaking linux-s390x target: "," -> "." .Lutz Jänicke2003-11-161-1/+1
* Bump revision after taggingMark J. Cox2003-11-042-2/+6
* Stop bug triggering large recursion when presented withOpenSSL_0_9_6lMark J. Cox2003-11-047-13/+23
* In this version of OpenSSL, declarations aren't always strictRichard Levitte2003-11-031-1/+1
* Correct a mixup of return valuesRichard Levitte2003-10-021-2/+2
* Include e_os.h to get a proper definition of memmove on the platformsRichard Levitte2003-10-011-0/+1
* New dev version.Dr. Stephen Henson2003-09-302-2/+6
* Changes for releaseOpenSSL_0_9_6kDr. Stephen Henson2003-09-306-6/+13
* Fix for ASN1 parsing bugs.Dr. Stephen Henson2003-09-303-1/+13
* Fix warning on Win32.Dr. Stephen Henson2003-09-291-1/+1
* Make MD5 assembler code able to handle messages larger than 2GB on 32-bitRichard Levitte2003-09-274-1/+10
* 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
* Remove extra argument to BIO_printf().Richard Levitte2003-09-271-6/+5
* Correct small documentation error.Richard Levitte2003-09-271-1/+1
* In order to get the expected self signed error whenDr. Stephen Henson2003-09-211-1/+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-032-4/+10
* Undo the change that left LD_LIBRARY_PATH unchanged. The errors I sawRichard Levitte2003-08-142-150/+50
* make sure no error is left in the queue that is intentionally ignoredBodo Möller2003-08-111-1/+3
* Typo, I had typed { instead of [.Richard Levitte2003-08-091-24/+24
* Some installations (currently, it's been noted on a sco5 system whereRichard Levitte2003-08-082-50/+150
* Correct two problems, found by Martin Kochanski <cardbox@easynet.co.uk>:Richard Levitte2003-08-071-4/+10
* add OpenSSL licenseBodo Möller2003-08-061-1/+54
* tolerate extra data at end of client hello for SSL 3.0Bodo Möller2003-07-212-0/+9
* typoBodo Möller2003-07-211-1/+1
* Add a slash so grep doesn't return both ./crypto/bio/bss_mem.o andRichard Levitte2003-07-031-2/+2
* Document the last change.Richard Levitte2003-06-191-1/+3
* We set the export flag for 512 *bit* keys, not 512 *byte* ones.Richard Levitte2003-06-191-1/+2
* Incorrect patching removed.Richard Levitte2003-06-121-1/+0