aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn/bn_intern.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2020-11-261-1/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-9/+9
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Following the license change, modify the boilerplates in crypto/bn/Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-09-111-1/+1
* bn/bn_intern.c: const-ify bn_set_{static}_words.Andy Polyakov2018-07-221-3/+7
* Remove dead code in bnMatt Caswell2017-02-281-15/+0
* Don't call memcpy with NULL as sourceKurt Roeckx2016-12-151-1/+2
* Copyright consolidation 06/10Rich Salz2016-05-171-51/+6
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-1/+1
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-051-2/+2
* free null cleanup finaleRich Salz2015-05-011-10/+4
* Error checking and memory leak fixes in NISTZ256.Emilia Kasper2015-04-271-2/+11
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-12/+15
* Prepare for bn opaquify. Implement internal helper functions.Matt Caswell2014-12-081-0/+248