]> git.ipfire.org Git - thirdparty/openssl.git/history - include/openssl/ssl.h
Remove unused error/function codes.
[thirdparty/openssl.git] / include / openssl / ssl.h
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
2016-01-07  Dr. Stephen HensonOnly declare stacks in headers
2016-01-07  Dr. Stephen HensonRename DECLARE*STACK_OF to DEFINE*STACK_OF
2016-01-07  Dr. Stephen HensonFix declarations and constification for inline stack.
2016-01-06  Viktor DukhovniDANE support structures, constructructors and accessors
2016-01-02  Viktor DukhovniProtocol version selection and negotiation rewrite
2016-01-02  Kurt RoeckxAdd support for minimum and maximum protocol version
2015-12-30  Richard LevitteRemove the #ifndef OPENSSL_SYS_VMS around SSL_add_dir_c...
2015-12-23  Dr. Stephen HensonServer side EVP_PKEY DH support
2015-12-23  Dr. Stephen HensonAlways generate DH keys for ephemeral DH cipher suites.
2015-12-23  Kurt RoeckxRemove SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER and SSL_OP_TLS...
2015-12-22  Dr. Stephen Hensonremove unused error code
2015-12-22  Dr. Stephen Hensonmake errors
2015-12-22  Dr. Stephen HensonSSL library configuration module.
2015-12-16  Dr. Stephen HensonRemove SSL_OP_SINGLE_ECDH_USE code.
2015-12-13  Dr. Stephen Hensonremove ancient SSLeay bug workaround
2015-12-10  Andy PolyakovWire ChaCha20-Poly1305 to TLS.
2015-12-08  Dr. Stephen Hensonupdate errors
2015-12-05  Kurt RoeckxRemove support for all 40 and 56 bit ciphers.
2015-12-04  Kurt RoeckxRemove SSL_{CTX_}set_ecdh_auto() and always enable...
2015-12-04  Kurt RoeckxRemove support for SSL_{CTX_}set_tmp_ecdh_callback().
2015-12-04  Viktor DukhovniRevert unnecessary SSL_CIPHER_get_bits API change
2015-12-01  Rich Salzex_data part 2: doc fixes and CRYPTO_free_ex_index.
2015-11-27  Dr. Stephen Hensonfix function code discrepancy
2015-11-23  Dmitry BelyavskyPatch containing TLS implementation for GOST 2012
2015-11-22  Matt CaswellFix a rebase error
2015-11-20  Matt CaswellRename start_async_job to ssl_start_async_job
2015-11-20  Matt CaswellClean up libssl async calls
2015-11-20  Matt CaswellInitial Async notify code changes
2015-11-20  Matt CaswellMake libssl async aware
2015-11-20  Matt CaswellEnsure all EVP calls have their returns checked where...
2015-11-10  Matt CaswellFix SSL_use_certificate_chain_file
2015-11-08  Dr. Stephen HensonReplace L suffix with U
2015-11-08  Dr. Stephen HensonUse uint32_t and int32_t for SSL_CIPHER structure.
2015-10-30  Rich SalzReplace "SSLeay" in API with OpenSSL
next