index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
bn
/
asm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bn/asm/bn-c64xplus.asm: update commentary.
Andy Polyakov
2015-12-22
1
-2
/
+3
*
x86_64 assembly pack: tune clang version detection even further.
Andy Polyakov
2015-12-13
3
-3
/
+3
*
ARMv4 assembly pack: allow Thumb2 even in iOS build,
Andy Polyakov
2015-12-07
2
-2
/
+2
*
bn/asm/x86_64-mont5.pl: fix carry propagating bug (CVE-2015-3193).
Andy Polyakov
2015-12-03
1
-3
/
+19
*
x86_64 assembly pack: tune clang version detection.
Andy Polyakov
2015-11-23
3
-3
/
+3
*
bn/asm/ppc64-mont.pl: adapt for little-endian.
Andy Polyakov
2015-11-16
1
-86
/
+88
*
bn/asm/s390x.S: improve performance on z196 and z13 by up to 26%. [even z10 i...
Andy Polyakov
2015-11-16
1
-37
/
+72
*
Fix typos
Alessandro Ghedini
2015-10-23
1
-1
/
+1
*
bn/asm/armv4-mont.pl: boost NEON performance.
Andy Polyakov
2015-09-30
1
-294
/
+328
*
ARMv4 assembly pack: implement support for Thumb2.
Andy Polyakov
2015-09-25
2
-12
/
+59
*
Conversion to UTF-8 where needed
Richard Levitte
2015-07-14
7
-32
/
+32
*
bn/asm/x86_64-mont5.pl: fix valgrind error.
Andy Polyakov
2015-05-24
1
-4
/
+9
*
bn/asm/vis3-mont.pl: fix intermittent EC failures on SPARC T3.
Andy Polyakov
2015-05-20
1
-5
/
+5
*
bn/asm/armv8-mont.pl: boost performance.
Andy Polyakov
2015-05-13
1
-9
/
+1268
*
Add assembly support for 32-bit iOS.
Andy Polyakov
2015-04-20
2
-7
/
+35
*
Add ARMv8 Montgomery multiplication module.
Andy Polyakov
2015-04-20
1
-0
/
+244
*
Remove unused eng_rsax and related asm file
Rich Salz
2015-01-24
1
-1497
/
+0
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-527
/
+561
*
bn/asm/x86_64-gcc.cL make it indent-friendly.
Andy Polyakov
2015-01-22
1
-10
/
+10
*
Add Broadwell performance results.
Andy Polyakov
2015-01-13
1
-0
/
+4
*
Fix for CVE-2014-3570 (with minor bn_asm.c revamp).
Andy Polyakov
2015-01-08
2
-533
/
+179
*
Remove inconsistency in ARM support.
Andy Polyakov
2015-01-04
2
-64
/
+73
*
mark all block comments that need format preserving so that
Tim Hudson
2014-12-30
1
-2
/
+2
*
Remove all .cvsignore files
Rich Salz
2014-11-29
1
-6
/
+0
*
RT3549: Remove obsolete files in crypto
Rich Salz
2014-10-01
9
-698
/
+0
*
crypto/bn/asm/x86_64-mont*.pl: add missing clang detection.
Andy Polyakov
2014-09-12
2
-0
/
+10
*
bn/asm/rsaz-*.pl: allow spaces in Perl path name.
Andy Polyakov
2014-08-21
2
-2
/
+2
*
x86_64 assembly pack: improve masm support.
Andy Polyakov
2014-07-09
3
-4
/
+6
*
x86_64 assembly pack: refine clang detection.
Andy Polyakov
2014-06-28
2
-3
/
+9
*
bn/asm/rsaz-avx2.pl: fix occasional failures.
Andy Polyakov
2014-06-27
1
-0
/
+1
*
bn_exp.c: move check for AD*X to rsaz-avx2.pl.
Andy Polyakov
2014-06-27
1
-0
/
+13
*
x86_64 assembly pack: addendum to last clang commit.
Andy Polyakov
2014-06-24
1
-1
/
+1
*
x86_64 assembly pack: allow clang to compile AVX code.
Andy Polyakov
2014-06-24
1
-0
/
+4
*
ARM assembly pack: get ARMv7 instruction endianness right.
Andy Polyakov
2014-06-06
2
-3
/
+10
*
C64x+ assembly pack: make it work with older toolchain.
Andy Polyakov
2014-05-04
2
-0
/
+8
*
bn/asm/armv4-gf2m.pl, modes/asm/ghash-armv4.pl: faster multiplication
Andy Polyakov
2014-04-24
1
-68
/
+70
*
bn/asm/x86_64-mont5.pl: fix compilation error on Solaris.
Andy Polyakov
2014-01-09
1
-1
/
+1
*
bn/asm/x86_64-mont5.pl: add MULX/AD*X code path.
Andy Polyakov
2013-12-09
2
-2143
/
+2581
*
bn/asm/armv4-mont.pl: add NEON code path.
Andy Polyakov
2013-12-04
1
-5
/
+470
*
bn/asm/x86_64-mont5.pl: comply with Win64 ABI.
Andy Polyakov
2013-12-03
1
-2
/
+2
*
crypto/bn/asm/rsaz-x86_64.pl: make it work on Win64.
Andy Polyakov
2013-12-03
1
-0
/
+2
*
crypto/bn/rsaz*: fix licensing note.
Andy Polyakov
2013-12-03
2
-153
/
+182
*
bn/asm/rsaz-x86_64.pl: fix prototype.
Andy Polyakov
2013-12-03
1
-1
/
+1
*
ppc64-mont.pl: eliminate dependency on GPRs' upper halves.
Andy Polyakov
2013-11-27
1
-61
/
+598
*
bn/asm/x86_64-mont.pl: minor optimization [for Decoded ICache].
Andy Polyakov
2013-10-25
1
-138
/
+151
*
PPC assembly pack: add .size directives.
Andy Polyakov
2013-10-15
3
-0
/
+12
*
bn/asm/*x86_64*.pl: correct assembler requirement for ad*x.
Andy Polyakov
2013-10-14
3
-3
/
+3
*
MIPS assembly pack: get rid of deprecated instructions.
Andy Polyakov
2013-10-13
2
-24
/
+22
*
bn/asm/rsax-avx2.pl: minor optimization [for Decoded ICache].
Andy Polyakov
2013-10-10
1
-79
/
+72
*
bn/asm/x86_64-mont*.pl: add MULX/ADCX/ADOX code path.
Andy Polyakov
2013-10-03
2
-38
/
+1622
[next]