aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/ssl.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Limit the number of empty records that will be processed consecutivelyAdam Langley2013-06-131-0/+1
* Add support for arbitrary TLS extensions.Trevor2013-06-121-0/+94
* Suite B support for DTLS 1.2Dr. Stephen Henson2013-04-091-0/+1
* Dual DTLS version methods.Dr. Stephen Henson2013-04-091-0/+7
* Provisional DTLS 1.2 support.Dr. Stephen Henson2013-03-261-0/+4
* typoDr. Stephen Henson2012-12-261-1/+1
* return error if Suite B mode is selected and TLS 1.2 can't be used. Correct e...Dr. Stephen Henson2012-12-011-1/+2
* Add support for printing out and retrieving EC point formats extension.Dr. Stephen Henson2012-11-221-0/+4
* fix typo and warningDr. Stephen Henson2012-11-191-1/+1
* add SSL_CONF functions and documentationDr. Stephen Henson2012-11-161-0/+26
* new command line option -stdname to ciphers utilityDr. Stephen Henson2012-11-161-0/+1
* Add ctrl and utility functions to retrieve raw cipher list sent by client inDr. Stephen Henson2012-09-121-0/+6
* new ctrl to retrive value of received temporary key in server key exchange me...Dr. Stephen Henson2012-09-081-0/+4
* store and print out message digest peer signed with in TLS 1.2Dr. Stephen Henson2012-09-071-0/+4
* perform sanity checks on server certificate type as soon as it is received in...Dr. Stephen Henson2012-08-311-0/+1
* give more meaningful error if presented with wrong certificate type by serverDr. Stephen Henson2012-08-301-0/+2
* Add compilation flag to disable certain protocol checks and allow use ofDr. Stephen Henson2012-08-291-1/+2