summaryrefslogtreecommitdiffstats
path: root/TABLE
AgeCommit message (Collapse)Author
2000-11-02make updateRichard Levitte
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte
At the same time, add VMS support for Rijndael.
2000-10-21Add what's needed to get shared libraries on HP-UX.Richard Levitte
N.B.: This has not been tested at all, that's my next step.
2000-10-13Rework the system to generate shared libraries:Richard Levitte
- Make note of the expected extension for the shared libraries and if there is a need for symbolic links from for example libcrypto.so.0 to libcrypto.so.0.9.7. There is extended info in Configure for that. - Make as few rebuilds of the shared libraries as possible. - Still avoid linking the OpenSSL programs with the shared libraries. - When installing, install the shared libraries separately from the static ones.
2000-09-24make updateRichard Levitte
2000-09-21make updateRichard Levitte
2000-09-20make updateRichard Levitte
2000-09-17make updateRichard Levitte
2000-09-15'make update'Richard Levitte
2000-09-13'make update'Bodo Möller
2000-09-06updateBodo Möller
2000-09-04Avoid abort() throughout the library, except when preprocessorBodo Möller
symbols for debugging are defined.
2000-09-01QNX 4 support.Bodo Möller
2000-08-17make updateRichard Levitte
2000-08-02"make update"Richard Levitte
2000-07-24"make update"Richard Levitte
2000-06-21* This adds some checking to the 'dlfcn' DSO_METHOD that at least letsGeoff Thorpe
it cope with OpenBSD which doesn't understand "RTLD_NOW". * Added the dso_scheme config string entry for OpenBSD-x86 to give it DSO support. * 'make update' that has also absorbed some of Steve's mkstack changes for the ASN-related macros.
2000-06-13Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe
Also, "make update" has added some missing functions to libeay.num, updated the TABLE for the alpha changes, and updated thousands of dependancies that have changed from recent commits.
2000-06-08Slightly faster DSA verification (BN_mod_exp2_mont),Bodo Möller
marginally faster BN_mod_exp for 1024 bit exponents.
2000-05-30"make update"Geoff Thorpe
Also, corrects the linux-elf-arm config string, it was previously setting $des_obj = dlfcn :-)
2000-05-25cvs updateGeoff Thorpe
2000-05-19'make update'Richard Levitte
2000-04-06"make update" for DSO additions.Bodo Möller
2000-03-24Update for new hpux-parisc-cc-o4 entry.Bodo Möller
2000-03-23"make update"Bodo Möller
2000-03-12make updateUlf Möller
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