summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2005-03-30Take account of Makefile.ssl removal.Ben Laurie
2005-03-30Make tags target useful.Ben Laurie
2005-03-30Don't debug.Ben Laurie
2005-03-30Blow away Makefile.ssl.Ben Laurie
2005-03-30update docs (recent constification)Nils Larsch
2005-03-30Constification.Ben Laurie
2005-03-29the second argument of EVP_SealInit is constNils Larsch
2005-03-28when building with OPENSSL_NO_DEPRECATED defined BN_zero is a macroNils Larsch
2005-03-24Harmonize with CHANGES as distributed in OpenSSL 0.9.7f.Bodo Möller
2005-03-24undo Cygwin changeUlf Möller
2005-03-23Change the memory leak FAQ entry to describe the levels of thread safety in e...Richard Levitte
2005-03-22Update FAQDr. Stephen Henson
2005-03-22Doc fixes.Dr. Stephen Henson
2005-03-22test, remove unnecessary const castNils Larsch
2005-03-22Ensure (SSL_RANDOM_BYTES - 4) of pseudo random data is used for server andDr. Stephen Henson
2005-03-21There are cases when there are no files left to verify. Make sure toRichard Levitte
2005-03-20add new curves to the loop (with some cleanup from me)Nils Larsch
2005-03-20some const fixesNils Larsch
2005-03-19Use Windows randomness code on CygwinUlf Möller
2005-03-19fix breakage for Perl versions that do boolean operations on long wordsUlf Möller
2005-03-19typoUlf Möller
2005-03-14Added HOWTO about proxy certificates.Richard Levitte
2005-03-13"make depend". This takes into account the algorithms that are nowBodo Möller
2005-03-13It seems that Configure revision 1.404 broke "make depend" by hidingBodo Möller
2005-03-12Cygwin to use DSO_FLFCN and mingw to use DSO_WIN32.Andy Polyakov
2005-03-12Avoid re-build avalanches with HP-UX make.Andy Polyakov
2005-03-11fix potential memory leak when allocation failsBodo Möller
2005-03-09Fix typoBodo Möller
2005-03-02Take MDC2 patent into account.Bodo Möller
2005-03-02In addition to RC5, also exclude MDC2 from compilation unlessBodo Möller
2005-02-22Change ./Configure so that certain algorithms can be disabled by default.Bodo Möller
2005-02-19Fix typo on blowfish manual pageLutz Jänicke
2005-02-19Fix hang in EGD/PRNGD query when communication socket is closedLutz Jänicke
2005-02-14Fix possible memory leak.Dr. Stephen Henson
2005-02-06Remove unused assembler modules.Andy Polyakov
2005-02-06This patch was "ignited" by OpenBSD 3>=4 support. They've switched to ELFAndy Polyakov
2005-02-06Reliable BSD-x86-elf detection in ./config.Andy Polyakov
2005-02-06Make Makefile.shared BSD make-friendly, remove more redundant -lc, set upAndy Polyakov
2005-02-06Make util/shlib_wrap.sh [Open]BSD-friendly.Andy Polyakov
2005-02-06Mention no-sse2 option in INSTALL note.Andy Polyakov
2005-02-05In mkdef.pl ignore trailing whitespace in #ifdef linesDr. Stephen Henson
2005-02-03Drop redundant -lc from a number of rules in Makefile.shared. It'sAndy Polyakov
2005-02-03Shut whiny make's up.Andy Polyakov
2005-02-01Address run-time linker problems: LD_PRELOAD issue on multi-ABI platformsAndy Polyakov
2005-01-27The first argument to load_iv should really be a char ** instead of anRichard Levitte
2005-01-27Oops, == should really be = when used with test ([ and ]).Richard Levitte
2005-01-27Check for errors from EVP_VerifyInit_ex(), or EVP_VerifyUpdate mightRichard Levitte
2005-01-27Get rid if the annoying warningRichard Levitte
2005-01-26The mix of CFLAGS and LDFLAGS is a bit confusing in my opinion, andRichard Levitte
2005-01-26Respect the fact that most interactive shells don't restore stty settingsAndy Polyakov