summaryrefslogtreecommitdiffstats
path: root/crypto/include
AgeCommit message (Expand)Author
2017-02-28Remove dead code in bnMatt Caswell
2017-02-21Implementation of the ARIA cipher as described in RFC 5794.Pauli
2017-02-01Add support for parameterized SipHashTodd Short
2017-01-24Cleanup EVP_CIPH/EP_CTRL duplicate definesTodd Short
2017-01-24Add support for Poly1305 in EVP_PKEYTodd Short
2017-01-12Add "random malloc failure" toolingRich Salz
2017-01-08PSS EVP_PKEY methodDr. Stephen Henson
2017-01-08PSS ASN.1 methodDr. Stephen Henson
2016-11-17Add support for reference counting using C11 atomicsKurt Roeckx
2016-09-17Remove an useless definition.FdaSilvaYY
2016-08-19Avoid duplicated code.Dr. Stephen Henson
2016-08-17Constify private key decode.Dr. Stephen Henson
2016-08-13Add X25519 methods to internal tablesDr. Stephen Henson
2016-08-13Fix type of ptr field.Dr. Stephen Henson
2016-08-05spelling fixes, just comments and readme.klemens
2016-07-26Remove current_method from X509_STORE_CTXDr. Stephen Henson
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