summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2010-03-29cryptlib.c: allow application to override OPENSSL_isservice.Andy Polyakov
2010-03-29ARMv4 assembler: fix compilation failure. Fix is actually unconfirmed, butAndy Polyakov
2010-03-29dso_dlfcn.c: fix compile failure on Tru64.Andy Polyakov
2010-03-28PR: 1696Dr. Stephen Henson
2010-03-27PR: 1763Dr. Stephen Henson
2010-03-27PR: 1904Dr. Stephen Henson
2010-03-27PR: 1813Dr. Stephen Henson
2010-03-22rand_win.c: fix logical bug in readscreen.Andy Polyakov
2010-03-22bss_file.c: fix MSC 6.0 warning.Andy Polyakov
2010-03-22GHASH assembler: new ghash-sparcv9.pl module and saner descriptions.Andy Polyakov
2010-03-15Fix UPLINK typo.Andy Polyakov
2010-03-15ghash-ia64.pl: new file, GHASH for Itanium.Andy Polyakov
2010-03-14print signature parameters with CRLs tooDr. Stephen Henson
2010-03-14add X509_CRL_sign_ctx functionDr. Stephen Henson
2010-03-12missing goto meant signature was never printed outDr. Stephen Henson
2010-03-11Submitted by: Martin KaiserDr. Stephen Henson
2010-03-11alg2 can be NULLDr. Stephen Henson
2010-03-11Add GHASH x86_64 assembler.Andy Polyakov
2010-03-11RSA PSS ASN1 signing methodDr. Stephen Henson
2010-03-11typoDr. Stephen Henson
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