1. 5b5faf0 Merge pull request #8844 from davidhorstmann-arm/restore-x509-functions-to-public by Manuel Pégourié-Gonnard · 1 year, 5 months ago gh-readonly-queue/development/pr-8844-ca21b241bd0ad25b2b768c8125d3a6a582181d8c
  2. ca21b24 Merge pull request #8840 from gilles-peskine-arm/domain_parameters-remove by Tom Cosgrove · 1 year, 5 months ago gh-readonly-queue/development/pr-8840-f4a200f106f4203322fcfc141c50cd2645021272
  3. e22f6a9 Finish cleaning up override that's no longer needed by Gilles Peskine · 1 year, 5 months ago
  4. 97c0b2f Remove domain parameters from psa_key_attributes_t by Gilles Peskine · 1 year, 6 months ago
  5. ef950cc Un-unrestore mbedtls_x509_string_to_names() by David Horstmann · 1 year, 5 months ago
  6. f4a200f Merge pull request #8838 from paul-elliott-arm/improve_test_data_accessors by Tom Cosgrove · 1 year, 5 months ago gh-readonly-queue/development/pr-8838-0f63028809e775eb068b3575a1fd36f1ed917ff0
  7. ae5eb64 Remove domain parameters from the public API by Gilles Peskine · 1 year, 6 months ago
  8. bb6f3ff Rename variables by Gilles Peskine · 1 year, 6 months ago
  9. 4c32b69 Ignore domain parameters in RSA key generation by Gilles Peskine · 1 year, 6 months ago
  10. 6a2c400 typo by Gilles Peskine · 1 year, 5 months ago
  11. 0f63028 Merge pull request #8815 from gilles-peskine-arm/psa_generate_key_ext-prototype by Gilles Peskine · 1 year, 5 months ago
  12. 9011dae Improve documentation / comments by Paul Elliott · 1 year, 5 months ago
  13. 665cf92 Merge pull request #8856 from Ryan-Everett-arm/threadsafe-openkey by Paul Elliott · 1 year, 5 months ago
  14. 5a4a6e4 Merge pull request #8833 from Ryan-Everett-arm/threadsafe-multiparts by Paul Elliott · 1 year, 5 months ago
  15. 817772a Merge pull request #8716 from mschulz-at-hilscher/feature/gcm_largetable by Tom Cosgrove · 1 year, 5 months ago
  16. 81c3223 Merge pull request #8855 from gilles-peskine-arm/benchmark-ecdh-no-legacy by Manuel Pégourié-Gonnard · 1 year, 5 months ago
  17. 7f72a06 Remove cruft by Gilles Peskine · 1 year, 5 months ago
  18. f6eb0b8 Changelog entry for benchmark improvement by Gilles Peskine · 1 year, 6 months ago
  19. dd9cbf9 Benchmark only one side of ECDH, both static and ephemeral by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  20. 74589ba ssl_context_info: explicitly note accesses to private fields by Gilles Peskine · 1 year, 6 months ago
  21. 72da8b3 Don't authorize private access to fields where not actually needed by Gilles Peskine · 1 year, 6 months ago
  22. abf0be3 fuzz_dtlsserver: explicitly note the one access to a private field by Gilles Peskine · 1 year, 6 months ago
  23. d5f6897 fuzz_pubkey, fuzz_privkey: no real need to access private fields by Gilles Peskine · 1 year, 6 months ago
  24. e110a4c Make psa_open_key threadsafe by Ryan Everett · 1 year, 6 months ago
  25. 9af70e5 Make multi-part AEAD operations thread-safe by Ryan Everett · 1 year, 6 months ago
  26. bbedfce Make multi-part PAKE operations thread-safe by Ryan Everett · 1 year, 6 months ago
  27. 5ac6fa7 Make multi-part key derivation operations thread-safe by Ryan Everett · 1 year, 6 months ago
  28. c0053cc Make multi-part cipher operations thread-safe by Ryan Everett · 1 year, 6 months ago
  29. 291267f Make restartable signature verifications thread-safe by Ryan Everett · 1 year, 6 months ago
  30. dcc03d5 Make restartable signature operations thread-safe by Ryan Everett · 1 year, 6 months ago
  31. fb9857f Make multi-part MAC operations thread-safe by Ryan Everett · 1 year, 6 months ago
  32. 7a3059a Benchmark: not using private fields anymore by Gilles Peskine · 1 year, 6 months ago
  33. 984352d Benchmark: remove the legacy-context ECDH block by Gilles Peskine · 1 year, 6 months ago
  34. 0aab69d Merge pull request #8807 from gilles-peskine-arm/pk_import_into_psa-implement_import by Gilles Peskine · 1 year, 6 months ago
  35. d237190 Merge pull request #8773 from Ryan-Everett-arm/threadsafe-key-locking by Paul Elliott · 1 year, 6 months ago
  36. dd49c73 Merge remote-tracking branch 'development' into pk_import_into_psa-implement_import by Gilles Peskine · 1 year, 6 months ago
  37. 8ed3c60 Remove unnecessary ChangeLog entry by David Horstmann · 1 year, 6 months ago
  38. 9464913 Unrestore mbedtls_x509_string_to_names() by David Horstmann · 1 year, 6 months ago
  39. 0ecb5fd Merge pull request #8574 from ronald-cron-arm/ssl-tickets by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  40. 93cea57 Clarify which unregister operation needs to be used by Ryan Everett · 1 year, 6 months ago
  41. 23605d1 More renaming: method -> production parameters by Gilles Peskine · 1 year, 6 months ago
  42. 092ce51 Rename "key generation method" to "key production parameters" by Gilles Peskine · 1 year, 6 months ago
  43. fc3f980 Merge pull request #8826 from valeriosetti/issue8824 by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  44. a7f651c Merge pull request #8804 from valeriosetti/issue8799 by Manuel Pégourié-Gonnard · 1 year, 6 months ago gh-readonly-queue/development/pr-8804-9fb53a9e26d10cc9da555f1abeadeeec5ee33960
  45. e7a7013 Remove initialization function for variable-length struct by Gilles Peskine · 1 year, 6 months ago
  46. dc5597b Fix copypasta by Gilles Peskine · 1 year, 6 months ago
  47. 3e6ac1b fix changelog by Valerio Setti · 1 year, 6 months ago
  48. 56457b9 add changelog by Valerio Setti · 1 year, 6 months ago
  49. 7e1596d rsa: remove leftovers from mbedtls_rsa_parse_[pub]key() by Valerio Setti · 1 year, 6 months ago
  50. 02f3023 pem: zeroize the entire buffer in case of errors in mbedtls_pem_read_buffer() by Valerio Setti · 1 year, 6 months ago
  51. 9fb53a9 Merge pull request #8744 from Ryan-Everett-arm/threadsafe-key-loading by Janos Follath · 1 year, 6 months ago
  52. 028a38b Merge pull request #8661 from BensonLiou/use_init_api by Janos Follath · 1 year, 6 months ago
  53. 80bc5d6 test_suite_pk: fix data in some RSA related test cases by Valerio Setti · 1 year, 6 months ago
  54. 85e568c pk: fix documentation for RSA sign/verify and encrypt/decrypt by Valerio Setti · 1 year, 6 months ago
  55. f966a97 test_suite_pk: remove leftover comment by Valerio Setti · 1 year, 6 months ago
  56. e88a1c5 pem: fix return values in pem_check_pkcs_padding() by Valerio Setti · 1 year, 6 months ago
  57. e10674d test_suite_pem: fix comment in test case by Valerio Setti · 1 year, 6 months ago
  58. 8de8cc0 Add ChangeLog entry for restoring X509 functions by David Horstmann · 1 year, 6 months ago
  59. 762f9f9 Restore X509 functions erroneously made private by David Horstmann · 1 year, 6 months ago
  60. d93e640 Merge pull request #8797 from adeaarm/check_config_look_for_crypto_client by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  61. eba4ca1 test_suite_pem: solve driver test disparities by Valerio Setti · 1 year, 6 months ago
  62. 4cc6522 pem: do not parse ASN1 data after decryption (removes ASN1 dependency) by Valerio Setti · 1 year, 6 months ago
  63. 8aff4ef test_suite_pem: add more test cases for invalid padding data by Valerio Setti · 1 year, 6 months ago
  64. 90ea4fd pk: fix documentation for sign/verify and encrypt/decrypt by Valerio Setti · 1 year, 6 months ago
  65. 46ee81d test_suite_pk: add test cases for RSA keys (sign/verify & crypt/decrypt) by Gilles Peskine · 1 year, 6 months ago
  66. 0f286d5 pem: reject empty PEM contents by Valerio Setti · 1 year, 6 months ago
  67. 83b8baf mbedtls_pk_import_into_psa: fix Montgomery keys in the legacy case by Gilles Peskine · 1 year, 6 months ago
  68. 2ec141a After pk_import_into_psa, test that the keys match by Gilles Peskine · 1 year, 6 months ago
  69. 6fe8a06 New test helper: mbedtls_test_key_consistency_psa_pk by Gilles Peskine · 1 year, 6 months ago
  70. 4da1f01 Fix copypasta by Gilles Peskine · 1 year, 6 months ago
  71. d6fc350 Test mbedtls_pk_import_into_psa with different bits by Gilles Peskine · 1 year, 6 months ago
  72. 93ecbef pk_wrap: set proper PSA algin rsa wrappers based on padding mode set in RSA context by Valerio Setti · 1 year, 6 months ago
  73. ba536dc Lock test mutex before doing mutex usage check by Paul Elliott · 1 year, 6 months ago
  74. 114ed5e Fix missing mutex lock for mutex usage error by Paul Elliott · 1 year, 6 months ago
  75. 264e210 Rename internal test info data accessors by Paul Elliott · 1 year, 6 months ago
  76. 68a287d Use named constants FROM_PAIR/FROM_PUBLIC for readability by Gilles Peskine · 1 year, 6 months ago
  77. f50cd59 Fix encrypt/decrypt confusion by Gilles Peskine · 1 year, 6 months ago
  78. cbd2cbb Rename identifier for consistency by Gilles Peskine · 1 year, 6 months ago
  79. 0315123 Merge pull request #8691 from billatarm/add-pc-files by Janos Follath · 1 year, 6 months ago gh-readonly-queue/development/pr-8691-59d63b21065c5bf4f7edc112d1b2bd86cff5a53c
  80. 63072b1 Only test custom-e RSA key generation when built in by Gilles Peskine · 1 year, 6 months ago
  81. 69f11c8 generate key ext: skip driver invocation with non-default method by Gilles Peskine · 1 year, 6 months ago
  82. c81393b generate/derive key ext: pass method_data_length rather than method_length by Gilles Peskine · 1 year, 6 months ago
  83. 7a18f96 psa_generate_key_ext: RSA: support custom public exponent by Gilles Peskine · 1 year, 6 months ago
  84. f0765fa Implement psa_generate_key_ext, psa_key_derivation_output_key_ext by Gilles Peskine · 1 year, 6 months ago
  85. 1d25a0a Refactoring: extract rsa_test_e by Gilles Peskine · 1 year, 6 months ago
  86. 6d81cbc Document new functions psa_generate_key_ext, psa_key_derivation_output_key_ext by Gilles Peskine · 1 year, 6 months ago
  87. 59d63b2 Merge pull request #8582 from yanrayw/issue/8167/PK_parse_write_OID_dependency by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  88. a8f8eb1 check_config: add missing dependency check for MBEDTLS_PK_WRITE_C by Yanray Wang · 1 year, 8 months ago
  89. 072a068 check_config: combine check for MBEDTLS_PK_PARSE_C by Yanray Wang · 1 year, 8 months ago
  90. 5b118d4 Check MBEDTLS_PK_{PARSE,WRITE}_C requires MBEDTLS_OID_C by Yanray Wang · 1 year, 8 months ago
  91. 687bfcb pk: remove duplicate define of MBEDTLS_PK_HAVE_ECC_KEYS by Yanray Wang · 1 year, 8 months ago
  92. e9954bb test_suite_pk.function: add correct dependency by Yanray Wang · 1 year, 8 months ago
  93. b807cc6 Add checks for PK_[PARSE/WRITE]_C when PK_HAVE_ECC_KEYS is set by Yanray Wang · 1 year, 8 months ago
  94. e66c841 Make internal test info accessor functions static. by Paul Elliott · 1 year, 6 months ago
  95. 73feaf2 Comment on locking strategy in psa_fail_key_creation by Ryan Everett · 1 year, 6 months ago
  96. 3d8118d Revert psa_reserve_free_key_slot changes, lock in start_key_creation instead by Ryan Everett · 1 year, 6 months ago
  97. b710144 Make psa_fail_key_creation thread safe by Ryan Everett · 1 year, 6 months ago
  98. 91ffe5b Make psa_finish_key_creation thread safe by Ryan Everett · 1 year, 6 months ago
  99. 024b395 Make psa_reserve_free_key_slot thread safe by Ryan Everett · 1 year, 6 months ago
  100. 3ea9450 Merge pull request #8734 from valeriosetti/issue8564 by Gilles Peskine · 1 year, 6 months ago