summaryrefslogtreecommitdiff
path: root/crypto/bn/bn_lcl.h
Commit message (Expand)AuthorAgeFilesLines
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-668/+0
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-2/+2
* Merge probable_prime_dh_safe with bn_probable_prime_dhBernd Edlinger2019-08-091-4/+1
* Make the EC code available from inside the FIPS providerMatt Caswell2019-08-061-2/+0
* Fix TyposAntoine Cœur2019-07-021-1/+1
* Make BIGNUM code available from within the FIPS moduleMatt Caswell2019-06-121-0/+2
* 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_lcl.h,bn_nist.c: addres strict warnings with -DBN_DEBUG.Andy Polyakov2018-07-141-5/+4
* bn/bn_{mont|exp}.c: switch to zero-padded intermediate vectors.Andy Polyakov2018-07-121-1/+2
* bn/bn_lib.c: add BN_FLG_FIXED_TOP flag.Andy Polyakov2018-07-121-2/+15
* Remove __cplusplus preamble from internal headersNicola Tuveri2018-06-221-8/+0
* Remove email addresses from source code.Rich Salz2017-10-131-21/+14
* Remove OPENSSL_assert() usage from crypto/bnMatt Caswell2017-08-211-5/+5
* bn/bn_lcl.h: restore formatting.Andy Polyakov2017-07-311-10/+10
* bn/bn_lcl.h: use __int128 whenever possible, not only on MIPS.Andy Polyakov2017-07-311-11/+9
* bn/bn_lcl.h: improve inline assembly coverage on PPC64.Andy Polyakov2017-07-311-7/+7
* Remove dead code in bnMatt Caswell2017-02-281-6/+0
* Remove BN_DEBUG_TRIXEmilia Kasper2017-02-281-8/+0
* bn: catch negative zero as an errorGeoff Thorpe2017-02-011-2/+2
* bn: fix BN_DEBUG + BN_DEBUG_RAND supportGeoff Thorpe2017-02-011-8/+6
* bn/bn_lcl.h: improve interoperability with clang and Android NDK.Andy Polyakov2016-09-131-2/+2
* Fix a few if(, for(, while( inside code.FdaSilvaYY2016-07-201-15/+15
* Copyright consolidation 06/10Rich Salz2016-05-171-107/+6
* Fix BN_hex2bn/BN_dec2bn NULL ptr/heap corruptionMatt Caswell2016-02-291-0/+11
* RT4339: Fix handling of <internal/bn_conf.h>David Woodhouse2016-02-231-1/+11
* Move more BN internals to bn_lcl.hRich Salz2016-01-301-0/+88
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Move & split opensslconf.h.inRich Salz2016-01-251-0/+1
* Remove BN_initRich Salz2015-11-301-1/+1
* Replace "SSLeay" in API with OpenSSLRich Salz2015-10-301-13/+1
* bn/bn_lcl.h: fix MIPS-specific gcc version check.Andy Polyakov2015-05-261-1/+1
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-051-3/+3
* RAND_bytes updatesMatt Caswell2015-03-251-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-447/+442
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-2/+3
* Fix unused variable warningEmilia Kasper2014-12-151-1/+3
* Move bn internal functions into bn_int.h and bn_lcl.hMatt Caswell2014-12-081-0/+97
* Make bn opaqueMatt Caswell2014-12-081-0/+54
* Prepare for bn opaquify. Implement internal helper functions.Matt Caswell2014-12-081-1/+1
* Try skipping over the adding and just picking a new random number.Felix Laurie von Massenbach2014-06-011-2/+2
* Generate safe primes not divisible by 3, 5 or 7.Felix Laurie von Massenbach2014-06-011-1/+1
* Add a method to generate a prime that is guaranteed not to be divisible by 3 ...Felix Laurie von Massenbach2014-06-011-0/+2
* Remove static from probable_prime_dh.Felix Laurie von Massenbach2014-06-011-0/+3
* Initial aarch64 bits.Andy Polyakov2013-10-131-0/+9
* bn_lcl.h: gcc removed support for "h" constraint, which broke inlineAndy Polyakov2012-09-011-2/+9
* crypto/bn/*.h: move PTR_SIZE_INT to private header.Andy Polyakov2012-07-021-0/+18
* Internal version of BN_mod_inverse allowing checking of no-inverse withoutDr. Stephen Henson2011-01-261-0/+3
* bn_lcl.h: add MIPS III-specific BN_UMULT_LOHI as alternative to portingAndy Polyakov2010-01-171-3/+16
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-17/+14