aboutsummaryrefslogtreecommitdiff
path: root/apps/ciphers.c
AgeCommit message (Expand)AuthorFilesLines
2007-03-23Stage 1 GOST ciphersuite support.Dr. Stephen Henson1-0/+2
2005-10-26fix stupid typoBodo Möller1-1/+1
2005-10-01new option "openssl ciphers -V"Bodo Möller1-6/+27
2005-08-14Let the TLSv1_method() etc. functions return a const SSL_METHODNils Larsch1-1/+1
2005-04-05some const fixesNils Larsch1-2/+2
2002-12-03EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte1-1/+1
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie1-1/+1
2001-06-23Use apps_shutdown() in all applications, in case someone decides notRichard Levitte1-0/+1
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte1-1/+1
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-7/+7
2001-02-06format stringsUlf Möller1-1/+1
2000-09-20On VMS, stdout may very well lead to a file that is written to in aRichard Levitte1-1/+7
2000-04-06In theory, TLS v1 ciphersuites are not the same as SSL v3 ciphersuitesBodo Möller1-0/+5
2000-02-11Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall1-0/+2
2000-02-04Rename SSLeay_add_all_algorithms() et al toDr. Stephen Henson1-1/+1
2000-01-22Apply Lutz Behnke's 56 bit cipher patch with a fewDr. Stephen Henson1-2/+6
2000-01-16Add missing #ifndefs that caused missing symbols when building libsslUlf Möller1-4/+0
1999-04-27New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller1-0/+4
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-2/+2
1999-04-19Change functions to ANSI C.Ulf Möller1-3/+1
1999-04-17Massive constification.Ben Laurie1-1/+2
1999-04-12Add type-safe STACKs and SETs.Ben Laurie1-3/+3
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1-2/+2
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1-0/+191