summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2010-03-11ctrl operations to retrieve RSA algorithm settingsDr. Stephen Henson
2010-03-11Add support for new PSS functions in RSA EVP_PKEY_METHODDr. Stephen Henson
2010-03-11Extend PSS padding code to support different digests for MGF1 and message.Dr. Stephen Henson
2010-03-11Algorithm specific ASN1 signing functions.Dr. Stephen Henson
2010-03-11update cms code to use X509_ALGOR_set_md instead of internal functionDr. Stephen Henson
2010-03-11New function X509_ALGOR_set_md() to set X509_ALGOR (DigestAlgorithmIdentifier)Dr. Stephen Henson
2010-03-09Add GHASH x86 assembler.Andy Polyakov
2010-03-09PR: 2188Dr. Stephen Henson
2010-03-08reserve a few more bits for future cipher modesDr. Stephen Henson
2010-03-08gcm128.c: add option for streamed GHASH, simple benchmark, minor namingAndy Polyakov
2010-03-08RSA PSS verification support including certificates and certificateDr. Stephen Henson
2010-03-08correct error codeDr. Stephen Henson
2010-03-07print outermost signature algorithm parameters tooDr. Stephen Henson
2010-03-07The OID sanity check was incorrect. It should only disallow *leading* 0x80Dr. Stephen Henson
2010-03-07although AES is a variable length cipher, AES EVP methods have a fixed key le...Dr. Stephen Henson
2010-03-07oops, make EVP ctr mode work againDr. Stephen Henson
2010-03-07typoDr. Stephen Henson
2010-03-07add separate PSS decode function, rename PSS parameters to RSA_PSS_PARAMSDr. Stephen Henson
2010-03-07add MGF1 digest ctrlDr. Stephen Henson
2010-03-07update ASN1 sign/verify to use EVP_DigestSign and EVP_DigestVerifyDr. Stephen Henson
2010-03-06don't add digest alias if signature algorithm is undefinedDr. Stephen Henson
2010-03-06Add PSS algorithm printing. This is an initial step towards full PSS support.Dr. Stephen Henson
2010-03-06fix indent, newlineDr. Stephen Henson
2010-03-06Add algorithm specific signature printing. An individual ASN1 method canDr. Stephen Henson
2010-03-05Fix memory leak: free up ENGINE functional reference if digest is notDr. Stephen Henson
2010-03-03option to replace extensions with new ones: mainly for creating cross-certifi...Dr. Stephen Henson
2010-03-03PR: 2183Dr. Stephen Henson
2010-03-03don't mix definitions and codeDr. Stephen Henson
2010-03-02Initial version of Galois Counter Mode implementation. Interface is stillAndy Polyakov
2010-03-02ppccap.c: portability fix.Andy Polyakov
2010-03-02Fix s390x-specific HOST_l2c|c2l.Andy Polyakov
2010-03-01PR: 2178Dr. Stephen Henson
2010-03-01oops, reinstate correct prototypeDr. Stephen Henson
2010-03-01'typo'Dr. Stephen Henson
2010-03-01make USE_CRYPTODEV_DIGESTS workDr. Stephen Henson
2010-03-01load cryptodev if HAVE_CRYPTODEV is set tooDr. Stephen Henson
2010-03-01update cryptodev to match 1.0.0 stable branch versionDr. Stephen Henson
2010-02-28Fix warnings (note that gcc 4.2 has a bug that makes one of itsBen Laurie
2010-02-26Revert CFB block length change. Despite what SP800-38a says the input toDr. Stephen Henson
2010-02-25add -trusted_first option and verify flagDr. Stephen Henson
2010-02-25tidy verify code. xn not used any more and check for self signed more efficie...Dr. Stephen Henson
2010-02-25Experimental support for partial chain verification: if an intermediateDr. Stephen Henson
2010-02-25verify parameter enumeration functionsDr. Stephen Henson
2010-02-25Include self-signed flag in certificates by checking SKID/AKID as wellDr. Stephen Henson
2010-02-24add anyExtendedKeyUsage OIDDr. Stephen Henson
2010-02-24prevent warningDr. Stephen Henson
2010-02-23Reserve for option to implement AES counter in assembler.Andy Polyakov
2010-02-23Add AES counter mode to EVP.Andy Polyakov
2010-02-23Add assigned OIDs, as well as "anonymous" ones for AES counter mode.Andy Polyakov
2010-02-23Always check bn_wexpend() return values for failure (CVE-2009-3245).Bodo Möller