Put the first stage of my bignum debugging adventures into CVS. This code
[openssl.git] / crypto / bn /
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.
2002-11-19 Richard LevitteFix an unsigned/signed mismatch.
2002-11-14 Richard LevitteFix to build better with DJGPP.
2002-11-04 Bodo Möllerimplement and use new macros BN_get_sign(), BN_set_sign()
2002-10-29 Richard Levittesynchronise util/libeay.num with the 0.9.7-stable varia...
2002-10-29 Bodo Mölleravoid warnings ('index' shadows global declaration)
2002-10-29 Bodo MöllerSun has agreed to removing the covenant language from...
2002-10-29 Bodo Möller'covenant HOWTO' (what to do about the Sun covenant...
2002-10-28 Bodo Möllerclean up new code for NIST primes
2002-10-28 Bodo Möllerfast reduction for NIST curves
2002-10-14 Richard LevitteWhen BN_add_word() reaches top, it shouldn't try to...
2002-10-09 Richard LevitteUse double dashes so makedepend doesn't misunderstand...
2002-08-27 Bodo Möllerdon't write beyond buffer
2002-08-12 Richard LevitteDo not use the word 'modulus', which is a class templat...
2002-08-07 Bodo Mölleravoid SIGSEGV
2002-08-03 Bodo Mölleroops, undo previous change (was just for testing)
2002-08-03 Bodo Möllerfix bn_expand2
2002-08-03 Bodo Mölleruse bn_wexpand instead of bn_expand2 (the latter is...
2002-08-02 Bodo Möllerdisable Sun divison algorithm by default
2002-08-02 Bodo Möllerfix bn_expand2
2002-08-02 Bodo Möllerremove obsolete part of comment
2002-08-02 Bodo Möllerremove obsoleted disabled code
2002-08-02 Bodo MöllerLet BN_rand_range() abort with an error after 100 itera...
2002-08-02 Bodo MöllerChange BN_mod_sqrt() so that it verifies that the input...
2002-08-02 Bodo Möllermove GF2m tests to the end
2002-08-02 Bodo MöllerRename implementations of method functions so that...
2002-08-02 Bodo MöllerBinary field arithmetic contributed by Sun Microsystems.
2002-07-25 Bodo MöllerMove zeroing from bn_expand_internal() to bn_expand2...
2002-07-10 Bodo Möllerremove obsolete comment
2002-06-27 Richard LevittePass CFLAG to dependency makers, so non-standard system...
2002-06-13 Richard LevitteAdd support for DJGPP.
2002-05-30 Richard LevitteCheck the return values where memory allocation failure...
2002-05-10 Dr. Stephen HensonFallback to normal multiply if n2 == 8 and dna or dnb...
2002-05-10 Dr. Stephen HensonAvoid gcc warning: BN_DEC_CONV when SIXTY_FOUR_BIT...
2002-03-25 Bodo Mölleradd missing declaration
2001-12-17 Bodo Möllerremove redundant ERR_load_... declarations
2001-12-14 Bodo Möllerfix BN_rand_range
2001-11-15 Richard Levittemake update
2001-11-09 Bodo Mölleradjust to OpenSSL_0_9_6-stable version
2001-10-14 Ulf Mölleropenbsd-x86 macros
2001-10-04 Richard Levitte'make update'
2001-09-25 Geoff Thorpe"make update".
2001-09-05 Ulf Möllerbug fix: bn_sqr_recursive output is twice its input...
2001-09-04 Bodo MöllerOpenSSL copyright notices ...
2001-09-03 Geoff ThorpeCorrect a typo.
2001-09-03 Bodo MöllerUse uniformly chosen witnesses for Miller-Rabin test
2001-07-31 Richard Levittemake update
2001-07-30 Ben LaurieReally add the EVP and all of the DES changes.
2001-07-30 Andy PolyakovEnhanced support for IA-64 Linux and HP-UX (as well...
2001-07-30 Andy PolyakovSupport for Intel and HP-UXi assemblers.
2001-06-22 Andy PolyakovThis fixes "Spurious test failures on IRIX?" reported...
2001-06-11 Andy PolyakovGet rid of "possible WAW dependency" warnings.
2001-05-30 Andy PolyakovGet rid of RAW dependency warnings.
2001-05-28 Andy PolyakovAssembler support for IA-64. See the source code commen...
2001-05-14 Richard Levittebranch on equal is beql, not beq...
2001-04-09 Bodo MöllerAdjust BN_mod_inverse algorithm selection according...
2001-04-08 Bodo Möllercomment
2001-04-08 Bodo Möllercode documentation
2001-04-08 Bodo Möllerbinary algorithm for modular inversion
next