index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
aes
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-14
2
-2
/
+2
*
aes/asm/bsaes-armv7.pl: fix compilation with Xcode 6.3.
Andy Polyakov
2015-05-13
1
-2
/
+2
*
aes/asm/aesni-sha256-x86_64.pl: fix Windows compilation failure with old asse...
Andy Polyakov
2015-05-13
1
-3
/
+3
*
aes/asm/aesni-x86.pl: fix typo affecting Windows build.
Andy Polyakov
2015-04-20
1
-1
/
+1
*
aes/asm/aesni-x86[_64].pl update.
Andy Polyakov
2015-04-20
2
-239
/
+1025
*
Add assembly support for 32-bit iOS.
Andy Polyakov
2015-04-20
2
-12
/
+70
*
aes/asm/vpaes-armv8.pl: make it compile on iOS.
Andy Polyakov
2015-04-20
1
-5
/
+8
*
aes/asm/aesv8-armx.pl: optimize for Cortex-A5x.
Andy Polyakov
2015-04-02
1
-91
/
+118
*
Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevant
Richard Levitte
2015-03-31
1
-18
/
+1
*
Stop symlinking, move files to intended directory
Richard Levitte
2015-03-31
1
-139
/
+0
*
Add vpaes-amrv8.pl module.
Andy Polyakov
2015-03-28
2
-0
/
+1251
*
Fix undefined behaviour in shifts.
Emilia Kasper
2015-03-14
2
-144
/
+144
*
Fix crash in SPARC T4 XTS.
Andy Polyakov
2015-02-24
1
-1
/
+1
*
aes/asm/bsaes-armv7: fix kernel-side XTS and harmonize with Linux.
Andy Polyakov
2015-02-24
1
-1
/
+3
*
"#if 0" removal: header files
Rich Salz
2015-01-27
1
-7
/
+0
*
Add assembly support to ios64-cross.
Andy Polyakov
2015-01-23
1
-3
/
+11
*
Fix macosx-ppc build (and typos in unwind info).
Andy Polyakov
2015-01-22
1
-2
/
+4
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
9
-357
/
+370
*
Manually reformat aes_x86core.c and add it to the list of files skipped by
Matt Caswell
2015-01-22
1
-514
/
+521
*
Manually reformat aes_core.c
Matt Caswell
2015-01-22
1
-400
/
+405
*
Fix irix-cc build.
Andy Polyakov
2015-01-07
1
-1
/
+1
*
Remove inconsistency in ARM support.
Andy Polyakov
2015-01-04
2
-6
/
+10
*
mark all block comments that need format preserving so that
Tim Hudson
2014-12-30
2
-3
/
+3
*
Remove fips_constseg references.
Dr. Stephen Henson
2014-12-08
1
-10
/
+0
*
Remove fipscanister build functionality from makefiles.
Dr. Stephen Henson
2014-12-08
1
-1
/
+1
*
Remove all .cvsignore files
Rich Salz
2014-11-29
1
-8
/
+0
*
aesni-x86_64.pl: make ECB subroutine Windows ABI compliant.
Andy Polyakov
2014-10-15
1
-25
/
+27
*
x86[_64] assembly pack: add Silvermont performance data.
Andy Polyakov
2014-08-30
3
-0
/
+4
*
Remove some outdated README files, to avoid confusing people.
Rich Salz
2014-08-30
1
-3
/
+0
*
x86_64 assembly pack: improve masm support.
Andy Polyakov
2014-07-09
1
-1
/
+1
*
x86_64 assembly pack: refine clang detection.
Andy Polyakov
2014-06-28
3
-5
/
+5
*
aesp8-ppc.pl: rigid input verification in key setup.
Andy Polyakov
2014-06-25
1
-2
/
+22
*
aesv8-armx.pl: rigid input verification in key setup.
Andy Polyakov
2014-06-25
1
-1
/
+20
*
x86_64 assembly pack: addendum to last clang commit.
Andy Polyakov
2014-06-24
3
-3
/
+3
*
x86_64 assembly pack: allow clang to compile AVX code.
Andy Polyakov
2014-06-24
3
-0
/
+9
*
aesv8-armx.pl: inclrease interleave factor.
Andy Polyakov
2014-06-24
1
-245
/
+206
*
aesni-sha[1|256]-x86_64.pl: fix logical error and MacOS X build.
Andy Polyakov
2014-06-16
2
-6
/
+8
*
aesp8-ppc.pl: add CTR mode.
Andy Polyakov
2014-06-16
1
-0
/
+654
*
aesni-sha256-x86_64.pl: add missing rex in shaext.
Andy Polyakov
2014-06-14
1
-1
/
+1
*
Facilitate back-porting of AESNI and SHA modules.
Andy Polyakov
2014-06-12
2
-19
/
+78
*
Add support for Intel SHA extension.
Andy Polyakov
2014-06-11
2
-24
/
+550
*
aesni-mb-x86_64.pl: add Win64 SEH.
Andy Polyakov
2014-06-10
1
-17
/
+177
*
ARM assembly pack: get ARMv7 instruction endianness right.
Andy Polyakov
2014-06-06
1
-2
/
+3
*
aesv8-armx.pl update:
Andy Polyakov
2014-06-06
1
-17
/
+24
*
aesp8-ppc.pl: fix typos.
Andy Polyakov
2014-06-04
1
-4
/
+4
*
Engage POWER8 AES support.
Andy Polyakov
2014-06-01
2
-1
/
+3
*
Engage ARMv8 AES support.
Andy Polyakov
2014-06-01
2
-3
/
+17
*
aesv8-armx.pl: add CTR implementation.
Andy Polyakov
2014-05-29
1
-1
/
+249
*
aesp8-ppc.pl: optimize CBC decrypt even further.
Andy Polyakov
2014-05-29
1
-334
/
+231
*
aesp8-ppc.pl: add optimized CBC decrypt.
Andy Polyakov
2014-05-23
1
-86
/
+733
[next]