summaryrefslogtreecommitdiffstats
path: root/crypto/include
AgeCommit message (Expand)Author
2016-07-25Add setter and getter for X509_STORE's check_policyRichard Levitte
2016-07-20Check for errors allocating the error strings.Kurt Roeckx
2016-07-20Fix a few if(, for(, while( inside code.FdaSilvaYY
2016-07-11Add nameConstraints commonName checking.Dr. Stephen Henson
2016-07-10VMS: Simplify the spec of the default certs & keys area.Richard Levitte
2016-07-02Fix some VMS inconsistenciesRichard Levitte
2016-06-30Convert memset calls to OPENSSL_cleanseMatt Caswell
2016-06-23Rework error handling from asn1_do_lock method.FdaSilvaYY
2016-06-22Move OS-specific fopen quirks to o_fopen.c.Andy Polyakov
2016-06-18Fix an MSVC warning.FdaSilvaYY
2016-06-09Make a2i_ipadd an internal functionRich Salz
2016-06-04Specifiy size of arraysKurt Roeckx
2016-05-23Use strerror_r()/strerror_s() instead of strerror() where possibleMatt Caswell
2016-05-17Copyright consolidation 05/10Rich Salz
2016-05-17Copyright consolidation 03/10Rich Salz
2016-05-10Restore the ERR_remove_thread_state() API and make it a no-opRichard Levitte
2016-04-28various spelling fixesFdaSilvaYY
2016-04-20Copyright consolidation: perl filesRich Salz
2016-04-15Make many X509_xxx types opaque.Rich Salz
2016-04-14Fix ex_data locks issueMatt Caswell
2016-04-14The err_cleanup() funtion is internal so shouldn't be exportedMatt Caswell
2016-04-14Ensure all locks are properly cleaned upMatt Caswell
2016-04-13Move a declaration that's private to libcryptoRichard Levitte
2016-04-13Rename int_*() functions to *_int()Matt Caswell
2016-04-13Rename lots of *_intern or *_internal function to int_*Matt Caswell
2016-04-13Deprecate ENGINE_cleanup() and make it a no-opMatt Caswell
2016-04-13Deprecate OBJ_cleanup() and make it a no-opMatt Caswell
2016-04-13Deprecate EVP_cleanup() and make it a no-opMatt Caswell
2016-04-13Deprecate CRYPTO_cleanup_all_ex_data() and make it a no-opMatt Caswell
2016-04-13Deprecate RAND_cleanup() and make it a no-opMatt Caswell
2016-04-13Deprecate ERR_free_strings() and make it a no-opMatt Caswell
2016-04-04Revert "various spelling fixes"Rich Salz
2016-04-04various spelling fixesFdaSilvaYY
2016-03-20Remove #error from include files.Rich Salz
2016-03-20ct_int.h only needed by crypto/ctRich Salz
2016-03-20Move blake2_loclh to blake2 directoryRich Salz
2016-03-11Make X509_SIG opaque.Dr. Stephen Henson
2016-03-11Save leaf_node and node_offset as character arrayKurt Roeckx
2016-03-11Review commentsKurt Roeckx
2016-03-11Add blake2 support.Bill Cox
2016-03-10Remove a missed item from the old thread APIMatt Caswell
2016-03-08Convert CRYPTO_LOCK_X509_* to new multi-threading APIAlessandro Ghedini
2016-03-08Convert CRYPTO_LOCK_EVP_PKEY to new multi-threading APIAlessandro Ghedini
2016-03-07Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_dataMatt Caswell
2016-03-07Make PKCS8_PRIV_KEY_INFO opaque.Dr. Stephen Henson
2016-03-07Fix OPENSSL_INIT flags to avoid a clash.Matt Caswell
2016-03-07Rework based on feedback:clucey
2016-03-04Change default CT log list filename to "ct_log_list.cnf"Rob Percival
2016-03-03GH355: Implement HKDFAlessandro Ghedini
2016-03-02Ensure Async is deinited properlyMatt Caswell