aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Win32 fixes. Add GOST algorithm to mkdef, update ordinals. Signed/unsigned fi...Dr. Stephen Henson2007-03-163-3/+9
* Fix from stable branch.Dr. Stephen Henson2007-03-051-11/+0
* size_t -> intNils Larsch2007-03-021-2/+1
* remove unused fileNils Larsch2007-03-021-131/+0
* Initialize "buf" to 0 to make valgrind happy :-)Lutz Jänicke2007-03-021-0/+2
* Do not use uninitialized memory to seed the PRNG as it may confuseLutz Jänicke2007-03-021-3/+1
* Update from stable branch.Dr. Stephen Henson2007-02-271-1/+1
* small cosmetics: align title with the other similar manual pageRalf S. Engelschall2007-02-271-1/+1
* allow EVP_PKEY_CTX_free(NULL)Nils Larsch2007-02-261-0/+2
* remove dead codeNils Larsch2007-02-261-7/+0
* include complete 0.9.7 historyBodo Möller2007-02-261-2/+16
* use 2007 copyright for generated filesBodo Möller2007-02-261-2/+2
* Update FAQ,NEWS in HEAD.Dr. Stephen Henson2007-02-232-1/+11
* Fix incorrect substitution that happened during the recent ciphersuiteBodo Möller2007-02-221-1/+1
* Fix problem with multi line responses in -starttls by using a bufferingLutz Jänicke2007-02-221-8/+31
* Extend SMTP and IMAP protocol handling to perform the requiredLutz Jänicke2007-02-212-1/+35
* Add automatic detection for Linux on SuperHLutz Jänicke2007-02-211-0/+2
* Add support for m68k linuxLutz Jänicke2007-02-211-0/+1
* Fix incorrect handling of special charactersLutz Jänicke2007-02-211-2/+2
* Update from 0.9.7-stable.Dr. Stephen Henson2007-02-213-1/+9
* prefer SHA1 over MD5 (this affects the Kerberos ciphersuites)Bodo Möller2007-02-211-2/+5
* delete obsolete commentBodo Möller2007-02-211-4/+1
* SSL_kKRB5 ciphersuites shouldn't be preferred by defaultBodo Möller2007-02-201-0/+1
* Improve ciphersuite order stability when disabling ciphersuites.Bodo Möller2007-02-202-20/+98
* fix a typo in the new ciphersuite ordering codeBodo Möller2007-02-201-2/+3
* Include "!eNULL" in SSL_DEFAULT_CIPHER_LIST to make sure that aBodo Möller2007-02-193-2/+62
* fix warnings for CIPHER_DEBUG buildsBodo Möller2007-02-192-25/+25
* fix warnings/inconsistencies caused by the recent changes to theBodo Möller2007-02-195-7/+11
* fix incorrect strength bit values for certain Kerberos ciphersuitesBodo Möller2007-02-191-4/+4
* Updates from 0.9.8-stable branch.Dr. Stephen Henson2007-02-183-3/+3
* Reorganize the data used for SSL ciphersuite pattern matching.Bodo Möller2007-02-1718-1368/+1838
* ensure that the EVP_CIPHER_CTX object is initializedNils Larsch2007-02-163-9/+18
* Add STARTTLS support for IMAP and FTP.Richard Levitte2007-02-162-9/+45
* - use OPENSSL_malloc() etc. in zlibNils Larsch2007-02-141-15/+40
* avoid shifting inputNils Larsch2007-02-111-17/+10
* use user-supplied malloc functions for persistent kssl objectsNils Larsch2007-02-102-14/+33
* remove unreachable codeNils Larsch2007-02-101-13/+2
* PR: 1483Dr. Stephen Henson2007-02-091-0/+1
* Add -hmac option to dgst from 0.9.7 stable branch.Dr. Stephen Henson2007-02-084-13/+51
* remove unused variableNils Larsch2007-02-071-1/+1
* ensure that a ec key is usedNils Larsch2007-02-071-1/+1
* After objects have been freed, NULLify the pointers so there will be no doubleRichard Levitte2007-02-071-2/+9
* fix typoNils Larsch2007-02-061-1/+1
* add note about 56 bit ciphersNils Larsch2007-02-061-1/+3
* Update from fips2 branch.Dr. Stephen Henson2007-02-033-3/+3
* add support for DSA with SHA2Nils Larsch2007-02-0316-75/+270
* fix documentationNils Larsch2007-02-032-6/+6
* fix potential memory leaksNils Larsch2007-02-033-20/+85
* Minimize aes_core.c footprint when AES_[en|de]crypt is implemented inAndy Polyakov2007-01-251-1/+200
* Minor touch to aes-armv4.pl.Andy Polyakov2007-01-251-2/+6