]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/modes/gcm128.c
Check DSA parameters for excessive sizes before validating
[thirdparty/openssl.git] / crypto / modes / gcm128.c
2024-04-09  Richard LevitteCopyright year updates
2024-01-12  barracuda156aes_platform.h, gcm128.c: fix Darwin PowerPC macro...
2023-10-26  Jerry ShihUpdate for Zvkb extension.
2023-10-26  Christoph Müllnerriscv: GCM: Provide a Zvkg-based implementation
2023-10-26  Christoph Müllnerriscv: GCM: Provide a Zvbb/Zvbc-based implementation
2023-10-10  Evgeny Karpov* Enable extra Arm64 optimization on Windows for GHASH...
2023-09-07  Matt CaswellCopyright year updates
2023-06-15  Dimitri PapadopoulosFix typos found by codespell
2023-03-16  Christoph Müllnerriscv: GCM: Implement GHASH()
2023-03-16  Christoph Müllnerriscv: GCM: Simplify GCM calculation
2023-03-16  Christoph Müllnerriscv: Clean up extension test macros
2022-11-15  Tomas Mrazgcm_get_funcs(): Add missing fallback for ghash on...
2022-07-29  Todd ShortImplement AES-GCM-SIV (RFC8452)
2022-07-29  Tomas MrazFix regression from GCM mode refactoring
2022-07-26  Juergen Christs390x: Fix GCM setup
2022-07-22  Todd ShortClean up GCM_MUL and remove GCM_FUNCREF_4BIT
2022-07-22  Todd ShortClean up use of GHASH macro
2022-07-22  Todd ShortUse separate function to get GCM functions
2022-07-22  Todd ShortRemove some unused 4bit GCM code
2022-07-22  Todd ShortRemove unused 1bit GCM implementation
2022-07-22  Todd ShortRemove unused 8bit GCM implementation
2022-05-24  Daniel FialaChange loops conditions to make zero loop risk more...
2022-05-19  Henry BrausenAdd clmul-based gmult for riscv64 with Zbb, Zbc
2021-07-15  Tomas MrazSplit bignum code out of the sparcv9cap.c
2021-06-25  Tomas Mrazppccap.c: Split out algorithm-specific functions
2021-03-11  Matt CaswellUpdate copyright year
2021-02-19  Zhang JindeCRYPTO_gcm128_decrypt: fix mac or tag calculation
2020-07-11  Richard LevitteAdd and use internal header that implements endianness...
2020-06-04  Matt CaswellUpdate copyright year
2020-05-27  Bernd EdlingerAvoid undefined behavior with unaligned accesses
2019-09-28  Dr. Matthias St... Reorganize private crypto header files
2019-09-01  Bernd EdlingerRemove extern declarations of OPENSSL_ia32cap_P
2019-07-15  Shane LontisAdd Common shared code needed to move aes ciphers to...
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-06-20  Matt CaswellUpdate copyright year
2018-06-03  Andy Polyakovmodes/gcm128.c: coalesce calls to GHASH.
2017-10-17  Andy Polyakovmodes/gcm128.c: harmonize GCM_MUL macro with GHASH.
2017-09-01  Andy Polyakovcrypto/cryptlib.c: mask more capability bits upon FXSR...
2016-11-03  Richard LevitteConvert modes selftests (cts128 and gcm128) to internal...
2016-05-17  Rich SalzCopyright consolidation 06/10
2016-02-18  Rich SalzRemove outdated DEBUG flags.
2015-11-09  Matt CaswellContinue standardising malloc style for libcrypto
2015-06-10  Andy Polyakovgcm.c: address linker warning about OPENSSL_ia32cap_P...
2015-06-08  Emilia KasperUse CRYPTO_memcmp when comparing authenticators
2015-05-04  Rich SalzUse safer sizeof variant in malloc
2015-04-30  Rich Salzfree cleanup almost the finale
2015-04-28  Rich Salzremove malloc casts
2015-02-03  Rich SalzDead code: crypto/dh,modes,pkcs12,ripemd,rsa,srp
2015-01-30  Andy Polyakovmodes/gcm128.c: harmonize ctx->ghash assignment, shortc...
2015-01-30  Andy Polyakovmodes/gcm128.c: fix OPENSSL_SMALL_FOOTPRINT compile...
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22  Matt CaswellMove more comments that confuse indent
2015-01-22  Andy Polyakovmodes/gcm128.c: make it indent-friendly.
2015-01-04  Andy PolyakovRemove inconsistency in ARM support.
2014-12-30  Tim Hudsonmark all block comments that need format preserving...
2014-12-08  Dr. Stephen Hensonremove OPENSSL_FIPSAPI
2014-12-08  Dr. Stephen HensonRemove fips_constseg references.
2014-07-20  Andy PolyakovEngage GHASH for PowerISA 2.0.7.
2014-07-16  Andy PolyakovRevert "Engage GHASH for PowerISA 2.07."
2014-07-16  Andy PolyakovEngage GHASH for PowerISA 2.07.
2014-06-06  Andy PolyakovEngage GHASH for ARMv8.
2014-04-24  Andy Polyakovbn/asm/armv4-gf2m.pl, modes/asm/ghash-armv4.pl: faster...
2014-04-06  Andy Polyakovcrypto/modes/gcm128.c: more strict aliasing fixes.
2013-04-04  Andy Polyakovgcm128.c: fix linking problems in 32-bit Windows build.
2013-03-24  Andy Polyakovghash-x86_64.pl: add AVX code path.
2013-02-14  Andy Polyakovghash-x86[_64].pl: code refresh.
2012-11-05  Andy Polyakovcrypto/modes: even more strict aliasing fixes [and...
2012-11-05  Ben LaurieMore strict aliasing fix.
2012-11-05  Andy Polyakovghash-sparcv9.pl: 22% improvement on T4.
2012-10-24  Andy Polyakovghash-sparcv9.pl: add VIS3 code path.
2012-08-13  Andy Polyakovgcm128.c: fix AAD-only case with AAD length not divisib...
2012-06-04  Andy PolyakovRevert random changes from commit#22606.
2012-06-03  Ben LaurieVersion skew reduction: trivia (I hope).
2012-03-29  Andy Polyakovmodes/gcm128.c: fix self-test.
2012-01-25  Andy Polyakovghash-x86.pl: engage original MMX version in no-sse2...
2011-09-14  Andy PolyakovAllow for dynamic base in Win64 FIPS module.
2011-07-17  Andy PolyakovARM assembler pack: add platform run-time detection.
2011-04-24  Andy Polyakovgcm128.c: minor optimization.
2011-04-04  Andy Polyakovgcm128.c: fix shadow warnings.
2011-04-01  Andy PolyakovARM assembler pack: profiler-assisted optimizations...
2011-04-01  Andy Polyakovgcm128.c: tidy up, minor optimization, rearrange gcm128...
2011-02-19  Dr. Stephen HensonMove gcm128_context definition to modes_lcl.h (along...
2011-02-12  Andy Polyakovgcm128.c: make it work with no-sse2.
2011-02-08  Dr. Stephen HensonLink GCM into FIPS module. Check return value in EVP...
2011-02-07  Andy Polyakovgcm128.c: add boundary condition checks.
2011-02-07  Dr. Stephen HensonAdd CRYPTO_gcm128_tag() function to retrieve the tag.
2011-02-06  Andy Polyakovgcm128.c: allow multiple calls to CRYPTO_gcm128_aad.
2011-02-06  Andy Polyakovgcm128.c: fix bug in OPENSSL_SMALL_FOOTPRINT decrypt.
2010-08-23  Andy Polyakovgcm128.c: fix typo in CRYPTO_gcm128_encrypt_ctr32 name.
2010-08-02  Andy Polyakovgcm128.c: add CRYPTO_gcm128_[en|de]crypt_ctr32.
2010-07-26  Dr. Stephen HensonWIN32 build fix.
2010-07-09  Andy Polyakovgcm128.c: API modification and readability improvements,
2010-05-26  Andy Polyakovgcm128.c: P.-M. Hager has tipped about possibility...
2010-05-23  Andy Polyakovgcm128.c: commentary update.
2010-05-13  Andy PolyakovGCM "jumbo" update:
2010-05-04  Andy Polyakov"Jumbo" update for crypto/modes:
2010-05-01  Ben LaurieMissing declarations, no assembler in PEDANTIC.
2010-04-14  Andy Polyakovgcm128.c and assembler modules: change argument order...
2010-04-10  Andy Polyakovgcm128.c: commentary and formatting updates.
2010-03-08  Andy Polyakovgcm128.c: add option for streamed GHASH, simple benchma...
next