summaryrefslogtreecommitdiff
path: root/crypto/aes
Commit message (Expand)AuthorAgeFilesLines
...
* Fix misspelling errors and typos reported by codespellDr. Matthias St. Pierre2020-02-061-3/+3
* Do not silently truncate files on perlasm errorsDavid Benjamin2020-01-2224-24/+24
* For all assembler scripts where it matters, recognise clang > 9.xRichard Levitte2020-01-173-3/+3
* Deprecate the low level AES functionsMatt Caswell2020-01-068-3/+49
* Add AES_CBC_HMAC_SHA ciphers to providers.Shane Lontis2020-01-061-2/+0
* Fix aesni_cbc_sha256_enc_avx2 backtrace infoBernd Edlinger2019-12-231-14/+44
* Add some missing cfi frame info in aesni-sha and sha-x86_64.plBernd Edlinger2019-12-202-0/+8
* Add some missing cfi frame info in aesni-x86_64.plBernd Edlinger2019-12-201-1/+17
* Add some missing cfi frame info in aes-x86_64.plBernd Edlinger2019-12-201-0/+4
* Fix some typosVeres Lajos2019-12-112-2/+2
* Optimize AES-ECB mode in OpenSSL for both aarch64 and aarch32XiaokangQian2019-12-111-0/+830
* Update source files for deprecation at 3.0Richard Levitte2019-11-071-1/+1
* Fix missing Assembler definesShane Lontis2019-10-161-1/+7
* Rework how our providers are builtRichard Levitte2019-10-101-2/+2
* Fix header file include guard namesDr. Matthias St. Pierre2019-09-281-3/+3
* Reorganize local header filesDr. Matthias St. Pierre2019-09-286-5/+5
* Unify all assembler file generatorsRichard Levitte2019-09-1624-81/+112
* build.info: For all assembler generators, remove all argumentsRichard Levitte2019-09-161-27/+24
* Fix TyposAntoine Cœur2019-07-021-2/+2
* crypto/aes/build.info: Fix AES assembler specsRichard Levitte2019-06-181-5/+4
* Move aes_asm_src file information to build.info filesRichard Levitte2019-06-171-3/+64
* Use variables in build.info files where it's worth the whileRichard Levitte2019-06-151-6/+4
* Make basic AES ciphers available from within the FIPS providersMatt Caswell2019-06-031-0/+4
* Revert "ppc assembly pack: always increment CTR IV as quadword"Pauli2019-05-201-1/+1
* ppc assembly pack: always increment CTR IV as quadwordDaniel Axtens2019-05-171-1/+1
* aes/asm/aesv8-armx.pl: ~20% improvement on ThunderX2.Andy Polyakov2019-04-171-6/+389
* ARM64 assembly pack: add ThunderX2 results.Andy Polyakov2019-04-172-0/+2
* Deprecate AES_ige_encrypt() and AES_bi_ige_encrypt()Matt Caswell2019-04-121-0/+14
* PPC assembly pack: fix copy-paste error in CTR modeDaniel Axtens2019-03-181-2/+2
* MIPS32R3 provides the EXT instruction to extract bits fromMarkus Stockhausen2019-02-201-49/+85
* Fix some CFI issues in x86_64 assemblyDavid Benjamin2019-02-174-2/+64
* ARM64 assembly pack: make it Windows-friendly.Andy Polyakov2019-02-161-138/+138
* ARM assembly pack: make it Windows-friendly.Andy Polyakov2019-02-163-10/+24
* AArch64 assembly pack: authenticate return addresses.Andy Polyakov2019-02-122-0/+20
* Build: Remove BEGINRAW / ENDRAW / OVERRIDERichard Levitte2019-01-311-10/+1
* Following the license change, modify the boilerplates in crypto/aes/Richard Levitte2018-12-0635-35/+35
* License: change any non-boilerplate comment referring to "OpenSSL license"Richard Levitte2018-12-062-2/+2
* Update copyright yearMatt Caswell2018-09-111-1/+1
* PA-RISC assembly pack: make it work with GNU assembler for HP-UX.Andy Polyakov2018-06-251-0/+9
* PPC assembly pack: correct POWER9 results.Andy Polyakov2018-06-031-1/+2
* Update copyright yearMatt Caswell2018-05-291-1/+1
* PPC assembly pack: add POWER9 results.Andy Polyakov2018-05-101-0/+1
* Update copyright yearMatt Caswell2018-03-203-3/+3
* MIPS assembly pack: default heuristic detection to little-endian.Andy Polyakov2018-03-191-1/+1
* Always use adr with __thumb2__.David Benjamin2018-02-272-6/+6
* Harmonize the make variables across all known platforms familiesRichard Levitte2018-02-141-6/+3
* Processing GNU-style "make variables" - separate CPP flags from C flagsRichard Levitte2018-01-281-3/+9
* Update copyright years on all files merged since Jan 1st 2018Richard Levitte2018-01-091-1/+1
* crypto/aes/asm/aes-s390x.pl: replace decrypt flag by macro.Patrick Steuer2018-01-071-2/+2
* s390x assembly pack: add KMA code path for aes-ctr.Patrick Steuer2018-01-071-1/+55