]> git.ipfire.org Git - thirdparty/openssl.git/history - include/openssl/ssl.h
Add the SSL_OP_NO_RENEGOTIATION option to 1.1.0
[thirdparty/openssl.git] / include / openssl / ssl.h
2018-01-30  Matt CaswellAdd the SSL_OP_NO_RENEGOTIATION option to 1.1.0
2018-01-24  Christian HeimesFix signature of min/max proto getter
2018-01-24  Steffan KargerFix SSL_CTX_get_{min,max}_proto_version integer convers...
2018-01-10  Patrick SchlangenMake data argument const in SSL_dane_tlsa_add
2018-01-06  Bernd EdlingerStop using unimplemented cipher classes.
2017-10-05  David WoodhouseAdd SSL_OP_NO_ENCRYPT_THEN_MAC
2017-09-15  Christian HeimesProvide getters for min/max proto version
2017-08-03  Lingmo Zhuremove horrible pragma macro and remove __owur from...
2017-05-19  Matt CaswellMake SSL_is_server() accept a const SSL
2017-05-12  Todd ShortClean up SSL_OP_* a bit
2017-04-25  Matt CaswellDon't attempt to send fragments > max_send_fragment...
2017-01-09  Rich SalzRename "verify_cb" to SSL_verify_cb
2017-01-09  Rich SalzDoc nits: callback function typedefs
2016-12-30  Matt CaswellFix the SSL_set1_sigalgs() macro
2016-11-16  Matt CaswellRemove a hack from ssl_test_old
2016-09-29  Matt CaswellFix missing NULL checks in NewSessionTicket construction
2016-09-21  Matt CaswellDon't allow too many consecutive warning alerts
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
2016-03-09  Kurt RoeckxDeprecate the use of version-specific methods
2016-03-09  Kurt RoeckxFix usage of OPENSSL_NO_*_METHOD
2016-03-09  Kurt RoeckxMake SSL_CIPHER_get_version return a const char *
2016-03-09  Kurt RoeckxConstify security callbacks
2016-03-08  Alessandro GhediniConvert CRYPTO_LOCK_SSL_* to new multi-threading API
2016-03-08  Todd ShortAdd cipher query functions
2016-03-08  Todd ShortGH787: Fix ALPN
2016-03-07  Matt CaswellAdd an SSL_has_pending() function
2016-03-07  Matt CaswellAdd an ability to set the SSL read buffer size
2016-03-07  Matt CaswellImplement write pipeline support in libssl
2016-03-04  Rob PercivalAdds CT validation to SSL connections
2016-03-03  Emilia KasperRefactor ClientHello extension parsing
2016-03-02  Christian HeimesProvide getters for default_passwd_cb and userdata
2016-02-29  Matt CaswellRefactor the async wait fd logic
2016-02-29  Matt CaswellWorkaround for VisualStudio 2015 bug
2016-02-25  Rich SalzGH235: Set error status on malloc failure
2016-02-19  Emilia KasperTLS: reject duplicate extensions
2016-02-13  Richard LevitteMake sure the OPENSSL_INIT flags are 32 bits and docume...
2016-02-11  Rich SalzRemove TLS heartbeat, disable DTLS heartbeat
2016-02-10  Rich SalzAfter renaming init, update errors.
2016-02-10  Matt CaswellAttempt to log an error if init failed
2016-02-10  Matt CaswellThe new init functions can now fail so shouldn't be...
2016-02-10  Rich SalzRename INIT funtions, deprecate old ones.
2016-02-09  Matt CaswellAuto init/de-init libssl
2016-02-09  Matt CaswellProvide framework for auto initialise/deinitialise...
2016-02-08  Dr. Stephen HensonDeprecate undocumented SSL_cache_hit().
2016-02-08  Matt CaswellHandle SSL_shutdown while in init more appropriately #2
2016-02-06  Dr. Stephen HensonAdd SSL_get0_verified_chain() to return verified chain...
2016-02-05  Matt CaswellMake DTLSv1_listen a first class function and change...
2016-02-01  Emilia Kasperconstify PACKET
2016-01-26  Rich SalzRemove /* foo.c */ comments
next