summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release Beta 1 of OpenSSL 0.9.6a [engine].OpenSSL-engine-0_9_6a-beta1Richard Levitte2001-03-133-4/+6
* Merge in recent changes from OpenSSL-0_9_6-stableRichard Levitte2001-03-131-0/+4
* Merge in recent changes from OpenSSL-0_9_6-stableRichard Levitte2001-03-132-58/+64
* Merge in recent changes from OpenSSL-0_9_6-stableRichard Levitte2001-03-131-3/+2
* Merge of the 0.9.6-stable branch (continued after network interrupt).Richard Levitte2001-03-1361-250/+812
* Merge in the 0.9.6-stable branch once more and hope for betterRichard Levitte2001-03-1395-360/+1027
* Uhmmm, how did those conflicts get through?Richard Levitte2001-03-092-0/+13
* In preparation for the coming release of 0.9.6a, prepare a branch forRichard Levitte2001-03-091-1/+1
* In preparation for the coming release of 0.9.6a, prepare a branch forRichard Levitte2001-03-081-10/+0
*-----. This commit was manufactured by cvs2svn to create branch 'OpenSSL-engine-cvs2svn2001-02-2331-0/+2453
|\ \ \ \
| | | | * SSL_get_version() was an easy one :-)Lutz Jänicke2001-02-232-0/+47
| | | | * That statement seems to be not true. In fact, I have said that I wouldUlf Möller2001-02-231-5/+0
| | | | * autoconf would be useful...Ulf Möller2001-02-231-6/+2
| | | | * Make OCSP cert id code tolerate a missing issuer certificateDr. Stephen Henson2001-02-232-5/+22
| | | | * Oops, forgot CHANGES entry for ASN1_ITEM_FUNCTIONS.Dr. Stephen Henson2001-02-231-0/+12
| | | | * Get rid of ASN1_ITEM_FUNCTIONS dummy functionDr. Stephen Henson2001-02-2335-102/+101
| | | | * make depend.Richard Levitte2001-02-231-14/+13
| | | | * Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson2001-02-2334-163/+317
| | | | * I missed one.Geoff Thorpe2001-02-231-1/+1
| | | | * Fix an oversight - when checking a potential session ID for conflicts withGeoff Thorpe2001-02-233-8/+8
| | | | * Define the right macro for Linux and other GNU-based systems to get a correct...Richard Levitte2001-02-221-0/+5
| | | | * e_os.h defines Getenv()Richard Levitte2001-02-221-0/+1
| | | | * CONF_METHOD is one of the few places where you find MS_FAR. I can'tRichard Levitte2001-02-221-9/+9
| | | | * Define the OPENSSL_NO_* macros as NO_* macros for the sake of applications th...Richard Levitte2001-02-221-0/+10
| | | | * e_os.h problems have been solved in the main branch.Bodo Möller2001-02-221-6/+3
| | | | * undo previous change: "e_os.h" is now the official name for the fileBodo Möller2001-02-221-1/+1
| | | | * include e_os.h as "openssl/e_os.h" (as elsewhere)Bodo Möller2001-02-221-1/+1
| | | | * e_os.h does not belong with the exported headers. Do not put it thereRichard Levitte2001-02-2254-3704/+3625
| | | | * Since RAND_file_name() uses strlen, make sure the number that'sRichard Levitte2001-02-222-13/+11
| | | | * Use e_os2.h rather than opensslconf.h, since some needed macros areRichard Levitte2001-02-225-8/+9
| | | | * Exported header files should not include e_os.h.Richard Levitte2001-02-222-2/+1
| | | | * Since opensslconf.h might be included over and over, undefineRichard Levitte2001-02-221-0/+1
| | | | * One indirection level too little compared to theRichard Levitte2001-02-222-4/+4
| | | | * Windows does not know of strigs.h or strcasecmp, so when in Windows,Richard Levitte2001-02-222-2/+12
| | | | * Always include opensslconf.h, even if it's already been done before.Richard Levitte2001-02-221-2/+5
| | | | * When inside a #if 0..#endif, do not define anything.Richard Levitte2001-02-221-107/+108
| | | | * Since SSL_add_dir_cert_subjects_to_stack isn't impemented on VMS,Richard Levitte2001-02-221-0/+2
| | | | * Include e_os2.h instead of opensslconf.h.Richard Levitte2001-02-221-7/+8
| | | | * Rebuild ASN1 error codes to remove unused function and reason codes.Dr. Stephen Henson2001-02-222-200/+46
| | | | * If a callback is generating a new session ID for SSLv2, then upon exiting,Geoff Thorpe2001-02-211-0/+11
| | | | * Note changes re: session ID generation callbacks, etc.Geoff Thorpe2001-02-211-0/+9
| | | | * This adds command-line support to s_server for controlling the generationGeoff Thorpe2001-02-211-1/+48
| | | | * This change allows a callback to be used to override the generation ofGeoff Thorpe2001-02-215-18/+150
| | | | * 'make update'Geoff Thorpe2001-02-214-57/+43
| | | | * 'make update'Richard Levitte2001-02-212-9/+15
| | | | * Modify mkdef.pl to recognise and parse prprocessor conditionals of theRichard Levitte2001-02-212-58/+116
| | | | * I had forgotten to change mkerr.pl to use the new macro system.Richard Levitte2001-02-211-3/+3
| | | | * strdup() is a X/Open extension.Richard Levitte2001-02-201-1/+4
| | | | * With later version of DEC C on VMS, some functions (strcmp(), forRichard Levitte2001-02-201-1/+13
| | | | * Some functions, like strdup() and strcasecmp(), are defined inRichard Levitte2001-02-203-0/+3