aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bn/asm
Commit message (Expand)AuthorAgeFilesLines
* Remove filename argument to x86 asm_init.David Benjamin2017-05-116-6/+6
* More typo fixesFdaSilvaYY2017-03-291-1/+1
* bn/asm/sparcv9-mont.pl: fix squaring code path.Andy Polyakov2017-03-241-13/+16
* Reset executable bits on files where not needed.Bernd Edlinger2017-03-031-0/+0
* bn/asm: clean up unused PA-RISC modules.Andy Polyakov2017-03-022-3236/+0
* Clean up references to FIPSEmilia Kasper2017-02-281-4/+0
* Fix typo in x86_64-mont5.pl CFI directivesDavid Benjamin2017-02-171-1/+1
* Fix copy-pasteism in CFI directives.Adam Langley2017-02-102-10/+10
* bn/asm/x86_64*: add DWARF CFI directives.Andy Polyakov2017-02-095-2/+324
* bn/asm/rsaz-avx2.pl: refine Win64 SE handler.Andy Polyakov2017-02-091-5/+12
* x86_64 assembly pack: Win64 SEH face-lift.Andy Polyakov2017-02-064-13/+22
* bn/asm/x86_64-mont5.pl: fix carry bug in bn_sqr8x_internal.Andy Polyakov2017-01-261-9/+7
* bn/asm/ppc-mont.pl: signal no-op in 32-bit bit build.Andy Polyakov2016-11-251-0/+1
* bn/asm/x86_64-mont.pl: fix for CVE-2016-7055 (Low severity).Andy Polyakov2016-11-101-3/+2
* ppccap.c: engage new multipplication and squaring subroutines.Andy Polyakov2016-10-241-3/+0
* bn/asm/ppc-mont.pl: add optimized multiplication and squaring subroutines.Andy Polyakov2016-10-241-1/+1645
* bn/asm/ppc-mont.pl: prepare for extension.Andy Polyakov2016-10-241-19/+24
* Remove trailing whitespace from some files.David Benjamin2016-10-1015-192/+192
* MIPS assembly pack: adapt it for MIPS[32|64]R6.Andy Polyakov2016-09-022-413/+431
* crypto/bn/*: x86[_64] division instruction doesn't handle constants, change c...Andy Polyakov2016-08-311-1/+1
* bn/asm/ppc.pl: harmonize .size directive in bn_mul_words.Andy Polyakov2016-08-291-1/+1
* bn/asm/x86[_64]-mont*.pl: implement slightly alternative page-walking.Andy Polyakov2016-08-223-179/+274
* spelling fixes, just comments and readme.klemens2016-08-057-10/+10
* Add final(?) set of copyrights.Rich Salz2016-06-017-15/+42
* x86_64 assembly pack: tolerate spaces in source directory name.Andy Polyakov2016-05-295-5/+5
* VMS: remove last VAX vestigesRichard Levitte2016-05-231-6440/+0
* Add OpenSSL copyright to .pl filesRich Salz2016-05-2126-26/+208
* Copyright consolidation 06/10Rich Salz2016-05-171-0/+9
* Copyright consolidation: perl filesRich Salz2016-04-204-4/+29
* PPC assembly pack: remove branch hints.Andy Polyakov2016-04-073-16/+16
* On Windows, page walking is known as __chkstk.Emilia Kasper2016-03-153-0/+6
* Explain *cough*-dowsEmilia Kasper2016-03-153-3/+3
* Fix some assembler generating scripts for better unificationRichard Levitte2016-03-116-8/+8
* SPARCv9 assembly pack: unify build rules and argument handling.Andy Polyakov2016-03-083-22/+18
* Unified - adapt the generation of bignum assembler to use GENERATERichard Levitte2016-03-0713-2/+50
* bn/asm/x86[_64]-mont*.pl: complement alloca with page-walking.Andy Polyakov2016-03-073-2/+116
* Consistently use arm_arch.h constants in armcap assembly code.David Benjamin2016-03-021-1/+1
* bn/asm/x86_64-mont5.pl: unify gather procedure in hardly used pathAndy Polyakov2016-03-012-199/+278
* crypto/bn/x86_64-mont5.pl: constant-time gather procedure.Andy Polyakov2016-03-012-544/+664
* bn/asm/rsaz-avx2.pl: constant-time gather procedure.Andy Polyakov2016-03-012-89/+152
* bn/asm/rsax-x86_64.pl: constant-time gather procedure.Andy Polyakov2016-03-011-84/+291
* GH601: Various spelling fixes.FdaSilvaYY2016-02-053-4/+4
* bn/asm/bn-c64xplus.asm: update commentary.Andy Polyakov2015-12-221-2/+3
* x86_64 assembly pack: tune clang version detection even further.Andy Polyakov2015-12-133-3/+3
* ARMv4 assembly pack: allow Thumb2 even in iOS build,Andy Polyakov2015-12-072-2/+2
* bn/asm/x86_64-mont5.pl: fix carry propagating bug (CVE-2015-3193).Andy Polyakov2015-12-031-3/+19
* x86_64 assembly pack: tune clang version detection.Andy Polyakov2015-11-233-3/+3
* bn/asm/ppc64-mont.pl: adapt for little-endian.Andy Polyakov2015-11-161-86/+88
* bn/asm/s390x.S: improve performance on z196 and z13 by up to 26%. [even z10 i...Andy Polyakov2015-11-161-37/+72
* Fix typosAlessandro Ghedini2015-10-231-1/+1