Convert openssl code not to assume the deprecated form of BN_zero().
[openssl.git] / crypto / bn / bn_gf2m.c
2004-03-13 Geoff ThorpeConvert openssl code not to assume the deprecated form...
2004-01-25 Andy PolyakovEven though C specification explicitly says that consta...
2003-12-01 Geoff ThorpeAdd missing bn_check_top()s to bn_gf2m.c and remove...
2003-11-28 Geoff ThorpeGet rid of some signed/unsigned comparison warnings.
2003-11-25 Geoff ThorpeSome changes for bn_gf2m.c: better error checking plus...
2003-11-04 Geoff ThorpePut the first stage of my bignum debugging adventures...
2002-11-27 Richard LevitteUnused variable removed.
2002-11-19 Richard LevitteFix an unsigned/signed mismatch.
2002-10-29 Bodo Möller'covenant HOWTO' (what to do about the Sun covenant...
2002-08-27 Bodo Möllerdon't write beyond buffer
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öllerBinary field arithmetic contributed by Sun Microsystems.