summaryrefslogtreecommitdiffstats
path: root/TABLE
AgeCommit message (Collapse)Author
2001-02-20updateBodo Möller
2001-02-19Make all configuration macros available for application by makingRichard Levitte
sure they are available in opensslconf.h, by giving them names starting with "OPENSSL_" to avoid conflicts with other packages and by making sure e_os2.h will cover all platform-specific cases together with opensslconf.h. I've checked fairly well that nothing breaks with this (apart from external software that will adapt if they have used something like NO_KRB5), but I can't guarantee it completely, so a review of this change would be a good thing.
2001-02-19make updateRichard Levitte
2001-01-24updateBodo Möller
2000-12-14Update.Bodo Möller
2000-12-01updateBodo Möller
2000-11-26modular arithmeticsBodo Möller
"make update"
2000-11-12in some new file names the first 8 characters were not uniqueUlf Möller
2000-11-08Remove references to RSAref. The glue library is but a memory to fadeRichard Levitte
away now...
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.