summaryrefslogtreecommitdiff
path: root/crypto/bn/bn_gf2m.c
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-15/+5
* add zero strenght arguments to BN and RAND RNG callsPauli2021-05-291-2/+2
* Rework and make DEBUG macros consistent.Rich Salz2021-05-281-2/+2
* Update copyright yearMatt Caswell2021-04-221-1/+1
* crypto: raise error on malloc failureFdaSilvaYY2021-04-141-14/+38
* Update copyright yearMatt Caswell2020-11-261-1/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-8/+8
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-3/+3
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Make sure all BIGNUM operations work within the FIPS providerMatt Caswell2019-07-151-3/+4
* Following the license change, modify the boilerplates in crypto/bn/Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-05-291-1/+1
* Make BN_GF2m_mod_arr more constant timeMatt Caswell2018-05-171-15/+17
* Add blinding in BN_GF2m_mod_inv for binary field inversionsBilly Brumley2018-05-091-90/+42
* Remove parentheses of return.KaoruToda2017-10-181-1/+1
* Add RAND_priv_bytes() for private keysRich Salz2017-08-031-1/+1
* Change to check last return value of BN_CTX_getPaul Yang2017-06-261-8/+6
* Modify Sun copyright to follow OpenSSL styleRich Salz2017-06-201-11/+1
* Change callers to use the new constants.Rich Salz2016-08-101-1/+1
* Copyright consolidation 06/10Rich Salz2016-05-171-79/+9
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* BN_GF2m_mod_inv(): check bn_wexpand return valuePascal Cuoq2015-10-291-3/+6
* Fix memory leaks and other mistakes on errorsAlessandro Ghedini2015-10-231-1/+1
* bn/bn_gf2m.c: avoid infinite loop wich malformed ECParamters.Andy Polyakov2015-06-111-5/+10
* bn/bn_gf2m.c: appease STACK, unstable code detector.Andy Polyakov2015-05-241-2/+1
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-5/+5
* Add OSSL_NELEM macro.Dr. Stephen Henson2015-05-031-2/+2
* free null cleanup finaleRich Salz2015-05-011-10/+5
* remove malloc castsRich Salz2015-04-281-5/+5
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-965/+1142
* Further comment changes for reformat (master)Matt Caswell2015-01-221-1/+2
* remove OPENSSL_FIPSAPIDr. Stephen Henson2014-12-081-1/+1
* Remove fips_constseg references.Dr. Stephen Henson2014-12-081-1/+0
* don't shadowDr. Stephen Henson2012-03-301-3/+3
* bn/bn_gf2m.c: make new BN_GF2m_mod_inv work with BN_DEBUG_RAND.Andy Polyakov2012-03-291-2/+5
* Fix warning.Ben Laurie2011-12-131-1/+1
* Oops - ectest.c finds further problems beyond those exposed by bntext.cBodo Möller2011-10-131-0/+2
* Avoid failed assertion in BN_DEBUG buildsBodo Möller2011-10-131-0/+3
* Allow for dynamic base in Win64 FIPS module.Andy Polyakov2011-09-141-0/+1
* crypto/bn/bn_gf2m.c: make it work with BN_DEBUG.Andy Polyakov2011-09-051-3/+3
* Fix d2i_SSL_SESSION.Bodo Möller2011-09-051-1/+1
* PR: 2540Dr. Stephen Henson2011-06-221-0/+1
* ARM assembler pack: engage newly introduced armv4-gf2m module.Andy Polyakov2011-05-051-1/+4
* Fix warning of signed/unsigned comparison.Dr. Stephen Henson2011-05-051-1/+1
* bn_gf2m.c: optimized BN_GF2m_mod_inv delivers sometimes 2x of ECDSA sign.Andy Polyakov2011-05-041-16/+80
* Add ECDSA functionality to fips module. Initial very incomplete versionDr. Stephen Henson2011-02-141-0/+2
* New option to disable characteristic two fields in EC code.Dr. Stephen Henson2011-02-121-0/+3
* Always check bn_wexpend() return values for failure (CVE-2009-3245).Bodo Möller2010-02-231-1/+2
* avoid potential infinite loop in final reduction round of BN_GF2m_mod_arr()Bodo Möller2008-06-231-1/+5