1. a138802 Move declarations of testing-only base64 functions to their own header by Gilles Peskine · 4 years ago
  2. 3f0722c Fix the build of sample programs without mbedtls_strerror by Gilles Peskine · 4 years ago
  3. 0f4e3fb Mark output as public before testing it by Gilles Peskine · 4 years ago
  4. 85f3165 Fix printf format signedness error by Gilles Peskine · 4 years ago
  5. 3b1f4c0 Add unit tests for base64 internal functions by Gilles Peskine · 4 years ago
  6. 2c78f98 Expose internal base64 functions for testing by Gilles Peskine · 4 years ago
  7. 38d41b9 load_roots: properly error out on an invalid option by Gilles Peskine · 4 years ago
  8. 373c54e load_roots: fix no-argument detection by Gilles Peskine · 4 years ago
  9. db92884 load_roots: arguments must be files by Gilles Peskine · 4 years ago
  10. a2dc0cc mask_of_range: simplify high comparison by Gilles Peskine · 4 years ago
  11. 831fd76 Base64 decode: simplify local variables (n) by Gilles Peskine · 4 years ago
  12. 327c33f Base64 range-based constant-flow code: changelog entry by Gilles Peskine · 4 years ago
  13. d6e3f46 Base64 encoding: use ranges instead of tables by Gilles Peskine · 4 years ago
  14. a97e911 Base64 decode: simplify local variables by Gilles Peskine · 4 years ago
  15. c48ab11 Base64 decoding: use ranges instead of tables by Gilles Peskine · 4 years ago
  16. 6b541a0 Base64 decoding: don't use the table for '=' by Gilles Peskine · 4 years ago
  17. 82c0432 New sample program to benchmark certificate loading by Gilles Peskine · 4 years ago
  18. 1893cd3 Merge pull request #5104 from gilles-peskine-arm/test_equal_verbose-2.x by Gilles Peskine · 3 years, 10 months ago
  19. b436649 Show values when TEST_EQUAL fails by Gilles Peskine · 4 years, 3 months ago
  20. a686bf4 Merge pull request #5083 from mprse/issue_5065_2x by Gilles Peskine · 3 years, 10 months ago
  21. 7ce979a all.sh: tests/scripts/all.sh full minus MBEDTLS_CHACHAPOLY_C without PSA_WANT_ALG_GCM and PSA_WANT_ALG_CHACHA20_POLY1305 by Przemyslaw Stekiel · 3 years, 10 months ago
  22. e4739ab Merge pull request #5038 from mprse/issue_4551_2x by Gilles Peskine · 3 years, 10 months ago
  23. 95f2324 Merge pull request #4845 from mstarzyk-mobica/ecb-alt-ret-2.2x by Gilles Peskine · 3 years, 10 months ago
  24. ecb8da0 Merge pull request #5073 from paul-elliott-arm/fix-resumption-openssl-client-tests-2.x by Gilles Peskine · 3 years, 10 months ago
  25. ccba129 Use 127.0.0.1 rather than localhost by Paul Elliott · 3 years, 10 months ago
  26. 405fccc Fix incorrect check for DTLS by Paul Elliott · 3 years, 10 months ago
  27. 7ca2f39 Spelling fix by Paul Elliott · 3 years, 10 months ago
  28. d76c47d Use newer OpenSSL for tests failing with the old by Manuel Pégourié-Gonnard · 3 years, 10 months ago
  29. 633a74e Backport OPENSSL_NEXT to ssl-opt.sh by Paul Elliott · 3 years, 10 months ago
  30. 96de45e Re-generate test_suite_psa_crypto_not_supported.generated.data by Przemyslaw Stekiel · 3 years, 10 months ago
  31. d6ead7c Address review comments by Przemyslaw Stekiel · 3 years, 10 months ago
  32. 81be6e2 enerate_psa_tests.py fix format by Przemyslaw Stekiel · 3 years, 10 months ago
  33. 330e460 Addapt psa_generate_key() tests by Przemyslaw Stekiel · 3 years, 10 months ago
  34. 479a13d Add change-log entry by Przemyslaw Stekiel · 3 years, 10 months ago
  35. 5b20a7e psa_generate_key(): return PSA_ERROR_INVALID_ARGUMENT for public key by Przemyslaw Stekiel · 3 years, 10 months ago
  36. e93b369 Merge pull request #5035 from gilles-peskine-arm/readme-add-contacts-2.x by Gilles Peskine · 3 years, 10 months ago
  37. 70c1260 Merge pull request #5033 from gilles-peskine-arm/all.sh-makeflags-nproc-2.x by Gilles Peskine · 3 years, 10 months ago
  38. 289c66c Add contact information directly on the home page by Gilles Peskine · 3 years, 10 months ago
  39. 85229ac Limit make parallelism to the number of CPUs by Gilles Peskine · 3 years, 10 months ago
  40. a4e060b Merge pull request #5000 from mprse/mbedtls_cipher_setup_psa_ECB_2x by Gilles Peskine · 3 years, 10 months ago
  41. c79e4ab Fix typo in comment by Gilles Peskine · 3 years, 10 months ago
  42. 8ad54fa Update files generated from config.h by Gilles Peskine · 3 years, 10 months ago
  43. c277932 Make MBEDTLS_IGNORE_RETURN configurable by Gilles Peskine · 3 years, 10 months ago
  44. 327cb72 Cleaner implementation of MBEDTLS_IGNORE_RETURN by Gilles Peskine · 3 years, 10 months ago
  45. 9110809 Fix mistake in the sample implementation of MBEDTLS_CHECK_RETURN by Gilles Peskine · 3 years, 10 months ago
  46. f315d6a Merge pull request #4957 from gilles-peskine-arm/make-tests-v-2.2x by Gilles Peskine · 3 years, 10 months ago
  47. 6c0ec0e Adapt return status to 2.x by Przemyslaw Stekiel · 3 years, 10 months ago
  48. 7ab374f Add change-log: fix-mbedtls_cipher_crypt-aes-ecb.txt by Przemyslaw Stekiel · 3 years, 10 months ago
  49. 39f4e75 Address review comments by Przemyslaw Stekiel · 3 years, 10 months ago
  50. f0fa86e Add PSA support for MBEDTLS_CIPHER_AES_128_ECB by Przemyslaw Stekiel · 3 years, 10 months ago
  51. 6c86668 test_suite_cipher: add tests for mbedtls_cipher_setup_psa() with ECB by Przemyslaw Stekiel · 3 years, 10 months ago
  52. 8489f64 Merge pull request #4991 from gilles-peskine-arm/psa-aead-invalid_nonce_length-2.x by Ronald Cron · 3 years, 10 months ago
  53. 15a7420 Silence warnings about unused return value by Mateusz Starzyk · 4 years ago
  54. 8472a10 New configuration option MBEDTLS_CHECK_RETURN_WARNING by Gilles Peskine · 3 years, 11 months ago
  55. e568eba Use reserved identifier for warn_unused_result by Gilles Peskine · 3 years, 11 months ago
  56. 6b5c0f0 Better default for MBEDTLS_CHECK_RETURN in config.h by Gilles Peskine · 3 years, 11 months ago
  57. ce555e4 Change DES and AES functions to MBEDTLS_CHECK_RETURN_TYPICAL by Gilles Peskine · 3 years, 11 months ago
  58. ee0a443 Define indirection macros MBEDTLS_CHECK_RETURN_xxx by Gilles Peskine · 3 years, 11 months ago
  59. 1ef29fc Add MBEDTLS_CHECK_RETURN description to config.h by Mateusz Starzyk · 4 years ago
  60. 377a310 Catch failures of AES or DES operations by Gilles Peskine · 4 years, 1 month ago
  61. 1b8a294 Test invalid nonce length for one-shot AEAD decryption by Gilles Peskine · 3 years, 10 months ago
  62. ffc2a80 Merge pull request #4983 from mstarzyk-mobica/backport_hash_message_psa_flags by Gilles Peskine · 3 years, 10 months ago
  63. 27bb62b Merge pull request #4985 from gilles-peskine-arm/check-names-rewrite-2.2x by Gilles Peskine · 3 years, 10 months ago
  64. 1c39975 Fix typo by Gilles Peskine · 3 years, 10 months ago
  65. ee20f36 Remove check-names.sh and now-unused helper scripts by Gilles Peskine · 3 years, 10 months ago
  66. 31da67b Switch to the new Python implementation of check-names by Gilles Peskine · 3 years, 10 months ago
  67. d47f636 Adapt source file names from Mbed TLS 3.0 to 2.27 by Gilles Peskine · 3 years, 10 months ago
  68. 5b4caf2 Fix typos pointed out by check_names by Yuto Takano · 4 years ago
  69. 7bf5205 More robust handling of excluded files by Gilles Peskine · 3 years, 10 months ago
  70. 8266b5b Copy check_names.py and friends from development by Gilles Peskine · 3 years, 10 months ago
  71. e6e02b6 Extend mac_key_policy test. by Mateusz Starzyk · 4 years ago
  72. 25e65db Use separate expected results for MAC sign and verify key policy. by Mateusz Starzyk · 4 years ago
  73. 18f662b Fix mac_key_policy test function by Mateusz Starzyk · 4 years ago
  74. dd55b25 Require MESSAGE flag in PSA MAC setup. by Mateusz Starzyk · 4 years ago
  75. 186c021 Merge pull request #4978 from davidhorstmann-arm/2.x-fix-aarch64-asm-constraints by Gilles Peskine · 3 years, 10 months ago
  76. 97cd769 Merge pull request #4979 from gilles-peskine-arm/doc-use-psa-crypto-2.x by Gilles Peskine · 3 years, 11 months ago
  77. fec7ef8 Mention areas that are not (well) tested. by Manuel Pégourié-Gonnard · 3 years, 11 months ago
  78. ee20baf Clarify that 1.3 is excluded by Manuel Pégourié-Gonnard · 3 years, 11 months ago
  79. 12ab49a Improve wording and fix some typos. by Manuel Pégourié-Gonnard · 3 years, 11 months ago
  80. b4113ba Clarify wording of "not covered" section by Manuel Pégourié-Gonnard · 3 years, 11 months ago
  81. 1fa923a Fix inaccuracy in key exchange summary by Manuel Pégourié-Gonnard · 3 years, 11 months ago
  82. 6cf7d94 Document parts not covered by USE_PSA_CRYPTO by Manuel Pégourié-Gonnard · 3 years, 11 months ago
  83. b52b91d Remove warning about PSA Crypto being beta by Manuel Pégourié-Gonnard · 3 years, 11 months ago
  84. 04bc687 Document current effects of USE_PSA_CRYPTO by Manuel Pégourié-Gonnard · 3 years, 11 months ago
  85. 00b72fc Add docs/use-psa-crypto.md by Manuel Pégourié-Gonnard · 3 years, 11 months ago
  86. 27d8b5c Combine changelog entries for muladdc assembly fix by David Horstmann · 3 years, 11 months ago
  87. 7358065 Merge pull request #4970 from jclab-joseph/pr/fix/build-alpine_2.x by Gilles Peskine · 3 years, 11 months ago
  88. a23be22 Fix aarch64 assembly for bignum multiplication by David Horstmann · 3 years, 11 months ago
  89. 00f4eae Fix test code to can be built on alpine by joseph · 3 years, 11 months ago
  90. fe0acc6 Move long -D lists from all.sh to a header file by Gilles Peskine · 3 years, 11 months ago
  91. c761d8f 'make test': show failing test cases when cmake does by Gilles Peskine · 3 years, 11 months ago
  92. 02e17c0 Merge pull request #4941 from gilles-peskine-arm/muladdc-amd64-memory-2.x by Gilles Peskine · 3 years, 11 months ago
  93. 3c0f304 Merge pull request #4954 from SiliconLabs/backport_4878 by Gilles Peskine · 3 years, 11 months ago
  94. 184a688 Update the list of issues fixed by Gilles Peskine · 3 years, 11 months ago
  95. c6d977e x86_64 MULADDC assembly: add missing constraints about memory by Gilles Peskine · 3 years, 11 months ago
  96. 394b9f2 Merge pull request #4898 from mstarzyk-mobica/disable_defaults_sha1 by Gilles Peskine · 3 years, 11 months ago
  97. 2079aa7 Merge pull request #4939 from gilles-peskine-arm/psa_cipher_update_ecp-unused_parameter-2.x by Janos Follath · 3 years, 11 months ago
  98. 0390016 Fix the size in bytes by Gilles Peskine · 3 years, 11 months ago
  99. a63ba6c psa_cipher_update_ecb: remove parameter output_size by Gilles Peskine · 3 years, 11 months ago
  100. 7b1c916 Document the internal function psa_cipher_update_ecb by Gilles Peskine · 3 years, 11 months ago