When creating a .def file, be a bit more selective so disabled
[openssl.git] / crypto / rsa /
2000-09-25 Richard Levitte'ranlib' doesn't always run on some systems. That...
2000-09-07 Richard Levitte'make update'
2000-08-14 Richard LevitteMD4 implemented. Assar Westerlund provided the digest...
2000-07-29 Bodo MöllerFix SSL 2.0 rollback checking: The previous implementat...
2000-07-05 Richard LevitteI got sick and tired of having to keep track of NIDs...
2000-06-15 Dr. Stephen HensonAdd support for the modified SGC key format used in...
2000-06-13 Geoff ThorpeEnable DSO support on alpha (OSF1), cc and gcc.
2000-06-09 Richard LevitteUsing checks of the existence of HEADER_{foo}_H in...
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-06-01 Ulf MöllerBug fix for 64 bit HP-UX.
2000-05-02 Richard LevitteIn Message-ID: <003201bfb332$14a07520$0801a8c0@janm...
2000-04-20 Geoff ThorpePreviously, the default RSA_METHOD was NULL until the...
2000-03-05 Bodo MöllerPreserve reason strings in automatically build tables.
2000-02-22 Ulf MöllerCheck tlen size in all padding_check functions. As...
2000-02-05 Ulf MöllerNew functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end...
2000-02-03 Ulf Möllerispell (and minor modifications)
2000-01-30 Ulf MöllerChecked in some junk. Sorry.
2000-01-30 Ulf MöllerSeek out and destroy another evil cast.
2000-01-23 Dr. Stephen HensonTidy up CRYPTO_EX_DATA structures.
2000-01-22 Ulf MöllerDocument the DH library, and make some minor changes...
2000-01-18 Ulf MöllerRename rsa_oaep_test to the more appropriate name rsa_t...
2000-01-14 Bodo MöllerLet "make test" survive without DEVRANDOM
2000-01-13 Ulf MöllerPrecautions against using the PRNG uninitialized: RAND_...
2000-01-12 Bodo MöllerTurn BN_prime_checks into a macro.
1999-10-25 Bodo MöllerImprove support for running everything as a monolithic...
1999-10-20 Dr. Stephen HensonReplace the macros in asn1.h with function equivalents...
1999-09-18 Dr. Stephen HensonAdd new sign and verify members to RSA_METHOD and chang...
1999-09-10 Bodo Möller"make update"
1999-09-09 Ben LaurieCorrect warnings.
1999-09-08 Dr. Stephen HensonFix typo.
1999-09-08 Dr. Stephen HensonOops... forgot the other RSA_NULL patches...
1999-09-08 Dr. Stephen HensonThis is preliminary support for an "RSA null" cipher...
1999-07-27 Dr. Stephen HensonNew RSA flag RSA_FLAG_EXT_PKEY, to always call rsa_mod_exp.
1999-07-15 Ulf MöllerRSA private keys without dmp1/dmq1/iqmp are also valid...
1999-07-13 Dr. Stephen HensonEliminate a warning: BN_mod_inverse() returns a (BIGNUM...
1999-07-12 Bodo Möllercorrect error handling
1999-07-11 Bodo Möllertypo
1999-07-11 Bodo MöllerNew function RSA_check_key.
1999-07-11 Bodo MöllerNew function RSA_check_key,
1999-07-09 Bodo MöllerFix memory checking.
1999-06-29 Dr. Stephen HensonNew functions to allow RSA_METHODs to be changed withou...
1999-06-25 Bodo MöllerClose another memory hole.
1999-06-04 Ben LaurieSome constification and stacks that slipped through...
1999-06-03 Ben LaurieMore evil cast removal.
1999-05-21 Bodo MöllerIt was a very bad idea to use #include "../e_os.h"...
1999-05-20 Bodo MöllerAdd a kludge :-(
1999-05-20 Bodo MöllerDon't install e_os.h in include/openssl, use it only...
1999-05-20 Ulf MöllerDeclare test key data as static.
1999-05-15 Bodo MöllerUpdate dependencies.
1999-05-10 Ralf S. EngelschallFix various things to let OpenSSL even pass ``egcc...
1999-05-06 Ulf MöllerSupport additional Win32 compilers.
1999-04-29 Bodo MöllerSupport INSTALL_PREFIX for packagers.
1999-04-29 Ulf MöllerBug fix.
1999-04-29 Ulf MöllerIgnore Makefile.save
1999-04-29 Ulf MöllerMissing "else".
1999-04-29 Bodo MöllerObey $(PERL) when running util/mklink.pl.
1999-04-28 Bodo MöllerUse util/mklink.pl instead of util/mklink.sh.
1999-04-28 Ulf MöllerDecrypt test vector data even if previous decryption...
1999-04-27 Ulf MöllerMessage digest stuff.
1999-04-27 Ulf MöllerNew Configure option no-<cipher> (rsa, idea, rc5, ...
1999-04-27 Ulf MöllerNew Configure option no-<cipher> (rsa, idea, rc5, ...
1999-04-26 Ulf MöllerRemove NOPROTO-related macros.
1999-04-26 Ulf MöllerRemove NOPROTO definitions and error code comments.
1999-04-24 Dr. Stephen HensonChange the command line options of mkerr.pl so -static...
1999-04-24 Bodo MöllerRestore ERRC definitions that are needed to compile...
1999-04-24 Dr. Stephen HensonDelete the unnecessary ERR and ERRC lines in makefiles...
1999-04-24 Dr. Stephen HensonComplete rewrite of the error code generation script...
1999-04-23 Bodo Möller"make depend"
1999-04-23 Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-23 Ben LaurieWork with -pedantic!
1999-04-19 Ulf MöllerChange functions to ANSI C.
1999-04-17 Ben LaurieMassive constification.
1999-04-12 Ben LaurieAdd type-safe STACKs and SETs.
1999-04-09 Ulf MöllerTest PKCS#1 v1.5 padding as well.
1999-04-01 Ulf MöllerNew Makefile variables $(RANLIB) and $(PERL).
1999-03-25 Ralf S. EngelschallMake sure the RSA OAEP test is skipped under -DRSAref...
1999-03-22 Ben LaurieFix security hole.
1999-03-12 Ben LaurieFail if test fails.
1999-03-11 Dr. Stephen HensonFix for RSA private key encryption if p < q. This took...
1999-03-06 Ben LauriePut the dependencies back.
1999-03-06 Ralf S. EngelschallGeneral source tree makefile cleanups: Made `making...
1999-02-27 Ben LaurieUpdate dependencies.
1999-02-23 Ralf S. EngelschallMake gcc -Wall happy ("might be used uninitialized...
1999-02-22 Dr. Stephen HensonVarious changes to make this stuff compile under Win32...
1999-02-21 Dr. Stephen HensonMake RSA_NO_PADDING really use no padding.
1999-02-18 Ben LaurieFix case of new functions in error files.
1999-02-17 Ben LaurieAdd OAEP.
1999-02-10 Ralf S. EngelschallFirst cut for a very conservative source tree cleanup:
1999-01-19 Ben LaurieThis time, get it right.
1999-01-19 Ben LaurieFinally lay dependencies to rest (I hope!).
1999-01-18 Dr. Stephen HensonNew err_code.pl script to retain old error codes. This...
1999-01-07 Ben LaurieAccept NULL in *_free.
1999-01-04 Ben LaurieOnly free if it ain't NULL.
1998-12-31 Ralf S. EngelschallFix version stuff:
1998-12-29 Ben LaurieAdd prototypes. Make Montgomery stuff explicitly for...
1998-12-23 Ralf S. Engelschall*** empty log message *** OpenSSL_0_9_1c
1998-12-23 Ralf S. EngelschallSwitch version string to SSLeay/OpenSSL
1998-12-22 Ralf S. EngelschallVarious cleanups and fixed by Marc and Ralf to start...
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21 Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.1b (unreleased) SSLeay
next