evp/e_aes_cbc_hmac_sha*.c: limit multi-block fragmentation to 1KB.
[openssl.git] / crypto / rsa / rsa_ameth.c
2013-07-17 Dr. Stephen HensonReturn correct enveloped data type in ASN1 methods.
2013-06-21 Dr. Stephen HensonCMS RSA-OAEP and RSA-PSS support.
2013-06-05 Dr. Stephen HensonFix PSS signature printing.
2010-10-04 Dr. Stephen Hensonfix signature printing routines
2010-08-10 Dr. Stephen HensonPR: 2315
2010-03-11 Dr. Stephen HensonSubmitted by: Martin Kaiser
2010-03-11 Dr. Stephen Hensonalg2 can be NULL
2010-03-11 Dr. Stephen HensonRSA PSS ASN1 signing method
2010-03-11 Dr. Stephen Hensontypo
2010-03-08 Dr. Stephen HensonRSA PSS verification support including certificates...
2010-03-07 Dr. Stephen Hensonprint outermost signature algorithm parameters too
2010-03-07 Dr. Stephen Hensonadd separate PSS decode function, rename PSS parameters...
2010-03-06 Dr. Stephen HensonAdd PSS algorithm printing. This is an initial step...
2010-03-06 Dr. Stephen HensonAdd algorithm specific signature printing. An individua...
2008-11-12 Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-05 Dr. Stephen HensonUpdate obsolete email address...
2008-11-01 Ben LaurieMore size_tification.
2008-03-16 Geoff ThorpeFix a variety of warnings generated by some elevated...
2008-03-15 Dr. Stephen HensonInitial support for enveloped data decrypt. Extent...
2008-03-12 Dr. Stephen HensonAnd so it begins...
2006-07-17 Dr. Stephen HensonFix various error codes to match functions.
2006-05-07 Dr. Stephen HensonAdd support for default public key digest type ctrl.
2006-04-27 Dr. Stephen HensonReplace RSA specific PKCS7_RECIP_INFO set up with an...
2006-04-19 Dr. Stephen HensonRemove link between digests and signature algorithms.
2006-04-17 Dr. Stephen HensonAllow public key ASN1 methods to set PKCS#7 SignerInfo...
2006-04-17 Dr. Stephen HensonFix (most) WIN32 warnings and errors.
2006-04-14 Dr. Stephen HensonUpdate copyright notices on a few files where all origi...
2006-03-23 Dr. Stephen HensonAdd support for legacy PEM format private keys in EVP_P...
2006-03-23 Dr. Stephen HensonAdd information and pem strings. Update dependencies.
2006-03-22 Dr. Stephen HensonMake EVP_PKEY_ASN1_METHOD opaque. Add application level...
2006-03-22 Dr. Stephen HensonGather printing routines into EVP_PKEY_ASN1_METHOD.
2006-03-20 Dr. Stephen HensonTransfer parameter handling and key comparison to algor...
2006-03-20 Dr. Stephen HensonInitial support for pluggable public key ASN1 support...