aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/aes
Commit message (Expand)AuthorAgeFilesLines
* Remove /* foo.c */ commentsRich Salz2016-01-2610-10/+0
* Remove update tagsRich Salz2016-01-201-2/+0
* Remove some old makefile targetsRich Salz2016-01-171-12/+0
* Move Makefiles to Makefile.inRich Salz2016-01-121-34/+0
* Remove the "eay" c-file-style indicatorsRichard Levitte2015-12-189-9/+9
* x86_64 assembly pack: tune clang version detection even further.Andy Polyakov2015-12-133-3/+3
* x86[_64] assembly pack: add optimized AES-NI OCB subroutines.Andy Polyakov2015-12-102-11/+1889
* ARMv4 assembly pack: allow Thumb2 even in iOS build,Andy Polyakov2015-12-072-0/+2
* x86_64 assembly pack: tune clang version detection.Andy Polyakov2015-11-233-3/+3
* aes/asm/vpaes-ppc.pl: eliminate overhung stores in misaligned cases.Andy Polyakov2015-11-181-62/+136
* aesni-sha256-x86_64.pl: fix crash on AMD Jaguar.Andy Polyakov2015-11-161-5/+2
* Fix typosAlessandro Ghedini2015-10-231-1/+1
* Skylake performance results.Andy Polyakov2015-09-263-0/+4
* ARMv4 assembly pack: implement support for Thumb2.Andy Polyakov2015-09-251-14/+10
* RT3999: Remove sub-component version stringsRich Salz2015-08-101-2/+0
* Conversion to UTF-8 where neededRichard Levitte2015-07-142-9/+9
* Fix the update target and remove duplicate file updatesRichard Levitte2015-05-221-0/+2
* make dependRichard Levitte2015-05-141-2/+4
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-142-2/+2
* aes/asm/bsaes-armv7.pl: fix compilation with Xcode 6.3.Andy Polyakov2015-05-131-2/+2
* aes/asm/aesni-sha256-x86_64.pl: fix Windows compilation failure with old asse...Andy Polyakov2015-05-131-3/+3
* aes/asm/aesni-x86.pl: fix typo affecting Windows build.Andy Polyakov2015-04-201-1/+1
* aes/asm/aesni-x86[_64].pl update.Andy Polyakov2015-04-202-239/+1025
* Add assembly support for 32-bit iOS.Andy Polyakov2015-04-202-12/+70
* aes/asm/vpaes-armv8.pl: make it compile on iOS.Andy Polyakov2015-04-201-5/+8
* aes/asm/aesv8-armx.pl: optimize for Cortex-A5x.Andy Polyakov2015-04-021-91/+118
* Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte2015-03-311-18/+1
* Stop symlinking, move files to intended directoryRichard Levitte2015-03-311-139/+0
* Add vpaes-amrv8.pl module.Andy Polyakov2015-03-282-0/+1251
* Fix undefined behaviour in shifts.Emilia Kasper2015-03-132-144/+144
* Fix crash in SPARC T4 XTS.Andy Polyakov2015-02-241-1/+1
* aes/asm/bsaes-armv7: fix kernel-side XTS and harmonize with Linux.Andy Polyakov2015-02-241-1/+3
* "#if 0" removal: header filesRich Salz2015-01-271-7/+0
* Add assembly support to ios64-cross.Andy Polyakov2015-01-231-3/+11
* Fix macosx-ppc build (and typos in unwind info).Andy Polyakov2015-01-221-2/+4
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-229-357/+370
* Manually reformat aes_x86core.c and add it to the list of files skipped byMatt Caswell2015-01-221-514/+521
* Manually reformat aes_core.cMatt Caswell2015-01-221-400/+405
* Fix irix-cc build.Andy Polyakov2015-01-071-1/+1
* Remove inconsistency in ARM support.Andy Polyakov2015-01-042-6/+10
* mark all block comments that need format preserving so thatTim Hudson2014-12-302-3/+3
* Remove fips_constseg references.Dr. Stephen Henson2014-12-081-10/+0
* Remove fipscanister build functionality from makefiles.Dr. Stephen Henson2014-12-081-1/+1
* Remove all .cvsignore filesRich Salz2014-11-281-8/+0
* aesni-x86_64.pl: make ECB subroutine Windows ABI compliant.Andy Polyakov2014-10-151-25/+27
* x86[_64] assembly pack: add Silvermont performance data.Andy Polyakov2014-08-303-0/+4
* Remove some outdated README files, to avoid confusing people.Rich Salz2014-08-301-3/+0
* x86_64 assembly pack: improve masm support.Andy Polyakov2014-07-091-1/+1
* x86_64 assembly pack: refine clang detection.Andy Polyakov2014-06-283-5/+5
* aesp8-ppc.pl: rigid input verification in key setup.Andy Polyakov2014-06-251-2/+22