summaryrefslogtreecommitdiffstats
path: root/crypto/bn
AgeCommit message (Expand)Author
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-03Add OSSL_NELEM macro.Dr. Stephen Henson
2015-05-01free null cleanup finaleRich Salz
2015-04-30free NULL cleanup 7Rich Salz
2015-04-30free cleanup almost the finaleRich Salz
2015-04-28remove malloc castsRich Salz
2015-04-27Error checking and memory leak fixes in NISTZ256.Emilia Kasper
2015-04-20Add assembly support for 32-bit iOS.Andy Polyakov
2015-04-20Add ARMv8 Montgomery multiplication module.Andy Polyakov
2015-03-31Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte
2015-03-25RAND_bytes updatesMatt Caswell
2015-03-17Fix probable_prime over large shiftMatt Caswell
2015-03-12Fix error handling in bn_expMatt Caswell
2015-02-10Remove some functions that are no longer used and break the build with:Matt Caswell
2015-02-09bn/bn_add.c: fix dead code elimination that went bad.Andy Polyakov
2015-02-08Final (for me, for now) dead code cleanupRich Salz
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