aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-10Change SHA256_C to HAS_ALG_SHA256_VIA[..] in x509 testsfeatures/new-code-style/test/6882/newAndrzej Kurek1-38/+38
2023-01-10X.509: Add length consistency checks to x509_get_other_name()Hanno Becker1-0/+10
2023-01-10X.509: Remove red'n bounds checks and zeroiz'n in OtherName parsingHanno Becker1-12/+0
2023-01-10X.509: Improve negative testing for SubjectAltName parsingHanno Becker1-1/+109
2023-01-10Add a ChangeLog entryHanno Becker1-0/+5
2023-01-10X.509: Improve negative testing for SubjectAltName parsingHanno Becker1-4/+44
2023-01-10Fix X.509 SAN parsingHanno Becker1-10/+10
2023-01-05Switch to the new code styleDavid Horstmann442-89220/+86518
2023-01-05Merge pull request #6703 from yuhaoth/pr/tls13-misc-from-prototypeGilles Peskine9-40/+59
2023-01-05Merge pull request #6876 from davidhorstmann-arm/disable-code-style-for-bn-asmGilles Peskine2-8/+20
2023-01-05Fix pylint warnings about comparison to TrueDavid Horstmann1-2/+2
2023-01-05Fix incorrect typing of function in code_style.pyDavid Horstmann1-1/+2
2023-01-05Don't restyle end of fileDavid Horstmann1-1/+1
2023-01-04Check Uncrustify returncode in code_style.pyDavid Horstmann1-5/+16
2023-01-04Disable code style correction for bignum assemblyDavid Horstmann1-2/+2
2023-01-04Merge pull request #6868 from davidhorstmann-arm/workaround-uncrustify-asm-de...Gilles Peskine6-0/+14
2023-01-03Workaround Uncrustify parsing of "asm"David Horstmann6-0/+14
2023-01-03Merge pull request #6784 from valeriosetti/issue6702Manuel Pégourié-Gonnard21-177/+259
2022-12-30Merge pull request #5907 from mpg/use-psa-rsa-pssJanos Follath6-22/+24
2022-12-30Use PSS-signed CRL for PSS testsManuel Pégourié-Gonnard2-4/+4
2022-12-29test: fix some descriptionsValerio Setti2-7/+6
2022-12-29Disable 'wrong salt len' PK test with USE_PSAManuel Pégourié-Gonnard1-2/+6
2022-12-28changelog: fix text errorValerio Setti1-1/+1
2022-12-28test: remove SHA224 from default test driver configValerio Setti2-1/+5
2022-12-23Merge pull request #6595 from mfischer/lms_heapGilles Peskine1-15/+32
2022-12-23Merge pull request #6836 from gilles-peskine-arm/code-style-more-kr-20221222Gilles Peskine1-2/+2
2022-12-23test: improved readability in sha self testsValerio Setti2-12/+6
2022-12-23sha: fix description for starts functionsValerio Setti2-6/+7
2022-12-23test: fix error in test_suite_sslValerio Setti1-2/+2
2022-12-23Merge pull request #6776 from gabor-mezei-arm/6222_bignum_mod_mulManuel Pégourié-Gonnard5-0/+223
2022-12-23Merge pull request #6747 from gilles-peskine-arm/bignum-mod-randomManuel Pégourié-Gonnard15-175/+909
2022-12-22Require a space after a castGilles Peskine1-2/+2
2022-12-22added changelog file for PR #6784Valerio Setti1-0/+4
2022-12-22config: remove SHA224_C from some config filesValerio Setti4-16/+0
2022-12-22test: fix depends.py for hash testsValerio Setti2-18/+9
2022-12-22sha: remove SHA1 from ssl_cookieValerio Setti1-9/+5
2022-12-22sha: decline MD defines for various SHAValerio Setti1-2/+8
2022-12-22sha: fix minor issues/typosValerio Setti4-4/+13
2022-12-22Merge pull request #6282 from gstrauss/sw_derive_yManuel Pégourié-Gonnard5-34/+182
2022-12-21More robust dependency filteringGilles Peskine1-1/+3
2022-12-21Simplify logic and document test_cases_for_valuesGilles Peskine1-5/+20
2022-12-21Pacify pylintGilles Peskine1-2/+2
2022-12-21Split the high nesting of BignumModRawConvertRep.generate_function_testsGilles Peskine1-10/+15
2022-12-21Fix type declarationGilles Peskine1-1/+1
2022-12-21bignum_mod_raw.py: Added a filtering logic to `BignumModRawConvertRep.generat...Minos Galanakis1-0/+5
2022-12-21bignum_common.py: Refactored `BignumModRawConvertRep.generate_function_tests()`Minos Galanakis1-9/+5
2022-12-21bignum_common.py: Introduce the set_representation setter.Minos Galanakis1-8/+5
2022-12-21bignum_mod_raw: Simplified `BignumModRawCanonicalToFromModulusRep` output exp...Minos Galanakis1-4/+2
2022-12-21bignum_common: Adjusted `format_arg` to always size input according to modulo.Minos Galanakis1-4/+1
2022-12-21Fix possible uninitialization errorGabor Mezei1-3/+3