summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_locl.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove ssl_cert_inst()Kurt Roeckx2015-03-151-1/+0
* Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz2015-03-111-6/+4
* Make tlsext_tick_lifetime_hint an unsigned long (from signed long).Matt Caswell2015-02-101-1/+1
* Rewrite ssl3_send_client_key_exchange to support extms.Dr. Stephen Henson2015-02-031-0/+3
* Utility function to retrieve handshake hashes.Dr. Stephen Henson2015-02-031-0/+2
* Add flags field to SSL_SESSION.Dr. Stephen Henson2015-02-031-0/+5
* Make libssl opaque. Move all structures that were previously protected byMatt Caswell2015-01-311-0/+1036
* OPENSSL_NO_XXX cleanup: OPENSSL_NO_BUF_FREELISTSRich Salz2015-01-271-12/+0
* OPENSSL_NO_xxx cleanup: SHARich Salz2015-01-271-5/+0
* Re-align some comments after running the reformat script.Matt Caswell2015-01-221-7/+7
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-868/+888
* Move more comments that confuse indentMatt Caswell2015-01-221-24/+48
* indent has problems with comments that are on the right hand side of a line.Matt Caswell2015-01-221-3/+6
* More commentsMatt Caswell2015-01-221-1/+1
* Remove MS SGCDr. Stephen Henson2015-01-021-1/+0
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-4/+7
* The dtls1_output_cert_chain function no longer exists so remove it fromMatt Caswell2014-12-161-1/+0
* Add OPENSSL_NO_ECDH guardsMatt Caswell2014-12-161-0/+2
* Remove SSLv2 supportKurt Roeckx2014-12-041-69/+1
* Remove instances in libssl of the constant 28 (for size of IPv4 header + UDP)Matt Caswell2014-12-031-1/+2
* Remove more references to dtls1_encMatt Caswell2014-11-271-1/+0
* Check EVP_Cipher return values for SSL2Matt Caswell2014-11-271-1/+1
* Fixed memory leak due to incorrect freeing of DTLS reassembly bit maskMatt Caswell2014-11-261-0/+1
* Remove ssl3_check_finished.Emilia Kasper2014-11-201-1/+0
* Process signature algorithms before deciding on certificate.Dr. Stephen Henson2014-11-191-0/+1
* Process signature algorithms in ClientHello late.Dr. Stephen Henson2014-10-241-1/+2
* New extension callback features.Dr. Stephen Henson2014-08-281-1/+3
* Callback revision.Dr. Stephen Henson2014-08-281-2/+2
* Add custom extension sanity checks.Dr. Stephen Henson2014-08-281-0/+17
* Custom extension revision.Dr. Stephen Henson2014-08-281-14/+24
* Revision of custom extension code.Dr. Stephen Henson2014-08-151-0/+20
* Check SRP parameters early.Dr. Stephen Henson2014-08-061-0/+3
* Add conditional unit testing interface.Dr. Stephen Henson2014-07-241-0/+17
* Remove all RFC5878 code.Dr. Stephen Henson2014-07-041-7/+0
* Fix possible buffer overrun.Ben Laurie2014-07-021-2/+2
* More constification.Ben Laurie2014-06-291-3/+3
* Constification - mostly originally from Chromium.Ben Laurie2014-06-291-4/+4
* SRP ciphersuite correction.Dr. Stephen Henson2014-06-091-0/+1
* Security framework.Dr. Stephen Henson2014-03-281-6/+26
* Allow return of supported ciphers.Dr. Stephen Henson2014-03-281-0/+1
* Auto DH support.Dr. Stephen Henson2014-03-281-0/+4
* Don't use BN_ULLONG in n2l8 use SCTS_TIMESTAMP.Dr. Stephen Henson2014-02-251-9/+0
* Show the contents of the RFC6962 Signed Certificate Timestamp List Certificat...Rob Stradling2014-02-151-0/+9
* Update custom TLS extension and supplemental data 'generate' callbacks to sup...Scott Deboy2014-02-051-2/+2
* New ctrl to set current certificate.Dr. Stephen Henson2014-02-021-0/+2
* use SSL_kDHE throughout instead of SSL_kEDHDaniel Kahn Gillmor2014-01-091-2/+3
* use SSL_kECDHE throughout instead of SSL_kEECDHDaniel Kahn Gillmor2014-01-091-1/+2
* Additional "chain_cert" functions.Rob Stradling2013-11-141-0/+1
* Do not include a timestamp in the Client/ServerHello Random field.Nick Mathewson2013-10-211-0/+1
* Experimental encrypt-then-mac support.Dr. Stephen Henson2013-09-081-1/+7