aboutsummaryrefslogtreecommitdiffstats
path: root/TABLE
Commit message (Collapse)AuthorAgeFilesLines
* Support for 64-bit Solaris build with GCC 3.0 and later. It should beAndy Polyakov2001-07-251-2/+47
| | | | | | explicitely noted that 64-bit SPARCv9 ABI is not officially supported by GCC 3.0 (support is scheduled for 3.1 release), but it appears to work, at the very least 'make test' passes...
* make updateRichard Levitte2001-07-101-2/+25
|
* Change Win32 to use EXPORT_VAR_AS_FN.Dr. Stephen Henson2001-05-121-2/+2
| | | | | | | | Fix OPENSSL_IMPLEMENT_GLOBAL. Allow Win32 to use EXPORT_VAR_AS_FN in mkdef.pl make update.
* make updateRichard Levitte2001-05-061-0/+23
|
* 'make update'Geoff Thorpe2001-04-171-15/+61
|
* make updateRichard Levitte2001-03-241-7/+7
|
* Update.Bodo Möller2001-03-191-7/+168
|
* Forcibly enable memory leak checking during "make test"Bodo Möller2001-03-111-1/+1
|
* Workaround for solaris64 linking problem (explicit "ar rs" is neededBodo Möller2001-03-091-2/+145
| | | | | | | to create a symbol table). Sun patches such as 109147-06 probably fix this problem, but we can easily avoid it.
* updateBodo Möller2001-02-201-2/+2
|
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-14/+134
| | | | | | | | | | | | 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.
* make updateRichard Levitte2001-02-191-1/+22
|
* updateBodo Möller2001-01-241-1/+22
|
* Update.Bodo Möller2000-12-141-2/+23
|
* updateBodo Möller2000-12-011-0/+21
|
* modular arithmeticsBodo Möller2000-11-261-13/+13
| | | | "make update"
* in some new file names the first 8 characters were not uniqueUlf Möller2000-11-121-1/+1
|
* Remove references to RSAref. The glue library is but a memory to fadeRichard Levitte2000-11-081-12/+12
| | | | away now...
* make updateRichard Levitte2000-11-021-21/+42
|
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-261-1/+1
| | | | At the same time, add VMS support for Rijndael.
* Add what's needed to get shared libraries on HP-UX.Richard Levitte2000-10-211-45/+45
| | | | N.B.: This has not been tested at all, that's my next step.
* Rework the system to generate shared libraries:Richard Levitte2000-10-131-37/+152
| | | | | | | | | | | | | | - 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.
* make updateRichard Levitte2000-09-241-1/+1
|
* make updateRichard Levitte2000-09-211-0/+20
|
* make updateRichard Levitte2000-09-201-6/+6
|
* make updateRichard Levitte2000-09-171-4/+64
|
* 'make update'Richard Levitte2000-09-151-0/+20
|
* 'make update'Bodo Möller2000-09-131-7/+7
|
* updateBodo Möller2000-09-061-11/+11
|
* Avoid abort() throughout the library, except when preprocessorBodo Möller2000-09-041-14/+14
| | | | symbols for debugging are defined.
* QNX 4 support.Bodo Möller2000-09-011-0/+20
|
* make updateRichard Levitte2000-08-171-1/+1
|
* "make update"Richard Levitte2000-08-021-35/+35
|
* "make update"Richard Levitte2000-07-241-1/+219
|
* * This adds some checking to the 'dlfcn' DSO_METHOD that at least letsGeoff Thorpe2000-06-211-1/+1
| | | | | | | | 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.
* Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe2000-06-131-3/+3
| | | | | | 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.
* Slightly faster DSA verification (BN_mod_exp2_mont),Bodo Möller2000-06-081-11/+11
| | | | marginally faster BN_mod_exp for 1024 bit exponents.
* "make update"Geoff Thorpe2000-05-301-0/+18
| | | | | Also, corrects the linux-elf-arm config string, it was previously setting $des_obj = dlfcn :-)
* cvs updateGeoff Thorpe2000-05-251-0/+18
|
* 'make update'Richard Levitte2000-05-191-0/+18
|
* "make update" for DSO additions.Bodo Möller2000-04-061-28/+134
|
* Update for new hpux-parisc-cc-o4 entry.Bodo Möller2000-03-241-0/+17
|
* "make update"Bodo Möller2000-03-231-1/+1
|
* make updateUlf Möller2000-03-121-1/+1
|
* Check BN_rand return value.Bodo Möller2000-02-291-0/+17
| | | | "make update".
* Reorganize bn_mul.c (no bugfix yet), remove obsolete files in BN library.Ulf Möller2000-02-261-1/+1
|
* make updateRichard Levitte2000-02-261-0/+17
|
* linux-ppcUlf Möller2000-02-251-1/+1
| | | | Submitted by: Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
* Use threads for linux-ppc.Bodo Möller2000-02-251-1/+1
|
* Change EVP_MD_CTX_type so it is more logical and add EVP_MD_CTX_md forDr. Stephen Henson2000-02-221-1/+1
| | | | | | | | the old functionality. Various warning fixes. Initial EVP symmetric cipher docs.