aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* AIX doesn't like ftime() either.Richard Levitte2000-09-201-1/+1
* Wrong variable used. It's funny how some bugs take a long timeRichard Levitte2000-09-201-1/+1
* On VMS, stdout may very well lead to a file that is written to in aRichard Levitte2000-09-2036-48/+730
* make updateRichard Levitte2000-09-201-6/+6
* ispell.Ulf Möller2000-09-201-2/+2
* Malloc() -> OPENSSL_malloc() etc.Ulf Möller2000-09-204-5/+5
* The RSA patent will have expired when the next version is released...Ulf Möller2000-09-201-1/+1
* ispell.Ulf Möller2000-09-2016-44/+44
* Add docs for X509_get_ext_d2i() function.Dr. Stephen Henson2000-09-202-0/+50
* Totally remove the supposedly 'faster' variant inBodo Möller2000-09-193-31/+2
* BSDI only supports ftime() through libcompat, which means it'sRichard Levitte2000-09-191-1/+1
* Document SSL_library_init() and it's aliases. Lutz Jaenicke <Lutz.Jaenicke@a...Richard Levitte2000-09-191-0/+52
* Type correction. Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>Richard Levitte2000-09-192-2/+2
* Extend the docs on setting the cipher list. Lutz Jaenicke <Lutz.Jaenicke@aet...Richard Levitte2000-09-191-0/+9
* Clarification about Montgomery problemBodo Möller2000-09-191-1/+3
* Note about contribtions from the USUlf Möller2000-09-191-0/+3
* Document BN_mod_mul_montgomery bug;Bodo Möller2000-09-192-2/+7
* Fix a typo in apps/pkcs12.c which was using the wrong part ofDr. Stephen Henson2000-09-192-9/+9
* Disable buggy code variant in BN_mod_mul_montgomery that was enabledBodo Möller2000-09-191-1/+20
* It seems like all HP-UX are successes as soon as the -ldl vs. -ldldRichard Levitte2000-09-191-6/+5
* FreeBSD only supports ftime() through libcompat, which means it'sRichard Levitte2000-09-191-1/+1
* A few more HP-UX reports. Reported by Kevin Steves <stevesk@sweden.hp.com>Richard Levitte2000-09-191-1/+4
* Reorder the Blowfish documentation so the low-level routines do not get so pr...Richard Levitte2000-09-191-8/+11
* Clarify the BIO_seek() mess and related issues.Dr. Stephen Henson2000-09-183-10/+98
* ispellUlf Möller2000-09-181-2/+2
* Note the BN_mod_exp_word bug. (Markus Friedl provided a test program.)Ulf Möller2000-09-181-1/+2
* A couple more reports.Richard Levitte2000-09-181-4/+14
* ftime() is not supported on SGI.Richard Levitte2000-09-181-1/+1
* New documentation about things related to SSL_CIPHER. Submitted by Lutz Jaen...Richard Levitte2000-09-184-0/+185
* HP-UX 64-bit has dlfcn, so let's use that instead of the old dl.Richard Levitte2000-09-181-2/+2
* A few more reportsRichard Levitte2000-09-181-9/+15
* No engine stuff in the main trunk.Richard Levitte2000-09-181-2/+1
* A few more reportsRichard Levitte2000-09-181-1/+2
* Work around for Netscape PKCS#7 signedData bug.Dr. Stephen Henson2000-09-182-0/+10
* A few more reportsRichard Levitte2000-09-181-1/+3
* Going through performance statistics sometimes generates an exception,Richard Levitte2000-09-181-3/+7
* cyclecount is only used when __GNUC__ isn't defined.Richard Levitte2000-09-181-1/+2
* Disable the net statistics gathering code, since different compilersRichard Levitte2000-09-181-1/+14
* HP-UX didn't go throughRichard Levitte2000-09-181-1/+3
* Typo in the added hpux targets. -ldl should be -ldld.Richard Levitte2000-09-181-4/+4
* The test status as it has been reported so farRichard Levitte2000-09-181-2/+15
* Unless we cast, thorough compilers will complainRichard Levitte2000-09-181-1/+1
* Jeffrey Altman reminds us to initialize some variables and ercommends the use...Richard Levitte2000-09-181-9/+19
* Declare the availability of beta 2 in STATUS.Richard Levitte2000-09-171-1/+2
* A new beta is being released. Change the version numbersRichard Levitte2000-09-172-3/+3
* make updateRichard Levitte2000-09-171-4/+64
* A patch from HP for better performance.Richard Levitte2000-09-175-418/+3650
* Restore the descriptions to conform with the rest of theRichard Levitte2000-09-172-23/+46
* Jeffrey Altman <jaltman@columbia.edu> sent me a patch that fixes theRichard Levitte2000-09-171-9/+83
* Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte2000-09-1723-41/+41