aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixes so alerts are sent properly in s3_pkt.cOpenSSL_0_9_6-stableBodo Möller2005-05-031-6/+6
* remove extra whitespace; fix linkBodo Möller2005-04-251-12/+15
* undo Cygwin changeUlf Möller2005-03-242-3/+2
* Cygwin randomnessUlf Möller2005-03-192-2/+5
* fix potential memory leak when allocation failsBodo Möller2005-03-111-0/+3
* PR: 923Dr. Stephen Henson2004-11-141-1/+1
* Make sure memmove() is defined, even on SunOS 4.1.4.Richard Levitte2004-11-011-0/+1
* usr/doc has recently changed to usr/share/doc on Cygwin.Richard Levitte2004-09-281-4/+4
* 'compatibility', not 'computability' :-)...Richard Levitte2004-08-181-1/+1
* We build the crypto stuff, not the ssl stuff, in this command procedure...Richard Levitte2004-07-291-2/+2
* BIS correction/additionBodo Möller2004-07-121-5/+11
* Explain a little better what BN_num_bits() and BN_num_bits_word() do.Richard Levitte2004-07-011-3/+23
* Make sure that the buffers are large enough to contain padding.Richard Levitte2004-06-281-1/+5
* Linux on ARM needs -ldlRichard Levitte2004-06-281-1/+1
* Remove the creation of $(INSTALL_PREFIX)$(OPENSSLDIR)/lib, since we don'tRichard Levitte2004-05-061-2/+1
* When the pointer 'from' changes, it's stored length needs to change asRichard Levitte2004-05-061-0/+5
* Extend the index parameter checking from sk_value to sk_set(). Also tidy upGeoff Thorpe2004-04-211-3/+2
* Avoid undefined results when the parameter is out of range.Geoff Thorpe2004-04-021-1/+1
* Wrap code starting with a definition.Richard Levitte2004-03-251-0/+2
* Make it clear that for RSA_NO_PADDING, flen must be RSA_size(rsa)Richard Levitte2004-03-231-3/+4
* make updateRichard Levitte2004-03-2329-2650/+2573
* Change \t to real tab in echo argument.Richard Levitte2004-03-211-1/+1
* Remove a warning for conversion double->long. This has impacts on Windows.Richard Levitte2004-03-211-1/+1
* Bump Revision after taggingMark J. Cox2004-03-172-2/+6
* 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