aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rsa
Commit message (Expand)AuthorAgeFilesLines
* Preserve reason strings in automatically build tables.Bodo Möller2000-03-051-1/+2
* Check tlen size in all padding_check functions. As called within the rsaUlf Möller2000-02-222-1/+16
* New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to accessUlf Möller2000-02-052-8/+10
* ispell (and minor modifications)Ulf Möller2000-02-033-4/+4
* Checked in some junk. Sorry.Ulf Möller2000-01-301-5/+0
* Seek out and destroy another evil cast.Ulf Möller2000-01-301-0/+5
* Tidy up CRYPTO_EX_DATA structures.Dr. Stephen Henson2000-01-233-29/+31
* Document the DH library, and make some minor changes along the way.Ulf Möller2000-01-221-2/+2
* Rename rsa_oaep_test to the more appropriate name rsa_test for theUlf Möller2000-01-182-1/+1
* Let "make test" survive without DEVRANDOMBodo Möller2000-01-141-0/+5
* Precautions against using the PRNG uninitialized: RAND_bytes() nowUlf Möller2000-01-133-5/+10
* Turn BN_prime_checks into a macro.Bodo Möller2000-01-121-2/+2
* Improve support for running everything as a monolithic application.Bodo Möller1999-10-251-1/+1
* Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1999-10-201-1/+1
* Add new sign and verify members to RSA_METHOD and change SSL code to use signDr. Stephen Henson1999-09-183-60/+111
* "make update"Bodo Möller1999-09-101-0/+7
* Correct warnings.Ben Laurie1999-09-091-0/+4
* Fix typo.Dr. Stephen Henson1999-09-081-1/+1
* Oops... forgot the other RSA_NULL patches...Dr. Stephen Henson1999-09-085-5/+17
* This is preliminary support for an "RSA null" cipher. Unfortunately whenDr. Stephen Henson1999-09-081-0/+145
* New RSA flag RSA_FLAG_EXT_PKEY, to always call rsa_mod_exp.Dr. Stephen Henson1999-07-272-5/+13
* RSA private keys without dmp1/dmq1/iqmp are also valid (but slower).Ulf Möller1999-07-151-35/+45
* Eliminate a warning: BN_mod_inverse() returns a (BIGNUM *) and remove andDr. Stephen Henson1999-07-132-3/+2
* correct error handlingBodo Möller1999-07-123-35/+50
* typoBodo Möller1999-07-111-1/+2
* New function RSA_check_key.Bodo Möller1999-07-111-0/+159
* New function RSA_check_key,Bodo Möller1999-07-113-2/+23
* Fix memory checking.Bodo Möller1999-07-091-1/+1
* New functions to allow RSA_METHODs to be changed without poking round inDr. Stephen Henson1999-06-292-0/+23
* Close another memory hole.Bodo Möller1999-06-251-0/+8
* Some constification and stacks that slipped through the cracks (how?).Ben Laurie1999-06-041-2/+3
* More evil cast removal.Ben Laurie1999-06-032-2/+2
* It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller1999-05-212-24/+27
* Add a kludge :-(Bodo Möller1999-05-201-24/+21
* Don't install e_os.h in include/openssl, use it only as a localBodo Möller1999-05-202-43/+45
* Declare test key data as static.Ulf Möller1999-05-201-28/+28
* Update dependencies.Bodo Möller1999-05-151-34/+38
* Fix various things to let OpenSSL even pass ``egcc -pipe -O2 -Wall -WshadowRalf S. Engelschall1999-05-101-4/+4
* Support additional Win32 compilers.Ulf Möller1999-05-061-130/+130
* Support INSTALL_PREFIX for packagers.Bodo Möller1999-04-291-2/+4
* Bug fix.Ulf Möller1999-04-291-5/+7
* Ignore Makefile.saveUlf Möller1999-04-291-0/+1
* Missing "else".Ulf Möller1999-04-291-2/+1
* Obey $(PERL) when running util/mklink.pl.Bodo Möller1999-04-291-3/+3
* Use util/mklink.pl instead of util/mklink.sh.Bodo Möller1999-04-281-3/+3
* Decrypt test vector data even if previous decryption failed to getUlf Möller1999-04-281-2/+1
* Message digest stuff.Ulf Möller1999-04-271-1/+1
* New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller1999-04-272-0/+6
* New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller1999-04-273-2/+14
* Remove NOPROTO-related macros.Ulf Möller1999-04-261-1/+1