aboutsummaryrefslogtreecommitdiff
path: root/crypto/include
AgeCommit message (Expand)AuthorFilesLines
2016-09-17Remove an useless definition.FdaSilvaYY1-1/+1
2016-08-19Avoid duplicated code.Dr. Stephen Henson1-0/+1
2016-08-17Constify private key decode.Dr. Stephen Henson1-1/+1
2016-08-13Add X25519 methods to internal tablesDr. Stephen Henson2-0/+2
2016-08-13Fix type of ptr field.Dr. Stephen Henson1-1/+1
2016-08-05spelling fixes, just comments and readme.klemens1-1/+1
2016-07-26Remove current_method from X509_STORE_CTXDr. Stephen Henson1-2/+0
2016-07-25Add setter and getter for X509_STORE's check_policyRichard Levitte1-0/+1
2016-07-20Check for errors allocating the error strings.Kurt Roeckx1-1/+1
2016-07-20Fix a few if(, for(, while( inside code.FdaSilvaYY1-16/+21
2016-07-11Add nameConstraints commonName checking.Dr. Stephen Henson1-0/+2
2016-07-10VMS: Simplify the spec of the default certs & keys area.Richard Levitte1-4/+4
2016-07-02Fix some VMS inconsistenciesRichard Levitte1-5/+5
2016-06-30Convert memset calls to OPENSSL_cleanseMatt Caswell1-1/+9
2016-06-23Rework error handling from asn1_do_lock method.FdaSilvaYY1-3/+3
2016-06-22Move OS-specific fopen quirks to o_fopen.c.Andy Polyakov1-1/+5
2016-06-18Fix an MSVC warning.FdaSilvaYY1-0/+1
2016-06-09Make a2i_ipadd an internal functionRich Salz1-0/+2
2016-06-04Specifiy size of arraysKurt Roeckx1-2/+2
2016-05-23Use strerror_r()/strerror_s() instead of strerror() where possibleMatt Caswell1-0/+2
2016-05-17Copyright consolidation 05/10Rich Salz15-520/+91
2016-05-17Copyright consolidation 03/10Rich Salz1-53/+5
2016-05-10Restore the ERR_remove_thread_state() API and make it a no-opRichard Levitte1-0/+1
2016-04-28various spelling fixesFdaSilvaYY3-3/+3
2016-04-20Copyright consolidation: perl filesRich Salz2-102/+12
2016-04-15Make many X509_xxx types opaque.Rich Salz1-0/+82
2016-04-14Fix ex_data locks issueMatt Caswell1-1/+0
2016-04-14The err_cleanup() funtion is internal so shouldn't be exportedMatt Caswell1-0/+1
2016-04-14Ensure all locks are properly cleaned upMatt Caswell1-0/+2
2016-04-13Move a declaration that's private to libcryptoRichard Levitte1-0/+16
2016-04-13Rename int_*() functions to *_int()Matt Caswell5-15/+15
2016-04-13Rename lots of *_intern or *_internal function to int_*Matt Caswell5-15/+15
2016-04-13Deprecate ENGINE_cleanup() and make it a no-opMatt Caswell1-0/+1
2016-04-13Deprecate OBJ_cleanup() and make it a no-opMatt Caswell1-0/+11
2016-04-13Deprecate EVP_cleanup() and make it a no-opMatt Caswell1-0/+1
2016-04-13Deprecate CRYPTO_cleanup_all_ex_data() and make it a no-opMatt Caswell1-0/+1
2016-04-13Deprecate RAND_cleanup() and make it a no-opMatt Caswell1-0/+11
2016-04-13Deprecate ERR_free_strings() and make it a no-opMatt Caswell1-58/+0
2016-04-04Revert "various spelling fixes"Rich Salz3-3/+3
2016-04-04various spelling fixesFdaSilvaYY3-3/+3
2016-03-20Remove #error from include files.Rich Salz2-8/+0
2016-03-20ct_int.h only needed by crypto/ctRich Salz1-75/+0
2016-03-20Move blake2_loclh to blake2 directoryRich Salz1-96/+0
2016-03-11Make X509_SIG opaque.Dr. Stephen Henson1-0/+5
2016-03-11Save leaf_node and node_offset as character arrayKurt Roeckx1-3/+3
2016-03-11Review commentsKurt Roeckx1-14/+12
2016-03-11Add blake2 support.Bill Cox1-0/+98
2016-03-10Remove a missed item from the old thread APIMatt Caswell1-2/+0
2016-03-08Convert CRYPTO_LOCK_X509_* to new multi-threading APIAlessandro Ghedini1-0/+3
2016-03-08Convert CRYPTO_LOCK_EVP_PKEY to new multi-threading APIAlessandro Ghedini1-0/+1