summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/bn/bn_gf2m.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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