Typos
[oweals/openssl.git] / crypto / bn /
2007-09-18 Andy PolyakovMinimize stack utilization in probable_prime [from...
2007-09-18 Bodo MöllerMake sure that BN_from_montgomery keeps the BIGNUMS...
2007-09-07 Andy PolyakovIntegrate remaining parts of #14247 [from HEAD].
2007-07-08 Andy Polyakovbn_mul_recursive doesn't handle all cases correctly...
2007-07-04 Dr. Stephen HensonFix warnings: C++ comments and computed value not used.
2007-06-29 Andy Polyakovbn_mont.c fix [from HEAD].
2007-06-11 Andy PolyakovPrivatize BN_*_no_branch [from HEAD].
2007-06-11 Andy PolyakovEliminate conditional final subtraction in Montgomery...
2007-04-19 Bodo Möllerfix error codes
2007-04-19 Bodo Möllerdon't violate the bn_check_top assertion in BN_mod_inve...
2007-03-28 Bodo Möllermake BN_FLG_CONSTTIME semantics more fool-proof
2007-03-28 Bodo MöllerChange to mitigate branch prediction attacks
2007-02-03 Dr. Stephen HensonUpdate from fips2 branch.
2007-01-21 Dr. Stephen HensonUpdate from HEAD.
2006-11-21 Dr. Stephen HensonRebuild error file C source files.
2006-09-18 Bodo MöllerEnsure that the addition mods[i]+delta cannot overflow...
2006-08-01 Andy PolyakovEngage assembler in solaris64-x86_64-cc [backport from...
2006-06-16 Bodo MöllerAnother thread-safety fix
2006-06-14 Bodo MöllerThread-safety fixes
2006-05-04 Dr. Stephen Hensonmake update
2006-02-08 Nils Larschbackport recent changes from the cvs head
2006-02-04 Dr. Stephen HensonUpdate filenames in makefiles
2006-01-13 Nils Larschfix comment
2006-01-13 Nils Larsch2 is a prime number ...
2005-11-15 Andy Polyakovcrypto/bn/asm/sparcv8plus.S update from HEAD.
2005-11-11 Dr. Stephen HensonFix possible race condition.
2005-10-05 Dr. Stephen HensonUpdate from HEAD.
2005-08-28 Nils Larschfix warnings when building openssl with (gcc 3.3.1):
2005-08-23 Bodo Mölleravoid potential spurious BN_free()
2005-08-20 Ben LaurieAvoid weak subgroups in Diffie Hellman.
2005-08-04 Andy Polyakov3-4 times better RSA/DSA performance on WIN64A target...
2005-07-25 Nils Larschfix BN_mod_word and give a more reasonable return value...
2005-07-21 Nils Larschset correct bn->top value
2005-07-17 Nils Larschbugfix: 0 - w (w != 0) is actually negative
2005-07-03 Andy PolyakovBugfix for bn_div_words PPC assembler implementation...
2005-06-28 Ben LaurieFix warnings.
2005-06-28 Andy Polyakovbn.h update from HEAD.
2005-06-23 Andy PolyakovMissed -c in IRIX rule.
2005-06-23 Andy PolyakovIRIX upadte from HEAD.
2005-05-31 Nils Larschfix assertion
2005-05-31 Andy PolyakovMissing sparcv8.o rule.
2005-05-29 Richard LevitteTypo
2005-05-29 Richard LevitteTypo
2005-05-27 Bodo MöllerUse BN_with_flags() in a cleaner way.
2005-05-27 Bodo MöllerUse BN_with_flags() in a cleaner way.
2005-05-26 Bodo Möllercheck BN_copy() return value
2005-05-26 Bodo Möllercheck BN_copy() return value
2005-05-24 Richard LevitteDEC C complains about bad subscript, but we know better...
2005-05-24 Richard LevitteDEC C complains about bad subscript, but we know better...
2005-05-17 cvs2svnThis commit was manufactured by cvs2svn to create branch
2005-05-16 Andy PolyakovFurther BUILDENV refinement, further fool-proofing...
2005-05-16 Bodo MöllerImplement fixed-window exponentiation to mitigate hyper...
2005-05-15 Andy PolyakovFool-proofing Makefiles
2005-05-11 Ben LaurieThere must be an explicit way to build the .o!
2005-05-11 Bodo MöllerFix more error codes.
2005-05-06 Richard LevitteSince BN_LLONG will only be defined for Alpha/VMS and...
2005-05-03 Nils Larschremove BN_ncopy, it was only used in bn_nist.c and...
2005-05-03 Nils Larschrewrite of bn_nist.c, disable support for some curves...
2005-04-29 Nils Larschdon't let BN_CTX_free(NULL) segfault
2005-04-26 Dr. Stephen HensonPort BN_MONT_CTX_set_locked() from stable branch.
2005-04-26 Dr. Stephen HensonStop unused variable warning.
2005-04-26 Nils Larschsome updates for the blinding code; summary:
2005-04-26 Bodo MöllerFix various incorrect error function codes.
2005-04-26 Ben LaurieAdd DTLS support.
2005-04-22 Nils Larsch- use BN_set_negative and BN_is_negative instead of...
2005-04-12 Dr. Stephen HensonRebuild error codes.
2005-04-11 Richard LevitteAdd emacs cache files to .cvsignore.
2005-04-04 Andy PolyakovExtend Solaris x86 support to amd64.
2005-04-03 Andy PolyakovMake bn/asm/x86_64-gcc.c gcc4 savvy. +r is likely to...
2005-03-30 Nils Larschfix header
2005-03-30 Ben LaurieBlow away Makefile.ssl.
2005-02-06 Andy PolyakovRemove unused assembler modules.
2005-02-06 Andy PolyakovThis patch was "ignited" by OpenBSD 3>=4 support. They...
2004-12-20 Andy PolyakovRefine PowerPC platform support.
2004-12-05 Dr. Stephen HensonAdd lots of checks for memory allocation failure, error...
2004-11-02 Richard LevitteDon't use $(EXHEADER) directly in for loops, as most...
2004-09-19 Geoff ThorpeTwo TODO comments taken care of. Nils pointed out that...
2004-08-29 Andy PolyakovProper support for OpenBSD-i386 shared build, including...
2004-08-29 Andy PolyakovOPENSSL_ia32cap final touches. Note that OPENSSL_ia32ca...
2004-08-01 Andy PolyakovOpenBSD fix-up for new a.out targets. OpenBSD .s.o...
2004-08-01 Andy PolyakovClean-up GAS targets: get rid of "cpp" stuff and replac...
2004-07-23 Andy PolyakovBuild-n-link new IA-64 modules on Linux and HP-UX.
2004-07-22 Andy PolyakovAll SIXTY_FOUR_BIT platforms (mind the difference betwe...
2004-07-18 Andy PolyakovAnchor AES and SHA-256/-512 assembler from C.
2004-07-18 Andy PolyakovAdd anchors for AES, SHA-256/-512 assembler modules...
2004-07-06 Geoff ThorpeImprove error handling if decompression of an ec point...
2004-07-01 Andy PolyakovNew scalable bn_mul_add_words loop, which provides...
2004-06-20 Geoff ThorpeTidy up, including;
2004-06-17 Geoff ThorpeDeprecate unused cruft, and "make update".
2004-06-17 Geoff ThorpeActually, that last change to BN_get_word() was a littl...
2004-06-17 Geoff ThorpeAs Nils put it;
2004-06-17 Geoff ThorpeBN_div_word() was breaking when called from BN_bn2dec...
2004-05-28 Andy PolyakovEliminate compiler warnings and throw in performance...
2004-05-15 Geoff ThorpeMake some more API types opaquely available from ossl_t...
2004-05-06 Andy PolyakovSSE2 accelerated bn_mul_add_words. Code is currently...
2004-04-27 Andy PolyakovImproved PowerPC support. Proper ./config support for...
2004-04-20 Richard LevittePrint the debug thingies on stderr instead of stdout...
2004-04-19 Geoff Thorpemake update
2004-03-25 Richard LevitteRAND_add() wants a double as it's last argument.
2004-03-25 Geoff ThorpeAdjust various bignum functions to use BN_CTX for varia...
next