aboutsummaryrefslogtreecommitdiffstats
path: root/TABLE
Commit message (Collapse)AuthorAgeFilesLines
* make update, with libeay.num remade to match the 0.9.7-stable one.Richard Levitte2002-02-141-2/+2
|
* At Corinna Vinschen's request, change CygWin32 to CygwinRichard Levitte2002-02-141-2/+2
|
* ECDSA supportBodo Möller2002-02-131-0/+24
| | | | Submitted by: Nils Larsch <nla@trustcenter.de>
* 'make update'Richard Levitte2002-02-051-66/+114
|
* make updateRichard Levitte2002-01-241-2/+26
| | | | | libeay.num got tweaked so the old des symbols would retain their positions.
* fix 'Configure TABLE' outputBodo Möller2002-01-041-141/+291
|
* make updateRichard Levitte2002-01-021-146/+170
|
* HPUX 9.X on m68k with gccLutz Jänicke2001-12-061-0/+23
| | | | ("Anton J. Gamel" <gamel@anna.anatomie.uni-freiburg.de>)
* Support for QNX (wrat@jump.net (the wharf rat)).Lutz Jänicke2001-11-301-1/+23
|
* OS/390 supportBodo Möller2001-11-221-0/+23
| | | | Submitted by: Richard Shapiro <rshapiro@abinitio.com>
* Add unixware-7-gcc as in 0.9.6 branch (except that we need a 'sys_id'Bodo Möller2001-11-121-0/+23
| | | | | | | | | | field here, which is left empty). Various configurations are *only* in the 0.9.6 branch at the moment: OpenUNIX OpenUNIX-8-gcc-shared OpenUNIX-8-shared Either Configure or CHANGES must be changed to rectify the situation.
* 'make update'Richard Levitte2001-10-101-8/+8
|
* Even more corrections for OpenUNIX 8Lutz Jänicke2001-09-061-12/+12
|
* Sort out mess of colons...Lutz Jänicke2001-09-061-12/+104
|
* Oops^2: It was the correct line, but an incorrect change.Bodo Möller2001-09-051-1/+1
|
* Oops, wrong lineBodo Möller2001-09-051-2/+2
|
* -mcpu=i486 vs. -m486 ...Bodo Möller2001-09-051-1/+1
|
* Use GCC 2.95/3.0 optimizationUlf Möller2001-09-051-0/+69
|
* make updateUlf Möller2001-09-011-15/+15
|
* Add first cut symmetric crypto support.Ben Laurie2001-08-181-42/+89
|
* Enhanced support for IA-64 Linux and HP-UX (as well as better support forAndy Polyakov2001-07-301-8/+54
| | | | | | | HP-UX in common in ./config). Note that for the moment of this writing none of 64-bit platforms pass bntest. I'm committing this anyway as it's too frustrating to patch snapshots over and over while 0.9.6 is known to work.
* 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
|