1. 26f60b3 Add Cryptodome to maintainer requirements by Gilles Peskine · 2 years, 5 months ago
  2. b3e5340 Clarify comment by Gilles Peskine · 2 years, 5 months ago
  3. 2673aa5 Remove accidental requirement on the worktree content by Gilles Peskine · 2 years, 5 months ago
  4. d25fab6 Update based on comments by Xiaofei Bai · 2 years, 5 months ago
  5. 117282f Delete unneccesary changelog entry by Paul Elliott · 2 years, 5 months ago
  6. 4768a30 Simplify Input usage macros by Paul Elliott · 2 years, 5 months ago
  7. df00695 Rename (and relabel) pkcs12 test case by Paul Elliott · 2 years, 5 months ago
  8. 3584ae4 Remove incorrect test dependency by Paul Elliott · 2 years, 5 months ago
  9. ad7e8a7 Documentation fixes by Paul Elliott · 2 years, 5 months ago
  10. e2b6866 Align function parameter names for mbedtls_set_key_owner_id in PSA headers by Antonio de Angelis · 2 years, 5 months ago
  11. fe08944 Fix spelling error by Paul Elliott · 2 years, 5 months ago
  12. 89c8e09 Convert tabs to spaces by Paul Elliott · 2 years, 5 months ago
  13. 533a728 mbedtls_ssl_config: Replace bit-fields by separate bytes by Gilles Peskine · 2 years, 6 months ago
  14. 8834d87 mbedtls_ssl_config, mbedtls_ssl_session: reorder fields by Gilles Peskine · 2 years, 5 months ago
  15. ec45c1e mbedtls_ssl_handshake_params: reorder fields to save code size by Gilles Peskine · 2 years, 5 months ago
  16. 55490d4 mbedtls_ssl_handshake_params: use bytes for some small values by Gilles Peskine · 2 years, 5 months ago
  17. 66491c7 Edit docs to explain not changing curve order by Paul Elliott · 2 years, 5 months ago
  18. cae5909 psa: aead: Fix invalid output buffer usage in generate_nonce() by Ronald Cron · 2 years, 5 months ago
  19. 0b71611 [session] fix a session copy bug by 吴敬辉 · 2 years, 5 months ago
  20. 72abd8a Fix type for iv size and block size in tests by Max Fillinger · 2 years, 5 months ago
  21. c3cffae Document return value for IV size getter on NULL by Max Fillinger · 2 years, 5 months ago
  22. a096975 Add documentation for the functions by Gabor Mezei · 2 years, 5 months ago
  23. 14d5fac Unify function parameters by Gabor Mezei · 2 years, 5 months ago
  24. c0d8dda Make mbedtls_ct_uchar_mask_of_range function static by Gabor Mezei · 2 years, 5 months ago
  25. d77b86c Delete base64_invasive.h due to functions are moved to the constant-time module by Gabor Mezei · 2 years, 6 months ago
  26. 358829a Move mbedtls_ct_base64_dec_value function to the constant-time module by Gabor Mezei · 2 years, 6 months ago
  27. 9a4074a Move mbedtls_ct_base64_enc_char function to the constant-time module by Gabor Mezei · 2 years, 6 months ago
  28. 28d6115 Move mbedtls_ct_uchar_mask_of_range function to the constant-time module by Gabor Mezei · 2 years, 6 months ago
  29. b8d7892 Rename functions to have suitable name by Gabor Mezei · 2 years, 6 months ago
  30. c6e6f50 psa: cipher: Fix invalid output buffer usage in psa_cipher_encrypt() by Ronald Cron · 2 years, 10 months ago
  31. 13ed5c1 test: psa driver wrapper: Add non regression test for psa_cipher_encrypt() by Ronald Cron · 2 years, 10 months ago
  32. c60772c test: psa driver wrapper: Add cipher_encrypt negative testing by Ronald Cron · 2 years, 10 months ago
  33. 9b67428 psa: cipher: Add IV parameters to cipher_encrypt entry point by Ronald Cron · 2 years, 10 months ago
  34. e9a45fc test: psa driver: Remove unnecessary IV generation by Ronald Cron · 2 years, 10 months ago
  35. 2391952 psa: cipher: Align APIs execution flow by Ronald Cron · 2 years, 10 months ago
  36. 2fb9052 psa: cipher: Fix invalid output buffer usage in psa_cipher_generate_iv() by Ronald Cron · 2 years, 10 months ago
  37. 2d75cd7 test: psa driver wrapper: Add non regression test for psa_cipher_generate_iv() by Ronald Cron · 2 years, 10 months ago
  38. 6c9bb0f test: psa cipher: Add unexpected IV setting/generation negative tests by Ronald Cron · 2 years, 10 months ago
  39. 8716f17 Tweak whitespace for readability by Gilles Peskine · 2 years, 6 months ago
  40. 2d8a182 PSA global data: move fields around to save code size by Gilles Peskine · 2 years, 6 months ago
  41. e3d9c9d PSA operation structures: move less-used fields to the end by Gilles Peskine · 2 years, 6 months ago
  42. 6dc90da Rebased on 74217ee and add fixes by Xiaofei Bai · 2 years, 5 months ago
  43. 9539501 Rebase and add fixes by Xiaofei Bai · 2 years, 5 months ago
  44. feecbbb Fix some variable names in code comment by Xiaofei Bai · 2 years, 5 months ago
  45. 89b526d Fix some more variables names by Xiaofei Bai · 2 years, 5 months ago
  46. b797284 Fix variable names in ssl_tls13_keys.* by Xiaofei Bai · 2 years, 6 months ago
  47. eef1504 Fix variable names in ssl_tls13_generic/client.c by Xiaofei Bai · 2 years, 6 months ago
  48. 746f948 Fix 1_3/13 usages in macros and function names by Xiaofei Bai · 2 years, 6 months ago
  49. 74217ee Merge pull request #5202 from xkqian/pr/add_rsa_pkcsv15 by Ronald Cron · 2 years, 5 months ago
  50. a0e57ef Merge pull request #5131 from gilles-peskine-arm/dlopen-test by Gilles Peskine · 2 years, 5 months ago
  51. e922684 Merge pull request #4895 from ronald-cron-arm/psa-opaque-key-checks by Gilles Peskine · 2 years, 5 months ago
  52. 161d661 Merge pull request #5222 from paul-elliott-arm/fix_test_suite_ssl by Gilles Peskine · 2 years, 5 months ago
  53. f303c0d Fix several bugs with multiline comments by Gilles Peskine · 2 years, 6 months ago
  54. b4b18c1 Improve comment and string stripping by Gilles Peskine · 2 years, 6 months ago
  55. bc1e8f6 Fix terminology in comment by Gilles Peskine · 2 years, 6 months ago
  56. b9fc488 Move comment and string literal processing to a new function by Gilles Peskine · 2 years, 6 months ago
  57. 9b2fa72 Simplify some regex definitions by Gilles Peskine · 2 years, 6 months ago
  58. 152de23 Lift some code out of parse_identifiers by Gilles Peskine · 2 years, 6 months ago
  59. c879420 Fix comment parsing by Gilles Peskine · 2 years, 6 months ago
  60. 09c02ee Make PSA headers more self-contained by Gilles Peskine · 2 years, 5 months ago
  61. 62dc392 Stop CMake out of source tests running on 16.04 by Paul Elliott · 2 years, 5 months ago
  62. b112da7 Remove the test case which has been covered by XiaokangQian · 2 years, 5 months ago
  63. d39a18d Disable psa support in rsa pkcs1 test by XiaokangQian · 2 years, 5 months ago
  64. 4d2329f Change code based on reviews by XiaokangQian · 2 years, 5 months ago
  65. 7285067 Rebase code and remove useless state in test script by XiaokangQian · 2 years, 5 months ago
  66. a83014d TLS1.3: Add signature scheme pkcs1 v1.5 by XiaokangQian · 2 years, 5 months ago
  67. e0bbedf Merge pull request #5199 from AndrzejKurek/fix-getting-started by Gilles Peskine · 2 years, 5 months ago
  68. e2d707f Merge pull request #4866 from gabor-mezei-arm/3649_move_constant_time_functions_into_separate_module by Gilles Peskine · 2 years, 5 months ago
  69. 472fd17 Fix Changelog by Paul Elliott · 2 years, 5 months ago
  70. 21c8fe5 Fix compilation errors. by Paul Elliott · 2 years, 5 months ago
  71. b92b88c Merge pull request #5127 from xkqian/xkqian/pr/add_rsa_pss_rsae by Ronald Cron · 2 years, 5 months ago
  72. 685472b Update function name by Gabor Mezei · 2 years, 5 months ago
  73. be7b21d Merge branch 'development' into 3649_move_constant_time_functions_into_separate_module by Gabor Mezei · 2 years, 5 months ago
  74. 30f5560 Reverse the cert file by XiaokangQian · 2 years, 5 months ago
  75. f9fca8a Add back cipher suite information in ssh-opt.sh by XiaokangQian · 2 years, 5 months ago
  76. 25476a4 Change code based on review by XiaokangQian · 2 years, 5 months ago
  77. ff5f6c8 Refine test code and test scripts by XiaokangQian · 2 years, 5 months ago
  78. 07c5547 Change cert file to server2-sha256.crt by XiaokangQian · 2 years, 5 months ago
  79. f977e9a Add componet test and rsa signature options by XiaokangQian · 2 years, 5 months ago
  80. a27b352 Disable PSA_CRYPTO in tls1.3 tests by XiaokangQian · 2 years, 5 months ago
  81. 3616243 Merge pull request #5170 from tom-cosgrove-arm/fix-list-of-lts-branches-in-contributing.md by Gilles Peskine · 2 years, 5 months ago
  82. 0c9f058 Merge pull request #5213 from tom-cosgrove-arm/pr_4950 by Gilles Peskine · 2 years, 5 months ago
  83. 9264428 Merge pull request #5105 from AaronErhardt/doc-fixes by Gilles Peskine · 2 years, 5 months ago
  84. bfa273e Fix missing test dependancies by Paul Elliott · 2 years, 5 months ago
  85. 7f29ea6 Allow passing options to pip by Gilles Peskine · 2 years, 5 months ago
  86. d663543 Add PKCS12 tests by Paul Elliott · 2 years, 6 months ago
  87. bdf26de Fix test failure and remove useless code by XiaokangQian · 2 years, 5 months ago
  88. 3887ab5 Use O_NEXT_SRV to support ciphersuite option by XiaokangQian · 2 years, 5 months ago
  89. 22dd68c Rebase code and run through the whole test flow by XiaokangQian · 2 years, 5 months ago
  90. d150189 Change script to solve G_NEXT_SRV_RSA not set issue by XiaokangQian · 2 years, 5 months ago
  91. 4b82ca1 Refine test code and test scripts by XiaokangQian · 2 years, 6 months ago
  92. d940e64 Add test script for RSA signature by XiaokangQian · 2 years, 6 months ago
  93. 82d34cc Add signature scheme rsa pss by XiaokangQian · 2 years, 6 months ago
  94. e85bb70 Fix documentation for block size getters by Max Fillinger · 2 years, 5 months ago
  95. 5fee208 Make new IV and block size getters return size_t by Max Fillinger · 2 years, 5 months ago
  96. e3ed824 Fix duplicate variable name in getting_started.md by Andrzej Kurek · 2 years, 5 months ago
  97. 4086bdb Better fix for empty password / salt by Paul Elliott · 2 years, 6 months ago
  98. fb5fdb5 Further documentation improvements by Paul Elliott · 2 years, 6 months ago
  99. 0b7d5a8 Make changelog more specific by Paul Elliott · 2 years, 6 months ago
  100. 8f63f6d Use a method to invoke pip that works on Windows by Gilles Peskine · 2 years, 6 months ago