Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1999-10-20Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson
1999-09-19Add new sign and verify members to RSA_METHOD and change SSL code to use signDr. Stephen Henson
1999-09-10"make update"Bodo Möller
1999-09-10Correct warnings.Ben Laurie
1999-09-09Fix typo.Dr. Stephen Henson
1999-09-08Oops... forgot the other RSA_NULL patches...Dr. Stephen Henson
1999-09-08This is preliminary support for an "RSA null" cipher. Unfortunately whenDr. Stephen Henson
1999-07-28New RSA flag RSA_FLAG_EXT_PKEY, to always call rsa_mod_exp.Dr. Stephen Henson
1999-07-16RSA private keys without dmp1/dmq1/iqmp are also valid (but slower).Ulf Möller
1999-07-13Eliminate a warning: BN_mod_inverse() returns a (BIGNUM *) and remove andDr. Stephen Henson
1999-07-12correct error handlingBodo Möller
1999-07-12typoBodo Möller
1999-07-12New function RSA_check_key.Bodo Möller
1999-07-12New function RSA_check_key,Bodo Möller
1999-07-09Fix memory checking.Bodo Möller
1999-06-30New functions to allow RSA_METHODs to be changed without poking round inDr. Stephen Henson
1999-06-25Close another memory hole.Bodo Möller
1999-06-05Some constification and stacks that slipped through the cracks (how?).Ben Laurie
1999-06-03More evil cast removal.Ben Laurie
1999-05-21It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller
1999-05-21Add a kludge :-(Bodo Möller
1999-05-21Don't install e_os.h in include/openssl, use it only as a localBodo Möller
1999-05-20Declare test key data as static.Ulf Möller
1999-05-15Update dependencies.Bodo Möller
1999-05-10Fix various things to let OpenSSL even pass ``egcc -pipe -O2 -Wall -WshadowRalf S. Engelschall
1999-05-06Support additional Win32 compilers.Ulf Möller
1999-04-30Support INSTALL_PREFIX for packagers.Bodo Möller
1999-04-30Bug fix.Ulf Möller
1999-04-29Ignore Makefile.saveUlf Möller
1999-04-29Missing "else".Ulf Möller
1999-04-29Obey $(PERL) when running util/mklink.pl.Bodo Möller
1999-04-29Use util/mklink.pl instead of util/mklink.sh.Bodo Möller
1999-04-29Decrypt test vector data even if previous decryption failed to getUlf Möller
1999-04-27Message digest stuff.Ulf Möller
1999-04-27New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller
1999-04-27New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller
1999-04-27Remove NOPROTO-related macros.Ulf Möller
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller
1999-04-24Change the command line options of mkerr.pl so -static is now default andDr. Stephen Henson
1999-04-24Restore ERRC definitions that are needed to compile the library.Bodo Möller
1999-04-24Delete the unnecessary ERR and ERRC lines in makefiles, add some functionalityDr. Stephen Henson
1999-04-24Complete rewrite of the error code generation script. It now runs as a singleDr. Stephen Henson
1999-04-24"make depend"Bodo Möller
1999-04-24Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-23Work with -pedantic!Ben Laurie
1999-04-20Change functions to ANSI C.Ulf Möller
1999-04-18Massive constification.Ben Laurie
1999-04-12Add type-safe STACKs and SETs.Ben Laurie
1999-04-09Test PKCS#1 v1.5 padding as well.Ulf Möller
1999-04-01New Makefile variables $(RANLIB) and $(PERL).Ulf Möller