aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/include
Commit message (Expand)AuthorAgeFilesLines
* ED25519 public key method.Dr. Stephen Henson2017-05-301-0/+1
* add methodDr. Stephen Henson2017-05-301-0/+1
* Add support for custom digestsign/digestverify methods.Dr. Stephen Henson2017-05-301-0/+5
* aria/aria.c: address undefined behaviour warning in small-footprint path.Andy Polyakov2017-05-261-0/+2
* Address some -Wold-style-declaration warningsBenjamin Kaduk2017-05-011-3/+3
* Add support for custom signature parametersDr. Stephen Henson2017-04-252-0/+18
* Add ARIA 32-bit implementationletrhee-nsr2017-04-201-4/+7
* VMS: Copy DECC inclusion epi- and prologues to internalsRichard Levitte2017-04-202-0/+36
* Remove dead code in bnMatt Caswell2017-02-281-11/+0
* Implementation of the ARIA cipher as described in RFC 5794.Pauli2017-02-211-0/+56
* Add support for parameterized SipHashTodd Short2017-02-013-2/+28
* Cleanup EVP_CIPH/EP_CTRL duplicate definesTodd Short2017-01-241-0/+7
* Add support for Poly1305 in EVP_PKEYTodd Short2017-01-243-1/+6
* Add "random malloc failure" toolingRich Salz2017-01-121-0/+1
* PSS EVP_PKEY methodDr. Stephen Henson2017-01-081-0/+1
* PSS ASN.1 methodDr. Stephen Henson2017-01-081-0/+1
* Add support for reference counting using C11 atomicsKurt Roeckx2016-11-172-4/+8
* 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