aboutsummaryrefslogtreecommitdiff
path: root/crypto/x509/a_verify.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-05Teach crypto/x509 how to verify an Ed25519 signature.David Benjamin1-22/+12
2016-12-21Work around language and compiler bug in memcpy, etc.David Benjamin1-1/+1
2016-02-26Move all signature algorithm code to crypto/x509.David Benjamin1-2/+2
2016-01-19OpenSSL reformat x509/, x509v3/, pem/ and asn1/.Adam Langley1-51/+45
2015-07-16Remove the func parameter to OPENSSL_PUT_ERROR.David Benjamin1-5/+5
2015-01-09Fix various certificate fingerprint issues.Adam Langley1-0/+6
2014-10-09Add EVP_DigestVerifyInitFromAlgorithm and EVP_DigestSignAlgorithm.David Benjamin1-56/+6
2014-10-06Fix a_{digest,verify}.c error codepaths.David Benjamin1-0/+2
2014-06-20Don't try and verify signatures if key is NULL (CVE-2013-0166)Adam Langley1-0/+6
2014-06-20Inital import.Adam Langley1-0/+169