summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * Simplicate and add lightness.Ben Laurie2005-03-316-56/+39
| | * Get rid of irritating noise.Ben Laurie2005-03-311-2/+2
| | * Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-3165-359/+464
| | * fix headerNils Larsch2005-03-301-1/+1
| | * Makefile.ssl doesn't exist anymoreNils Larsch2005-03-301-1/+1
| | * Take account of Makefile.ssl removal.Ben Laurie2005-03-301-5/+5
| | * Make tags target useful.Ben Laurie2005-03-301-7/+2
| | * Don't debug.Ben Laurie2005-03-301-2/+0
| | * 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
| * | update docs (recent constification)Nils Larsch2005-03-3030-109/+113
| * | the second argument of EVP_SealInit is constNils Larsch2005-03-291-2/+3
| * | Allow 'null' cipher and appropriate Kerberos ciphersuites in FIPS mode.Dr. Stephen Henson2005-03-272-4/+4
| * | Resolve "operation size not specified" in NASM modules.Andy Polyakov2005-03-261-1/+6
| * | undo Cygwin changeUlf Möller2005-03-232-2/+3
| * | Change the memory leak FAQ entry to describe the levels of thread safety in e...Richard Levitte2005-03-231-3/+14
| * | Constification.Ben Laurie2005-03-2316-132/+142