aboutsummaryrefslogtreecommitdiff
path: root/include/openssl/ssl.h
AgeCommit message (Expand)AuthorFilesLines
2020-04-02TLS Cipher Suite 0xC102 SupportNikolay Morozov1-1/+2
2020-01-29TLS: use EVP for HMAC throughout libssl.Pauli1-1/+3
2020-01-22Introduce SSL_CTX_new_with_libex()Matt Caswell1-0/+2
2019-11-07Update source files for pre-3.0 deprecationRichard Levitte1-7/+7
2019-11-07Update source files for deprecation at 3.0Richard Levitte1-4/+4
2019-11-03X509_LOOKUP_store: new X509_LOOKUP_METHOD that works by OSSL_STORE URIRichard Levitte1-2/+10
2019-09-28Add legacy include guards to public header filesDr. Matthias St. Pierre1-0/+6
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre1-3/+3
2019-08-06API to get negotiated key exchange algorithm in TLS1.3raja-ashok1-0/+3
2019-06-12Fix typo mistake on calls to SSL_ctrl in ssl.hraja-ashok1-30/+30
2019-06-11Change cipher default strings to a functionTodd Short1-9/+21
2019-06-06Fix typo in macro argument of SSL_set1_client_sigalgs_list()Dr. Matthias St. Pierre1-1/+1
2019-05-21Change SSL parameter SSL_session_reused constArne Schwabe1-1/+1
2019-05-07ssl: Add SSL_sendfileBoris Pismenny1-0/+2
2019-04-01ssl: Linux TLS Rx OffloadBoris Pismenny1-1/+5
2019-03-29Remove heartbeats completelyRichard Levitte1-10/+0
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb1-2/+2
2019-02-15Add option to disable Extended Master SecretTodd Short1-9/+12
2019-02-05Make some simple getters take const SSL/SSL_CTXSam Roberts1-10/+10
2019-02-01Fix end-point shared secret for DTLS/SCTPMichael Tuexen1-0/+12
2019-01-27add an additional async notification communication method based on callbackPing Yu1-0/+9
2018-12-07ssl: Linux TLS Tx OffloadBoris Pismenny1-0/+4
2018-12-06Following the license change, modify the boilerplates in include/ and crypto/...Richard Levitte1-1/+1
2018-12-06Refactor the computation of API version limitsRichard Levitte1-8/+8
2018-11-15Deprecate SSL_set_tmp_ecdhAntoine Salon1-3/+5
2018-11-12Added missing signature algorithm reflection functionsViktor Dukhovni1-3/+15
2018-10-03Remove SSL_version_strRichard Levitte1-2/+0
2018-09-03Rename SSL[_CTX]_add1_CA_list -> SSL[_CTX]_add1_to_CA_listRichard Levitte1-2/+2
2018-08-20Add support for SSL_CTX_set_post_handshake_auth()Matt Caswell1-0/+1
2018-08-20Change Post Handshake auth so that it is opt-inMatt Caswell1-1/+1
2018-07-20const-ify some input SSL * argumentsBenjamin Kaduk1-3/+3
2018-07-06Introduce the recv_max_early_data settingMatt Caswell1-0/+4
2018-07-02Add setters to set the early_data callbackMatt Caswell1-2/+8
2018-07-02Make the anti-replay feature optionalMatt Caswell1-0/+6
2018-06-25OpenSSL_add_ssl_algorithm-is-deprecated() is deprecated, make it soRichard Levitte1-1/+1
2018-06-07Fix TLSv1.3 ticket noncesMatt Caswell1-1/+0
2018-05-17Enable the ability to set the number of TLSv1.3 session tickets sentMatt Caswell1-0/+5
2018-05-11Rework the decrypt ticket callbackMatt Caswell1-3/+18
2018-05-02Fix SSL_get_shared_ciphers()Matt Caswell1-1/+1
2018-04-20openssl/ssl.h: restore some renamed public SSL_CTRL definesDr. Matthias St. Pierre1-12/+17
2018-04-18Style: ssl.hFdaSilvaYY1-149/+157
2018-03-15Fix no-chacha and no-poly1305Matt Caswell1-3/+8
2018-03-14Put the default set of TLSv1.3 ciphersuites in a header fileMatt Caswell1-0/+5
2018-03-14Split configuration of TLSv1.3 ciphers from older ciphersMatt Caswell1-0/+2
2018-03-12Introduce SSL_CTX_set_stateless_cookie_{generate,verify}_cbBenjamin Saunders1-2/+13
2018-03-12Session Ticket app dataTodd Short1-0/+32
2018-03-09Add SSL/SSL_CTX_use_cert_and_key()Todd Short1-0/+4
2018-02-09Remove redundant declarations of ERR_load_*_strings()Nick Mathewson1-1/+0
2018-02-01Add TLSv1.3 post-handshake authentication (PHA)Todd Short1-1/+4
2018-01-24Fix signature of min/max proto getterChristian Heimes1-2/+2