aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie65-359/+464
2005-03-30fix headerNils Larsch1-1/+1
2005-03-30Makefile.ssl doesn't exist anymoreNils Larsch1-1/+1
2005-03-30Take account of Makefile.ssl removal.Ben Laurie1-5/+5
2005-03-30Make tags target useful.Ben Laurie1-7/+2
2005-03-30Don't debug.Ben Laurie1-2/+0
2005-03-30Blow away Makefile.ssl.Ben Laurie54-223/+172
2005-03-30update docs (recent constification)Nils Larsch30-109/+113
2005-03-30Constification.Ben Laurie16-132/+142
2005-03-29the second argument of EVP_SealInit is constNils Larsch1-2/+3
2005-03-28when building with OPENSSL_NO_DEPRECATED defined BN_zero is a macroNils Larsch1-1/+1
2005-03-24Harmonize with CHANGES as distributed in OpenSSL 0.9.7f.Bodo Möller1-1/+5
2005-03-24undo Cygwin changeUlf Möller2-7/+26
2005-03-23Change the memory leak FAQ entry to describe the levels of thread safety in e...Richard Levitte1-3/+14
2005-03-22Update FAQDr. Stephen Henson1-1/+1
2005-03-22Doc fixes.Dr. Stephen Henson2-6/+5
2005-03-22test, remove unnecessary const castNils Larsch2-2/+2
2005-03-22Ensure (SSL_RANDOM_BYTES - 4) of pseudo random data is used for server andDr. Stephen Henson3-2/+24
2005-03-21There are cases when there are no files left to verify. Make sure toRichard Levitte1-3/+6
2005-03-20add new curves to the loop (with some cleanup from me)Nils Larsch1-26/+27
2005-03-20some const fixesNils Larsch2-5/+5
2005-03-19Use Windows randomness code on CygwinUlf Möller2-2/+5
2005-03-19fix breakage for Perl versions that do boolean operations on long wordsUlf Möller1-2/+2
2005-03-19typoUlf Möller1-1/+1
2005-03-14Added HOWTO about proxy certificates.Richard Levitte1-0/+280
2005-03-13"make depend". This takes into account the algorithms that are nowBodo Möller3-36/+18
2005-03-13It seems that Configure revision 1.404 broke "make depend" by hidingBodo Möller1-4/+10
2005-03-12Cygwin to use DSO_FLFCN and mingw to use DSO_WIN32.Andy Polyakov3-10/+10
2005-03-12Avoid re-build avalanches with HP-UX make.Andy Polyakov1-0/+1
2005-03-11fix potential memory leak when allocation failsBodo Möller1-0/+3
2005-03-09Fix typoBodo Möller1-1/+1
2005-03-02Take MDC2 patent into account.Bodo Möller2-2/+4
2005-03-02In addition to RC5, also exclude MDC2 from compilation unlessBodo Möller3-4/+13
2005-02-22Change ./Configure so that certain algorithms can be disabled by default.Bodo Möller3-161/+163
2005-02-19Fix typo on blowfish manual pageLutz Jänicke1-1/+1
2005-02-19Fix hang in EGD/PRNGD query when communication socket is closedLutz Jänicke2-2/+10
2005-02-14Fix possible memory leak.Dr. Stephen Henson1-5/+6
2005-02-06Remove unused assembler modules.Andy Polyakov34-10814/+0
2005-02-06This patch was "ignited" by OpenBSD 3>=4 support. They've switched to ELFAndy Polyakov13-514/+430
2005-02-06Reliable BSD-x86-elf detection in ./config.Andy Polyakov1-11/+7
2005-02-06Make Makefile.shared BSD make-friendly, remove more redundant -lc, set upAndy Polyakov1-27/+31
2005-02-06Make util/shlib_wrap.sh [Open]BSD-friendly.Andy Polyakov1-3/+7
2005-02-06Mention no-sse2 option in INSTALL note.Andy Polyakov1-0/+14
2005-02-05In mkdef.pl ignore trailing whitespace in #ifdef linesDr. Stephen Henson1-1/+1
2005-02-03Drop redundant -lc from a number of rules in Makefile.shared. It'sAndy Polyakov1-14/+14
2005-02-03Shut whiny make's up.Andy Polyakov2-2/+2
2005-02-01Address run-time linker problems: LD_PRELOAD issue on multi-ABI platformsAndy Polyakov20-186/+192
2005-01-27The first argument to load_iv should really be a char ** instead of anRichard Levitte1-4/+4
2005-01-27Oops, == should really be = when used with test ([ and ]).Richard Levitte1-1/+1
2005-01-27Check for errors from EVP_VerifyInit_ex(), or EVP_VerifyUpdate mightRichard Levitte1-1/+6