aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_ciph.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Avoid sprintf.Bodo Möller2000-05-211-2/+3
* Fix the indentation, and avoid a compiler warning.Bodo Möller2000-03-061-38/+39
* ispell (and minor modifications)Ulf Möller2000-02-031-5/+5
* Add new -notext option to 'ca', -pubkey option to spkac.Dr. Stephen Henson2000-02-031-1/+1
* Minor patch: check only match @STRENGTH and remove eNULLDr. Stephen Henson2000-01-221-11/+4
* Apply Lutz Behnke's 56 bit cipher patch with a fewDr. Stephen Henson2000-01-221-295/+535
* Don't mix real tabs with tabs expanded as 8 spaces -- that'sBodo Möller1999-06-071-8/+8
* Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).Ulf Möller1999-06-041-0/+4
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-2/+2
* Change functions to ANSI C.Ulf Möller1999-04-191-33/+17
* Massive constification.Ben Laurie1999-04-171-7/+7
* Just use an ANSI declaration, instead.Ben Laurie1999-04-151-6/+1
* Make Windows compilers happy.Bodo Möller1999-04-141-0/+4
* Add type-safe STACKs and SETs.Ben Laurie1999-04-121-20/+21
* Remove deleted PKCS#12 functions from pkcs12.h, get rid of object creationDr. Stephen Henson1999-03-291-8/+8
* Delete NULL ciphers from 'ALL' in the cipher list aliases. This means thatDr. Stephen Henson1999-03-121-2/+3
* Permit null ciphers.Ben Laurie1999-03-061-1/+1
* Various changes to make this stuff compile under Win32 and VC++ with andDr. Stephen Henson1999-02-221-8/+8