summaryrefslogtreecommitdiff
path: root/ssl/ssl_ciph.c
Commit message (Expand)AuthorAgeFilesLines
* Use more common name for GOST key exchange.Dr. Stephen Henson2014-07-141-1/+1
* Add names of GOST algorithms.Peter Mosmans2014-07-131-0/+18
* Make disabling last cipher work.Thijs Alkemade2014-07-021-7/+11
* Fix off-by-one errors in ssl_cipher_get_evp()Miod Vallat2014-06-221-2/+2
* Revert "Fix off-by-one errors in ssl_cipher_get_evp()"Matt Caswell2014-06-221-2/+2
* Fix off-by-one errors in ssl_cipher_get_evp()Kurt Cancemi2014-06-121-2/+2
* Resolve a stack set-up race condition (if the list of compressionBodo Möller2011-12-021-0/+1
* Fix warnings (From HEAD, original patch by Ben).Dr. Stephen Henson2010-06-151-4/+2
* PR: 2025Dr. Stephen Henson2009-09-121-1/+1
* Update from 0.9.8-stableDr. Stephen Henson2009-04-071-0/+1
* Submitted by: Victor Duchovni <Victor.Duchovni@morganstanley.com>Dr. Stephen Henson2009-03-121-1/+1
* Fix compilation with -no-comp by adding some more #ifndef OPENSSL_NO_COMPLutz Jänicke2009-01-051-0/+2
* If we're going to return errors (no matter how stupid), then we shouldBen Laurie2008-12-291-0/+3
* Make no-engine work again.Dr. Stephen Henson2008-12-201-3/+23
* Stop warning about different const qualifiers.Dr. Stephen Henson2008-11-241-1/+1
* Fix warning.Ben Laurie2008-10-291-3/+3
* Win32 fixes... add new directory to build system. Fix warnings.Dr. Stephen Henson2008-10-271-1/+1
* Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie2008-10-121-10/+9
* Add SSL_FIPS flag for FIPS 140-2 approved ciphersuites and add a newDr. Stephen Henson2008-09-101-0/+2
* 1. Changes for s_client.c to make it return non-zero exit code in caseDr. Stephen Henson2007-10-261-2/+4
* Change safestack reimplementation to match 0.9.8.Dr. Stephen Henson2007-09-071-1/+1
* Update ssl code to support digests other than MD5+SHA1 in handshake.Dr. Stephen Henson2007-08-311-13/+54
* Update ssl library to support EVP_PKEY MAC API. Include generic MAC support.Dr. Stephen Henson2007-06-041-7/+66
* Add SEED encryption algorithm.Bodo Möller2007-04-231-2/+13
* Stage 1 GOST ciphersuite support.Dr. Stephen Henson2007-03-231-2/+9
* prefer SHA1 over MD5 (this affects the Kerberos ciphersuites)Bodo Möller2007-02-211-2/+5
* 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-201-20/+77
* 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-191-0/+35
* Reorganize the data used for SSL ciphersuite pattern matching.Bodo Möller2007-02-171-235/+337
* remove undefined constantNils Larsch2007-01-031-1/+1
* ensure that ciphersuite strings such as "RC4-MD5" match the SSL 2.0Bodo Möller2006-09-111-12/+16
* Make things static that should be. Declare stuff in headers that should be.Ben Laurie2006-08-281-1/+1
* Error messages for client ECC cert verification.Bodo Möller2006-06-151-1/+1
* Fix another new bug in the cipherstring logic.Bodo Möller2006-06-151-14/+27
* Fix another bug introduced yesterday when deleting Fortezza stuff:Bodo Möller2006-06-151-13/+10
* Ciphersuite string bugfixes, and ECC-related (re-)definitions.Bodo Möller2006-06-141-51/+77
* Thread-safety fixesBodo Möller2006-06-141-20/+83
* Camellia cipher, contributed by NTTBodo Möller2006-06-091-0/+29
* If cipher list contains a match for an explicit ciphersuite only match thatDr. Stephen Henson2006-04-151-4/+21
* add initial support for RFC 4279 PSK SSL ciphersuitesNils Larsch2006-03-101-0/+39
* Make OPENSSL_NO_COMP compile again.Dr. Stephen Henson2005-09-301-1/+22
* initialize cipher/digest methods table in SSL_library_init() and hence remove...Nils Larsch2005-08-211-11/+1
* - let SSL_CTX_set_cipher_list and SSL_set_cipher_list return anNils Larsch2005-06-101-50/+23
* use "=" instead of "|=", fix typoNils Larsch2005-06-081-4/+4
* ssl_create_cipher_list should return an error if no cipher could beNils Larsch2005-06-081-2/+11
* Constification.Ben Laurie2005-03-301-4/+4
* some const fixesNils Larsch2005-03-201-4/+4
* Fix race condition when SSL ciphers are initialized.Dr. Stephen Henson2004-10-251-1/+1