aboutsummaryrefslogtreecommitdiffstats
path: root/include/openssl/ssl.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Remove heartbeats completely"Richard Levitte2016-11-151-0/+13
* Remove heartbeats completelyRichard Levitte2016-11-151-13/+0
* Rename the Elliptic Curves extension to supported_groupsMatt Caswell2016-11-101-10/+22
* Fix make update following extensions refactorMatt Caswell2016-11-091-1/+1
* Refactor ClientHello processing so that extensions get parsed earlierMatt Caswell2016-11-091-0/+1
* Fix some clashing symbol numbers due to merge conflictMatt Caswell2016-11-041-3/+3
* Convert libssl writing for size_tMatt Caswell2016-11-041-0/+2
* Further libssl size_t-ify of readingMatt Caswell2016-11-041-0/+4
* Add DTLS_get_data_mtu() functionDavid Woodhouse2016-11-021-0/+2
* Add the SSL_METHOD for TLSv1.3 and all other base changes requiredMatt Caswell2016-11-021-1/+2
* Add SSL_CTX_set1_cert_store()Todd Short2016-11-011-0/+1
* Add SSL_OP_NO_ENCRYPT_THEN_MACDavid Woodhouse2016-10-171-0/+2
* Don't set the handshake header in every messageMatt Caswell2016-10-031-0/+2
* Convert CertStatus message construction to WPACKETMatt Caswell2016-09-291-0/+1
* Fix missing NULL checks in NewSessionTicket constructionMatt Caswell2016-09-291-0/+1
* Don't allow too many consecutive warning alertsMatt Caswell2016-09-211-0/+1
* Revert "Constify code about X509_VERIFY_PARAM"Rich Salz2016-09-211-1/+1
* make update and fix some associated mis-matched error codesMatt Caswell2016-09-211-0/+1
* Convert NextProto message construction to WPACKETMatt Caswell2016-09-201-0/+1
* Constify code about X509_VERIFY_PARAMFdaSilvaYY2016-09-181-1/+1
* Convert tls_construct_client_hello() to use PACKETWMatt Caswell2016-09-131-1/+2
* Update function error codeMatt Caswell2016-08-191-1/+1
* Fix DTLS replay protectionMatt Caswell2016-08-191-0/+1
* Add missing session id and tlsext_status accessorsRemi Gacogne2016-08-171-0/+8
* Convert SSL_SESSION* functions to use const gettersMatt Caswell2016-08-161-1/+1
* Provide compat macros for SSL_CTX_set_ecdh_auto() and SSL_set_ecdh_auto()Matt Caswell2016-08-161-0/+2
* GH1446: Add SSL_SESSION_get0_cipherRich Salz2016-08-121-0/+1
* Make DTLS1_BAD_VER work with DTLS_client_method()David Woodhouse2016-08-041-2/+5
* Simplify and rename SSL_set_rbio() and SSL_set_wbio()Matt Caswell2016-07-291-2/+2
* Typo and comment fixFdaSilvaYY2016-07-251-4/+4
* Check for errors allocating the error strings.Kurt Roeckx2016-07-201-1/+1
* Update error codes following tls_process_key_exchange() refactorMatt Caswell2016-07-191-0/+4
* make updateRichard Levitte2016-07-191-0/+2
* Fixup collision between SSL_F_TLS_PROCESS_SKE and SSL_F_TLS_PROCESS_CKE macrosRichard Levitte2016-07-191-6/+6
* Fix up error codes after splitting up tls_construct_key_exchange()Matt Caswell2016-07-181-0/+6
* Errors fix up following break up of CKE processingMatt Caswell2016-07-181-0/+6
* Perform DANE-EE(3) name checks by defaultViktor Dukhovni2016-07-121-0/+7
* GH1278: Removed error code for alertsRich Salz2016-07-081-0/+29
* include/openssl: don't include <windows.h> in public headers.Andy Polyakov2016-07-081-0/+5
* ssl.h: spelling in commentViktor Szakats2016-07-011-1/+1
* Add some compat macros for removed tmp RSA functions/macrosMatt Caswell2016-06-301-0/+13
* Add checks on sk_TYPE_push() returned resultFdaSilvaYY2016-06-231-0/+1
* Spelling... and more spellingFdaSilvaYY2016-06-221-1/+1
* Add some accessor API'sRich Salz2016-06-081-0/+1
* Add SSL_get_tlsext_status_type() methodAlessandro Ghedini2016-06-071-0/+1
* Fix re-used function codeRich Salz2016-06-041-1/+1
* RT3895: Remove fprintf's from SSL library.Rich Salz2016-06-041-0/+2
* Handle a memory allocation failure in ssl3_init_finished_mac()Matt Caswell2016-06-031-0/+1
* Add an SSL_SESSION accessor for obtaining the protocol version number, withTJ Saunders2016-05-311-0/+1
* Remove unused error/function codes.Rich Salz2016-05-231-87/+3