summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_locl.h
AgeCommit message (Expand)Author
2015-03-23Check libssl function returnsMatt Caswell
2015-03-15Remove ssl_cert_inst()Kurt Roeckx
2015-03-11Merge OPENSSL_NO_EC{DH,DSA} into OPENSSL_NO_ECRich Salz
2015-02-10Make tlsext_tick_lifetime_hint an unsigned long (from signed long).Matt Caswell
2015-02-03Rewrite ssl3_send_client_key_exchange to support extms.Dr. Stephen Henson
2015-02-03Utility function to retrieve handshake hashes.Dr. Stephen Henson
2015-02-03Add flags field to SSL_SESSION.Dr. Stephen Henson
2015-01-31Make libssl opaque. Move all structures that were previously protected byMatt Caswell
2015-01-27OPENSSL_NO_XXX cleanup: OPENSSL_NO_BUF_FREELISTSRich Salz
2015-01-27OPENSSL_NO_xxx cleanup: SHARich Salz
2015-01-22Re-align some comments after running the reformat script.Matt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Move more comments that confuse indentMatt Caswell
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell
2015-01-22More commentsMatt Caswell
2015-01-02Remove MS SGCDr. Stephen Henson
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-12-16The dtls1_output_cert_chain function no longer exists so remove it fromMatt Caswell
2014-12-16Add OPENSSL_NO_ECDH guardsMatt Caswell
2014-12-04Remove SSLv2 supportKurt Roeckx
2014-12-03Remove instances in libssl of the constant 28 (for size of IPv4 header + UDP)Matt Caswell
2014-11-27Remove more references to dtls1_encMatt Caswell
2014-11-27Check EVP_Cipher return values for SSL2Matt Caswell
2014-11-26Fixed memory leak due to incorrect freeing of DTLS reassembly bit maskMatt Caswell
2014-11-20Remove ssl3_check_finished.Emilia Kasper
2014-11-19Process signature algorithms before deciding on certificate.Dr. Stephen Henson
2014-10-24Process signature algorithms in ClientHello late.Dr. Stephen Henson
2014-08-28New extension callback features.Dr. Stephen Henson
2014-08-28Callback revision.Dr. Stephen Henson
2014-08-28Add custom extension sanity checks.Dr. Stephen Henson
2014-08-28Custom extension revision.Dr. Stephen Henson
2014-08-15Revision of custom extension code.Dr. Stephen Henson
2014-08-06Check SRP parameters early.Dr. Stephen Henson
2014-07-24Add conditional unit testing interface.Dr. Stephen Henson
2014-07-04Remove all RFC5878 code.Dr. Stephen Henson
2014-07-02Fix possible buffer overrun.Ben Laurie
2014-06-29More constification.Ben Laurie
2014-06-29Constification - mostly originally from Chromium.Ben Laurie
2014-06-09SRP ciphersuite correction.Dr. Stephen Henson
2014-03-28Security framework.Dr. Stephen Henson
2014-03-28Allow return of supported ciphers.Dr. Stephen Henson
2014-03-28Auto DH support.Dr. Stephen Henson
2014-02-25Don't use BN_ULLONG in n2l8 use SCTS_TIMESTAMP.Dr. Stephen Henson
2014-02-14Show the contents of the RFC6962 Signed Certificate Timestamp List Certificat...Rob Stradling
2014-02-05Update custom TLS extension and supplemental data 'generate' callbacks to sup...Scott Deboy
2014-02-02New ctrl to set current certificate.Dr. Stephen Henson
2014-01-09use SSL_kDHE throughout instead of SSL_kEDHDaniel Kahn Gillmor
2014-01-09use SSL_kECDHE throughout instead of SSL_kEECDHDaniel Kahn Gillmor
2013-11-13Additional "chain_cert" functions.Rob Stradling
2013-10-21Do not include a timestamp in the Client/ServerHello Random field.Nick Mathewson