summaryrefslogtreecommitdiff
path: root/ssl/ssl_ciph.c
Commit message (Expand)AuthorAgeFilesLines
* Resolve a stack set-up race condition (if the list of compressionBodo Möller2011-12-021-0/+1
* Fix gcc 4.6 warnings. Check TLS server hello extension length.Ben Laurie2010-06-121-4/+2
* PR: 2025Dr. Stephen Henson2009-09-121-1/+1
* PR: 1795Dr. Stephen Henson2009-04-071-0/+1
* Fix from HEAD.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/+3
* Make ssl code consistent with FIPS branch. The new code has no effectDr. Stephen Henson2008-06-161-0/+10
* gcc 4.2 fixes to avoid use or function pointer casts in OpenSSL.Dr. Stephen Henson2007-09-061-1/+1
* Add SEED encryption algorithm.Bodo Möller2007-04-231-5/+14
* Make local function static.Ben Laurie2007-03-081-1/+1
* Some fixes for ciphersuite string processing:Bodo Möller2007-02-171-13/+37
* ensure that ciphersuite strings such as "RC4-MD5" match the SSL 2.0Bodo Möller2006-09-111-12/+16
* Fix warning.Ben Laurie2006-07-021-1/+1
* Fix for previous change: explicitly named ciphersuites are OK to addBodo Möller2006-06-221-1/+1
* Put ECCdraft ciphersuites back into default build (but disabledBodo Möller2006-06-221-2/+16
* 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
* Update from HEAD.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
* Avoid including cryptlib.h, it's not really needed.Richard Levitte2003-12-271-0/+6
* We're getting a clash with C++ because it has a type called 'list'.Richard Levitte2003-11-291-33/+34
* Avoid some shadowed variable names.Geoff Thorpe2003-11-041-4/+4
* Add functionality to get information on compression methods (not quite comple...Richard Levitte2003-10-061-0/+8
* Make sure int SSL_COMP_add_compression_method() checks if a certainRichard Levitte2003-10-061-1/+9
* Correct a mixup of return valuesRichard Levitte2003-10-021-2/+2
* Fix ordering of compare functions: strncmp() must be used first, aLutz Jänicke2003-04-081-3/+4
* Protect loading routines with a lock.Richard Levitte2002-12-161-1/+11
* Since it's defined in draft-ietf-tls-compression-04.txt, let's makeRichard Levitte2002-12-081-22/+61
* ECC ciphersuite supportBodo Möller2002-08-091-7/+22
* New cipher selection options COMPLEMENTOFALL and COMPLEMENTOFDEFAULT.Lutz Jänicke2002-07-191-0/+2
* AES cipher suites are now official (RFC3268)Bodo Möller2002-07-041-7/+6
* disable AES ciphersuites unless explicitly requestedBodo Möller2002-05-051-6/+7
* avoid everything resembling a magic trigraphBodo Möller2001-09-241-1/+1
* (A version of) gcc had been giving somewhat odd "trigraph" warnings aboutGeoff Thorpe2001-08-281-1/+1
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-4/+4
* Fix AES code.Dr. Stephen Henson2001-02-071-22/+18
* Rijdael CBC mode and partial undebugged SSL support.Ben Laurie2001-02-061-1/+30
* It's completely unnecessary to add a compression algorithm that isRichard Levitte2000-12-041-0/+3
* First tentative impementation of Kerberos 5 cryptos and keys for SSL/TLS. Im...Richard Levitte2000-11-301-1/+29
* Turn off memory checking when loading new compression algorithms.Richard Levitte2000-11-301-1/+5
* Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte2000-09-171-1/+1
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-12/+12
* The previous commit to crypto/stack/*.[ch] pulled the type-safety stringsGeoff Thorpe2000-06-011-1/+2