aboutsummaryrefslogtreecommitdiffstats
path: root/include/openssl/ssl.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Copyright consolidation 03/10Rich Salz2016-05-171-107/+7
* Add SSL_client_version() getter functionAlessandro Ghedini2016-05-161-0/+1
* Unify <TYPE>_up_ref methods signature and behaviour.FdaSilvaYY2016-05-161-2/+2
* Handle no async jobs in libsslMatt Caswell2016-05-051-0/+3
* Fix an error code spelling.FdaSilvaYY2016-04-281-1/+1
* make updateViktor Dukhovni2016-04-221-0/+1
* Add SSL_SESSION_get0_hostname()Lyon Chen2016-04-141-0/+1
* Fix explicit de-init macrosMatt Caswell2016-04-131-1/+1
* Deprecate SSL_COMP_free_compression_methods() and make it a no-opMatt Caswell2016-04-131-1/+3
* Add SSL_CTX_get_ciphers()Kazuki Yamaguchi2016-04-111-0/+1
* Add SSL_DANE typedef for consistency.Rich Salz2016-04-081-1/+1
* make updateViktor Dukhovni2016-04-071-2/+5
* Suppress CT callback as appropriateViktor Dukhovni2016-04-071-10/+43
* Revert "Fix an error code spelling."Rich Salz2016-04-041-1/+1
* Fix an error code spelling.FdaSilvaYY2016-04-041-1/+1
* Fixup SSL EX_DATA indexTodd Short2016-03-291-3/+3
* Allow different protocol version when trying to reuse a sessionFedor Indutny2016-03-271-0/+1
* RT4660: BIO_METHODs should be const.David Benjamin2016-03-211-1/+1
* Fix no-sockMatt Caswell2016-03-211-0/+2
* Remove #error from include files.Rich Salz2016-03-201-6/+1
* Ensure that no-comp functions are flagged as suchMatt Caswell2016-03-181-0/+2