openssl/crypto/rsa
Geoff Thorpe 79221bc265 David Brumley <dbrumley@stanford.edu> noted and corrected a case in the
verification step of CRT private key operations in the RSA code -
previously no montgomery form was checked or used for 'n', and so it would
be generated on the fly each time. As a result, private key operations are
now a percent or two faster.

Rather than adding this as another repetition of the nearly-identical
montgomery "check for first-use" initialisation code blocks, I've taken
this chance to create a helper function and macro-wrapper to replace them.

PR: 475
2003-02-14 23:21:19 +00:00
..
.cvsignore Ignore Makefile.save 1999-04-29 16:04:54 +00:00
Makefile.ssl make update 2002-12-29 01:38:15 +00:00
rsa.h The OPENSSL_NO_ENGINE has small problem: it changes certain structures. That's 2003-01-30 18:52:46 +00:00
rsa_asn1.c More linker bloat reorganisation: 2001-07-27 02:22:42 +00:00
rsa_chk.c This is a first-cut at improving the callback mechanisms used in 2002-12-08 05:24:31 +00:00
rsa_depr.c Nils Larsch submitted; 2002-12-08 16:45:26 +00:00
rsa_eay.c David Brumley <dbrumley@stanford.edu> noted and corrected a case in the 2003-02-14 23:21:19 +00:00
rsa_err.c always reject data >= n 2001-07-25 17:02:58 +00:00
rsa_gen.c This is the first step in allowing RSA_METHODs to implement their own key 2003-01-07 05:51:39 +00:00
rsa_lib.c Add the possibility to build without the ENGINE framework. 2003-01-30 17:39:26 +00:00
rsa_none.c Constify the RSA library. 2000-11-06 22:34:17 +00:00
rsa_null.c This is the first step in allowing RSA_METHODs to implement their own key 2003-01-07 05:51:39 +00:00
rsa_oaep.c Retain compatibility of EVP_DigestInit() and EVP_DigestFinal() 2001-10-16 01:24:29 +00:00
rsa_pk1.c The logic in the main signing and verifying functions to check lengths was 2002-11-26 11:14:32 +00:00
rsa_saos.c Cleanse memory using the new OPENSSL_cleanse() function. 2002-11-28 08:04:36 +00:00
rsa_sign.c Add the possibility to build without the ENGINE framework. 2003-01-30 17:39:26 +00:00
rsa_ssl.c Constify the RSA library. 2000-11-06 22:34:17 +00:00
rsa_test.c Add the possibility to build without the ENGINE framework. 2003-01-30 17:39:26 +00:00