Complain if we are writing early data but SNI or ALPN is incorrect
[openssl.git] / include / openssl / crypto.h
2017-07-29 Bernd EdlingerImplement the CRYPTO_secure_clear_free function
2017-07-19 Rich SalzAdd DRBG random method
2017-06-30 Rich SalzFix atfork flag. Avoid double-negatives :)
2017-06-29 Rich SalzAdd fork handlers, based on pthread_atfork
2017-06-20 Rich SalzModify Sun copyright to follow OpenSSL style
2017-06-07 Rich Salzmake error tables const and separate header file
2017-04-24 Richard LevitteAdd CRYPTO_mem_leaks_cb
2017-03-20 Bernd EdlingerFix the error handling in CRYPTO_dup_ex_data.
2017-03-19 Kurt RoeckxMake the CRYPTO_memcmp() prototype match memcmp()
2017-01-11 Richard LevitteAdd an application data field in the UI_METHOD
2016-08-17 Richard LevitteDon't try to init dasync internally
2016-08-01 Richard J. MooreConst the ex data stuff too to fix warnings
2016-07-20 Kurt RoeckxCheck for errors allocating the error strings.
2016-07-08 Andy Polyakovinclude/openssl: don't include <windows.h> in public...
2016-07-01 Kurt RoeckxAdd old locking constants back
2016-07-01 Kurt RoeckxMake CRYPTO_num_locks() return 1
2016-06-22 Andy Polyakovcrypto/cryptlib.c: omit OPENSSL_ia32cap_loc().
2016-06-14 Rich SalzRT4562: Fix misleading doc on OPENSSL_config
2016-05-23 Matt CaswellAdd error return for OPENSSL_INIT_set_config_filename()
2016-05-23 Rich SalzRemove unused error/function codes.
2016-05-20 Matt CaswellFix Windows 64 bit crashes
2016-05-18 hesiodMake OPENSSL_die as noreturn
2016-05-17 Rich SalzCopyright consolidation 03/10
2016-05-16 Viktor DukhovniFold threads.h into crypto.h making API public
2016-05-02 Todd ShortSecure memory fixes
2016-04-29 Richard LevitteRemove BIO_dummy, it's old cruft
2016-04-29 Paul KehrerMake header signature of CRYPTO_mem_leaks BIO instead...
2016-04-18 Rich SalzMake string_to_hex/hex_to_string public
2016-04-13 Matt CaswellFix explicit de-init macros
2016-04-13 Matt CaswellDeprecate CRYPTO_cleanup_all_ex_data() and make it...
2016-04-04 Michał TrojnaraRemoved no-ops for the old locking API
2016-03-29 Todd ShortFixup SSL EX_DATA index
2016-03-09 Matt CaswellRemove the old threading API
2016-03-09 Matt CaswellConvert rand code to new threading API
2016-03-08 Alessandro GhediniConvert RSA blinding to new multi-threading API
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_SSL_* to new multi-threading API
2016-03-08 Matt CaswellConvert mem_dbg and mem_sec to the new Thread API
2016-03-08 Rich SalzOpenSSLDie --> OPENSSL_die
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_X509_* to new multi-threading API
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_UI to new multi-threading API
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_EC_* to new multi-threading API
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_EVP_PKEY to new multi-threading API
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_BIO to new multi-threading API
2016-03-08 Alessandro GhediniConvert ERR_STRING_DATA to new multi-threading API
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_EX_DATA to new multi-threading API
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_DSO to new multi-threading API
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_{DH,DSA,RSA} to new multi-threading API
2016-03-08 Alessandro GhediniConvert CRYPTO_LOCK_GET*BYNAME to new multi-threading API
2016-03-07 David WoodhouseElide OPENSSL_INIT_set_config_filename() for no-stdio...
2016-03-07 Matt CaswellRemove use of CRYPTO_LOCK_INIT in init code
2016-03-07 Matt CaswellFix OPENSSL_INIT flags to avoid a clash.
2016-03-07 cluceyRework based on feedback:
2016-02-26 Alessandro GhediniImplement new multi-threading API
2016-02-19 Viktor SzakatsGH712: Missed some no-filenames cases
2016-02-17 David WoodhouseFinish 02f7114a7fbb3f3ac171bae87be8c13bc69e4005
2016-02-17 Richard LevitteImplement the use of heap manipulator implementions
2016-02-13 Richard LevitteMake sure the OPENSSL_INIT flags are 32 bits and docume...
2016-02-11 Rich SalzHide OPENSSL_INIT_SETTINGS.
2016-02-10 Rich SalzAfter renaming init, update errors.
2016-02-10 Richard LevitteMake it possible to get ENGINESDIR info from OpenSSL_ve...
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 CaswellProvide a thread stop API
2016-02-09 Matt CaswellAuto init/deinit libcrypto
2016-02-09 Matt CaswellProvide framework for auto initialise/deinitialise...
2016-01-31 Rich SalzGH102: Extra volatile avoids GCC bug
2016-01-30 Rich SalzGH102: Add volatile to CRYPTO_memcmp
2016-01-28 Rich SalzAdd CRYPTO_secure_zalloc
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-13 Rich SalzAdd CRYPTO_EX_DATA; remove EC_EXTRA_DATA
2016-01-12 Dr. Stephen Hensonfix jpaketest and correct comment
2016-01-11 Dr. Stephen HensonAdd memory leak return value.
2016-01-11 Viktor DukhovniEnable/disable crypto-mdebug just like other features
2016-01-10 Rich SalzRT41897: Add an CRYPTO_secure_actual_size
2016-01-08 Rich SalzFix no CRYPTO_MDEBUG build (windows)
2016-01-08 Viktor DukhovniSimplify deprecated declaration exception
2016-01-08 Viktor DukhovniBackwards-compatibility subject to OPENSSL_API_COMPAT
2016-01-07 Rich SalzFix build-break; 'make update'
2016-01-07 Rich Salzmem functions cleanup
2016-01-07 Dr. Stephen HensonRename DECLARE*STACK_OF to DEFINE*STACK_OF
2015-12-23 Roumen Petrovredundant redeclaration of 'OPENSSL_strlcpy'
2015-12-22 Rich SalzCleanup CRYPTO_{push,pop}_info
2015-12-22 Rich SalzRename *_realloc_clean to *_clear_realloc
2015-12-17 Richard LevitteModify the lower level memory allocation routines to...
2015-12-17 Rich Salzmem-cleanup, cont'd.
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-12-01 Rich Salzex_data part 2: doc fixes and CRYPTO_free_ex_index.
2015-10-30 Rich SalzReplace "SSLeay" in API with OpenSSL
2015-09-03 Rich SalzAdd and use OPENSSL_zalloc
2015-09-02 Rich SalzMove OPENSSL_ITEM to store.h
2015-08-26 Rich SalzRemove _locked memory functions.
2015-07-20 Rich SalzRewrite crypto/ex_data
2015-06-23 Rich SalzMore secure storage of key material.
2015-04-30 Rich Salzfree cleanup almost the finale
2015-03-31 Richard LevitteStop symlinking, move files to intended directory