aboutsummaryrefslogtreecommitdiff
path: root/crypto/rsa/rsa_asn1.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-21Support multi-prime RSA (RFC 8017)Paul Yang1-3/+21
2017-04-13ASN.1: adapt our use of INTxx et al by making them explicitely embeddedRichard Levitte1-1/+1
2017-04-10Act on deprecation of LONG and ZLONG, step 2Richard Levitte1-1/+1
2017-01-08Cache maskHash parameterDr. Stephen Henson1-4/+26
2016-05-17Copyright consolidation 08/10Rich Salz1-54/+5
2016-04-06Make the RSA structure opaqueRichard Levitte1-1/+1
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-1/+1
2015-06-23More secure storage of key material.Rich Salz1-6/+6
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-38/+40
2013-06-21CMS RSA-OAEP and RSA-PSS support.Dr. Stephen Henson1-0/+8
2010-03-07add separate PSS decode function, rename PSS parameters to RSA_PSS_PARAMSDr. Stephen Henson1-7/+7
2010-03-06Add PSS algorithm printing. This is an initial step towards full PSS support.Dr. Stephen Henson1-0/+10
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2005-09-01Extend callback function to support print customization.Dr. Stephen Henson1-2/+3
2005-08-20Remove ASN1_METHOD code replace with new ASN1 alternative.Dr. Stephen Henson1-11/+0
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie1-4/+4
2001-07-27More linker bloat reorganisation:Dr. Stephen Henson1-0/+10
2001-02-23Get rid of ASN1_ITEM_FUNCTIONS dummy functionDr. Stephen Henson1-2/+2
2000-12-08Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson1-0/+111