summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn/bn_gf2m.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Send the function codes from the error functions to the bit bucket,beck2017-01-291-10/+9
* Avoid undefined-behavior right-shifting by a word-size # of bits.bcook2016-09-031-3/+2
* Add error handling to the remaining calls to bn_wexpand().bcook2016-03-121-4/+7
* Avoid an infinite loop that can be triggered by parsing an ASN.1jsing2015-06-111-3/+8
* Add missing BN_CTX_end() calls.doug2015-04-291-2/+2
* Remove unnecessary include of assert.hmiod2015-02-101-2/+1
* BN_CTX_get() can fail - consistently check its return value.jsing2015-02-091-16/+19
* deregister; no binary changejsg2014-10-281-5/+5
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-2/+3
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-1/+4
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* ok, next pass after review: when possible, put the reallocarray argumentsderaadt2014-05-291-5/+5
* convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53deraadt2014-05-291-5/+5
* if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefullymiod2014-05-221-10/+5
* Emergency knfectomie requested by tedu@.jsing2014-05-081-472/+678
* Try to clean the maze of <openssl/bn.h> defines regarding the BN internals.miod2014-04-241-10/+5
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-171-10/+10
* resolve conflictsdjm2012-10-131-18/+96
* openssl-1.0.0e: resolve conflictsdjm2011-11-031-0/+1
* resolve conflicts, fix local changesdjm2010-10-011-102/+40
* cherrypick patch from OpenSSL 0.9.8m:djm2010-03-041-1/+2
* update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-051-1/+5
* import of OpenSSL 0.9.8hdjm2008-09-061-0/+1091