aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
...
* fix WIN32 warningsDr. Stephen Henson2014-02-202-2/+2
* make dependDr. Stephen Henson2014-02-201-21/+21
* Move CT viewer extension code to crypto/x509v3Dr. Stephen Henson2014-02-202-129/+0
* make dependDr. Stephen Henson2014-02-191-38/+39
* Make i2r_sctlist static.Ben Laurie2014-02-191-3/+3
* Merge branch 'sct-viewer-master' of https://github.com/robstradling/openssl i...Ben Laurie2014-02-193-0/+138
|\
| * Move the SCT List extension parser into libssl.Rob Stradling2014-02-192-0/+129
| * Show the contents of the RFC6962 Signed Certificate Timestamp List Certificat...Rob Stradling2014-02-141-0/+9
* | Restore SSL_OP_MSIE_SSLV2_RSA_PADDINGDr. Stephen Henson2014-02-161-0/+3
|/
* ssl/s3_pkt.c: detect RAND_bytes error in multi-block.Andy Polyakov2014-02-141-3/+4
* fix error discrepancyDr. Stephen Henson2014-02-131-2/+2
* Return previous compression methods when setting them.Dr. Stephen Henson2014-02-062-2/+4
* Oops, get selection logic right.Dr. Stephen Henson2014-02-051-2/+3
* Fix warnings.Ben Laurie2014-02-051-1/+5
* Don't break out of the custom extension callback loop - continue insteadScott Deboy2014-02-052-8/+5
* Fix whitespace, new-style comments.Ben Laurie2014-02-056-110/+113
* Re-add alert variables removed during rebaseScott Deboy2014-02-058-205/+210
* Updating DTCP authorization type to expected valueScott Deboy2014-02-051-3/+3
* Update custom TLS extension and supplemental data 'generate' callbacks to sup...Scott Deboy2014-02-0510-115/+123
* Return per-certificate chain if extra chain is NULL.Dr. Stephen Henson2014-02-052-0/+4
* ssl/s3_pkt.c: move multi-block processing to ssl3_write_bytes.Andy Polyakov2014-02-051-2/+170
* s3_pkt.c: move ssl3_release_write_buffer to ssl3_write_bytes.Andy Polyakov2014-02-051-4/+6
* New ctrl to set current certificate.Dr. Stephen Henson2014-02-024-0/+43
* Check i before r[i].Dr. Stephen Henson2014-01-281-2/+2
* New function to set compression methods so they can be safely freed.Dr. Stephen Henson2014-01-272-0/+6
* Support retries in certificate callbackDr. Stephen Henson2014-01-263-14/+36
* Add new function SSL_CTX_get_ssl_method().Dr. Stephen Henson2014-01-162-0/+6
* Omit initial status request callback check.Kaspar Brand2014-01-161-2/+1
* update remaining documentation to move from EDH to DHEDaniel Kahn Gillmor2014-01-091-6/+6
* Replace EDH-RSA-DES-CBC-SHA, etc. with DHE-RSA-DES-CBC-SHADaniel Kahn Gillmor2014-01-093-6/+32
* change SSL3_CK_EDH_* to SSL_CK_DHE_* (with backward-compatibility)Daniel Kahn Gillmor2014-01-092-12/+18
* use SSL_kDHE throughout instead of SSL_kEDHDaniel Kahn Gillmor2014-01-098-73/+74
* emit "DHE" instead of "edh" for kX packet trace outputDaniel Kahn Gillmor2014-01-091-1/+1
* Allow "DHE" and "kDHE" as synonyms of "EDH" and "kEDH" when specifiying ciphersDaniel Kahn Gillmor2014-01-092-2/+6
* use SSL_kECDHE throughout instead of SSL_kEECDHDaniel Kahn Gillmor2014-01-099-58/+59
* emit "ECDHE" instead of "EECDH" for kX packet trace outputDaniel Kahn Gillmor2014-01-091-1/+1
* Allow "ECDHE" as a synonym of "EECDH" when specifiying ciphersDaniel Kahn Gillmor2014-01-092-2/+6
* Add fix for CVE-2013-4353Dr. Stephen Henson2014-01-071-1/+5
* Add ServerInfoFile to SSL_CONF, update docs.Dr. Stephen Henson2014-01-031-0/+14
* Use algorithm specific chains for certificates.Dr. Stephen Henson2014-01-031-7/+3
* ssl/t1_enc.c: optimize PRF (suggested by Intel).Andy Polyakov2014-01-031-9/+8
* Don't change version number if session establishedDr. Stephen Henson2014-01-022-5/+6
* Update curve list size.Dr. Stephen Henson2013-12-291-1/+1
* Fix DTLS retransmission from previous session.Dr. Stephen Henson2013-12-202-6/+17
* Check EVP errors for handshake digests.Dr. Stephen Henson2013-12-183-6/+15
* Update to pad extension.Dr. Stephen Henson2013-12-131-7/+20
* Verify parameter retrieval functions.Dr. Stephen Henson2013-12-132-0/+13
* New functions to retrieve certificate from SSL_CTXDr. Stephen Henson2013-11-182-4/+21
* Don't define SSL_select_next_proto if OPENSSL_NO_TLSEXT setDr. Stephen Henson2013-11-181-0/+2
* Use correct header length in ssl3_send_certifcate_requestDr. Stephen Henson2013-11-171-2/+2