- 6210320 Merge pull request #4989 from AndrzejKurek/remove-ssl-export-keys by Gilles Peskine · 3 years, 10 months ago
- bf21c07 Merge pull request #5072 from mprse/issue_5065 by Gilles Peskine · 3 years, 10 months ago
- 7637ab0 Merge pull request #5037 from mprse/issue_4551 by Gilles Peskine · 3 years, 10 months ago
- 0d4640a Merge pull request #4984 from gilles-peskine-arm/check-names-files by Gilles Peskine · 3 years, 10 months ago
- 316c4fa Address review comments by Przemyslaw Stekiel · 3 years, 10 months ago
- 1ecfdea all.sh: add full - MBEDTLS_CHACHAPOLY_C without PSA_WANT_ALG_GCM and PSA_WANT_ALG_CHACHA20_POLY1305 by Przemyslaw Stekiel · 3 years, 10 months ago
- b576c7b Address review comments by Przemyslaw Stekiel · 3 years, 10 months ago
- 25f7063 enerate_psa_tests.py fix format by Przemyslaw Stekiel · 3 years, 10 months ago
- d9d630c Addapt psa_generate_key() tests by Przemyslaw Stekiel · 3 years, 10 months ago
- bf3ec84 Merge pull request #5003 from gilles-peskine-arm/all.sh-makeflags-nproc by Gilles Peskine · 3 years, 10 months ago
- 050d2fc Limit make parallelism to the number of CPUs by Gilles Peskine · 3 years, 10 months ago
- 6b34ac7 Merge pull request #4955 from gilles-peskine-arm/make-tests-v-development by Gilles Peskine · 3 years, 10 months ago
- 324f72e Fix a bug where the ssl context is used after it's nullified by Andrzej Kurek · 3 years, 10 months ago
- 8a83224 Fix typo by Gilles Peskine · 3 years, 10 months ago
- 89458d1 More robust handling of excluded files by Gilles Peskine · 3 years, 10 months ago
- b19be6b Merge pull request #1638 from dgreen-arm/check-names-rewrite by Gilles Peskine · 3 years, 10 months ago
- 27f84fc Merge pull request #4813 from JoeSubbiani/TranslateCiphersuite_dev by Ronald Cron · 3 years, 10 months ago
- c3a6f63 Merge updates from upstream development branch into check-names-rewrite by Yuto Takano · 3 years, 10 months ago
- 3587dfd Move long -D lists from all.sh to a header file by Gilles Peskine · 3 years, 11 months ago
- 396853a 'make test': show failing test cases when cmake does by Gilles Peskine · 3 years, 11 months ago
- 7a5ab04 Add tls13 test with everst and ecp restartable by Jerry Yu · 3 years, 11 months ago
- e5d6106 Extend test in translate_ciphers.py by Joe Subbiani · 4 years ago
- 49d57bc Improve indentation according to pylint by Joe Subbiani · 4 years ago
- 54110b3 Reduce translate_ciphers.py test list by Joe Subbiani · 4 years ago
- b0aba9a Improve comments to be more accurate by Joe Subbiani · 4 years ago
- 79f5790 Remove test_translate_format() by Joe Subbiani · 4 years ago
- a25ffab Integrate tests as unit tests into one file by Joe Subbiani · 4 years ago
- f2de374 Remove unused import by Joe Subbiani · 4 years ago
- a3d991c Improve python coding style by Joe Subbiani · 4 years ago
- 918ee79 Improve consitancy and useability by Joe Subbiani · 4 years ago
- d614c0b Include translate ciphers tests in all.sh by Joe Subbiani · 4 years ago
- 3eac5b9 Use zip rather than enumerate by Joe Subbiani · 4 years ago
- a56e10d Run test_translate_ciphers_format.sh from root by Joe Subbiani · 4 years ago
- f849a93 Improve python coding style by Joe Subbiani · 4 years ago
- f3fcc29 Move translate scripts to appropriate folder by Joe Subbiani · 4 years ago
- 0bf740e Merge pull request #4765 from gilles-peskine-arm/all.sh-subshells-3.0 by Gilles Peskine · 4 years ago
- e45ee40 Merge pull request #4811 from hanno-arm/tls13_ciphersuite_api by Manuel Pégourié-Gonnard · 4 years ago
- fc1e9ff Use Abstract Base Classes to ensure Problem is not instantiated by Yuto Takano · 4 years ago
- 5f83171 Fix listing line number wrongly using start char pos by Yuto Takano · 4 years ago
- 7143209 Remove unused imports in list_internal_identifiers.py by Yuto Takano · 4 years ago
- 3590691 Fix issues raised by Pylint 2.4.4 on CI by Yuto Takano · 4 years ago
- 4b7d23d Separate make clean and make lib in check_names by Yuto Takano · 4 years ago
- 704b0f7 Use .span() for positions, and separate line_no argument in Match by Yuto Takano · 4 years ago
- b1417b4 Use Enums for the enum-parsing state machine by Yuto Takano · 4 years ago
- 5473be2 Use a class variable for `quiet` instead of passing it around by Yuto Takano · 4 years ago
- 6adb287 Move duplicated behaviour in get_files to own function by Yuto Takano · 4 years ago
- 90bc026 Exclusively use re.search() to avoid confusion with .match() by Yuto Takano · 4 years ago
- 9d9c6dc Align the item counts in check_names for ease of reading by Yuto Takano · 4 years ago
- 165700c Remove unnecessary try/catch in list_internal_identifiers by Yuto Takano · 4 years ago
- 8246eb8 Fix English typos in comments of check_names and list-identifiers by Yuto Takano · 4 years ago
- fb86ac7 Comment Match.__str__ and use format() to simplify calculation by Yuto Takano · 4 years ago
- 4512f21 Merge pull request #3572 from mpg/add-arm-linux-build by Manuel Pégourié-Gonnard · 4 years ago
- ae33685 Add ssl-opt.sh run to TLS 1.3 test in all.sh by Hanno Becker · 4 years ago
- 2aec149 Merge pull request #4248 from hanno-arm/tls13_populate_transform by Dave Rodgman · 4 years ago
- d73cec1 Add newline at end of list-identifiers.sh by Yuto Takano · 4 years ago
- ac72fac Put back list-identifiers.sh as a thin wrapper around the python script by Yuto Takano · 4 years ago
- 206b022 Fix off-by-one error in string formatting in Python by Yuto Takano · 4 years ago
- 7bfac1d Fix incorrect reference to NameCheck in script docstring by Yuto Takano · 4 years ago
- 55c6c87 Separate code parsing and name checking in two classes by Yuto Takano · 4 years ago
- f8f88d6 Merge pull request #4746 from gilles-peskine-arm/bump-version-3.0 by Janos Follath · 4 years ago
- 5095343 Bring back logging of number of files by Yuto Takano · 4 years ago
- 8e9a219 Improve ease of specifying which files to look in (check_names) by Yuto Takano · 4 years ago
- f005c33 Change variable name argparser to parser by Yuto Takano · 4 years ago
- d70d446 Improve code style consistency in check_names.py by Yuto Takano · 4 years ago
- 68d2412 Create list_internal_identifiers.py by Yuto Takano · 4 years ago
- 977e07f Use glob in get_files(), call setup_logger on init by Yuto Takano · 4 years ago
- 51efcb1 Rename check-names.py to check_names.py by Yuto Takano · 4 years ago
- 6fececf Comment why is used by Yuto Takano · 4 years ago
- fc54dfb Move check_repo_path into NameCheck as staticmethod by Yuto Takano · 4 years ago
- 55614b5 Use --quiet to hide explanations and show only minimal necessary info by Yuto Takano · 4 years ago
- b47b504 Improve comments in parse_mbed_words() by Yuto Takano · 4 years ago
- 12a7ecd Fix further pylint issues picked up by Travis CI by Yuto Takano · 4 years ago
- a083d15 Specify file open encoding as utf-8 in check-names by Yuto Takano · 4 years ago
- 381fda8 Print line number next to problem in check-names by Yuto Takano · 4 years ago
- bcc3d99 Fix compatibiliy with Python 3.5 on the CI by Yuto Takano · 4 years ago
- d93fa37 Address all pylint issues to follow style by Yuto Takano · 4 years ago
- 9e0e0e9 Fix Pylint-detected function argument syntax error by Yuto Takano · 4 years ago
- 25eeb7b Output subprocess stdout if it errored by Yuto Takano · 4 years ago
- cfc9e4a Change identifier regex to better support multiline declarations by Yuto Takano · 4 years ago
- 8f457cf Use enumerate() to get line numbers by Yuto Takano · 4 years ago
- a4e7512 Output line number, line, and position of error by Yuto Takano · 4 years ago
- 159255a Document dependency on nm by Yuto Takano · 4 years ago
- 13ecd99 Improve regex to adapt to flexible spaces by Yuto Takano · 4 years ago
- 5c1acf2 Match macros with spaces between # and define by Yuto Takano · 4 years ago
- d24e037 Warn user if files are excluded from search by Yuto Takano · 4 years ago
- 5939a2a Check environment by verifying other dirs' existence by Yuto Takano · 4 years ago
- 201f9e8 Make use of -v to log some debug information by Yuto Takano · 4 years ago
- 81528c0 Add documentation, fix identifier parsing by Yuto Takano · 4 years ago
- 6f38ab3 Fix legacy troublesome regex by Yuto Takano · 4 years ago
- fe02684 Python port of f6643ccd90694ae99d05541990b78738a8444ab0 by Yuto Takano · 4 years ago
- 0fd48f7 Python port of 7cc4c68eb63a24f9cbf814254cd537df819958e5 by Yuto Takano · 4 years ago
- 1722098 Parse identifiers from library headers: Python port of d9eee3b417c2e8f63dd10d835ab9a9472242c2ed by Yuto Takano · 4 years ago
- 56e3a5c Add test driver symbols: Python port of 7f13fa2454282b21930045a3f4f9a2835d80425e by Yuto Takano · 4 years ago
- e77f699 Exclude FStar and Hacl: Python port of 9b33e7d7d7426e3d7f27cd7d206765ae33e3e61f by Yuto Takano · 4 years ago
- 062289c Invoke config.py instead of pl: Python port of 5d46f6a89b25603f0a77466c618213200c328510 by Yuto Takano · 4 years ago
- c62b408 Per-line opt-out of typo check: Python port of b6837761815e1a8f6f475be4575824fc386a08dd by Yuto Takano · 4 years ago
- e503d61 Remove 1.3 to 2.0 helpers: Python port of 7d48b2821808e964ab594462e419fbed0e015729 by Yuto Takano · 4 years ago
- 157444c Add library header files: Python port of 65a6fa3e2669cb02af5399d0f60b5bed3e62a9be by Yuto Takano · 4 years ago
- c763cc3 Check for double underscores: Python port of 712f7a804e391737b0e9d2593abe291f4ccb0303 by Yuto Takano · 4 years ago
- fa950ae Look in 3rdparty: Python port of 8a0f5bb3c11196a5bc0df6393a47e56c40adb7ac by Yuto Takano · 4 years ago