summaryrefslogtreecommitdiff
path: root/include/openssl/ssl.h
Commit message (Expand)AuthorAgeFilesLines
* TLSv1.3: additional checks in SSL_set_record_padding_callbackVadim Fedorenko2020-06-081-1/+1
* Add cipher list ciphersuites which using encryption algorithm in mode CBC.Otto Hollmann2020-06-041-0/+1
* undeprecate SSL_CTX_load_verify_locations and X509_STORE_load_locationsTim Hudson2020-06-011-2/+2
* Introducing option SSL_OP_IGNORE_UNEXPECTED_EOFDmitry Belyavskiy2020-05-191-6/+1
* Constants for new GOST TLS 1.2 ciphersuitesDmitry Belyavskiy2020-05-191-0/+3
* SSL_OP_DISABLE_TLSEXT_CA_NAMES option implementationNikolay Morozov2020-05-071-1/+2
* Add SSL_new_session_ticket() APIBenjamin Kaduk2020-05-011-0/+1
* include/openssl/x509v3.h: restore previous stack definition arrangementRichard Levitte2020-04-291-4/+5
* Fix type cast in SSL_CTX_set1_groups macroArne Schwabe2020-04-271-1/+1
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-5/+4
* TLS Cipher Suite 0xC102 SupportNikolay Morozov2020-04-021-1/+2
* TLS: use EVP for HMAC throughout libssl.Pauli2020-01-291-1/+3
* Introduce SSL_CTX_new_with_libex()Matt Caswell2020-01-221-0/+2
* Update source files for pre-3.0 deprecationRichard Levitte2019-11-071-7/+7
* Update source files for deprecation at 3.0Richard Levitte2019-11-071-4/+4
* X509_LOOKUP_store: new X509_LOOKUP_METHOD that works by OSSL_STORE URIRichard Levitte2019-11-031-2/+10
* Add legacy include guards to public header filesDr. Matthias St. Pierre2019-09-281-0/+6
* Fix header file include guard namesDr. Matthias St. Pierre2019-09-281-3/+3
* API to get negotiated key exchange algorithm in TLS1.3raja-ashok2019-08-061-0/+3
* Fix typo mistake on calls to SSL_ctrl in ssl.hraja-ashok2019-06-121-30/+30
* Change cipher default strings to a functionTodd Short2019-06-111-9/+21
* Fix typo in macro argument of SSL_set1_client_sigalgs_list()Dr. Matthias St. Pierre2019-06-061-1/+1
* Change SSL parameter SSL_session_reused constArne Schwabe2019-05-211-1/+1
* ssl: Add SSL_sendfileBoris Pismenny2019-05-071-0/+2
* ssl: Linux TLS Rx OffloadBoris Pismenny2019-04-011-1/+5
* Remove heartbeats completelyRichard Levitte2019-03-291-10/+0
* constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb2019-03-061-2/+2
* Add option to disable Extended Master SecretTodd Short2019-02-151-9/+12
* Make some simple getters take const SSL/SSL_CTXSam Roberts2019-02-051-10/+10
* Fix end-point shared secret for DTLS/SCTPMichael Tuexen2019-02-011-0/+12
* add an additional async notification communication method based on callbackPing Yu2019-01-271-0/+9
* ssl: Linux TLS Tx OffloadBoris Pismenny2018-12-071-0/+4
* Following the license change, modify the boilerplates in include/ and crypto/...Richard Levitte2018-12-061-1/+1
* Refactor the computation of API version limitsRichard Levitte2018-12-061-8/+8
* Deprecate SSL_set_tmp_ecdhAntoine Salon2018-11-151-3/+5
* Added missing signature algorithm reflection functionsViktor Dukhovni2018-11-121-3/+15
* Remove SSL_version_strRichard Levitte2018-10-031-2/+0
* Rename SSL[_CTX]_add1_CA_list -> SSL[_CTX]_add1_to_CA_listRichard Levitte2018-09-031-2/+2
* Add support for SSL_CTX_set_post_handshake_auth()Matt Caswell2018-08-201-0/+1
* Change Post Handshake auth so that it is opt-inMatt Caswell2018-08-201-1/+1
* const-ify some input SSL * argumentsBenjamin Kaduk2018-07-201-3/+3
* Introduce the recv_max_early_data settingMatt Caswell2018-07-061-0/+4
* Add setters to set the early_data callbackMatt Caswell2018-07-021-2/+8
* Make the anti-replay feature optionalMatt Caswell2018-07-021-0/+6
* OpenSSL_add_ssl_algorithm-is-deprecated() is deprecated, make it soRichard Levitte2018-06-251-1/+1
* Fix TLSv1.3 ticket noncesMatt Caswell2018-06-071-1/+0
* Enable the ability to set the number of TLSv1.3 session tickets sentMatt Caswell2018-05-171-0/+5
* Rework the decrypt ticket callbackMatt Caswell2018-05-111-3/+18
* Fix SSL_get_shared_ciphers()Matt Caswell2018-05-021-1/+1
* openssl/ssl.h: restore some renamed public SSL_CTRL definesDr. Matthias St. Pierre2018-04-201-12/+17