aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rsa
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-263-96/+0
* Change the command line options of mkerr.pl so -static is now default andDr. Stephen Henson1999-04-241-3/+2
* Restore ERRC definitions that are needed to compile the library.Bodo Möller1999-04-241-0/+1
* Delete the unnecessary ERR and ERRC lines in makefiles, add some functionalityDr. Stephen Henson1999-04-241-2/+0
* Complete rewrite of the error code generation script. It now runs as a singleDr. Stephen Henson1999-04-244-110/+60
* "make depend"Bodo Möller1999-04-231-51/+82
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-2313-40/+40
* Work with -pedantic!Ben Laurie1999-04-231-12/+17
* Change functions to ANSI C.Ulf Möller1999-04-1911-182/+67
* Massive constification.Ben Laurie1999-04-172-2/+2
* Add type-safe STACKs and SETs.Ben Laurie1999-04-121-6/+8
* Test PKCS#1 v1.5 padding as well.Ulf Möller1999-04-091-11/+42
* New Makefile variables $(RANLIB) and $(PERL).Ulf Möller1999-04-011-5/+5
* Make sure the RSA OAEP test is skipped under -DRSAref becauseRalf S. Engelschall1999-03-251-0/+5
* Fix security hole.Ben Laurie1999-03-222-11/+11
* Fail if test fails.Ben Laurie1999-03-121-2/+8
* Fix for RSA private key encryption if p < q. This took ***ages*** to track down.Dr. Stephen Henson1999-03-111-0/+9
* Put the dependencies back.Ben Laurie1999-03-061-0/+45
* General source tree makefile cleanups: Made `making xxx in yyy...' displayRalf S. Engelschall1999-03-061-51/+5
* Update dependencies.Ben Laurie1999-02-271-0/+4