| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call | Richard Levitte | 2020-11-13 | 1 | -18/+18 |
* | Rename OPENSSL_CTX prefix to OSSL_LIB_CTX | Dr. Matthias St. Pierre | 2020-10-15 | 1 | -1/+1 |
* | Run the withlibctx.pl script | Matt Caswell | 2020-10-01 | 1 | -8/+6 |
* | ASN1: Make ASN1_item_verify_ctx() work with provider-native keys | Richard Levitte | 2020-09-03 | 1 | -1/+1 |
* | Add libctx and propq param to ASN.1 sign/verify/HMAC/decrypt | Dr. David von Oheimb | 2020-08-21 | 1 | -20/+23 |
* | Update copyright year | Matt Caswell | 2020-04-23 | 1 | -1/+1 |
* | Deprecate ASN1_sign(), ASN1_verify() and ASN1_digest() | Richard Levitte | 2020-02-27 | 1 | -1/+1 |
* | X509: Refactor X509_verify() and X509_REQ_verify() for better streamlining | Richard Levitte | 2020-02-02 | 1 | -25/+44 |
* | Explicitly test against NULL; do not use !p or similar | Rich Salz | 2019-10-09 | 1 | -1/+1 |
* | Reorganize private crypto header files | Dr. Matthias St. Pierre | 2019-09-28 | 1 | -2/+2 |
* | Support SM2 certificate verification | 杨洋 | 2019-03-13 | 1 | -2/+1 |
* | Coverity fix in some crypto/asn1 code | FdaSilvaYY | 2018-12-22 | 1 | -5/+13 |
* | Following the license change, modify the boilerplates in crypto/asn1/ | Richard Levitte | 2018-12-06 | 1 | -1/+1 |
* | Remove parentheses of return. | KaoruToda | 2017-10-18 | 1 | -1/+1 |
* | NO_SYS_TYPES_H isn't defined anywhere, stop using it as a guard | Richard Levitte | 2017-08-25 | 1 | -4/+1 |
* | Add EVP_DigestSign and EVP_DigesVerify | Dr. Stephen Henson | 2017-05-11 | 1 | -15/+6 |
* | Copyright consolidation 08/10 | Rich Salz | 2016-05-17 | 1 | -54/+6 |
* | Remove /* foo.c */ comments | Rich Salz | 2016-01-26 | 1 | -1/+0 |
* | make EVP_PKEY opaque | Dr. Stephen Henson | 2016-01-20 | 1 | -0/+1 |
* | Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy) | Richard Levitte | 2015-12-07 | 1 | -4/+4 |
* | Adjust all accesses to EVP_MD_CTX to use accessor functions. | Richard Levitte | 2015-12-07 | 1 | -13/+20 |
* | Identify and move common internal libcrypto header files | Richard Levitte | 2015-05-14 | 1 | -1/+1 |
* | memset, memcpy, sizeof consistency fixes | Rich Salz | 2015-05-06 | 1 | -10/+0 |
* | free cleanup almost the finale | Rich Salz | 2015-04-30 | 1 | -4/+2 |
* | Move some ASN.1 internals to asn1_int.h | Dr. Stephen Henson | 2015-03-24 | 1 | -1/+1 |
* | Run util/openssl-format-source -v -c . | Matt Caswell | 2015-01-22 | 1 | -177/+160 |
* | use correct function name | Dr. Stephen Henson | 2015-01-06 | 1 | -1/+1 |
* | Fix various certificate fingerprint issues. | Dr. Stephen Henson | 2015-01-05 | 1 | -0/+12 |
* | ASN1_verify, ASN1_item_verify: cleanse and free buf_in on error path | Jonas Maebe | 2014-08-15 | 1 | -10/+16 |
* | Don't try and verify signatures if key is NULL (CVE-2013-0166) | Dr. Stephen Henson | 2014-04-01 | 1 | -0/+6 |
* | Support routines for ASN1 scanning function, doesn't do much yet. | Dr. Stephen Henson | 2010-12-13 | 1 | -1/+1 |
* | RSA PSS verification support including certificates and certificate | Dr. Stephen Henson | 2010-03-08 | 1 | -18/+39 |
* | update ASN1 sign/verify to use EVP_DigestSign and EVP_DigestVerify | Dr. Stephen Henson | 2010-03-07 | 1 | -4/+4 |
* | Audit libcrypto for unchecked return values: fix all cases enountered | Dr. Stephen Henson | 2009-09-24 | 1 | -3/+13 |
* | ASN1_item_verify needs to initialize ctx before any "goto err" can | Bodo Möller | 2006-10-04 | 1 | -2/+2 |
* | Remove link between digests and signature algorithms. | Dr. Stephen Henson | 2006-04-19 | 1 | -5/+21 |
* | Update util/ck_errf.pl script, and have it run automatically | Bodo Möller | 2005-05-09 | 1 | -4/+4 |
* | Port from stable branch. | Dr. Stephen Henson | 2005-04-27 | 1 | -6/+7 |
* | Consistency. | Ben Laurie | 2005-03-31 | 1 | -2/+1 |
* | Give everything prototypes (well, everything that's actually used). | Ben Laurie | 2005-03-31 | 1 | -2/+3 |
* | Check for errors from EVP_VerifyInit_ex(), or EVP_VerifyUpdate might | Richard Levitte | 2005-01-27 | 1 | -1/+6 |
* | Cleanse memory using the new OPENSSL_cleanse() function. | Richard Levitte | 2002-11-28 | 1 | -2/+2 |
* | Retain compatibility of EVP_DigestInit() and EVP_DigestFinal() | Dr. Stephen Henson | 2001-10-16 | 1 | -2/+2 |
* | Really add the EVP and all of the DES changes. | Ben Laurie | 2001-07-31 | 1 | -0/+4 |
* | Add NO_ASN1_OLD to remove some old style functions: | Dr. Stephen Henson | 2000-12-28 | 1 | -0/+4 |
* | ASN1_ITEM versions of sign, verify, pack and unpack. | Dr. Stephen Henson | 2000-12-28 | 1 | -0/+48 |
* | There have been a number of complaints from a number of sources that names | Richard Levitte | 2000-06-02 | 1 | -2/+2 |
* | Seek out and destroy another evil cast. | Ulf Möller | 2000-01-31 | 1 | -1/+1 |
* | Initial support for MacOS. | Andy Polyakov | 1999-09-11 | 1 | -2/+5 |
* | Change #include filenames from <foo.h> to <openssl.h>. | Bodo Möller | 1999-04-24 | 1 | -5/+5 |