summaryrefslogtreecommitdiff
path: root/include/openssl/crypto.h
Commit message (Expand)AuthorAgeFilesLines
* Fix header file include guard namesDr. Matthias St. Pierre2019-09-281-2/+2
* Reorganize public header files (part 1)Dr. Matthias St. Pierre2019-09-281-1/+1
* Remove old KDF initialisationPauli2019-09-061-2/+2
* Undeprecate OpenSSL_version_num and OPENSSL_VERSION_NUMBERViktor Dukhovni2019-09-051-1/+1
* Add CPU info to the speed command summaryBernd Edlinger2019-09-021-0/+2
* OPENSSL_info(): add the item OPENSSL_INFO_SEED_SOURCE and use itRichard Levitte2019-08-271-0/+1
* Prepare EVP_MAC infrastructure for moving all MACs to providersRichard Levitte2019-08-151-2/+2
* Add OPENSSL_hexstr2buf_ex() and OPENSSL_buf2hexstr_ex()Richard Levitte2019-08-121-2/+6
* Deprecated {OPENSSL,CRYPTO}_debug_mem_{push,pop}Rich Salz2019-07-171-6/+10
* Add the function OPENSSL_thread_stop_ex()Matt Caswell2019-06-171-0/+1
* Fixed 32bit issue for kdf_optsShane Lontis2019-05-091-4/+2
* Added EVP_KDF (similiar to the EVP_MAC)Shane Lontis2019-05-031-0/+2
* Instead of global data store it in an OPENSSL_CTXMatt Caswell2019-05-021-0/+1
* Add a way for the application to get OpenSSL configuration dataRichard Levitte2019-04-231-0/+12
* Add the possibility to display and use MODULESDIRRichard Levitte2019-04-231-0/+1
* Add an OpenSSL library contextRichard Levitte2019-02-161-1/+4
* Add CRYPTO_alloc_ex_data()Richard Levitte2019-02-161-0/+4
* Make OPENSSL_malloc_init() a no-opMatt Caswell2019-02-071-7/+2
* More configurable crypto and ssl library initializationViktor Dukhovni2019-01-071-1/+5
* Implement OPENSSL_INIT_NO_ATEXITMatt Caswell2019-01-041-1/+1
* Following the license change, modify the boilerplates in include/ and crypto/...Richard Levitte2018-12-061-1/+1
* Refactor the computation of API version limitsRichard Levitte2018-12-061-8/+8
* Switch to MAJOR.MINOR.PATCH versioning and version 3.0.0-devRichard Levitte2018-12-061-7/+9
* Add automatic initializations support for EVP_MAC objectsRichard Levitte2018-10-291-1/+8
* crypto/threads_*: remove CRYPTO_atomic_{read|write}.Andy Polyakov2018-08-171-2/+0
* Ensure the thread keys are always allocated in the same orderBernd Edlinger2018-04-201-1/+2
* Update copyright yearMatt Caswell2018-02-131-1/+1
* Remove redundant declarations of ERR_load_*_strings()Nick Mathewson2018-02-091-1/+0
* Revert the crypto "global lock" implementationBenjamin Kaduk2018-01-311-1/+0
* Add CRYPTO_get_alloc_counts.Rich Salz2017-10-121-0/+1
* Fix typosKeshav Kini2017-10-101-1/+1
* Add atomic write callPauli2017-10-101-0/+1
* Add a CRYPTO_atomic_read call which allows an int variable to be readPauli2017-10-101-0/+1
* Use safestack.h exclusively internally.Pauli2017-09-281-2/+1
* Add CRYPTO_thread_glock_newRich Salz2017-08-311-0/+1
* Implement the CRYPTO_secure_clear_free functionBernd Edlinger2017-07-291-0/+4
* Add DRBG random methodRich Salz2017-07-191-1/+2
* Fix atfork flag. Avoid double-negatives :)Rich Salz2017-06-301-1/+1
* Add fork handlers, based on pthread_atforkRich Salz2017-06-291-1/+7
* Modify Sun copyright to follow OpenSSL styleRich Salz2017-06-201-6/+1
* make error tables const and separate header fileRich Salz2017-06-071-26/+1
* Add CRYPTO_mem_leaks_cbRichard Levitte2017-04-241-0/+2
* Fix the error handling in CRYPTO_dup_ex_data.Bernd Edlinger2017-03-201-1/+1
* Make the CRYPTO_memcmp() prototype match memcmp()Kurt Roeckx2017-03-191-3/+1
* Add an application data field in the UI_METHODRichard Levitte2017-01-111-1/+2
* Don't try to init dasync internallyRichard Levitte2016-08-171-2/+1
* Const the ex data stuff too to fix warningsRichard J. Moore2016-08-011-2/+2
* Check for errors allocating the error strings.Kurt Roeckx2016-07-201-1/+1
* include/openssl: don't include <windows.h> in public headers.Andy Polyakov2016-07-081-15/+19
* Add old locking constants backKurt Roeckx2016-07-011-0/+10