aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_ciph.c
Commit message (Expand)AuthorAgeFilesLines
* return error if Suite B mode is selected and TLS 1.2 can't be used. Correct e...Dr. Stephen Henson2012-12-011-0/+7
* set auto ecdh parameter selction for Suite BDr. Stephen Henson2012-11-261-0/+2
* add Suite B 128 bit mode offering only combination 2Dr. Stephen Henson2012-11-241-2/+10
* add "missing" TLSv1.2 cipher aliasDr. Stephen Henson2012-11-151-2/+3
* If OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL is set allow the use of "SCSV" asDr. Stephen Henson2012-09-301-1/+4
* Add ctrl and utility functions to retrieve raw cipher list sent by client inDr. Stephen Henson2012-09-121-0/+13
* perform sanity checks on server certificate type as soon as it is received in...Dr. Stephen Henson2012-08-311-1/+43
* Add three Suite B modes to TLS code, supporting RFC6460.Dr. Stephen Henson2012-08-151-1/+44
* Don't try to use unvalidated composite ciphers in FIPS modeDr. Stephen Henson2012-04-261-0/+5
* ssl/ssl_ciph.c: interim solution for assertion in d1_pkt.c(444).Andy Polyakov2012-04-041-6/+7
* Support for fixed DH ciphersuites.Dr. Stephen Henson2012-01-161-5/+3
* Resolve a stack set-up race condition (if the list of compressionBodo Möller2011-12-021-0/+1
* disable GCM if not availableDr. Stephen Henson2011-10-101-0/+2
* Expand range of ctrls for AES GCM to support retrieval and setting ofDr. Stephen Henson2011-08-031-7/+31
* Add HMAC ECC ciphersuites from RFC5289. Include SHA384 PRF support andDr. Stephen Henson2011-07-251-4/+21
* ssl/ssl_ciph.c: allow to switch to predefined "composite" cipher/macAndy Polyakov2011-07-111-1/+22
* Implement FIPS_mode and FIPS_mode_setDr. Stephen Henson2011-05-191-0/+7
* Disable SHA256 if not supported.Dr. Stephen Henson2011-05-011-0/+1
* Initial incomplete TLS v1.2 support. New ciphersuites added, new versionDr. Stephen Henson2011-04-291-6/+20
* Initial "opaque SSL" framework. If an application definesDr. Stephen Henson2011-04-291-0/+5
* Add SRP support.Ben Laurie2011-03-121-0/+8
* Fix warnings.Ben Laurie2010-06-121-4/+2
* PR: 2025Dr. Stephen Henson2009-09-121-1/+1
* Update from 0.9.8-stable.Dr. 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