aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-03Remove duplicated functionfeatures/new-code-style/test/good/old/6866features/new-code-style/test/6866/oldPrzemek Stekiel1-74/+22
2023-01-03Remove generation of authorityKeyId_subjectKeyId.crt from makefilePrzemek Stekiel1-9/+0
2023-01-03Rename back mbedtls_x509_parse_general_name->mbedtls_x509_parse_subject_alt_namePrzemek Stekiel3-5/+5
2023-01-03Fix Subject Key Identifier, Authority Key Identifier entries in oid_x509_extPrzemek Stekiel1-3/+3
2023-01-03Adapt mbedtls_x509_crt_free after rebasePrzemek Stekiel1-0/+2
2023-01-02Adding missing ending of commenttoth92g1-1/+1
2023-01-02Adding some comments for easier understandtoth92g1-0/+5
2023-01-02Removing whitespaces (to meet sanity checks)toth92g2-3/+3
2023-01-02Removing obsolete test after merging and correcting missing macrototh92g1-7/+0
2023-01-02Renaming x509_get_subject_alt_name to x509_get_general_names and mbedtls_x509...toth92g5-121/+191
2023-01-02- Removing obsolete test files (DER strings are used instead of them to minim...toth92g11-62/+11
2023-01-02Correcting tests:toth92g2-25/+40
2023-01-02Replacing tabs with spacestoth92g1-4/+4
2023-01-02Correting findings: Using DER format instead of PEM while testing to minimize...toth92g2-38/+17
2023-01-02Correcting documentation issues:toth92g3-27/+32
2023-01-02Updating the new code parts based on the coding standards: adding missing whi...toth92g1-2/+2
2023-01-02Updating the new code parts based on the coding standards: adding missing whi...toth92g2-36/+36
2023-01-02x509parse tests used only last 16 bits of the return values. They are updated...toth92g2-3/+3
2023-01-02Replacing hard-coded literals with macros of the library in the new x509parse...toth92g1-7/+7
2023-01-02Adding openssl configuration file and command to Makefile to be able to repro...toth92g5-2/+22
2023-01-02Extracting SubjectKeyId and AuthorityKeyId in case of x509 V3 extensions. Upd...toth92g14-2/+337
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-29Disable 'wrong salt len' PK test with USE_PSAManuel Pégourié-Gonnard1-2/+6
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-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-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
2022-12-21Update documentationManuel Pégourié-Gonnard2-6/+6
2022-12-21Disable 'wrong salt len' test with USE_PSAManuel Pégourié-Gonnard1-2/+6
2022-12-21Take advantage of now-public macro in pk.cManuel Pégourié-Gonnard1-2/+1
2022-12-21Use PSA Crypto more often in pk_verify_ext()Manuel Pégourié-Gonnard1-7/+2
2022-12-21Merge pull request #6795 from gilles-peskine-arm/check_test_cases-quiet_ciManuel Pégourié-Gonnard1-1/+1
2022-12-20Fix representation conversion with 32-bit limbsGilles Peskine1-6/+20
2022-12-20Cosmetic fixGilles Peskine1-1/+1
2022-12-20Update of the RNG seed in mpi_mod_random_valuesGilles Peskine1-4/+1
2022-12-20Fix representation of mod-random outputGilles Peskine3-30/+58