aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn
Commit message (Expand)AuthorAgeFilesLines
* RT3548: Remove some unsupported platforms.Rich Salz2015-01-121-15/+0
* Fix for CVE-2014-3570 (with minor bn_asm.c revamp).Andy Polyakov2015-01-084-676/+379
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-061-1/+2
* Revert "CHANGES: mention "universal" ARM support."Andy Polyakov2015-01-061-1/+1
* CHANGES: mention "universal" ARM support.Andy Polyakov2015-01-061-1/+1
* Remove inconsistency in ARM support.Andy Polyakov2015-01-042-64/+73
* mark all block comments that need format preserving so thatTim Hudson2014-12-3012-42/+76
* Change all instances of OPENSSL_NO_DEPRECATED to OPENSSL_USE_DEPRECATEDMatt Caswell2014-12-181-17/+17
* Remove redundant OPENSSL_NO_DEPRECATED suppressionMatt Caswell2014-12-181-6/+0
* Clear warnings/errors within BN_CTX_DEBUG code sectionsRichard Levitte2014-12-171-1/+1
* Check for invalid divisors in BN_div.Emilia Kasper2014-12-171-3/+5
* Fix unused variable warningEmilia Kasper2014-12-151-1/+3
* make updateMatt Caswell2014-12-111-3/+3
* Move bn internal functions into bn_int.h and bn_lcl.hMatt Caswell2014-12-083-165/+97
* Make bn opaqueMatt Caswell2014-12-082-55/+54
* Implement internally opaque bn access from srpMatt Caswell2014-12-082-2/+530
* Implement internally opaque bn access from dhMatt Caswell2014-12-082-2/+260
* Prepare exptest for bn opaquifyMatt Caswell2014-12-081-16/+21
* Prepare for bn opaquify. Implement internal helper functions.Matt Caswell2014-12-087-83/+478
* Include <openssl/foo.h> instead of "foo.h"Geoff Thorpe2014-12-081-1/+1
* remove OPENSSL_FIPSAPIDr. Stephen Henson2014-12-0813-13/+13
* remove FIPS module code from crypto/bnDr. Stephen Henson2014-12-081-8/+0
* Remove fips_constseg references.Dr. Stephen Henson2014-12-084-24/+0
* Remove OPENSSL_FIPSCANISTER code.Dr. Stephen Henson2014-12-081-4/+0
* Remove fipscanister build functionality from makefiles.Dr. Stephen Henson2014-12-081-1/+1
* Remove all .cvsignore filesRich Salz2014-11-282-16/+0
* Remove redundant test targets outside of test/Mike Bland2014-11-161-4/+0
* Fix WIN32 build by disabling bn* calls.Dr. Stephen Henson2014-10-291-2/+6
* RT3549: Remove obsolete files in cryptoRich Salz2014-10-0115-1409/+0
* crypto/bn/bn_nist.c: bring original failing code back for reference.Andy Polyakov2014-09-301-0/+11
* Remove #ifdef's for IRIX_CC_BUGRich Salz2014-09-251-6/+0
* crypto/bn/bn_nist.c: work around MSC ARM compiler bug.Andy Polyakov2014-09-251-3/+3
* Harmonize Tru64 and Linux make rules.Andy Polyakov2014-09-201-2/+2
* crypto/bn/asm/x86_64-mont*.pl: add missing clang detection.Andy Polyakov2014-09-122-0/+10
* bn/asm/rsaz-*.pl: allow spaces in Perl path name.Andy Polyakov2014-08-212-2/+2
* RT2513: Fix typo's paramter-->parameterMartin Olsson2014-08-191-2/+2
* RT2163: Remove some unneeded #include'sDoug Goldstein2014-08-1812-76/+0
* Fixed valgrind complaint due to BN_consttime_swap reading uninitialised data.Matt Caswell2014-07-131-0/+9
* x86_64 assembly pack: improve masm support.Andy Polyakov2014-07-093-4/+6
* bn_exp.c: fix x86_64-specific crash with one-word modulus.Andy Polyakov2014-07-021-1/+1
* Constification - mostly originally from Chromium.Ben Laurie2014-06-291-2/+4
* x86_64 assembly pack: refine clang detection.Andy Polyakov2014-06-282-3/+9
* bn/asm/rsaz-avx2.pl: fix occasional failures.Andy Polyakov2014-06-271-0/+1
* Make sure BN_sqr can never return a negative value.Huzaifa Sidhpurwala2014-06-261-0/+1
* bn_exp.c: move check for AD*X to rsaz-avx2.pl.Andy Polyakov2014-06-272-2/+14
* x86_64 assembly pack: addendum to last clang commit.Andy Polyakov2014-06-241-1/+1
* x86_64 assembly pack: allow clang to compile AVX code.Andy Polyakov2014-06-241-0/+4
* ARM assembly pack: get ARMv7 instruction endianness right.Andy Polyakov2014-06-062-3/+10
* Tidy up, don't exceed the number of requested bits.Ben Laurie2014-06-011-38/+41
* Constify and reduce coprime random bits to allow for multiplier.Ben Laurie2014-06-011-5/+8