Small error fix.
[openssl.git] / crypto / bn /
2000-02-25 Ulf Möllerflush output.
2000-02-25 Richard LevitteEnhance consistency by using BIO_flush() instead of...
2000-02-25 Ulf MöllerTest the division functions.
2000-02-25 Ulf Möllerdivide the correct number...
2000-02-24 Ulf Möllerwork around a bug in BN_div_recp or BN_reciprocal
2000-02-24 Bodo MöllerDo fflush(stdout) when there was an error.
2000-02-23 Ulf Möllercorrect macro.
2000-02-16 Ben LaurieAdd support for Compaq Atalla crypto accelerator.
2000-02-16 Andy PolyakovMove primes to read-only segment.
2000-02-15 Andy PolyakovNew NO_INLINE_ASM macro. Primary target for the moment...
2000-02-15 Andy Polyakovtest_mont was exercising 100-bit multiplication modulus...
2000-02-11 Ralf S. EngelschallMake gcc 2.95.2 happy again, even under ``-Wall -Wshado...
2000-02-08 Dr. Stephen HensonAdd command line password options to the reamining...
2000-02-06 Ulf Möller"print" is GNU bc specific.
2000-02-06 Ulf Möllerput missing line back in.
2000-02-06 Ulf MöllerImprove bntest slightly, and fix another bug in the...
2000-02-06 Ulf MöllerBN_div bugfix. The q-- loop should not be entered in...
2000-02-05 Bodo MöllerCosmetic changes.
2000-02-05 Bodo MöllerCommit patch to bn.h that CVS decided to throw away...
2000-02-05 Bodo MöllerGenerate just one error code if iterated SSL_CTX_get...
2000-02-05 Ulf MöllerUse MONT_WORD macro to control if the word-based or...
2000-02-05 Ulf MöllerNew functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end...
2000-02-03 Ulf Möller*** empty log message ***
2000-02-03 Ulf Möllerispell (and minor modifications)
2000-02-03 Bodo MöllerSome 'const's for BNs.
2000-02-02 Bodo MöllerInclude OpenSSL license.
2000-02-02 Bodo MöllerTolerate negative numbers in BN_is_prime.
2000-02-02 Bodo Möllerrndsort{Miller, Rabin} primality test.
2000-02-02 Andy PolyakovSupport for "multiply high" instruction, see BN_UMULT_H...
2000-02-01 Ulf MöllerBug fix: BN_is_prime() would fail with a high probabili...
2000-02-01 Ulf Möllermatch the prototype
2000-02-01 Bodo MöllerIf n0 == d0, we must alway compute 'rem' "by hand"
2000-02-01 Bodo MöllerTypo in preprocessor symbol.
2000-02-01 Ulf Möllerundo. I keep confusing my directories. :(
2000-02-01 Ulf MöllerEBCDIC support.
2000-01-30 Ulf MöllerSeek out and destroy another evil cast.
2000-01-30 Bodo MöllerMake output of "openssl dsaparam 1024" more interesting :-)
2000-01-30 Bodo MöllerMake DSA_generate_parameters, and fix a couple of bug
2000-01-27 Richard LevitteDeclare BN_pseudo_rand().
2000-01-27 Bodo MöllerA couple of things were reversed for BN_pseudo_rand ...
2000-01-27 Ulf Möllercomment was wrong.
2000-01-27 Ulf MöllerDocument DSA and SHA.
2000-01-27 Bodo Möllertypo in a comment
2000-01-27 Bodo MöllerUpdate comments to provide a better approximation of...
2000-01-27 Bodo MöllerAdd a pointer to a paper (is the algorithm in section...
2000-01-27 Bodo Möllerenable Montgomery test
2000-01-27 Bodo MöllerUpdate references.
2000-01-27 Ulf MöllerRun ispell.
2000-01-23 Dr. Stephen HensonTidy up CRYPTO_EX_DATA structures.
2000-01-23 Ulf MöllerDocument the BN library.
2000-01-22 Ulf MöllerDocument the DH library, and make some minor changes...
2000-01-21 Ulf MöllerAFAICS lst1 stands for "lshift test" not "list".
2000-01-20 Bodo MöllerRename lst1 to list1 to avoid name conflict on some...
2000-01-14 Bodo Möller- Pseudo-seed the PRNG in programs used for "make test"
2000-01-13 Ulf MöllerPrecautions against using the PRNG uninitialized: RAND_...
2000-01-12 Bodo MöllerTurn BN_prime_checks into a macro.
2000-01-12 Bodo Mölleradd dependency and auto-generation rule for bn_prime.h
1999-12-25 Andy PolyakovMakefile clean-ups, crypto/bn/asm/alpha.s compiles...
1999-12-14 Ulf MöllerSolaris x86 assembler problem is already addressed...
1999-12-08 Ulf MöllerDon't use inline assembler on x86 Solaris (would need...
1999-11-03 Mark J. CoxFix assembler for Alpha (tested only on DEC OSF not...
1999-10-25 Bodo MöllerImprove support for running everything as a monolithic...
1999-09-29 Ulf MöllerVC++ warning.
1999-08-24 Andy PolyakovMinor MIPS III/IV tune-up.
1999-08-03 Ben LaurieMake it compile under -pedantic.
1999-07-31 Andy PolyakovExtra i386+gcc bn_div.c tune-up featuring inline divisi...
1999-07-30 Bodo Möllerby request: let BN_dup(NULL) just return NULL
1999-07-30 Andy PolyakovBignum division tune-up. Idea is to move multiplication...
1999-07-27 Andy Polyakovwhen invoking bn_*_comba[48] result->top wasn't always...
1999-07-25 Andy PolyakovSPARC Solaris config updates.
1999-07-25 Andy PolyakovAdded support for SPARC Linux.
1999-07-25 Andy Polyakov- performance retunes, v8plus bn_*_comba routines are...
1999-07-22 Ulf MöllerRemove obsolete files.
1999-07-21 Andy PolyakovGet rid of redundant multiplications in bn_div_words.
1999-07-20 Andy PolyakovMIPS III/IV assembler module is reimplemented.
1999-07-20 Andy Polyakovcrypto/bn/asm/mips3.s is moved to crypto/bn/asm/obsolete/
1999-07-20 Andy Polyakovcrypto/bn/asm/mips3.s is obsolete. I'm moving it to...
1999-07-15 Ulf MöllerMore DES library cleanups: remove references to srand...
1999-07-09 Ulf MöllerObsolete/experimental code.
1999-06-28 Ulf MöllerUse "long long" for all Win32 gcc ports.
1999-06-28 Bodo MöllerWith mingw32, use "long long" rather than "_int64"...
1999-06-20 Dr. Stephen HensonNew functions CONF_load_bio() and CONF_load_fp() to...
1999-06-15 Bodo MöllerSome people don't have /dev/fd/0 on Solaris, so use...
1999-06-12 Bodo MöllerAvoid some warnings (on silly compilers).
1999-06-09 Ulf MöllerCircumvent bug in SC5 without patch #107357-01.
1999-06-09 Ben LaurieMake "make test" fail if bntest fails an internal selfc...
1999-06-05 Ben Laurieconst/type fixes.
1999-06-04 Ben LaurieSome constification and stacks that slipped through...
1999-06-03 Ben LaurieMore evil cast removal.
1999-05-29 Ben LaurieUpdate dependencies.
1999-05-28 Bodo MöllerSome assembler-related clean-ups.
1999-05-26 Bodo MöllerCircument egcs bug.
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öllerBignum library bug fix. IRIX 6 passes "make test" now!
1999-05-17 Ulf MöllerMove prototypes to the right place.
1999-05-15 Ben LaurieAdd actual testing to bntest...
1999-05-15 Bodo MöllerOPENSSL_EXTERN
1999-05-15 Bodo MöllerOPENSSL_EXTERN, OPENSSL_GLOBAL
next