make update
[openssl.git] / crypto / bn / bn_gf2m.c
2015-06-11 Andy Polyakovbn/bn_gf2m.c: avoid infinite loop wich malformed ECPara...
2015-05-24 Andy Polyakovbn/bn_gf2m.c: appease STACK, unstable code detector.
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt CaswellAdditional comment changes for reformat of 1.0.2
2012-03-30 Andy Polyakovbn/bn_gf2m.c: make new BN_GF2m_mod_inv work with BN_DEB...
2012-03-21 cvs2svnThis commit was manufactured by cvs2svn to create branch
2011-12-02 Ben LaurieFix warnings.
2011-11-14 Andy PolyakovBN update from HEAD.
2011-06-22 Dr. Stephen HensonPR: 2540
2011-06-06 Dr. Stephen HensonBackport from HEAD:
2010-06-16 cvs2svnThis commit was manufactured by cvs2svn to create branch
2010-02-23 Bodo MöllerAlways check bn_wexpend() return values for failure...
2009-03-31 cvs2svnThis commit was manufactured by cvs2svn to create branch
2008-06-23 Bodo Mölleravoid potential infinite loop in final reduction round...
2006-07-04 Andy PolyakovUnsigned vs signed comparison warning.
2006-06-18 Bodo MöllerChange array representation of binary polynomials to...
2006-01-29 Nils Larschadd additional checks + cleanup
2005-12-16 Andy PolyakovEliminate warning induced by cvs.openssl.org/chngview...
2005-04-26 Bodo MöllerFix various incorrect error function codes.
2004-07-06 Geoff ThorpeImprove error handling if decompression of an ec point...
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.