summaryrefslogtreecommitdiffstats
path: root/doc/ssl/SSL_CIPHER_get_name.pod
AgeCommit message (Collapse)Author
2014-11-10Allow ECDHE and DHE as forward-compatible aliases for EECDH and EDHDaniel Kahn Gillmor
see RT #3203 Future versions of OpenSSL use the canonical terms "ECDHE" and "DHE" as configuration strings and compilation constants. This patch introduces aliases so that the stable 1.0.2 branch can be forward-compatible with code and configuration scripts that use the normalized terms, while avoiding changing any library output for stable users. Signed-off-by: Kurt Roeckx <kurt@roeckx.be> Reviewed-by: Matt Caswell <matt@openssl.org>
2014-07-03Merge branch 'rsalz-docfixes'Rich Salz
2009-09-12PR: 2025Dr. Stephen Henson
Submitted by: Tomas Mraz <tmraz@redhat.com> Approved by: steve@openssl.org Constify SSL_CIPHER_description
2009-02-14PR: 1835Dr. Stephen Henson
Submitted by: Damien Miller <djm@mindrot.org> Approved by: steve@openssl.org Fix various typos.
2005-03-30update docs (recent constification)Nils Larsch
2001-02-16ispellUlf Möller
2000-12-05Add EXAMPLES for SSL_CIPHER_description() output.Lutz Jänicke
2000-11-15Fill in missing information about the string returned fromLutz Jänicke
SSL_CIPHER_description(), as there is no other API function to find out details about the cipher used besides the number of bits or protocol used.
2000-09-18New documentation about things related to SSL_CIPHER. Submitted by Lutz ↵Richard Levitte
Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>