aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl.h
Commit message (Expand)AuthorAgeFilesLines
...
* RT 3060: amend patchEmilia Kasper2014-08-221-1/+0
* Revision of custom extension code.Dr. Stephen Henson2014-08-151-19/+0
* RT 1988: Add "const" to SSL_use_RSAPrivateKey_ASN1Viktor Szakats2014-08-091-1/+1
* Check SRP parameters early.Dr. Stephen Henson2014-08-061-1/+1
* Add conditional unit testing interface.Dr. Stephen Henson2014-07-241-0/+4
* Reduce casting nastiness.Ben Laurie2014-07-051-0/+1
* Remove all RFC5878 code.Dr. Stephen Henson2014-07-041-95/+0
* Constification - mostly originally from Chromium.Ben Laurie2014-06-291-1/+1
* SRP ciphersuite correction.Dr. Stephen Henson2014-06-091-0/+1
* Option to disable padding extension.Dr. Stephen Henson2014-06-011-1/+3
* Add an NSS output format to sess_id to export to export the session id and th...Martin Kaiser2014-05-241-0/+1
* Security framework.Dr. Stephen Henson2014-03-281-0/+82
* Allow return of supported ciphers.Dr. Stephen Henson2014-03-281-0/+1
* Auto DH support.Dr. Stephen Henson2014-03-281-0/+7
* Update chain building function.Dr. Stephen Henson2014-03-271-0/+2
* typoDr. Stephen Henson2014-03-101-1/+1
* Add function to free compression methods.Dr. Stephen Henson2014-03-011-0/+1
* New chain building flags.Dr. Stephen Henson2014-02-231-2/+6
* Option to set current cert to server certificate.Dr. Stephen Henson2014-02-211-0/+1
* Move CT viewer extension code to crypto/x509v3Dr. Stephen Henson2014-02-201-3/+0
* Merge branch 'sct-viewer-master' of https://github.com/robstradling/openssl i...Ben Laurie2014-02-191-0/+3
|\
| * Move the SCT List extension parser into libssl.Rob Stradling2014-02-191-0/+3
* | Restore SSL_OP_MSIE_SSLV2_RSA_PADDINGDr. Stephen Henson2014-02-161-0/+3
|/
* fix error discrepancyDr. Stephen Henson2014-02-131-2/+2
* Return previous compression methods when setting them.Dr. Stephen Henson2014-02-061-1/+1
* Fix whitespace, new-style comments.Ben Laurie2014-02-051-10/+10
* Re-add alert variables removed during rebaseScott Deboy2014-02-051-16/+16
* Update custom TLS extension and supplemental data 'generate' callbacks to sup...Scott Deboy2014-02-051-4/+4
* Return per-certificate chain if extra chain is NULL.Dr. Stephen Henson2014-02-051-0/+2
* New ctrl to set current certificate.Dr. Stephen Henson2014-02-021-0/+9
* New function to set compression methods so they can be safely freed.Dr. Stephen Henson2014-01-271-0/+1
* Add new function SSL_CTX_get_ssl_method().Dr. Stephen Henson2014-01-161-0/+1
* Allow "DHE" and "kDHE" as synonyms of "EDH" and "kEDH" when specifiying ciphersDaniel Kahn Gillmor2014-01-091-2/+4
* Allow "ECDHE" as a synonym of "EECDH" when specifiying ciphersDaniel Kahn Gillmor2014-01-091-2/+4
* Verify parameter retrieval functions.Dr. Stephen Henson2013-12-131-0/+3
* New functions to retrieve certificate from SSL_CTXDr. Stephen Henson2013-11-181-1/+4
* Don't define SSL_select_next_proto if OPENSSL_NO_TLSEXT setDr. Stephen Henson2013-11-181-0/+2
* Fix compilation with no-nextprotoneg.Piotr Sikora2013-11-141-4/+3
* Additional "chain_cert" functions.Rob Stradling2013-11-131-0/+16
* Sync error codes with 1.0.2-stableDr. Stephen Henson2013-11-061-9/+20
* Do not include a timestamp in the Client/ServerHello Random field.Nick Mathewson2013-10-211-0/+6
* Extend SSL_CONFDr. Stephen Henson2013-10-201-0/+8
* Show useful errors.Ben Laurie2013-09-251-0/+4
* Fix error code clashes.Dr. Stephen Henson2013-09-181-2/+2
* More cleanup.Ben Laurie2013-09-061-5/+5
* Add callbacks supporting generation and retrieval of supplemental data entrie...Scott Deboy2013-09-061-38/+85
* Don't prefer ECDHE-ECDSA ciphers when the client appears to be Safari on OS X.Rob Stradling2013-09-051-1/+1
* Support ALPN.Adam Langley2013-07-221-0/+45
* Fix duplicate error code.Dr. Stephen Henson2013-06-281-1/+1
* Cleanup of custom extension stuff.Trevor2013-06-181-4/+4