summaryrefslogtreecommitdiff
path: root/lib/freebl/rijndael.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 1566124 - Optimize AES-GCM for ppc64le Differential Revision: https://pha...mamonet2021-05-051-0/+17
* Bug 1697303 NSS needs to update it's csp clearing to FIPS 180-3 standards.Robert Relyea2021-03-111-7/+17
* Bug 1623374 Need to support the new PKCS #11 Message interface for AES GCM an...Robert Relyea2020-03-191-1/+59
* Bug 1608493 - Use AES-NI intrinsics for CBC and ECB decrypt when no assembly ...Kevin Jacobs2020-01-221-30/+69
* Bug 1608327 - Fix freebl arm NEON code use on tier3 platforms. r=jcjMike Hommey2020-01-141-2/+1
* Bug 1588714 - Implement CheckARMSupport for Win64/aarch64. r=kjacobsMakoto Kato2019-12-121-1/+1
* Bug 1590972 - Use -std=c99 for all C code, r=jcjMartin Thomson2019-10-281-5/+5
* Bug 1590676 - Fix build if arm doesn't support NEON r=kjacobsGiulio Benetti2019-10-301-1/+2
* Bug 1152625 - Support AES HW acceleration on ARMv8. r=kjacobs,jcjMakoto Kato2019-10-111-4/+17
* Backed out changeset 009a7163c80a (Bug 1152625) for crash in arm_aes_encrypt_...J.C. Jones2019-08-021-17/+4
* Bug 1152625 - Support AES HW acceleration on ARMv8. r=KevinJacobs,jcjMakoto Kato2019-07-301-4/+17
* Bug 1546477 - Fix !#$#!@ clang error (must of messed up try: statement) r=bus...Robert Relyea2019-06-011-2/+2
* Bug 1546477 - FIPS review changes. r=mt, Fix memory leak in error path issueRobert Relyea2019-06-011-0/+4
* Bug 1546477 - FIPS review changes.Robert Relyea2019-05-081-1/+3
* Bug 1400603 - freebl: Reorganize AES-GCM source code based on hw/sw implement...Daiki Ueno2017-09-221-158/+30
* Bug 1369048 - Remove RIJNDAEL_GENERATE_TABLES r=franziskusTim Taubert2017-09-141-93/+4
* Bug 1390129 - add PORT_ZAllocAligned function for allocationg aligned memory,...Franziskus Kiefer2017-08-161-10/+1
* Bug 1389052 - Fix aligned_alloc emulation on i686, r=franziskusDaiki Ueno2017-08-101-4/+6
* Bug 1357670 - AES-NI for all platforms that support it, r=ttaubert,mtFranziskus Kiefer2017-04-251-239/+273
* Bug 1361687 - make improved x86 feature detection available to all of freebl,...Franziskus Kiefer2017-05-031-65/+2
* Bug 1309159 - Make clang-format happy r=meTim Taubert2016-10-121-3/+3
* Bug 1309159 - Fix alignment warnings in rijndael.c r=franziskusTim Taubert2016-10-121-9/+15
* Bug 1246619 - freebl clang-format, r=kaieFranziskus Kiefer2016-08-291-559/+580
* Bug 1181814, additional bustage fix, PR_STATIC_ASSERT must be used at the beg...Kai Engert2016-03-151-2/+2
* Bug 1181814, attempted bustage fix for Windows, unconditionally include mpi.hKai Engert2016-03-151-0/+3
* Bug 1181814 - Pick up FIPS-140 certification work done by Red Hat, r=bustageFranziskus Kiefer2016-03-151-1/+1
* Bug 1181814 - Pick up FIPS-140 certification work done by Red Hat, r=kaie, em...Robert Relyea2016-03-141-0/+18
* Bug 1181814, Backout 43e2d2e1cb74Kai Engert2016-02-181-18/+0
* Bug 1181814 - Pick up FIPS-140 certification work done by Red Hat, r=kaie, em...Robert Relyea2016-02-181-0/+18
* Bug 1194680, Use PR_GetEnvSecure, r=jldNSS_3_23_BETA1Kai Engert2016-01-291-1/+2
* Bug 1233981: Add #include <intrin.h> to rijndael.c for _xgetbv(). r=wtcEhsan Akhgari2016-01-041-0/+3
* back out FIPS changesRobert Relyea2015-09-041-18/+0
* Backing out FIPS changeRobert Relyea2015-09-041-1/+1
* Backout out FIPS checkinRobert Relyea2015-09-041-2/+0
* Backed out changeset 14e10bf5010cRobert Relyea2015-09-041-1/+1
* Include mpi even if we aren't using hw gcmRobert Relyea2015-09-041-1/+1
* Fix PR_STATIC_ASSERT compile errors in Windows.Robert Relyea2015-09-041-0/+2
* Fix part of the Win64 failures (MP_32_BIT_MAX should be MP_32BIT_MAX).Robert Relyea2015-09-041-1/+1
* Pick up FIPS-140 certification work.Robert Relyea2015-08-311-0/+18
* Bug 979703: Avoid _xgetbv() for 32-bit x86 builds so that we can use theNSS_3_16_1_BETA3Wan-Teh Chang2014-04-271-0/+11
* Bug 979703: Better error handling in intel_AES_GCM_DecryptUpdate, andWan-Teh Chang2014-04-241-3/+8
* Bug 979703: Nest #if and if in the same way as existing code.Wan-Teh Chang2014-04-091-1/+2
* Bug 979703: Implementation of AES in different modes of operation, usingShay Gueron2014-04-081-1/+5
* Bug 979132: The check_xcr0_ymm function needs to be in anJulien Pierre2014-03-191-1/+1
* Bug 979132: Fix AES-NI build errors on Solaris x64. Disable the IntelJulien Pierre2014-03-171-8/+17
* Bug 940794: Detect whether the OS supports Intel AVX instructions.Wan-Teh Chang2013-11-201-2/+25
* Bug 863871: Remove CVS keywords from NSS source files, Part 1 (trivialBrian Smith2013-04-251-1/+0
* Bug 853285: Fix AES GCM bug with zero-length AAD and plaintext.Wan-Teh Chang2013-03-251-2/+2
* Bug 845556, reorganize NSS directory layout, moving files, very large changes...Kai Engert2013-02-281-0/+1271