summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Time for release.OpenSSL-engine-0_9_6gRichard Levitte2002-08-096-6/+11
* Recent changes.Richard Levitte2002-08-092-3/+7
* avoid crash on WindowsBodo Möller2002-08-092-1/+19
* Recent changes.Richard Levitte2002-08-084-4/+8
* Recent changes.OpenSSL-engine-0_9_6fRichard Levitte2002-08-088-15/+25
* Recent changes.Richard Levitte2002-08-082-4/+11
* merge in changes in OpenSSL_0_9_6-stable (conflicts resolved)Bodo Möller2002-08-0220-57/+160
* Revert that...Richard Levitte2002-08-022-3/+1
* Certain flag macros were tested with #if instead if #ifdef...Richard Levitte2002-08-024-5/+7
* Next version of 0.9.6 would be 0.9.6fLutz Jänicke2002-07-302-2/+6
* Release 0.9.6eOpenSSL-engine-0_9_6eLutz Jänicke2002-07-307-10/+11
* OpenSSL Security Advisory [30 July 2002]Lutz Jänicke2002-07-3017-53/+159
* "make update"Lutz Jänicke2002-07-3022-1256/+1649
* Merge in the latest changes from 0.9.6-stable.Richard Levitte2002-07-303-4/+7
* Merge in recent changes from OpenSSL_0_9_6-stable.Richard Levitte2002-07-2310-27/+14
* This commit was manufactured by cvs2svn to create branch 'OpenSSL-engine-cvs2svn2002-07-191-0/+75
|\
| * Manual page for SSL_do_handshake().Lutz Jänicke2002-07-195-0/+79
| * This documentation change was being written at the same time as Richard'sGeoff Thorpe2002-07-181-7/+26
| * Explain why RSA_check_key() doesn't work with hard keys.Richard Levitte2002-07-181-1/+10
| * Add history for documented new functions.Richard Levitte2002-07-186-3/+24
| * Allow subjects with more than 255 characters to be properly printed.Richard Levitte2002-07-181-3/+4
| * Further enhance assembler support on Cygwin and DJGPP.Richard Levitte2002-07-182-0/+7
| * Fix bug introduced with revision 1.95 when this filed was modified toBodo Möller2002-07-181-2/+2
| * Reverse the change with the following log, it needs further investigation:Richard Levitte2002-07-182-16/+16
| * Make S/MIME output conform with the mail and MIME standards.Richard Levitte2002-07-182-17/+17
| * Unixware doesn't have strings.h, so we need to declare strcasecmp()Richard Levitte2002-07-183-7/+15
| * OPENSSL_SYS_WIN32 is important so util/mkdef.pl can detect itRichard Levitte2002-07-181-1/+1
| * Make mkdir failsafe in case the directories are already presentRichard Levitte2002-07-171-1/+1
| * Add support for shared libraries with OS/2.Richard Levitte2002-07-177-47/+106
| * Add a few FAQ entries for the various ways building OpenSSL on MacOS XRichard Levitte2002-07-171-0/+28
* | This documentation change was being written at the same time as Richard'sGeoff Thorpe2002-07-181-7/+26
* | Explain why RSA_check_key() doesn't work with hard keys.Richard Levitte2002-07-181-1/+10
* | Merge in the really latest changes from 0.9.6-stable.Richard Levitte2002-07-185-17/+36
* | Merge in the latest chanegs from 0.9.6-stable.Richard Levitte2002-07-1834-109/+184
* | This commit was manufactured by cvs2svn to create branch 'OpenSSL-engine-cvs2svn2002-07-171-0/+40
|\ \ | |/
| * If OpenSSL is built with shared library support on MacOS X,Richard Levitte2002-07-171-1/+7
| * On MacOS X, the shared library editor uses DYLD_LIBRARY_PATHRichard Levitte2002-07-173-8/+8
| * On MacOS X, you're not allowed to have common objects in shared librariesRichard Levitte2002-07-171-2/+2
| * Add the usually recommended solution to the linking problem entry for MacOS XRichard Levitte2002-07-171-0/+9
| * We had some experimental options in the Darwin entries. They are no longer n...Richard Levitte2002-07-161-2/+2
| * The default C compiler on MacOS X doesn't like empty object filesRichard Levitte2002-07-161-2/+2
| * Actually, the "bug" is really documented in the man-page for ld, soRichard Levitte2002-07-161-2/+2
| * There are problems on certain platforms, and possible answers on how to (temp...Richard Levitte2002-07-162-0/+32
| * For those wanting to build for several platforms with the same sourceRichard Levitte2002-07-161-0/+20
| * For those wanting to build for several platforms with the same sourceRichard Levitte2002-07-161-2/+8
| * Some older code (never committed) wasn't converted to the new format.Richard Levitte2002-07-163-2/+4
| * Let's not forget the second -WtraditionalRichard Levitte2002-07-161-1/+1
| * Using -Wtraditional took it a little far. After all, we expect ANSI C, soRichard Levitte2002-07-161-1/+1
| * Set up the engine before doing anything random-related, since engine randomnessRichard Levitte2002-07-162-10/+10
| * There's an ongoing project to bring some kind of path selectionRichard Levitte2002-07-157-8/+644