aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/include
Commit message (Expand)AuthorAgeFilesLines
* Use strerror_r()/strerror_s() instead of strerror() where possibleMatt Caswell2016-05-231-0/+2
* Copyright consolidation 05/10Rich Salz2016-05-1715-520/+91
* Copyright consolidation 03/10Rich Salz2016-05-171-53/+5
* Restore the ERR_remove_thread_state() API and make it a no-opRichard Levitte2016-05-101-0/+1
* various spelling fixesFdaSilvaYY2016-04-283-3/+3
* Copyright consolidation: perl filesRich Salz2016-04-202-102/+12
* Make many X509_xxx types opaque.Rich Salz2016-04-151-0/+82
* Fix ex_data locks issueMatt Caswell2016-04-141-1/+0
* The err_cleanup() funtion is internal so shouldn't be exportedMatt Caswell2016-04-141-0/+1
* Ensure all locks are properly cleaned upMatt Caswell2016-04-141-0/+2
* Move a declaration that's private to libcryptoRichard Levitte2016-04-131-0/+16
* Rename int_*() functions to *_int()Matt Caswell2016-04-135-15/+15
* Rename lots of *_intern or *_internal function to int_*Matt Caswell2016-04-135-15/+15
* Deprecate ENGINE_cleanup() and make it a no-opMatt Caswell2016-04-131-0/+1
* Deprecate OBJ_cleanup() and make it a no-opMatt Caswell2016-04-131-0/+11
* Deprecate EVP_cleanup() and make it a no-opMatt Caswell2016-04-131-0/+1
* Deprecate CRYPTO_cleanup_all_ex_data() and make it a no-opMatt Caswell2016-04-131-0/+1
* Deprecate RAND_cleanup() and make it a no-opMatt Caswell2016-04-131-0/+11
* Deprecate ERR_free_strings() and make it a no-opMatt Caswell2016-04-131-58/+0
* Revert "various spelling fixes"Rich Salz2016-04-043-3/+3
* various spelling fixesFdaSilvaYY2016-04-043-3/+3
* Remove #error from include files.Rich Salz2016-03-202-8/+0
* ct_int.h only needed by crypto/ctRich Salz2016-03-201-75/+0
* Move blake2_loclh to blake2 directoryRich Salz2016-03-201-96/+0
* Make X509_SIG opaque.Dr. Stephen Henson2016-03-111-0/+5
* Save leaf_node and node_offset as character arrayKurt Roeckx2016-03-111-3/+3
* Review commentsKurt Roeckx2016-03-111-14/+12
* Add blake2 support.Bill Cox2016-03-111-0/+98
* Remove a missed item from the old thread APIMatt Caswell2016-03-101-2/+0
* Convert CRYPTO_LOCK_X509_* to new multi-threading APIAlessandro Ghedini2016-03-081-0/+3
* Convert CRYPTO_LOCK_EVP_PKEY to new multi-threading APIAlessandro Ghedini2016-03-081-0/+1
* Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_dataMatt Caswell2016-03-071-1/+2
* Make PKCS8_PRIV_KEY_INFO opaque.Dr. Stephen Henson2016-03-071-0/+9
* Fix OPENSSL_INIT flags to avoid a clash.Matt Caswell2016-03-071-1/+1
* Rework based on feedback:clucey2016-03-071-0/+1
* Change default CT log list filename to "ct_log_list.cnf"Rob Percival2016-03-041-2/+2
* GH355: Implement HKDFAlessandro Ghedini2016-03-031-0/+1
* Ensure Async is deinited properlyMatt Caswell2016-03-021-0/+1
* remove old unused oneline name fieldDr. Stephen Henson2016-03-011-1/+0
* Verify SCT signaturesRob Percival2016-03-011-0/+3
* Fix BN_hex2bn/BN_dec2bn NULL ptr/heap corruptionMatt Caswell2016-02-291-2/+1
* Public API for Certificate TransparencyRob Percival2016-02-261-316/+12
* Add more CT utility routines to be used as part of larger patch.Adam Eijdenberg2016-02-251-1/+137
* RT4339: Fix handling of <internal/bn_conf.h>David Woodhouse2016-02-231-2/+5
* Let Configure figure out the diverse shared library and DSO extensionsRichard Levitte2016-02-191-0/+60
* Rename INIT funtions, deprecate old ones.Rich Salz2016-02-101-62/+0
* NULL the thread_local_inits_st pointer after useMatt Caswell2016-02-091-1/+1
* Correct copyright date for internal header fileMatt Caswell2016-02-091-1/+1
* Provide a thread stop APIMatt Caswell2016-02-091-1/+0
* Auto init/deinit libcryptoMatt Caswell2016-02-095-0/+248