summaryrefslogtreecommitdiffstats
path: root/TABLE
AgeCommit message (Collapse)Author
2000-02-29Check BN_rand return value.Bodo Möller
"make update".
2000-02-26Reorganize bn_mul.c (no bugfix yet), remove obsolete files in BN library.Ulf Möller
2000-02-26make updateRichard Levitte
2000-02-25linux-ppcUlf Möller
Submitted by: Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2000-02-25Use threads for linux-ppc.Bodo Möller
2000-02-22Change EVP_MD_CTX_type so it is more logical and add EVP_MD_CTX_md forDr. Stephen Henson
the old functionality. Various warning fixes. Initial EVP symmetric cipher docs.
2000-02-15Avoid GNU C assembler templates under Solaris x86.Andy Polyakov
2000-02-12HP-UX tune-up: new unified configs, HP C compiler bug workaround.Andy Polyakov
2000-02-05Generate just one error code if iterated SSL_CTX_get() fails.Bodo Möller
Avoid enabled 'assert()' in production library.
2000-01-30Make DSA_generate_parameters, and fix a couple of bugBodo Möller
(including another problem in the s3_srvr.c state machine).
2000-01-20Finish off the X509_ATTRIBUTE string stuff.Dr. Stephen Henson
2000-01-02Alpha Linux update companion.Andy Polyakov
1999-11-27Initial trust code: allow setting of trust checking functionsDr. Stephen Henson
in a table. Doesn't do too much yet. Make the -<digestname> options in 'x509' affect all relevant options. Change the name of the 'notrust' options to 'reject' as this causes less confusion and is a better description of the effect. A few constification changes.
1999-10-25Improve support for running everything as a monolithic application.Bodo Möller
Submitted by: Lennart Bång, Bodo Möller
1999-10-07RC4 tune-up featuring 30-40% performance improvement on most RISCAndy Polyakov
platforms. See crypto/rc4/rc4_enc.c for further details.
1999-09-14Add some debug-solaris-...-cc configurations.Bodo Möller
1999-08-24make update.Ulf Möller
1999-08-10Updates.Bodo Möller
Prototypes and constant declarations for non-copying reads and writes for BIO pairs (which is totally untested as of now, so I don't yet commit the actual source code, but reserve the numbers to avoid conflicts).
1999-07-25summary of Andy's changes to ConfigureBodo Möller
1999-07-20"make TABLE" (to follow recent Configure change)Bodo Möller
1999-07-19New compile time option -DCRYPTO_MDEBUG_THREAD.Bodo Möller
1999-07-19Have CRYPTO_MDEBUG_TIME automatically set CRYPTO_MDEBUG,Bodo Möller
and make it the default for some debugging configurations.
1999-07-14Judging from various messages on the OpenSSL mailing lists, HP-UX 10Bodo Möller
with cc (but not gcc) seems to work well with BN_LLONG; but -O4 is too much.
1999-07-09Updated to reflect recent "Configure" modification.Bodo Möller
1999-07-05Disable asserts for standard configurations.Bodo Möller
1999-07-05make debug-solaris-[u]sparc-gcc more usefulBodo Möller
1999-06-26The Mingw32 configuration entry was missing one colon (found byBodo Möller
"Zot O'Connor" <zot@ZotConsulting.com>). Also, Windows probably does not need the warning about multi-threading.
1999-06-26configuration change for debuggingBodo Möller
1999-06-25Update TABLE.Bodo Möller
1999-06-21Make some debug-... configurations more useful for debugging.Bodo Möller
1999-06-14Provide fallback configurations for all hpux... configurationsBodo Möller
(problems with BN_LLONG have been reported both for hpux-cc and for hpux10-gcc).
1999-06-10NeXT 3.3 can handle -O3 (3.0 can't).Bodo Möller
1999-06-10hpux-cc (HPUX 9.x) does not work with BN_LLONG (floating point exceptions).Bodo Möller
Submitted by: Andreas Ley <andy@rz.uni-karlsruhe.de
1999-06-09tiny optical changeBodo Möller
1999-06-09Oops, I forgot to add the dependency "TABLE: Configure".Bodo Möller
1999-06-09Delete unnecessary newlines in TABLEBodo Möller
1999-06-09"make update" (added to top Makefile, and applied).Bodo Möller