summaryrefslogtreecommitdiff
path: root/apps/ciphers.c
Commit message (Expand)AuthorAgeFilesLines
* Initial "opaque SSL" framework. If an application definessteve2011-04-291-1/+1
* Stage 1 GOST ciphersuite support.steve2007-03-231-0/+2
* fix stupid typobodo2005-10-261-1/+1
* new option "openssl ciphers -V"bodo2005-10-011-6/+27
* Let the TLSv1_method() etc. functions return a const SSL_METHODnils2005-08-141-1/+1
* some const fixesnils2005-04-051-2/+2
* EXIT() may mean return(). That's confusing, so let's have it really meanlevitte2002-12-031-1/+1
* Security fixes brought forward from 0.9.7.ben2002-11-131-1/+1
* Use apps_shutdown() in all applications, in case someone decides notlevitte2001-06-231-0/+1
* Use new-style system-id macros everywhere possible. I hope I haven'tlevitte2001-02-201-1/+1
* Make all configuration macros available for application by makinglevitte2001-02-191-7/+7
* format stringsulf2001-02-061-1/+1
* On VMS, stdout may very well lead to a file that is written to in alevitte2000-09-201-1/+7
* In theory, TLS v1 ciphersuites are not the same as SSL v3 ciphersuitesbodo2000-04-061-0/+5
* Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...rse2000-02-111-0/+2
* Rename SSLeay_add_all_algorithms() et al tosteve2000-02-041-1/+1
* Apply Lutz Behnke's 56 bit cipher patch with a fewsteve2000-01-221-2/+6
* Add missing #ifndefs that caused missing symbols when building libsslulf2000-01-161-4/+0
* New Configure option no-<cipher> (rsa, idea, rc5, ...).ulf1999-04-271-0/+4
* Change #include filenames from <foo.h> to <openssl.h>.bodo1999-04-231-2/+2
* Change functions to ANSI C.ulf1999-04-191-3/+1
* Massive constification.ben1999-04-171-1/+2
* Add type-safe STACKs and SETs.ben1999-04-121-5/+5
* Initial revisionrse1998-12-211-0/+191