summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_ciph.c
AgeCommit message (Expand)Author
2015-01-22Re-align some comments after running the reformat script.OpenSSL_0_9_8-post-reformatMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22More tweaks for comments due indent issuesMatt Caswell
2015-01-22Additional comment changes for reformat of 0.9.8Matt Caswell
2015-01-22mark all block comments that need format preserving so thatTim Hudson
2014-06-22 Fix off-by-one errors in ssl_cipher_get_evp()Miod Vallat
2014-06-22Revert " Fix off-by-one errors in ssl_cipher_get_evp()"Matt Caswell
2014-06-12 Fix off-by-one errors in ssl_cipher_get_evp()Kurt Cancemi
2011-12-02Resolve a stack set-up race condition (if the list of compressionBodo Möller
2010-06-12Fix gcc 4.6 warnings. Check TLS server hello extension length.Ben Laurie
2009-09-12PR: 2025Dr. Stephen Henson
2009-04-07PR: 1795Dr. Stephen Henson
2009-03-12Fix from HEAD.Dr. Stephen Henson
2009-01-05Fix compilation with -no-comp by adding some more #ifndef OPENSSL_NO_COMPLutz Jänicke
2008-06-16Make ssl code consistent with FIPS branch. The new code has no effectDr. Stephen Henson
2007-09-06gcc 4.2 fixes to avoid use or function pointer casts in OpenSSL.Dr. Stephen Henson
2007-04-23Add SEED encryption algorithm.Bodo Möller
2007-03-08Make local function static.Ben Laurie
2007-02-17Some fixes for ciphersuite string processing:Bodo Möller
2006-09-11ensure that ciphersuite strings such as "RC4-MD5" match the SSL 2.0Bodo Möller
2006-07-02Fix warning.Ben Laurie
2006-06-22Fix for previous change: explicitly named ciphersuites are OK to addBodo Möller
2006-06-22Put ECCdraft ciphersuites back into default build (but disabledBodo Möller
2006-06-14Thread-safety fixesBodo Möller
2006-06-09Camellia cipher, contributed by NTTBodo Möller
2006-04-15If cipher list contains a match for an explicit ciphersuite only match thatDr. Stephen Henson
2005-09-30Update from HEAD.Dr. Stephen Henson
2005-08-21initialize cipher/digest methods table in SSL_library_init() and hence remove...Nils Larsch
2005-06-10- let SSL_CTX_set_cipher_list and SSL_set_cipher_list return anNils Larsch
2005-06-08use "=" instead of "|=", fix typoNils Larsch
2005-06-08ssl_create_cipher_list should return an error if no cipher could beNils Larsch
2005-03-30Constification.Ben Laurie
2005-03-20some const fixesNils Larsch
2004-10-25Fix race condition when SSL ciphers are initialized.Dr. Stephen Henson
2003-12-27Avoid including cryptlib.h, it's not really needed.Richard Levitte
2003-11-29We're getting a clash with C++ because it has a type called 'list'.Richard Levitte
2003-11-04Avoid some shadowed variable names.Geoff Thorpe
2003-10-06Add functionality to get information on compression methods (not quite comple...Richard Levitte
2003-10-06Make sure int SSL_COMP_add_compression_method() checks if a certainRichard Levitte
2003-10-02Correct a mixup of return valuesRichard Levitte
2003-04-08Fix ordering of compare functions: strncmp() must be used first, aLutz Jänicke
2002-12-16Protect loading routines with a lock.Richard Levitte
2002-12-08Since it's defined in draft-ietf-tls-compression-04.txt, let's makeRichard Levitte
2002-08-09ECC ciphersuite supportBodo Möller
2002-07-19New cipher selection options COMPLEMENTOFALL and COMPLEMENTOFDEFAULT.Lutz Jänicke
2002-07-04AES cipher suites are now official (RFC3268)Bodo Möller
2002-05-05disable AES ciphersuites unless explicitly requestedBodo Möller
2001-09-24avoid everything resembling a magic trigraphBodo Möller
2001-08-28(A version of) gcc had been giving somewhat odd "trigraph" warnings aboutGeoff Thorpe
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte