summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release Beta 1 of 0.9.6a.OpenSSL_0_9_6a-beta1Richard Levitte2001-03-133-4/+6
* A correction from the main trunk that was forgotten.Richard Levitte2001-03-131-0/+4
* make updateRichard Levitte2001-03-132-0/+6
* that was useless - still fails with GCCUlf Möller2001-03-132-218/+89
* Use err_clear_data macroBodo Möller2001-03-131-3/+2
* Alpha workaround. This is a lot slower!Ulf Möller2001-03-132-89/+218
* fix memory leak in err.cBodo Möller2001-03-122-1/+12
* dohUlf Möller2001-03-101-1/+1
* Workaround for solaris64 linking problem (explicit "ar rs" is neededBodo Möller2001-03-092-5/+127
* Consistently use 'void *' for SSL read, peek and write functions.Bodo Möller2001-03-098-16/+16
* ssl23_peekBodo Möller2001-03-081-0/+4
* add ssl23_peekBodo Möller2001-03-084-15/+33
* Avoid problems with multi-line NAME sections.Bodo Möller2001-03-081-0/+2
* Add newly learned knowledge from yesterday's discussion.Lutz Jänicke2001-03-087-15/+57
* Note the rand_win.c changeUlf Möller2001-03-081-0/+3
* replace rdtsc as in HEADUlf Möller2001-03-081-1/+2
* SSLv2 session reuse bugfix from main development branch.Richard Levitte2001-03-052-1/+4
* Typo, spotted by "Greg Stark" <gstark@ethentica.com>.Lutz Jänicke2001-03-011-1/+1
* Fix bug in copy_email() which would notDr. Stephen Henson2001-03-012-1/+5
* improved bignum test as in 0.9.7.Ulf Möller2001-02-274-32/+63
* Backfit a bugfix from 0.9.7-dev to 0.9.6-stable. init() and finish()Geoff Thorpe2001-02-244-12/+18
* Stop PKCS7_verify() core dumping with unknown publicDr. Stephen Henson2001-02-243-8/+15
* SSL_get_version() was an easy one :-)Lutz Jänicke2001-02-231-0/+1
* This commit was manufactured by cvs2svn to create branchcvs2svn2001-02-231-0/+46
|\
| * 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