aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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