aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Better wording?Andy Polyakov2002-12-181-8/+9
* Fix for RT#405, Solaris refuses to invoke preprocessor if egrep returns 1.Andy Polyakov2002-12-181-4/+4
* Make "perl des-586.pl a.out" work, see RT#402Andy Polyakov2002-12-171-1/+1
* 'a=b c=$a; echo $c' doesn't necessarily prints "b", '' vs. "", $s inAndy Polyakov2002-12-161-38/+38
* Transfer the Solaris shared library building changes fromRichard Levitte2002-12-161-4/+8
* Protect loading routines with a lock.Richard Levitte2002-12-161-1/+11
* Synchronise with Makefiles.Richard Levitte2002-12-151-4/+6
* Always forget this one...Andy Polyakov2002-12-151-14/+14
* DES PIC-ification. "Cygwin" companion. Problem was that preprocessor macroAndy Polyakov2002-12-151-1/+1
* Make sure manual pages are properly linked to on systems that have caseRichard Levitte2002-12-151-8/+17
* Update the make system for installations:Richard Levitte2002-12-154-17/+27
* Don't define macros in terms of asm() when __STRICT_ANSI is defined.Richard Levitte2002-12-151-1/+1
* Bring des_locl.h at the same level as in the 0.9.7 branch.Richard Levitte2002-12-151-2/+5
* Ooops! No ROTATE on some platforms after x86_64 performance patch...Andy Polyakov2002-12-152-2/+6
* As you might have noticed I tried to change for . prefix, because it'sAndy Polyakov2002-12-141-3/+3
* Solaris shared build fix-ups. See RT#238,239 for details.Andy Polyakov2002-12-142-11/+11
* New DETECT_GNU_LD procedure.Andy Polyakov2002-12-141-4/+2
* x86_64 performance patch.Andy Polyakov2002-12-1412-81/+685
* DES PIC-ification. Windows companion.Andy Polyakov2002-12-142-5/+11
* The ampersand is not required in these constructs, and was giving AIXGeoff Thorpe2002-12-138-16/+16
* IA-32 assembler modules (primarily DES) PIC-ification. Idea is to keepAndy Polyakov2002-12-138-79/+118
* OK, there's at least one application author who has provided dynamic lockingRichard Levitte2002-12-131-2/+2
* BIO_new_bio_pair() was unnecessarily described in it's own page as well as inRichard Levitte2002-12-122-105/+54
* BIO_set_nbio() is enumerated, but not explained. Remove it from enumerationRichard Levitte2002-12-121-1/+1
* I forgot one item I intend to work on.Richard Levitte2002-12-121-1/+2
* Skip DH-specific tests when no-dh has been configured.Richard Levitte2002-12-122-13/+35
* Document the modifications in 0.9.7 that will make the hw_ncipher.cRichard Levitte2002-12-121-0/+14
* Make 'tunala' link with zlib if possible (so it works if openssl wasGeoff Thorpe2002-12-111-0/+1
* In CRYPTO_lock(), check that the application cares about locking (providedRichard Levitte2002-12-111-7/+7
* sk_*_push() returns the number of items on the stack, not the index of theRichard Levitte2002-12-111-3/+13
* Let's not forget the other places where HEADER_DES_H and HEADER_DES_OLD_HRichard Levitte2002-12-111-1/+1
* Let's not forget the other places where HEADER_DES_H and HEADER_DES_OLD_HRichard Levitte2002-12-111-1/+1
* Since HEADER_DES_H has been the protector of des.h since libdesRichard Levitte2002-12-112-4/+4
* This stops a compiler warning from -Wmissing-prototypes.Geoff Thorpe2002-12-111-1/+1
* Update -Olimit setting.Lutz Jänicke2002-12-101-1/+1
* test commit (just removing tailing blanks) #2 after migrationRalf S. Engelschall2002-12-101-1/+1
* test commit (removing trailing blanks) after migrationRalf S. Engelschall2002-12-101-4/+4
* test blank-line commit after migration -- just ignoreRalf S. Engelschall2002-12-101-0/+1
* A memset() too many got converted into a OPENSSL_cleanse().Richard Levitte2002-12-101-1/+1
* BN_sqr test failure entry.Andy Polyakov2002-12-091-0/+11
* Fix wrong URI.Lutz Jänicke2002-12-091-3/+3
* make updateRichard Levitte2002-12-095-6/+59
* Hmm, Geoff's change made things quite interesting. We can now giveRichard Levitte2002-12-091-2/+5
* Nils Larsch submitted;Geoff Thorpe2002-12-088-33/+24
* Since it's defined in draft-ietf-tls-compression-04.txt, let's makeRichard Levitte2002-12-081-0/+5
* Undefine OPENSSL_NO_DEPRECATED inside openssl application code if we areGeoff Thorpe2002-12-085-5/+107
* This is a first-cut at improving the callback mechanisms used inGeoff Thorpe2002-12-0825-116/+619
* Fix a warning, and do some constification as a lucky side-effect :-)Geoff Thorpe2002-12-081-1/+1
* Since it's defined in draft-ietf-tls-compression-04.txt, let's makeRichard Levitte2002-12-083-22/+63
* Implement a stateful variant if the ZLIB compression method. The oldRichard Levitte2002-12-083-10/+186