Fix up path generation to use OPENSSL_MODULES
[openssl.git] / crypto / bn / bn_gf2m.c
2023-12-12 Matt CaswellAvoid an infinite loop in BN_GF2m_mod_inv
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2021-05-29 Pauliadd zero strenght arguments to BN and RAND RNG calls
2021-05-28 Rich SalzRework and make DEBUG macros consistent.
2021-04-22 Matt CaswellUpdate copyright year
2021-04-13 FdaSilvaYYcrypto: raise error on malloc failure
2020-11-26 Matt CaswellUpdate copyright year
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2019-10-09 Rich SalzExplicitly test against NULL; do not use !p or similar
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-07-15 Matt CaswellMake sure all BIGNUM operations work within the FIPS...
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-05-29 Matt CaswellUpdate copyright year
2018-05-17 Matt CaswellMake BN_GF2m_mod_arr more constant time
2018-05-09 Billy BrumleyAdd blinding in BN_GF2m_mod_inv for binary field inversions
2017-10-18 KaoruTodaRemove parentheses of return.
2017-08-03 Rich SalzAdd RAND_priv_bytes() for private keys
2017-06-26 Paul YangChange to check last return value of BN_CTX_get
2017-06-20 Rich SalzModify Sun copyright to follow OpenSSL style
2016-08-10 Rich SalzChange callers to use the new constants.
2016-05-17 Rich SalzCopyright consolidation 06/10
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-10-29 Pascal CuoqBN_GF2m_mod_inv(): check bn_wexpand return value
2015-10-23 Alessandro GhediniFix memory leaks and other mistakes on errors
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-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-03 Dr. Stephen HensonAdd OSSL_NELEM macro.
2015-05-01 Rich Salzfree null cleanup finale
2015-04-28 Rich Salzremove malloc casts
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt CaswellFurther comment changes for reformat (master)
2014-12-08 Dr. Stephen Hensonremove OPENSSL_FIPSAPI
2014-12-08 Dr. Stephen HensonRemove fips_constseg references.
2012-03-30 Dr. Stephen Hensondon't shadow
2012-03-29 Andy Polyakovbn/bn_gf2m.c: make new BN_GF2m_mod_inv work with BN_DEB...
2011-12-13 Ben LaurieFix warning.
2011-10-13 Bodo MöllerOops - ectest.c finds further problems beyond those...
2011-10-13 Bodo MöllerAvoid failed assertion in BN_DEBUG builds
2011-09-14 Andy PolyakovAllow for dynamic base in Win64 FIPS module.
2011-09-05 Andy Polyakovcrypto/bn/bn_gf2m.c: make it work with BN_DEBUG.
2011-09-05 Bodo MöllerFix d2i_SSL_SESSION.
2011-06-22 Dr. Stephen HensonPR: 2540
2011-05-05 Andy PolyakovARM assembler pack: engage newly introduced armv4-gf2m...
2011-05-05 Dr. Stephen HensonFix warning of signed/unsigned comparison.
2011-05-04 Andy Polyakovbn_gf2m.c: optimized BN_GF2m_mod_inv delivers sometimes...
2011-02-14 Dr. Stephen HensonAdd ECDSA functionality to fips module. Initial very...
2011-02-12 Dr. Stephen HensonNew option to disable characteristic two fields in...
2010-02-23 Bodo MöllerAlways check bn_wexpend() return values for failure...
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.