summaryrefslogtreecommitdiffstats
path: root/crypto/bn
AgeCommit message (Expand)Author
2015-02-05Use memset in bn_montRich Salz
2015-02-02Dead code cleanup: #if 0 dropped from testsRich Salz
2015-01-29clang on Linux x86_64 complains about unreachable code.Richard Levitte
2015-01-27"#if 0" removal: header filesRich Salz
2015-01-27OPENSSL_NO_xxx cleanup: SHARich Salz
2015-01-27OPENSSL_NO_xxx cleanup: many removalsRich Salz
2015-01-24Remove unused eng_rsax and related asm fileRich Salz
2015-01-24ifdef cleanup, part 4a: '#ifdef undef'Rich Salz
2015-01-22More comment realignmentmaster-post-reformatMatt Caswell
2015-01-22Re-align some comments after running the reformat script.Matt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Move more comments that confuse indentMatt Caswell
2015-01-22Fix indent comment corruption issueMatt Caswell
2015-01-22bn/bn_const.c: make it indent-friendly.Andy Polyakov
2015-01-22bn/asm/x86_64-gcc.cL make it indent-friendly.Andy Polyakov
2015-01-22bn/bn_asm.c: make it indent-friendly.Andy Polyakov
2015-01-22bn/bn_exp.c: make it indent-friendly.Andy Polyakov
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell
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