aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl_lib.c
Commit message (Expand)AuthorAgeFilesLines
* fix typo and warningDr. Stephen Henson2012-11-191-2/+2
* new feature: if ctx==NULL in SSL_CTX_ctrl perform syntax checking only for so...Dr. Stephen Henson2012-11-081-0/+14
* If OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL is set allow the use of "SCSV" asDr. Stephen Henson2012-09-301-1/+11
* Add ctrl and utility functions to retrieve raw cipher list sent by client inDr. Stephen Henson2012-09-121-0/+21
* Minor enhancement to PR#2836 fix. Instead of modifying SSL_get_certificateDr. Stephen Henson2012-09-111-8/+0
* Call OCSP Stapling callback after ciphersuite has been chosen, so theBen Laurie2012-09-111-2/+10
* perform sanity checks on server certificate type as soon as it is received in...Dr. Stephen Henson2012-08-311-47/+6
* Add compilation flag to disable certain protocol checks and allow use ofDr. Stephen Henson2012-08-291-0/+17
* Add three Suite B modes to TLS code, supporting RFC6460.Dr. Stephen Henson2012-08-151-4/+4
* Make tls1_check_chain return a set of flags indicating checks passedDr. Stephen Henson2012-07-271-6/+6
* New function ssl_set_client_disabled to set masks for any ciphersuitesDr. Stephen Henson2012-07-181-17/+7
* new function SSL_is_server to which returns 1 is the corresponding SSL contex...Dr. Stephen Henson2012-07-031-0/+5
* Add certificate callback. If set this is called whenever a certificateDr. Stephen Henson2012-06-291-0/+10
* Add new "valid_flags" field to CERT_PKEY structure which determines whatDr. Stephen Henson2012-06-281-7/+18
* Make it possible to delete all certificates from an SSL structure.Dr. Stephen Henson2012-06-181-0/+5
* Version skew reduction: trivia (I hope).Ben Laurie2012-06-031-2/+0
* RFC 5878 support.Ben Laurie2012-05-301-26/+53
* oops, not yet ;-)Dr. Stephen Henson2012-04-231-16/+0
* update NEWSDr. Stephen Henson2012-04-231-0/+16
* Add support for automatic ECDH temporary key parameter selection. WhenDr. Stephen Henson2012-04-051-1/+1
* Initial revision of ECC extension handling.Dr. Stephen Henson2012-03-281-0/+30
* ABI compliance fixes.Dr. Stephen Henson2012-02-221-1/+1
* SSL export fixes (from Adam Langley) [original from 1.0.1]Dr. Stephen Henson2012-02-221-5/+6
* Revise ssl code to use a CERT_PKEY structure when outputting aDr. Stephen Henson2012-01-261-2/+2
* Support for fixed DH ciphersuites.Dr. Stephen Henson2012-01-161-0/+3
* Fix for builds without DTLS support.Bodo Möller2012-01-051-0/+2
* Add TLS exporter.Ben Laurie2011-11-151-1/+15
* Add DTLS-SRTP.Ben Laurie2011-11-151-0/+6
* Don't disable TLS v1.2 by default now.Dr. Stephen Henson2011-10-091-2/+0
* use client version when eliminating TLS v1.2 ciphersuites in client helloDr. Stephen Henson2011-10-071-1/+1
* fix signed/unsigned warningDr. Stephen Henson2011-09-261-1/+1
* PR: 2602Dr. Stephen Henson2011-09-231-0/+3
* Fix session handling.Bodo Möller2011-09-051-5/+4
* Remove hard coded ecdsaWithSHA1 hack in ssl routines and check for RSADr. Stephen Henson2011-08-141-19/+13
* Add HMAC ECC ciphersuites from RFC5289. Include SHA384 PRF support andDr. Stephen Henson2011-07-251-0/+4
* use TLS1_get_version macro to check version so TLS v1.2 changes don't interfe...Dr. Stephen Henson2011-05-251-2/+2
* Implement FIPS_mode and FIPS_mode_setDr. Stephen Henson2011-05-191-0/+8
* Initial TLS v1.2 client support. Include a default supported signatureDr. Stephen Henson2011-05-091-3/+4
* Continuing TLS v1.2 support: add support for server parsing ofDr. Stephen Henson2011-05-061-8/+10
* Initial incomplete TLS v1.2 support. New ciphersuites added, new versionDr. Stephen Henson2011-04-291-1/+5
* Initial "opaque SSL" framework. If an application definesDr. Stephen Henson2011-04-291-0/+15
* Add SRP support.Ben Laurie2011-03-121-0/+6
* Include openssl/crypto.h first in several other files so FIPS renamingDr. Stephen Henson2011-02-161-0/+1
* remove duplicate statementDr. Stephen Henson2010-11-181-2/+0
* oops, reinstate TLSv1 stringDr. Stephen Henson2010-11-171-0/+2
* Fixes to NPN from Adam Langley.Ben Laurie2010-09-051-4/+4
* PR: 1833Dr. Stephen Henson2010-08-271-2/+2
* For better forward-security support, add functionsBodo Möller2010-08-261-0/+14
* PR: 1833Dr. Stephen Henson2010-08-261-7/+19
* Add Next Protocol Negotiation.Ben Laurie2010-07-281-0/+130