Add option for "compact" rounds to aes_x86core.c. "Compact" rounds are
[openssl.git] / crypto / rsa /
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.
2005-05-28 Dr. Stephen HensonUpdate from 0.9.7-stable. Also repatch and rebuild...
2005-05-27 Bodo MöllerUse BN_with_flags() in a cleaner way.
2005-05-16 Andy PolyakovFurther BUILDENV refinement, further fool-proofing...
2005-05-16 Bodo MöllerImplement fixed-window exponentiation to mitigate hyper...
2005-05-15 Andy PolyakovFool-proofing Makefiles
2005-05-11 Bodo MöllerFix more error codes.
2005-04-26 Dr. Stephen HensonPort BN_MONT_CTX_set_locked() from stable branch.
2005-04-26 Nils Larschsome updates for the blinding code; summary:
2005-04-26 Dr. Stephen HensonPort from stable branch.
2005-04-22 Nils Larsch- use BN_set_negative and BN_is_negative instead of...
2005-04-12 Dr. Stephen HensonRebuild error codes.
2005-04-11 Richard LevitteAdd emacs cache files to .cvsignore.
2005-03-31 Ben LaurieGive everything prototypes (well, everything that's...
2005-03-30 Ben LaurieBlow away Makefile.ssl.
2004-12-05 Dr. Stephen HensonAdd lots of checks for memory allocation failure, error...
2004-11-02 Richard LevitteDon't use $(EXHEADER) directly in for loops, as most...
2004-09-19 Geoff ThorpeRemove distracting comments and code. Thanks to Nils...
2004-05-17 Geoff ThorpeAfter the latest round of header-hacking, regenerate...
2004-05-17 Geoff ThorpeDeprecate the recursive includes of bn.h from various...
2004-04-27 Geoff ThorpeWith the new dynamic BN_CTX implementation, there shoul...
2004-04-26 Geoff ThorpeThe problem of rsa key-generation getting stuck in...
2004-04-26 Geoff ThorpeAllow RSA key-generation to specify an arbitrary public...
2004-04-19 Geoff Thorpemake update
2004-04-19 Geoff ThorpeReduce header interdependencies, initially in engine...
2004-03-25 Geoff ThorpeBy adding a BN_CTX parameter to the 'rsa_mod_exp' callb...
2004-03-15 Richard LevitteConstify d2i, s2i, c2i and r2i functions and other...
2004-03-15 Richard LevitteMake sure that the last argument to RAND_add() is a...
2003-12-27 Richard LevitteUse sh explicitely to run point.sh
2003-11-28 Richard LevitteNetware-specific changes,
2003-10-29 Geoff ThorpeA general spring-cleaning (in autumn) to fix up signed...
2003-10-29 Geoff ThorpeWhen OPENSSL_NO_DEPRECATED is defined, deprecated funct...
2003-05-07 Richard LevitteDO NOT constify RSA* in RSA_sign() and RSA_verify(...
2003-05-05 Richard LevitteConstify RSA_sign() and RSA_verify().
2003-05-01 Richard Levittemake update
2003-04-16 Richard LevitteMemory leak fix: RSA_blinding_on() didn't free Ai under...
2003-04-15 Richard LevitteMemory leak fix: local blinding structure not freed...
2003-04-10 Richard Levittemake update
2003-04-08 Richard LevitteInclude rand.h, so RAND_status() and friends get proper...
2003-04-08 Richard LevitteWe seem to carry some rests of the 0.9.6 [engine] ENGIN...
2003-04-08 Richard LevitteWe seem to carry some rests of the 0.9.6 [engine] ENGIN...
2003-04-07 Richard LevitteRSA_FLAG_SIGN_VER indicates the special rsa_sign and...
2003-04-02 Bodo Möllermake RSA blinding thread-safe
2003-03-20 Bodo Möllermake sure RSA blinding works when the PRNG is not prope...
next