Add the possibility to display and use MODULESDIR
[openssl.git] / include / openssl / crypto.h
2019-04-23 Richard LevitteAdd the possibility to display and use MODULESDIR
2019-02-15 Richard LevitteAdd an OpenSSL library context
2019-02-15 Richard LevitteAdd CRYPTO_alloc_ex_data()
2019-02-07 Matt CaswellMake OPENSSL_malloc_init() a no-op
2019-01-07 Viktor DukhovniMore configurable crypto and ssl library initialization
2019-01-04 Matt CaswellImplement OPENSSL_INIT_NO_ATEXIT
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-12-06 Richard LevitteRefactor the computation of API version limits
2018-12-06 Richard LevitteSwitch to MAJOR.MINOR.PATCH versioning and version...
2018-10-29 Richard LevitteAdd automatic initializations support for EVP_MAC objects
2018-08-17 Andy Polyakovcrypto/threads_*: remove CRYPTO_atomic_{read|write}.
2018-04-20 Bernd EdlingerEnsure the thread keys are always allocated in the...
2018-02-13 Matt CaswellUpdate copyright year
2018-02-09 Nick MathewsonRemove redundant declarations of ERR_load_*_strings()
2018-01-31 Benjamin KadukRevert the crypto "global lock" implementation
2017-10-13 Rich SalzAdd CRYPTO_get_alloc_counts.
2017-10-10 Keshav KiniFix typos
2017-10-09 PauliAdd atomic write call
2017-10-09 PauliAdd a CRYPTO_atomic_read call which allows an int varia...
2017-09-28 PauliUse safestack.h exclusively internally.
2017-08-31 Rich SalzAdd CRYPTO_thread_glock_new
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'
next