summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2010-02-25update NEWSDr. Stephen Henson
2010-02-25update FAQDr. 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-25allow setting of verify names in command line utilities and print out verify ...Dr. 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-23The meaning of the X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY andDr. Stephen Henson