aboutsummaryrefslogtreecommitdiff
path: root/crypto/modes
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-09modes/ocb128.c: readability and formatting improvements.Andy Polyakov1-15/+5
2018-07-09modes/ocb128.c: improve the calculation of double maskDesWurstes1-1/+1
2018-07-01modes/asm/ghash-armv4.pl: address "infixes are deprecated" warnings.Andy Polyakov1-5/+2
2018-06-25PA-RISC assembly pack: make it work with GNU assembler for HP-UX.Andy Polyakov1-1/+11
2018-06-20Update copyright yearMatt Caswell2-2/+2
2018-06-08modes/ocb128.c: Reset nonce-dependent variables on setivMingtao Yang2-67/+69
2018-06-03PPC assembly pack: correct POWER9 results.Andy Polyakov1-1/+1
2018-06-03modes/gcm128.c: coalesce calls to GHASH.Andy Polyakov2-34/+249
2018-05-30Reduce minimal out length in CRYPTO_128_unwrap_padYihong Wang1-6/+8
2018-05-29Update copyright yearMatt Caswell1-1/+1
2018-05-10PPC assembly pack: add POWER9 results.Andy Polyakov1-0/+1
2018-05-01Update copyright yearMatt Caswell1-1/+1
2018-04-23ARM assembly pack: make it work with older assembler.Andy Polyakov1-0/+2
2018-04-17Update copyright yearRichard Levitte1-1/+1
2018-04-05Set error code if alloc returns NULLRich Salz1-4/+7
2018-02-14Harmonize the make variables across all known platforms familiesRichard Levitte1-4/+2
2018-01-28Processing GNU-style "make variables" - separate CPP flags from C flagsRichard Levitte1-2/+5
2018-01-19Copyright update of more files that have changed this yearRichard Levitte1-1/+1
2018-01-08fix compile error 'intrinsic function not declared'EasySec1-0/+1