Don't allow too many consecutive warning alerts
[openssl.git] / include / openssl / ssl.h
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
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
2016-01-26 Matt CaswellAdd SSL_up_ref() and SSL_CTX_up_ref()
2016-01-20 Matt CaswellHandle SSL_shutdown while in init more appropriately
2016-01-19 Viktor DukhovniAPI compat for SSLeay_add_ssl_algorithms
2016-01-14 Rich SalzMake SSL_set_debug deprecated in 1.1
2016-01-14 Rich SalzRT4232: Extra space in help message.
2016-01-12 Viktor DukhovniSTACK_OF(SSL_COMP) is a public type
2016-01-11 Viktor DukhovniMake SSL{_CTX,}_{get,set,clear}_options functions
2016-01-11 Viktor DukhovniRegenerate SSL record/statem error strings
2016-01-09 Dr. Stephen HensonCorrect header defines
2016-01-08 Viktor DukhovniBackwards-compatibility subject to OPENSSL_API_COMPAT
2016-01-07 Dr. Stephen Hensonuse more descriptive name DEFINE_STACK_OF_CONST
next