aboutsummaryrefslogtreecommitdiff
path: root/ssl/ssl_ciph.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-26Don't try to use unvalidated composite ciphers in FIPS modeDr. Stephen Henson1-0/+5
2012-04-04ssl/ssl_ciph.c: interim solution for assertion in d1_pkt.c(444).Andy Polyakov1-6/+7
2012-01-16Support for fixed DH ciphersuites.Dr. Stephen Henson1-5/+3
2011-12-02Resolve a stack set-up race condition (if the list of compressionBodo Möller1-0/+1
2011-10-10disable GCM if not availableDr. Stephen Henson1-0/+2
2011-08-03Expand range of ctrls for AES GCM to support retrieval and setting ofDr. Stephen Henson1-7/+31
2011-07-25Add HMAC ECC ciphersuites from RFC5289. Include SHA384 PRF support andDr. Stephen Henson1-4/+21
2011-07-11ssl/ssl_ciph.c: allow to switch to predefined "composite" cipher/macAndy Polyakov1-1/+22
2011-05-19Implement FIPS_mode and FIPS_mode_setDr. Stephen Henson1-0/+7
2011-05-01Disable SHA256 if not supported.Dr. Stephen Henson1-0/+1
2011-04-29Initial incomplete TLS v1.2 support. New ciphersuites added, new versionDr. Stephen Henson1-6/+20
2011-04-29Initial "opaque SSL" framework. If an application definesDr. Stephen Henson1-0/+5
2011-03-12Add SRP support.Ben Laurie1-0/+8
2010-06-12Fix warnings.Ben Laurie1-4/+2
2009-09-12PR: 2025Dr. Stephen Henson1-1/+1
2009-04-07Update from 0.9.8-stable.Dr. Stephen Henson1-0/+1
2009-03-12Submitted by: Victor Duchovni <Victor.Duchovni@morganstanley.com>Dr. Stephen Henson1-1/+1
2009-01-05Fix compilation with -no-comp by adding some more #ifndef OPENSSL_NO_COMPLutz Jänicke1-0/+2
2008-12-29If we're going to return errors (no matter how stupid), then we shouldBen Laurie1-0/+3
2008-12-20Make no-engine work again.Dr. Stephen Henson1-3/+23
2008-11-24Stop warning about different const qualifiers.Dr. Stephen Henson1-1/+1
2008-10-29Fix warning.Ben Laurie1-3/+3
2008-10-27Win32 fixes... add new directory to build system. Fix warnings.Dr. Stephen Henson1-1/+1
2008-10-12Type-checked (and modern C compliant) OBJ_bsearch.Ben Laurie1-10/+9
2008-09-10Add SSL_FIPS flag for FIPS 140-2 approved ciphersuites and add a newDr. Stephen Henson1-0/+2
2007-10-261. Changes for s_client.c to make it return non-zero exit code in caseDr. Stephen Henson1-2/+4
2007-09-07Change safestack reimplementation to match 0.9.8.Dr. Stephen Henson1-1/+1
2007-08-31Update ssl code to support digests other than MD5+SHA1 in handshake.Dr. Stephen Henson1-13/+54
2007-06-04Update ssl library to support EVP_PKEY MAC API. Include generic MAC support.Dr. Stephen Henson1-7/+66
2007-04-23Add SEED encryption algorithm.Bodo Möller1-2/+13
2007-03-23Stage 1 GOST ciphersuite support.Dr. Stephen Henson1-2/+9
2007-02-21prefer SHA1 over MD5 (this affects the Kerberos ciphersuites)Bodo Möller1-2/+5
2007-02-20SSL_kKRB5 ciphersuites shouldn't be preferred by defaultBodo Möller1-0/+1
2007-02-20Improve ciphersuite order stability when disabling ciphersuites.Bodo Möller1-20/+77
2007-02-20fix a typo in the new ciphersuite ordering codeBodo Möller1-2/+3
2007-02-19Include "!eNULL" in SSL_DEFAULT_CIPHER_LIST to make sure that aBodo Möller1-0/+35
2007-02-17Reorganize the data used for SSL ciphersuite pattern matching.Bodo Möller1-235/+337
2007-01-03remove undefined constantNils Larsch1-1/+1
2006-09-11ensure that ciphersuite strings such as "RC4-MD5" match the SSL 2.0Bodo Möller1-12/+16
2006-08-28Make things static that should be. Declare stuff in headers that should be.Ben Laurie1-1/+1
2006-06-15Error messages for client ECC cert verification.Bodo Möller1-1/+1
2006-06-15Fix another new bug in the cipherstring logic.Bodo Möller1-14/+27
2006-06-15Fix another bug introduced yesterday when deleting Fortezza stuff:Bodo Möller1-13/+10
2006-06-14Ciphersuite string bugfixes, and ECC-related (re-)definitions.Bodo Möller1-51/+77
2006-06-14Thread-safety fixesBodo Möller1-20/+83
2006-06-09Camellia cipher, contributed by NTTBodo Möller1-0/+29
2006-04-15If cipher list contains a match for an explicit ciphersuite only match thatDr. Stephen Henson1-4/+21
2006-03-10add initial support for RFC 4279 PSK SSL ciphersuitesNils Larsch1-0/+39
2005-09-30Make OPENSSL_NO_COMP compile again.Dr. Stephen Henson1-1/+22
2005-08-21initialize cipher/digest methods table in SSL_library_init() and hence remove...Nils Larsch1-11/+1