add separate PSS decode function, rename PSS parameters to RSA_PSS_PARAMS
[openssl.git] / crypto / rsa /
2010-03-07 Dr. Stephen Hensonadd separate PSS decode function, rename PSS parameters...
2010-03-07 Dr. Stephen Hensonadd MGF1 digest ctrl
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...
2009-12-09 Dr. Stephen HensonPR: 2124
2009-09-23 Dr. Stephen HensonAudit libcrypto for unchecked return values: fix all...
2009-09-13 Dr. Stephen HensonSubmitted by: Julia Lawall <julia@diku.dk>
2009-08-05 Dr. Stephen HensonPR: 2001
2009-06-26 Dr. Stephen HensonFix from 0.9.8-stable.
2008-12-29 Ben LaurieIf we're going to return errors (no matter how stupid...
2008-12-29 Ben LaurieMake sure a bad parameter to RSA_verify_PKCS1_PSS(...
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-09-14 Bodo MöllerReally get rid of unsafe double-checked locking.
2008-08-06 Geoff ThorpeRemove the dual-callback scheme for numeric and pointer...
2008-07-17 Bodo MöllerWe should check the eight bytes starting at p[-9] for...
2008-07-03 Geoff ThorpeRevert my earlier CRYPTO_THREADID commit, I will commit...
2008-06-21 Dr. Stephen HensonFix from stable branch.
2008-06-04 Ben LaurieMore type-checking.
2008-05-19 Dr. Stephen HensonFix two invalid memory reads in RSA OAEP mode.
2008-05-02 Dr. Stephen HensonIndicate support for digest init ctrl.
2008-03-28 Geoff ThorpeThere was a need to support thread ID types that couldn...
2008-03-22 Dr. Stephen HensonUpdate dependencies.
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...
2008-02-27 Bodo Möllerfix BIGNUM flag handling
2007-10-26 Dr. Stephen Henson1. Changes for s_client.c to make it return non-zero...
2007-04-24 Bodo Möllerfix function codes for error
2007-04-04 Ben LaurieMake sure we detect corruption.
2007-03-28 Bodo MöllerChange to mitigate branch prediction attacks
2007-01-21 Dr. Stephen HensonConstify version strings and some structures.
2006-11-30 Dr. Stephen HensonUpdate dependencies.
2006-11-21 Dr. Stephen HensonUpdate from 0.9.8 stable. Eliminate duplicate error...
2006-09-28 Bodo MöllerIntroduce limits to prevent malicious keys being able to
2006-09-21 Dr. Stephen HensonMake int_rsa_sign function match prototype.
2006-09-08 Bodo MöllerMake sure the int_rsa_verify() prototype matches the...
2006-09-06 Bodo MöllerRemove non-functional part of recent patch, after discu...
2006-09-05 Mark J. CoxAvoid PKCS #1 v1.5 signature attack discovered by Danie...
2006-08-28 Ben LaurieMake things static that should be. Declare stuff in...
2006-07-20 Dr. Stephen HensonUse correct pointer types for various functions.
2006-07-17 Dr. Stephen HensonFix various error codes to match functions.
2006-07-10 Dr. Stephen HensonAllow digests to supply S/MIME micalg values from a...
2006-06-23 Bodo MöllerNew functions CRYPTO_set_idptr_callback(),
2006-06-14 Bodo MöllerThread-safety fixes
2006-05-28 Richard Levitterslen is unsigned, so it can never go below 0.
2006-05-24 Dr. Stephen HensonNew function to dup EVP_PKEY_CTX. This will be needed...
2006-05-24 Dr. Stephen HensonUse size_t for new crypto size parameters.
2006-05-11 Dr. Stephen HensonNew functions to get key types without dereferncing...
2006-05-08 Dr. Stephen HensonUpdate PKCS#7 enveloped data to new API.
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-15 Dr. Stephen HensonUse more flexible method of determining output length...
2006-04-14 Dr. Stephen HensonUpdate copyright notices on a few files where all origi...
2006-04-13 Dr. Stephen HensonAdd key derivation support.
2006-04-12 Dr. Stephen HensonInitial DSA EVP_PKEY_METHOD. Fixup some error codes.
2006-04-11 Dr. Stephen HensonAdd support for setting keybits and public exponent...
2006-04-11 Dr. Stephen HensonInitial keygen support.
2006-04-10 Dr. Stephen Hensonctrls to set PSS salt length.
2006-04-10 Dr. Stephen HensonPreliminary PSS support.
2006-04-10 Dr. Stephen HensonBeginnings of PSS support.
2006-04-10 Dr. Stephen HensonChange operation values so they can be used as a mask.
2006-04-10 Dr. Stephen HensonImplementation of pkey_rsa_verify. Some constification.
2006-04-09 Dr. Stephen HensonStore digests as EVP_MD instead of a NID.
2006-04-09 Dr. Stephen HensonConstification.
2006-04-09 Dr. Stephen HensonBugfix X9.31 padding.
2006-04-09 Dr. Stephen HensonSupport for digest signing and X931 in rsa_pkey_meth.
2006-04-09 Dr. Stephen HensonAdd checking to padding ctrl.
2006-04-09 Dr. Stephen HensonAdd RSA ctrl for padding mode, add ctrl support in...
2006-04-08 Dr. Stephen HensonImplement encrypt/decrypt using RSA.
2006-04-08 Dr. Stephen HensonInitial functions for RSA EVP_PKEY_METHOD.
2006-04-06 Dr. Stephen HensonInitial definitions and a few functions for EVP_PKEY_ME...
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 HensonMove algorithm specific print code from crypto/asn1...
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...
2006-03-13 Nils Larschfix error found by coverity: check if ctx is != NULL...
2006-02-04 Dr. Stephen HensonUpdate filenames in makefiles.
2006-01-29 Nils Larschadd additional checks + cleanup
2006-01-08 Bodo MöllerSome error code cleanups (SSL lib. used SSL_R_... codes...
2005-09-22 Nils Larschprotect BN_BLINDING_invert with a write lock and BN_BLI...
2005-09-01 Dr. Stephen HensonExtend callback function to support print customization.
2005-08-28 Nils Larschfix warnings when building openssl with the following...
2005-08-20 Dr. Stephen HensonRemove ASN1_METHOD code replace with new ASN1 alternative.
2005-08-07 Andy PolyakovFinal(?) WinCE update.
2005-06-06 Dr. Stephen HensonFix for padding X9.31 padding check and zero padding...
2005-06-02 Andy PolyakovFix inconsistensy between 8 and HEAD.
2005-06-02 Andy PolyakovPSS update [from 0.9.7].
2005-06-01 Nils Larschcheck return value
2005-06-01 Dr. Stephen HensonUpdate from 0.9.7-stable.
2005-05-31 Nils Larschchanges from 0.9.8
2005-05-30 Dr. Stephen HensonUpdate from stable branch.
2005-05-28 Dr. Stephen HensonAdd pss/x931 files.
next