Improve error handling if decompression of an ec point fails, and cleanup
[openssl.git] / crypto / bn /
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...
2004-03-25 Geoff ThorpeReplace the BN_CTX implementation with my current work...
2004-03-17 Geoff ThorpeVariety of belt-tightenings in the bignum code. (Please...
2004-03-13 Geoff ThorpeConvert openssl code not to assume the deprecated form...
2004-03-13 Geoff ThorpeThe efforts to eliminate the dual-representation of...
2004-03-13 Geoff ThorpeDocument a change I'd already made, and at the same...
2004-03-09 Geoff ThorpeMinimise the amount of code dependent on BN_DEBUG_RAND...
2004-03-09 Geoff ThorpeMore changes coming out of the bignum auditing. BN_CTX_...
2004-02-22 Geoff ThorpeWhen adding positive elements, we can use BN_uadd(...
2004-02-07 Andy PolyakovTypo in crypto/bn/asm/x86_64.c, bn_div_words().
2004-01-30 Andy PolyakovTypo in PA-RISC 2 rules in crypto/bn/Makefile.ssl
2004-01-29 Andy PolyakovHP/UX PA-RISC 2 targets update.
2004-01-28 Richard Levittemake update
2004-01-25 Andy PolyakovEven though C specification explicitly says that consta...
2003-12-27 Richard LevitteUse sh explicitely to run point.sh
2003-12-27 Richard LevitteUse BUF_strlcpy() instead of strcpy().
2003-12-06 Ulf MöllerAdd "dif" variable to clean up the loop implementations.
2003-12-06 Ulf MöllerAvoid segfault if ret==0.
2003-12-02 Geoff ThorpeIncremental cleanups to bn_lib.c.
2003-12-02 Geoff ThorpeUse the BN_is_odd() macro in place of code that (incons...
2003-12-02 Geoff ThorpeBN_FLG_FREE is of extremely dubious usefulness, and...
2003-12-01 Geoff ThorpeDeclare the static BIGNUM "BN_value_one()" more carefully.
2003-12-01 Geoff ThorpeAdd missing bn_check_top()s to bn_kron.c, remove some...
2003-12-01 Geoff ThorpeAdd missing bn_check_top()s to bn_gf2m.c and remove...
2003-12-01 Geoff ThorpeThe bn_set_max() macro is only "used" by the bn_set_...
2003-12-01 Geoff Thorpebn_fix_top() exists for compatibility's sake and is...
2003-11-30 Geoff ThorpeIf BN_STRICT is defined, don't accept an ambiguous...
2003-11-30 Geoff ThorpeImprove a couple of the bignum macros. Note, this doesn...
2003-11-30 Geoff ThorpeMake BN_DEBUG_RAND less painfully slow by only consumin...
2003-11-29 Geoff ThorpeThis improves the placement of check_top() macros in...
2003-11-28 Geoff ThorpeGet rid of some signed/unsigned comparison warnings.
2003-11-28 Richard LevitteNetware-specific changes,
2003-11-25 Geoff ThorpeDue to recent debugging bursts, openssl should be more...
2003-11-25 Geoff ThorpeFix some handling in bn_word. This also resolves the...
2003-11-25 Geoff ThorpeSome changes for bn_gf2m.c: better error checking plus...
2003-11-22 Geoff ThorpeBN_div() cleanup: replace the use of BN_sub and BN_add...
2003-11-15 Ulf MöllerBN_set_bit() etc should use "unsigned int".
2003-11-13 Geoff ThorpeThis rewrites two "for" loops in BN_rshift() - equality...
2003-11-06 Geoff ThorpeThis extends the debugging macros to use "pollution...
2003-11-06 Geoff ThorpeAdd debug-screening of input parameters to some functio...
2003-11-06 Geoff ThorpePut more debug screening in BN_div() and correct a...
2003-11-05 Geoff ThorpeThis is a revert of my previous commit to "improve...
2003-11-05 Ulf Möllertypo in comment
2003-11-05 Ulf Möllercleanup as discussed with Geoff
2003-11-04 Geoff ThorpePut the first stage of my bignum debugging adventures...
2003-11-04 Geoff ThorpeThis is the least unacceptable way I've found for decla...
2003-10-31 Geoff Thorpebn_div() does some pretty nasty things with temporary...
2003-10-30 Geoff ThorpeWhen a BN_CTX is used for temporary workspace, the...
2003-10-30 Geoff ThorpeThis fixes a couple of cases where an inconsistent...
2003-10-29 Geoff ThorpeSome provisional bignum debugging has begun to detect...
2003-10-29 Geoff ThorpeA general spring-cleaning (in autumn) to fix up signed...
2003-10-29 Geoff ThorpeBN_CTX is opaque and the static initialiser BN_CTX_init...
2003-10-29 Geoff Thorperemove accidentally committed debugging cruft.
2003-10-29 Geoff ThorpeUpdate any code that was using deprecated functions...
2003-10-29 Geoff ThorpeWhen OPENSSL_NO_DEPRECATED is defined, deprecated funct...
2003-09-25 Ralf S. EngelschallFix prime generation loop in crypto/bn/bn_prime.pl...
2003-05-29 Richard LevitteHave ASFLAGS be defined the same way as CFLAGS
2003-05-28 Richard LevitteMake sure to compare unsigned against unsigned.
2003-05-21 Richard LevitteFix sign bugs.
2003-04-02 Bodo Möllermake RSA blinding thread-safe
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_ERR.
2003-02-22 Ulf Möllermore mingw related cleanups.
2003-02-01 Ben LaurieOld-style callbacks can be NULL!
2003-01-19 Andy PolyakovThis is an *initial* tune-up. This update puts Itanium2...
2003-01-16 Richard LevitteA few more files to ignore
2003-01-10 Richard LevitteMake sure everything that may be freed is allocated...
2003-01-09 Andy PolyakovFinalizing asm support for UnixWare, SCO, OpenUnix...
2003-01-03 Andy PolyakovUnified targets for ELF assembler modules. Tested on...
2003-01-03 Andy PolyakovSupport for ILP32 on HPUX-IA64.
2003-01-03 Andy Polyakovpa-risc2.s was not PIC, see RT#426. I strip call to...
2002-12-23 Richard LevitteFinally, a bn_div_words() in VAX assembler that goes...
2002-12-20 Andy PolyakovFix for "shift count too large" when compiling for...
2002-12-20 Richard LevitteMore accurate comments.
2002-12-20 Richard LevitteA little debugging.
2002-12-14 Andy Polyakovx86_64 performance patch.
2002-12-09 Richard Levittemake update
2002-12-08 Geoff ThorpeNils Larsch submitted;
2002-12-08 Geoff ThorpeThis is a first-cut at improving the callback mechanism...
2002-12-02 Richard LevitteI think I got it now. Apparently, the case of having...
2002-12-02 Richard LevitteMake some names consistent.
2002-12-02 Richard LevitteThrough some experimentation and thinking, I think...
2002-12-01 Richard LevitteSmall bugfix: even when r == d, we need to adjust r...
2002-12-01 Richard LevitteRedo the VAX assembler version of bn_div_words().
2002-11-29 Richard LevitteA few more memset()s converted to OPENSSL_cleanse().
2002-11-28 Richard LevitteHave all tests use EXIT() to exit rather than exit...
2002-11-27 Richard LevitteUnused variable removed.
next