| Commit message (Expand) | Author | Files | Lines |
2002-12-15 | Bring des_locl.h at the same level as in the 0.9.7 branch. | Richard Levitte | 1 | -2/+5 |
2002-12-15 | Ooops! No ROTATE on some platforms after x86_64 performance patch... | Andy Polyakov | 2 | -2/+6 |
2002-12-15 | As you might have noticed I tried to change for . prefix, because it's | Andy Polyakov | 1 | -3/+3 |
2002-12-14 | Solaris shared build fix-ups. See RT#238,239 for details. | Andy Polyakov | 2 | -11/+11 |
2002-12-14 | New DETECT_GNU_LD procedure. | Andy Polyakov | 1 | -4/+2 |
2002-12-14 | x86_64 performance patch. | Andy Polyakov | 12 | -81/+685 |
2002-12-14 | DES PIC-ification. Windows companion. | Andy Polyakov | 2 | -5/+11 |
2002-12-13 | The ampersand is not required in these constructs, and was giving AIX | Geoff Thorpe | 8 | -16/+16 |
2002-12-13 | IA-32 assembler modules (primarily DES) PIC-ification. Idea is to keep | Andy Polyakov | 8 | -79/+118 |
2002-12-13 | OK, there's at least one application author who has provided dynamic locking | Richard Levitte | 1 | -2/+2 |
2002-12-12 | BIO_new_bio_pair() was unnecessarily described in it's own page as well as in | Richard Levitte | 2 | -105/+54 |
2002-12-12 | BIO_set_nbio() is enumerated, but not explained. Remove it from enumeration | Richard Levitte | 1 | -1/+1 |
2002-12-12 | I forgot one item I intend to work on. | Richard Levitte | 1 | -1/+2 |
2002-12-12 | Skip DH-specific tests when no-dh has been configured. | Richard Levitte | 2 | -13/+35 |
2002-12-12 | Document the modifications in 0.9.7 that will make the hw_ncipher.c | Richard Levitte | 1 | -0/+14 |
2002-12-11 | Make 'tunala' link with zlib if possible (so it works if openssl was | Geoff Thorpe | 1 | -0/+1 |
2002-12-11 | In CRYPTO_lock(), check that the application cares about locking (provided | Richard Levitte | 1 | -7/+7 |
2002-12-11 | sk_*_push() returns the number of items on the stack, not the index of the | Richard Levitte | 1 | -3/+13 |
2002-12-11 | Let's not forget the other places where HEADER_DES_H and HEADER_DES_OLD_H | Richard Levitte | 1 | -1/+1 |
2002-12-11 | Let's not forget the other places where HEADER_DES_H and HEADER_DES_OLD_H | Richard Levitte | 1 | -1/+1 |
2002-12-11 | Since HEADER_DES_H has been the protector of des.h since libdes | Richard Levitte | 2 | -4/+4 |
2002-12-11 | This stops a compiler warning from -Wmissing-prototypes. | Geoff Thorpe | 1 | -1/+1 |
2002-12-10 | Update -Olimit setting. | Lutz Jänicke | 1 | -1/+1 |
2002-12-10 | test commit (just removing tailing blanks) #2 after migration | Ralf S. Engelschall | 1 | -1/+1 |
2002-12-10 | test commit (removing trailing blanks) after migration | Ralf S. Engelschall | 1 | -4/+4 |
2002-12-10 | test blank-line commit after migration -- just ignore | Ralf S. Engelschall | 1 | -0/+1 |
2002-12-10 | A memset() too many got converted into a OPENSSL_cleanse(). | Richard Levitte | 1 | -1/+1 |
2002-12-09 | BN_sqr test failure entry. | Andy Polyakov | 1 | -0/+11 |
2002-12-09 | Fix wrong URI. | Lutz Jänicke | 1 | -3/+3 |
2002-12-09 | make update | Richard Levitte | 5 | -6/+59 |
2002-12-09 | Hmm, Geoff's change made things quite interesting. We can now give | Richard Levitte | 1 | -2/+5 |
2002-12-08 | Nils Larsch submitted; | Geoff Thorpe | 8 | -33/+24 |
2002-12-08 | Since it's defined in draft-ietf-tls-compression-04.txt, let's make | Richard Levitte | 1 | -0/+5 |
2002-12-08 | Undefine OPENSSL_NO_DEPRECATED inside openssl application code if we are | Geoff Thorpe | 5 | -5/+107 |
2002-12-08 | This is a first-cut at improving the callback mechanisms used in | Geoff Thorpe | 25 | -116/+619 |
2002-12-08 | Fix a warning, and do some constification as a lucky side-effect :-) | Geoff Thorpe | 1 | -1/+1 |
2002-12-08 | Since it's defined in draft-ietf-tls-compression-04.txt, let's make | Richard Levitte | 3 | -22/+63 |
2002-12-08 | Implement a stateful variant if the ZLIB compression method. The old | Richard Levitte | 3 | -10/+186 |
2002-12-07 | Forgot one. | Richard Levitte | 1 | -1/+2 |
2002-12-07 | Add a few items I intend to work on for 0.9.8 and on. | Richard Levitte | 1 | -3/+5 |
2002-12-06 | Workaround for GCC-ia64 compiler bug. | Andy Polyakov | 1 | -0/+5 |
2002-12-06 | Some compilers are quite picky about non-void functions that don't return | Richard Levitte | 2 | -0/+2 |
2002-12-06 | Apparently, bash is more forgiving than sh. To be backward | Richard Levitte | 3 | -4/+4 |
2002-12-06 | Keep NEWS in HEAD up to date. | Richard Levitte | 1 | -1/+3 |
2002-12-06 | Keep STATUS in HEAD up to date. | Richard Levitte | 1 | -4/+5 |
2002-12-05 | Merge in relevant changes from the OpenSSL 0.9.6h release. | Richard Levitte | 3 | -3/+4 |
2002-12-05 | SSL_CERT_FILE should be used in place of the system default file, not as | Richard Levitte | 1 | -1/+1 |
2002-12-05 | Corrected DJGPP patch | Richard Levitte | 3 | -7/+8 |
2002-12-05 | linux64-sparcv9 support finally debugged and tested. | Andy Polyakov | 3 | -9/+34 |
2002-12-05 | Make sure to implement the cryptodev engine only when /dev/crypto exists. | Richard Levitte | 1 | -0/+13 |