summaryrefslogtreecommitdiffstats
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-10don't leave bogus errors in the queueDr. Stephen Henson
2010-03-09Add GHASH x86 assembler.Andy Polyakov
2010-03-09PR: 2188Dr. Stephen Henson
2010-03-09PR: 2186Dr. 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-07oopsDr. 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-05Add -engine_impl option to dgst which will use an implementation ofDr. 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-03Submitted by: Tomas Hoger <thoger@redhat.com>Dr. 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-01use supplied ENGINE in genrsaDr. 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-28algorithms field has changed in 1.0.0 and later: updateDr. Stephen Henson
2010-02-27oops, revert verify.c changeDr. Stephen Henson
2010-02-27Add Kerberos fix which was in 0.9.8-stable but never committed to HEAD andDr. Stephen Henson
2010-02-26include TVS 1.1 version stringDr. Stephen Henson
2010-02-26Revert CFB block length change. Despite what SP800-38a says the input toDr. Stephen Henson
2010-02-26oops, use correct dateDr. Stephen Henson