aboutsummaryrefslogtreecommitdiff
path: root/crypto/modes
AgeCommit message (Expand)AuthorFilesLines
2020-08-27Ignore vendor name in Clang version number.Jung-uk Kim2-2/+2
2020-08-24Fix coverity CID #1452770 - Dereference before NULL check in CRYPTO_siv128_in...Shane Lontis1-8/+14
2020-07-22Fix provider cipher reinit issueShane Lontis1-5/+19
2020-07-16Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell1-14/+14
2020-07-11Add and use internal header that implements endianness checkRichard Levitte4-105/+57
2020-06-11The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli1-14/+14
2020-06-04Update copyright yearMatt Caswell7-7/+7
2020-05-27Avoid undefined behavior with unaligned accessesBernd Edlinger7-36/+91
2020-05-15Update copyright yearMatt Caswell1-1/+1
2020-04-29Amend references to "OpenSSL license"Shourya Shukla1-1/+1
2020-04-23Update copyright yearMatt Caswell13-13/+13
2020-02-17Also check for errors in x86_64-xlate.pl.David Benjamin13-13/+13
2020-02-15x86_64: Add endbranch at function entries for Intel CETH.J. Lu1-0/+6
2020-01-22Do not silently truncate files on perlasm errorsDavid Benjamin13-13/+13
2020-01-17For all assembler scripts where it matters, recognise clang > 9.xRichard Levitte2-2/+2
2019-12-23Add some missing cfi frame info in aesni-gcm-x86_64.plBernd Edlinger1-0/+8
2019-12-19Optimize AES-GCM implementation on aarch64Fangming.Fang2-1/+5725
2019-10-16Fix missing Assembler definesShane Lontis1-1/+5
2019-10-10Rework how our providers are builtRichard Levitte1-2/+2
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre10-11/+11
2019-09-20Add aes_wrap cipher to providersShane Lontis1-2/+3
2019-09-16Unify all assembler file generatorsRichard Levitte10-31/+45
2019-09-16build.info: For all assembler generators, remove all argumentsRichard Levitte1-13/+12
2019-09-14Add aes_xts cipher to providersShane Lontis1-2/+3
2019-09-04OSSL_PARAM_construct_utf8_string computes the string length.Pauli1-2/+1
2019-09-01Remove extern declarations of OPENSSL_ia32cap_PBernd Edlinger1-1/+1
2019-08-24Get rid of the diversity of names for MAC parametersRichard Levitte1-1/+1
2019-08-20Add aes_ccm to providerShane Lontis1-2/+2
2019-08-19Use macros internally for algorithm namesRichard Levitte1-1/+2
2019-08-15Adapt diverse code to provider based MACs.Richard Levitte1-8/+24
2019-07-31Add gcm ciphers (aes and aria) to providers.Shane Lontis1-2/+2
2019-07-16Add Common shared code needed to move aes ciphers to providersShane Lontis11-238/+19
2019-06-27Move the public SIV mode functions from public headers to internal onesMatt Caswell1-0/+1
2019-06-18crypto/modes/build.conf: Fix MODES asm mistakesRichard Levitte1-1/+1
2019-06-17Move modes_asm_src file information to build.info filesRichard Levitte1-1/+51
2019-06-15Use variables in build.info files where it's worth the whileRichard Levitte1-7/+4
2019-06-06Replace EVP_MAC_CTX_copy() by EVP_MAC_CTX_dup()Kurt Roeckx2-26/+36
2019-06-03Make basic AES ciphers available from within the FIPS providersMatt Caswell1-0/+4
2019-04-25Enforce a strict output length check in CRYPTO_ccm128_tagGuido Vranken1-1/+1
2019-04-17ARM64 assembly pack: add ThunderX2 results.Andy Polyakov1-0/+1
2019-04-03AES-XTS block limit.Pauli1-0/+6
2019-03-27Correctly check the return code of EVP_MAC_ctrl everwhere it is usedMatt Caswell1-2/+2
2019-02-21cfi build fixes in x86-64 ghash assemblyShane Lontis1-0/+2
2019-02-17Fix some CFI issues in x86_64 assemblyDavid Benjamin1-0/+12
2019-02-16ARM assembly pack: make it Windows-friendly.Andy Polyakov2-8/+21
2019-01-31Build: Remove BEGINRAW / ENDRAW / OVERRIDERichard Levitte1-6/+1
2018-12-13Fixes #7879: AES-SIV to use EVP_MAC APIsTodd Short2-29/+29
2018-12-12Add RFC5297 AES-SIV supportTodd Short3-1/+375
2018-12-06Following the license change, modify the boilerplates in crypto/modes/Richard Levitte23-23/+23
2018-09-11Update copyright yearMatt Caswell2-2/+2