aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Blow away Makefile.ssl.Ben Laurie2005-03-3054-223/+172
* update docs (recent constification)Nils Larsch2005-03-3030-109/+113
* Constification.Ben Laurie2005-03-3016-132/+142
* the second argument of EVP_SealInit is constNils Larsch2005-03-291-2/+3
* when building with OPENSSL_NO_DEPRECATED defined BN_zero is a macroNils Larsch2005-03-281-1/+1
* Harmonize with CHANGES as distributed in OpenSSL 0.9.7f.Bodo Möller2005-03-241-1/+5
* undo Cygwin changeUlf Möller2005-03-242-7/+26
* Change the memory leak FAQ entry to describe the levels of thread safety in e...Richard Levitte2005-03-231-3/+14
* Update FAQDr. Stephen Henson2005-03-221-1/+1
* Doc fixes.Dr. Stephen Henson2005-03-222-6/+5
* test, remove unnecessary const castNils Larsch2005-03-222-2/+2
* Ensure (SSL_RANDOM_BYTES - 4) of pseudo random data is used for server andDr. Stephen Henson2005-03-223-2/+24
* There are cases when there are no files left to verify. Make sure toRichard Levitte2005-03-211-3/+6
* add new curves to the loop (with some cleanup from me)Nils Larsch2005-03-201-26/+27
* some const fixesNils Larsch2005-03-202-5/+5
* Use Windows randomness code on CygwinUlf Möller2005-03-192-2/+5
* fix breakage for Perl versions that do boolean operations on long wordsUlf Möller2005-03-191-2/+2
* typoUlf Möller2005-03-191-1/+1
* Added HOWTO about proxy certificates.Richard Levitte2005-03-141-0/+280
* "make depend". This takes into account the algorithms that are nowBodo Möller2005-03-133-36/+18
* It seems that Configure revision 1.404 broke "make depend" by hidingBodo Möller2005-03-131-4/+10
* Cygwin to use DSO_FLFCN and mingw to use DSO_WIN32.Andy Polyakov2005-03-123-10/+10
* Avoid re-build avalanches with HP-UX make.Andy Polyakov2005-03-121-0/+1
* fix potential memory leak when allocation failsBodo Möller2005-03-111-0/+3
* Fix typoBodo Möller2005-03-091-1/+1
* Take MDC2 patent into account.Bodo Möller2005-03-022-2/+4
* In addition to RC5, also exclude MDC2 from compilation unlessBodo Möller2005-03-023-4/+13
* Change ./Configure so that certain algorithms can be disabled by default.Bodo Möller2005-02-223-161/+163
* Fix typo on blowfish manual pageLutz Jänicke2005-02-191-1/+1
* Fix hang in EGD/PRNGD query when communication socket is closedLutz Jänicke2005-02-192-2/+10
* Fix possible memory leak.Dr. Stephen Henson2005-02-141-5/+6
* Remove unused assembler modules.Andy Polyakov2005-02-0634-10814/+0
* This patch was "ignited" by OpenBSD 3>=4 support. They've switched to ELFAndy Polyakov2005-02-0613-514/+430
* Reliable BSD-x86-elf detection in ./config.Andy Polyakov2005-02-061-11/+7
* Make Makefile.shared BSD make-friendly, remove more redundant -lc, set upAndy Polyakov2005-02-061-27/+31
* Make util/shlib_wrap.sh [Open]BSD-friendly.Andy Polyakov2005-02-061-3/+7
* Mention no-sse2 option in INSTALL note.Andy Polyakov2005-02-061-0/+14
* In mkdef.pl ignore trailing whitespace in #ifdef linesDr. Stephen Henson2005-02-051-1/+1
* Drop redundant -lc from a number of rules in Makefile.shared. It'sAndy Polyakov2005-02-031-14/+14
* Shut whiny make's up.Andy Polyakov2005-02-032-2/+2
* Address run-time linker problems: LD_PRELOAD issue on multi-ABI platformsAndy Polyakov2005-02-0120-186/+192
* The first argument to load_iv should really be a char ** instead of anRichard Levitte2005-01-271-4/+4
* Oops, == should really be = when used with test ([ and ]).Richard Levitte2005-01-271-1/+1
* Check for errors from EVP_VerifyInit_ex(), or EVP_VerifyUpdate mightRichard Levitte2005-01-271-1/+6
* Get rid if the annoying warningRichard Levitte2005-01-273-10/+18
* The mix of CFLAGS and LDFLAGS is a bit confusing in my opinion, andRichard Levitte2005-01-263-110/+110
* Respect the fact that most interactive shells don't restore stty settingsAndy Polyakov2005-01-261-18/+18
* Please BSD make...Andy Polyakov2005-01-254-3/+4
* FreeBSD 5 refuses to #include <malloc.h>. Fix compiler warning afterAndy Polyakov2005-01-251-2/+4
* ./Configure to respect $thread_cflag variable.Andy Polyakov2005-01-241-5/+14