aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn
Commit message (Expand)AuthorAgeFilesLines
* Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte2015-03-311-17/+1
* Stop symlinking, move files to intended directoryRichard Levitte2015-03-313-3019/+0
* RAND_bytes updatesMatt Caswell2015-03-252-3/+4
* Fix probable_prime over large shiftMatt Caswell2015-03-171-1/+11
* Fix error handling in bn_expMatt Caswell2015-03-121-2/+2
* Remove some functions that are no longer used and break the build with:Matt Caswell2015-02-101-50/+0
* bn/bn_add.c: fix dead code elimination that went bad.Andy Polyakov2015-02-091-1/+1
* Final (for me, for now) dead code cleanupRich Salz2015-02-085-58/+0
* Use memset in bn_montRich Salz2015-02-051-5/+0
* Dead code cleanup: #if 0 dropped from testsRich Salz2015-02-021-140/+0
* clang on Linux x86_64 complains about unreachable code.Richard Levitte2015-01-292-2/+0
* "#if 0" removal: header filesRich Salz2015-01-271-11/+0
* OPENSSL_NO_xxx cleanup: SHARich Salz2015-01-271-2/+0
* OPENSSL_NO_xxx cleanup: many removalsRich Salz2015-01-271-2/+0
* Remove unused eng_rsax and related asm fileRich Salz2015-01-242-1499/+0
* ifdef cleanup, part 4a: '#ifdef undef'Rich Salz2015-01-241-5/+0
* More comment realignmentmaster-post-reformatMatt Caswell2015-01-223-39/+39
* Re-align some comments after running the reformat script.Matt Caswell2015-01-227-250/+250
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-2240-15919/+16484
* Move more comments that confuse indentMatt Caswell2015-01-222-7/+9
* Fix indent comment corruption issueMatt Caswell2015-01-221-1/+1
* bn/bn_const.c: make it indent-friendly.Andy Polyakov2015-01-221-280/+418
* bn/asm/x86_64-gcc.cL make it indent-friendly.Andy Polyakov2015-01-221-10/+10
* bn/bn_asm.c: make it indent-friendly.Andy Polyakov2015-01-221-15/+15
* bn/bn_exp.c: make it indent-friendly.Andy Polyakov2015-01-221-7/+7
* indent has problems with comments that are on the right hand side of a line.Matt Caswell2015-01-222-11/+20
* bn/bntest.c: make it indent-friendly.Andy Polyakov2015-01-221-25/+27
* bn/bn_recp.c: make it indent-friendly.Andy Polyakov2015-01-221-8/+8
* bn/rsaz_exp.c: make it indent-friendly.Andy Polyakov2015-01-221-9/+13
* Fix source where indent will not be able to copeMatt Caswell2015-01-221-17/+33
* Further comment changes for reformat (master)Matt Caswell2015-01-226-13/+25
* Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz2015-01-142-3/+3
* Add Broadwell performance results.Andy Polyakov2015-01-131-0/+4
* Remove use of BN_init, BN_RECP_CTX_init from bntestDr. Stephen Henson2015-01-131-212/+212
* RT3548: Remove unsupported platformsRich Salz2015-01-121-1/+1
* 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