summaryrefslogtreecommitdiff
path: root/crypto/include
Commit message (Expand)AuthorAgeFilesLines
...
* Remove an useless definition.FdaSilvaYY2016-09-171-1/+1
* Avoid duplicated code.Dr. Stephen Henson2016-08-191-0/+1
* Constify private key decode.Dr. Stephen Henson2016-08-171-1/+1
* Add X25519 methods to internal tablesDr. Stephen Henson2016-08-132-0/+2
* Fix type of ptr field.Dr. Stephen Henson2016-08-131-1/+1
* spelling fixes, just comments and readme.klemens2016-08-051-1/+1
* Remove current_method from X509_STORE_CTXDr. Stephen Henson2016-07-261-2/+0
* Add setter and getter for X509_STORE's check_policyRichard Levitte2016-07-251-0/+1
* Check for errors allocating the error strings.Kurt Roeckx2016-07-201-1/+1
* Fix a few if(, for(, while( inside code.FdaSilvaYY2016-07-201-16/+21
* Add nameConstraints commonName checking.Dr. Stephen Henson2016-07-111-0/+2
* VMS: Simplify the spec of the default certs & keys area.Richard Levitte2016-07-101-4/+4
* Fix some VMS inconsistenciesRichard Levitte2016-07-021-5/+5
* Convert memset calls to OPENSSL_cleanseMatt Caswell2016-06-301-1/+9
* Rework error handling from asn1_do_lock method.FdaSilvaYY2016-06-231-3/+3
* Move OS-specific fopen quirks to o_fopen.c.Andy Polyakov2016-06-221-1/+5
* Fix an MSVC warning.FdaSilvaYY2016-06-181-0/+1
* Make a2i_ipadd an internal functionRich Salz2016-06-091-0/+2
* Specifiy size of arraysKurt Roeckx2016-06-041-2/+2
* 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