summaryrefslogtreecommitdiffstats
path: root/crypto/modes
AgeCommit message (Expand)Author
2019-08-20Add aes_ccm to providerShane Lontis
2019-08-19Use macros internally for algorithm namesRichard Levitte
2019-08-15Adapt diverse code to provider based MACs.Richard Levitte
2019-07-31Add gcm ciphers (aes and aria) to providers.Shane Lontis
2019-07-16Add Common shared code needed to move aes ciphers to providersShane Lontis
2019-06-27Move the public SIV mode functions from public headers to internal onesMatt Caswell
2019-06-18crypto/modes/build.conf: Fix MODES asm mistakesRichard Levitte
2019-06-17Move modes_asm_src file information to build.info filesRichard Levitte
2019-06-15Use variables in build.info files where it's worth the whileRichard Levitte
2019-06-06Replace EVP_MAC_CTX_copy() by EVP_MAC_CTX_dup()Kurt Roeckx
2019-06-03Make basic AES ciphers available from within the FIPS providersMatt Caswell
2019-04-25Enforce a strict output length check in CRYPTO_ccm128_tagGuido Vranken
2019-04-17ARM64 assembly pack: add ThunderX2 results.Andy Polyakov
2019-04-03AES-XTS block limit.Pauli
2019-03-27Correctly check the return code of EVP_MAC_ctrl everwhere it is usedMatt Caswell
2019-02-21cfi build fixes in x86-64 ghash assemblyShane Lontis
2019-02-17Fix some CFI issues in x86_64 assemblyDavid Benjamin
2019-02-16ARM assembly pack: make it Windows-friendly.Andy Polyakov
2019-01-31Build: Remove BEGINRAW / ENDRAW / OVERRIDERichard Levitte
2018-12-13Fixes #7879: AES-SIV to use EVP_MAC APIsTodd Short
2018-12-12Add RFC5297 AES-SIV supportTodd Short
2018-12-06Following the license change, modify the boilerplates in crypto/modes/Richard Levitte
2018-09-11Update copyright yearMatt Caswell
2018-07-09modes/ocb128.c: readability and formatting improvements.Andy Polyakov
2018-07-09modes/ocb128.c: improve the calculation of double maskDesWurstes
2018-07-01modes/asm/ghash-armv4.pl: address "infixes are deprecated" warnings.Andy Polyakov
2018-06-25PA-RISC assembly pack: make it work with GNU assembler for HP-UX.Andy Polyakov
2018-06-20Update copyright yearMatt Caswell
2018-06-08modes/ocb128.c: Reset nonce-dependent variables on setivMingtao Yang
2018-06-03PPC assembly pack: correct POWER9 results.Andy Polyakov
2018-06-03modes/gcm128.c: coalesce calls to GHASH.Andy Polyakov
2018-05-30Reduce minimal out length in CRYPTO_128_unwrap_padYihong Wang
2018-05-29Update copyright yearMatt Caswell
2018-05-10PPC assembly pack: add POWER9 results.Andy Polyakov
2018-05-01Update copyright yearMatt Caswell
2018-04-23ARM assembly pack: make it work with older assembler.Andy Polyakov
2018-04-17Update copyright yearRichard Levitte
2018-04-05Set error code if alloc returns NULLRich Salz
2018-02-14Harmonize the make variables across all known platforms familiesRichard Levitte
2018-01-28Processing GNU-style "make variables" - separate CPP flags from C flagsRichard Levitte
2018-01-19Copyright update of more files that have changed this yearRichard Levitte
2018-01-08fix compile error 'intrinsic function not declared'EasySec
2017-12-04modes/asm/ghashv8-armx.pl: handle lengths not divisible by 4x.Andy Polyakov
2017-12-04modes/asm/ghashv8-armx.pl: optimize modulo-scheduled loop.Andy Polyakov
2017-12-04modes/asm/ghashv8-armx.pl: modulo-schedule loop.Andy Polyakov
2017-12-04modes/asm/ghashv8-armx.pl: implement 4x aggregate factor.Andy Polyakov
2017-11-13ARMv8 assembly pack: add Qualcomm Kryo results.Andy Polyakov
2017-11-11Many spelling fixes/typo's corrected.Josh Soref
2017-10-30s390x assembly pack: extend s390x capability vector.Patrick Steuer
2017-10-17s390x assembly pack: remove capability double-checking.Patrick Steuer