summaryrefslogtreecommitdiffstats
path: root/crypto/bn
AgeCommit message (Expand)Author
2015-01-22bn/bntest.c: make it indent-friendly.Andy Polyakov
2015-01-22bn/bn_recp.c: make it indent-friendly.Andy Polyakov
2015-01-22bn/rsaz_exp.c: make it indent-friendly.Andy Polyakov
2015-01-22Fix source where indent will not be able to copeMatt Caswell
2015-01-22Further comment changes for reformat (master)Matt Caswell
2015-01-14Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz
2015-01-13Add Broadwell performance results.Andy Polyakov
2015-01-13Remove use of BN_init, BN_RECP_CTX_init from bntestDr. Stephen Henson
2015-01-12RT3548: Remove unsupported platformsRich Salz
2015-01-12RT3548: Remove some unsupported platforms.Rich Salz
2015-01-08Fix for CVE-2014-3570 (with minor bn_asm.c revamp).Andy Polyakov
2015-01-06Further comment amendments to preserve formatting prior to source reformatMatt Caswell
2015-01-06Revert "CHANGES: mention "universal" ARM support."Andy Polyakov
2015-01-06CHANGES: mention "universal" ARM support.Andy Polyakov
2015-01-04Remove inconsistency in ARM support.Andy Polyakov
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-12-18Change all instances of OPENSSL_NO_DEPRECATED to OPENSSL_USE_DEPRECATEDMatt Caswell
2014-12-18Remove redundant OPENSSL_NO_DEPRECATED suppressionMatt Caswell
2014-12-17Clear warnings/errors within BN_CTX_DEBUG code sectionsRichard Levitte
2014-12-17Check for invalid divisors in BN_div.Emilia Kasper
2014-12-15Fix unused variable warningEmilia Kasper
2014-12-11make updateMatt Caswell
2014-12-08Move bn internal functions into bn_int.h and bn_lcl.hMatt Caswell
2014-12-08Make bn opaqueMatt Caswell
2014-12-08Implement internally opaque bn access from srpMatt Caswell
2014-12-08Implement internally opaque bn access from dhMatt Caswell
2014-12-08Prepare exptest for bn opaquifyMatt Caswell
2014-12-08Prepare for bn opaquify. Implement internal helper functions.Matt Caswell
2014-12-08Include <openssl/foo.h> instead of "foo.h"Geoff Thorpe
2014-12-08remove OPENSSL_FIPSAPIDr. Stephen Henson
2014-12-08remove FIPS module code from crypto/bnDr. Stephen Henson
2014-12-08Remove fips_constseg references.Dr. Stephen Henson
2014-12-08Remove OPENSSL_FIPSCANISTER code.Dr. Stephen Henson
2014-12-08Remove fipscanister build functionality from makefiles.Dr. Stephen Henson
2014-11-28Remove all .cvsignore filesRich Salz
2014-11-16Remove redundant test targets outside of test/Mike Bland
2014-10-29Fix WIN32 build by disabling bn* calls.Dr. Stephen Henson
2014-10-01RT3549: Remove obsolete files in cryptoRich Salz
2014-09-30crypto/bn/bn_nist.c: bring original failing code back for reference.Andy Polyakov
2014-09-25Remove #ifdef's for IRIX_CC_BUGRich Salz
2014-09-25crypto/bn/bn_nist.c: work around MSC ARM compiler bug.Andy Polyakov
2014-09-20Harmonize Tru64 and Linux make rules.Andy Polyakov
2014-09-12crypto/bn/asm/x86_64-mont*.pl: add missing clang detection.Andy Polyakov
2014-08-21bn/asm/rsaz-*.pl: allow spaces in Perl path name.Andy Polyakov
2014-08-19RT2513: Fix typo's paramter-->parameterMartin Olsson
2014-08-18RT2163: Remove some unneeded #include'sDoug Goldstein
2014-07-13Fixed valgrind complaint due to BN_consttime_swap reading uninitialised data.Matt Caswell
2014-07-09x86_64 assembly pack: improve masm support.Andy Polyakov
2014-07-02bn_exp.c: fix x86_64-specific crash with one-word modulus.Andy Polyakov
2014-06-29Constification - mostly originally from Chromium.Ben Laurie