aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2002-07-30"make update"Lutz Jänicke22-4874/+4760
2002-07-300.9.6e and 0.9.7-beta3 are out.Lutz Jänicke3-2/+9
2002-07-29Only use DSA-functions if available.Lutz Jänicke1-1/+5
2002-07-29mention SSL_do_handshake()Bodo Möller1-1/+1
2002-07-26Use SEC1 format for EC private keys.Bodo Möller14-373/+221
2002-07-25Move zeroing from bn_expand_internal() to bn_expand2() so that itBodo Möller1-12/+22
2002-07-25more detailed instructions for export from USBodo Möller1-1/+3
2002-07-24Don't clobber loop variable.Richard Levitte1-2/+3
2002-07-23Document the recent DJGPP-related changesRichard Levitte1-0/+5
2002-07-23Make dummy tests to make it easier to physically remove unwanted algorithms.Richard Levitte5-2/+61
2002-07-23harmonize options with those for 'ecparam',Bodo Möller1-220/+169
2002-07-22If DH is disabled, don't define the DH functions.Richard Levitte1-0/+4
2002-07-22fix a typo and clarifyBodo Möller1-3/+3
2002-07-22add an explanation and fix a typoBodo Möller1-1/+5
2002-07-19New cipher selection options COMPLEMENTOFALL and COMPLEMENTOFDEFAULT.Lutz Jänicke4-0/+48
2002-07-19HP-UX shared libraries must be +x and should be -w. It doesn't hurt onLutz Jänicke1-1/+1
2002-07-19updateBodo Möller1-13/+13
2002-07-19The first compile of the new merger method for VMS *almost* gotRichard Levitte1-20/+19
2002-07-19Two more names that are a little too long for the standard VMS linker.Richard Levitte1-0/+4
2002-07-19The behaviour is undefined when calling SSL_write() with num=0.Lutz Jänicke1-0/+3
2002-07-19Manual page for SSL_do_handshake().Lutz Jänicke5-0/+79
2002-07-18This documentation change was being written at the same time as Richard'sGeoff Thorpe1-7/+26
2002-07-18Explain why RSA_check_key() doesn't work with hard keys.Richard Levitte1-1/+10
2002-07-18Add history for documented new functions.Richard Levitte6-3/+24
2002-07-18Allow subjects with more than 255 characters to be properly printed.Richard Levitte1-3/+4
2002-07-18Further enhance assembler support on Cygwin and DJGPP.Richard Levitte2-0/+7
2002-07-18Fix bug introduced with revision 1.95 when this filed was modified toBodo Möller1-2/+2
2002-07-18Reverse the change with the following log, it needs further investigation:Richard Levitte2-16/+16
2002-07-18Make S/MIME output conform with the mail and MIME standards.Richard Levitte2-17/+17
2002-07-18Unixware doesn't have strings.h, so we need to declare strcasecmp()Richard Levitte3-7/+15
2002-07-18OPENSSL_SYS_WIN32 is important so util/mkdef.pl can detect itRichard Levitte1-1/+1
2002-07-17Make mkdir failsafe in case the directories are already presentRichard Levitte1-1/+1
2002-07-17Add support for shared libraries with OS/2.Richard Levitte7-47/+106
2002-07-17Add a few FAQ entries for the various ways building OpenSSL on MacOS XRichard Levitte1-0/+28
2002-07-17If OpenSSL is built with shared library support on MacOS X,Richard Levitte1-1/+7
2002-07-17On MacOS X, the shared library editor uses DYLD_LIBRARY_PATHRichard Levitte3-8/+8
2002-07-17On MacOS X, you're not allowed to have common objects in shared librariesRichard Levitte1-2/+2
2002-07-17Add the usually recommended solution to the linking problem entry for MacOS XRichard Levitte1-0/+9
2002-07-16We had some experimental options in the Darwin entries. They are no longer n...Richard Levitte1-2/+2
2002-07-16The default C compiler on MacOS X doesn't like empty object filesRichard Levitte1-2/+2
2002-07-16Actually, the "bug" is really documented in the man-page for ld, soRichard Levitte1-2/+2
2002-07-16There are problems on certain platforms, and possible answers on how to (temp...Richard Levitte2-0/+32
2002-07-16For those wanting to build for several platforms with the same sourceRichard Levitte1-0/+20
2002-07-16For those wanting to build for several platforms with the same sourceRichard Levitte1-2/+8
2002-07-16Some older code (never committed) wasn't converted to the new format.Richard Levitte3-2/+4
2002-07-16Let's not forget the second -WtraditionalRichard Levitte1-1/+1
2002-07-16Using -Wtraditional took it a little far. After all, we expect ANSI C, soRichard Levitte1-1/+1
2002-07-16Set up the engine before doing anything random-related, since engine randomnessRichard Levitte2-10/+10
2002-07-15There's an ongoing project to bring some kind of path selectionRichard Levitte7-8/+644
2002-07-14Replace 'ecdsaparam' commandline utility by 'ecparam'Bodo Möller29-3272/+5568