aboutsummaryrefslogtreecommitdiff
path: root/crypto/rsa
AgeCommit message (Expand)AuthorFilesLines
1999-06-03More evil cast removal.Ben Laurie2-2/+2
1999-05-21It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller2-24/+27
1999-05-20Add a kludge :-(Bodo Möller1-24/+21
1999-05-20Don't install e_os.h in include/openssl, use it only as a localBodo Möller2-43/+45
1999-05-20Declare test key data as static.Ulf Möller1-28/+28
1999-05-15Update dependencies.Bodo Möller1-34/+38
1999-05-10Fix various things to let OpenSSL even pass ``egcc -pipe -O2 -Wall -WshadowRalf S. Engelschall1-4/+4
1999-05-06Support additional Win32 compilers.Ulf Möller1-130/+130
1999-04-29Support INSTALL_PREFIX for packagers.Bodo Möller1-2/+4
1999-04-29Bug fix.Ulf Möller1-5/+7
1999-04-29Ignore Makefile.saveUlf Möller1-0/+1
1999-04-29Missing "else".Ulf Möller1-2/+1
1999-04-29Obey $(PERL) when running util/mklink.pl.Bodo Möller1-3/+3
1999-04-28Use util/mklink.pl instead of util/mklink.sh.Bodo Möller1-3/+3
1999-04-28Decrypt test vector data even if previous decryption failed to getUlf Möller1-2/+1
1999-04-27Message digest stuff.Ulf Möller1-1/+1
1999-04-27New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller2-0/+6
1999-04-27New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller3-2/+14
1999-04-26Remove NOPROTO-related macros.Ulf Möller1-1/+1
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller3-96/+0
1999-04-24Change the command line options of mkerr.pl so -static is now default andDr. Stephen Henson1-3/+2
1999-04-24Restore ERRC definitions that are needed to compile the library.Bodo Möller1-0/+1
1999-04-24Delete the unnecessary ERR and ERRC lines in makefiles, add some functionalityDr. Stephen Henson1-2/+0
1999-04-24Complete rewrite of the error code generation script. It now runs as a singleDr. Stephen Henson4-110/+60
1999-04-23"make depend"Bodo Möller1-51/+82
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller13-40/+40
1999-04-23Work with -pedantic!Ben Laurie1-12/+17
1999-04-19Change functions to ANSI C.Ulf Möller11-182/+67
1999-04-17Massive constification.Ben Laurie2-2/+2
1999-04-12Add type-safe STACKs and SETs.Ben Laurie1-6/+8
1999-04-09Test PKCS#1 v1.5 padding as well.Ulf Möller1-11/+42
1999-04-01New Makefile variables $(RANLIB) and $(PERL).Ulf Möller1-5/+5
1999-03-25Make sure the RSA OAEP test is skipped under -DRSAref becauseRalf S. Engelschall1-0/+5
1999-03-22Fix security hole.Ben Laurie2-11/+11
1999-03-12Fail if test fails.Ben Laurie1-2/+8
1999-03-11Fix for RSA private key encryption if p < q. This took ***ages*** to track down.Dr. Stephen Henson1-0/+9
1999-03-06Put the dependencies back.Ben Laurie1-0/+45
1999-03-06General source tree makefile cleanups: Made `making xxx in yyy...' displayRalf S. Engelschall1-51/+5
1999-02-27Update dependencies.Ben Laurie1-0/+4
1999-02-23Make gcc -Wall happy ("might be used uninitialized...")Ralf S. Engelschall1-1/+1
1999-02-22Various changes to make this stuff compile under Win32 and VC++ with andDr. Stephen Henson1-1/+2
1999-02-21Make RSA_NO_PADDING really use no padding.Dr. Stephen Henson4-19/+14
1999-02-18Fix case of new functions in error files.Ben Laurie3-3/+5
1999-02-17Add OAEP.Ben Laurie7-4/+447
1999-02-10First cut for a very conservative source tree cleanup:Ralf S. Engelschall1-538/+0
1999-01-19This time, get it right.Ben Laurie1-16/+18
1999-01-19Finally lay dependencies to rest (I hope!).Ben Laurie1-1/+40
1999-01-18New err_code.pl script to retain old error codes. This should allow the useDr. Stephen Henson1-1/+3
1999-01-07Accept NULL in *_free.Ben Laurie2-4/+2
1999-01-04Only free if it ain't NULL.Ben Laurie2-2/+4