]> git.ipfire.org Git - thirdparty/openssl.git/history - include/openssl/ssl.h
Use typedefs for PSK, NPN, ALPN callback functions
[thirdparty/openssl.git] / include / openssl / ssl.h
2017-01-10  Rich SalzUse typedefs for PSK, NPN, ALPN callback functions
2017-01-10  Rich SalzMove extension data into sub-structs
2017-01-09  Rich SalzRename "verify_cb" to SSL_verify_cb
2017-01-09  Rich SalzDoc nits: callback function typedefs
2017-01-06  Matt CaswellImplement TLSv1.3 style CertificateStatus
2016-12-30  Matt CaswellFix the SSL_set1_sigalgs() macro
2016-12-08  Matt CaswellFix make update issues
2016-12-08  Matt CaswellMove ServerHello extension parsing into the new extensi...
2016-12-08  Matt CaswellProvide server side extension init and finalisation...
2016-12-08  Matt CaswellMove client construction of ClientHello extensions...
2016-12-08  Matt CaswellMove client parsing of ServerHello extensions into...
2016-12-08  Matt CaswellRename some functions
2016-12-08  Matt CaswellMove ServerHello extension construction into the new...
2016-12-08  Matt CaswellAdd extensions construction support
2016-12-08  Matt CaswellRefactor ClientHello extension parsing
2016-12-08  Matt CaswellVerify that extensions are used in the correct context
2016-12-08  Matt CaswellAdd EncryptedExtensions message
2016-12-05  Matt CaswellUpdate the record layer to use TLSv1.3 style record...
2016-11-23  Matt CaswellEnsure the end of first server flight processing is...
2016-11-23  Matt CaswellUpdate state machine to be closer to TLS1.3
2016-11-23  Matt CaswellImplement tls13_change_cipher_state()
2016-11-21  Kurt RoeckxMake SSL_read and SSL_write return the old behaviour...
2016-11-16  Matt CaswellRemove a hack from ssl_test_old
2016-11-16  Matt CaswellFixed various style issues in the key_share code
2016-11-16  Matt CaswellStart using the key_share data to derive the PMS
2016-11-16  Matt CaswellAdd processing of the key_share received in the ServerHello
2016-11-16  Matt CaswellAdd the key_share processing to the server side
2016-11-15  Richard LevitteRevert "Remove heartbeats completely"
2016-11-15  Richard LevitteRemove heartbeats completely
2016-11-10  Matt CaswellRename the Elliptic Curves extension to supported_groups
2016-11-09  Matt CaswellFix make update following extensions refactor
2016-11-09  Matt CaswellRefactor ClientHello processing so that extensions...
2016-11-04  Matt CaswellFix some clashing symbol numbers due to merge conflict
2016-11-04  Matt CaswellConvert libssl writing for size_t
2016-11-04  Matt CaswellFurther libssl size_t-ify of reading
2016-11-02  David WoodhouseAdd DTLS_get_data_mtu() function
2016-11-02  Matt CaswellAdd the SSL_METHOD for TLSv1.3 and all other base chang...
2016-11-01  Todd ShortAdd SSL_CTX_set1_cert_store()
2016-10-17  David WoodhouseAdd SSL_OP_NO_ENCRYPT_THEN_MAC
2016-10-03  Matt CaswellDon't set the handshake header in every message
2016-09-29  Matt CaswellConvert CertStatus message construction to WPACKET
2016-09-29  Matt CaswellFix missing NULL checks in NewSessionTicket construction
2016-09-21  Matt CaswellDon't allow too many consecutive warning alerts
2016-09-21  Rich SalzRevert "Constify code about X509_VERIFY_PARAM"
2016-09-21  Matt Caswellmake update and fix some associated mis-matched error...
2016-09-20  Matt CaswellConvert NextProto message construction to WPACKET
2016-09-18  FdaSilvaYYConstify code about X509_VERIFY_PARAM
2016-09-13  Matt CaswellConvert tls_construct_client_hello() to use PACKETW
2016-08-19  Matt CaswellUpdate function error code
2016-08-19  Matt CaswellFix DTLS replay protection
2016-08-17  Remi GacogneAdd missing session id and tlsext_status accessors
2016-08-16  Matt CaswellConvert SSL_SESSION* functions to use const getters
2016-08-16  Matt CaswellProvide compat macros for SSL_CTX_set_ecdh_auto() and...
2016-08-12  Rich SalzGH1446: Add SSL_SESSION_get0_cipher
2016-08-04  David WoodhouseMake DTLS1_BAD_VER work with DTLS_client_method()
2016-07-29  Matt CaswellSimplify and rename SSL_set_rbio() and SSL_set_wbio()
2016-07-25  FdaSilvaYYTypo and comment fix
2016-07-20  Kurt RoeckxCheck for errors allocating the error strings.
2016-07-19  Matt CaswellUpdate error codes following tls_process_key_exchange...
2016-07-19  Richard Levittemake update
2016-07-19  Richard LevitteFixup collision between SSL_F_TLS_PROCESS_SKE and SSL_F...
2016-07-18  Matt CaswellFix up error codes after splitting up tls_construct_key...
2016-07-18  Matt CaswellErrors fix up following break up of CKE processing
2016-07-12  Viktor DukhovniPerform DANE-EE(3) name checks by default
2016-07-08  Rich SalzGH1278: Removed error code for alerts
2016-07-08  Andy Polyakovinclude/openssl: don't include <windows.h> in public...
2016-07-01  Viktor Szakatsssl.h: spelling in comment
2016-06-30  Matt CaswellAdd some compat macros for removed tmp RSA functions...
2016-06-23  FdaSilvaYYAdd checks on sk_TYPE_push() returned result
2016-06-21  FdaSilvaYYSpelling... and more spelling
2016-06-08  Rich SalzAdd some accessor API's
2016-06-07  Alessandro GhediniAdd SSL_get_tlsext_status_type() method
2016-06-04  Rich SalzFix re-used function code
2016-06-04  Rich SalzRT3895: Remove fprintf's from SSL library.
2016-06-03  Matt CaswellHandle a memory allocation failure in ssl3_init_finishe...
2016-05-31  TJ SaundersAdd an SSL_SESSION accessor for obtaining the protocol...
2016-05-23  Rich SalzRemove unused error/function codes.
2016-05-17  Rich SalzCopyright consolidation 03/10
2016-05-16  Alessandro GhediniAdd SSL_client_version() getter function
2016-05-16  FdaSilvaYYUnify <TYPE>_up_ref methods signature and behaviour.
2016-05-05  Matt CaswellHandle no async jobs in libssl
2016-04-28  FdaSilvaYYFix an error code spelling.
2016-04-22  Viktor Dukhovnimake update
2016-04-14  Lyon ChenAdd SSL_SESSION_get0_hostname()
2016-04-13  Matt CaswellFix explicit de-init macros
2016-04-13  Matt CaswellDeprecate SSL_COMP_free_compression_methods() and make...
2016-04-11  Kazuki YamaguchiAdd SSL_CTX_get_ciphers()
2016-04-08  Rich SalzAdd SSL_DANE typedef for consistency.
2016-04-07  Viktor Dukhovnimake update
2016-04-07  Viktor DukhovniSuppress CT callback as appropriate
2016-04-04  Rich SalzRevert "Fix an error code spelling."
2016-04-04  FdaSilvaYYFix an error code spelling.
2016-03-29  Todd ShortFixup SSL EX_DATA index
2016-03-27  Fedor IndutnyAllow different protocol version when trying to reuse...
2016-03-21  David BenjaminRT4660: BIO_METHODs should be const.
2016-03-21  Matt CaswellFix no-sock
2016-03-20  Rich SalzRemove #error from include files.
2016-03-18  Matt CaswellEnsure that no-comp functions are flagged as such
2016-03-17  Dr. Stephen HensonSimplify define as we don't support MS-DOS anymore.
2016-03-10  Rob Percivalcheck reviewer --reviewer=emilia
next