1. 9b4e964 Merge pull request #8760 from ronald-cron-arm/tls13-write-early-data by Ronald Cron · 1 year, 5 months ago
  2. 7f523bf Merge pull request #8845 from gilles-peskine-arm/ecp-write-doc-3.6 by Manuel Pégourié-Gonnard · 1 year, 5 months ago
  3. 09e6fb4 Merge pull request #8865 from daverodgman/iar-fixes-feb27 by Dave Rodgman · 1 year, 5 months ago
  4. 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
  5. 6a3da2d Add missing casts by Dave Rodgman · 1 year, 5 months ago
  6. 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
  7. e22f6a9 Finish cleaning up override that's no longer needed by Gilles Peskine · 1 year, 5 months ago
  8. 97c0b2f Remove domain parameters from psa_key_attributes_t by Gilles Peskine · 1 year, 6 months ago
  9. ef950cc Un-unrestore mbedtls_x509_string_to_names() by David Horstmann · 1 year, 5 months ago
  10. 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
  11. ae5eb64 Remove domain parameters from the public API by Gilles Peskine · 1 year, 6 months ago
  12. bb6f3ff Rename variables by Gilles Peskine · 1 year, 6 months ago
  13. 4c32b69 Ignore domain parameters in RSA key generation by Gilles Peskine · 1 year, 6 months ago
  14. 6a2c400 typo by Gilles Peskine · 1 year, 5 months ago
  15. 0f63028 Merge pull request #8815 from gilles-peskine-arm/psa_generate_key_ext-prototype by Gilles Peskine · 1 year, 5 months ago
  16. 9011dae Improve documentation / comments by Paul Elliott · 1 year, 5 months ago
  17. 665cf92 Merge pull request #8856 from Ryan-Everett-arm/threadsafe-openkey by Paul Elliott · 1 year, 5 months ago
  18. 5a4a6e4 Merge pull request #8833 from Ryan-Everett-arm/threadsafe-multiparts by Paul Elliott · 1 year, 5 months ago
  19. 817772a Merge pull request #8716 from mschulz-at-hilscher/feature/gcm_largetable by Tom Cosgrove · 1 year, 5 months ago
  20. 81c3223 Merge pull request #8855 from gilles-peskine-arm/benchmark-ecdh-no-legacy by Manuel Pégourié-Gonnard · 1 year, 5 months ago
  21. 7f72a06 Remove cruft by Gilles Peskine · 1 year, 6 months ago
  22. f6eb0b8 Changelog entry for benchmark improvement by Gilles Peskine · 1 year, 6 months ago
  23. dd9cbf9 Benchmark only one side of ECDH, both static and ephemeral by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  24. dcb09ca tests: write early data: Improve get_early_data_status testing by Ronald Cron · 1 year, 6 months ago
  25. f19989d tls13: Improve sanity check in get_early_data_status by Ronald Cron · 1 year, 6 months ago
  26. 74589ba ssl_context_info: explicitly note accesses to private fields by Gilles Peskine · 1 year, 6 months ago
  27. 72da8b3 Don't authorize private access to fields where not actually needed by Gilles Peskine · 1 year, 6 months ago
  28. abf0be3 fuzz_dtlsserver: explicitly note the one access to a private field by Gilles Peskine · 1 year, 6 months ago
  29. d5f6897 fuzz_pubkey, fuzz_privkey: no real need to access private fields by Gilles Peskine · 1 year, 6 months ago
  30. 8f1de7e tls13: Improve documentation by Ronald Cron · 1 year, 6 months ago
  31. 7d158f4 tests: read early data: Use write API to send early data by Ronald Cron · 1 year, 6 months ago
  32. 110303f tests: read early data: Add no early data indication sent scenario by Ronald Cron · 1 year, 6 months ago
  33. e110a4c Make psa_open_key threadsafe by Ryan Everett · 1 year, 6 months ago
  34. 86d288c tests: ssl: Rename tls13_early_data to tls13_read_early_data by Ronald Cron · 1 year, 6 months ago
  35. 9af70e5 Make multi-part AEAD operations thread-safe by Ryan Everett · 1 year, 6 months ago
  36. bbedfce Make multi-part PAKE operations thread-safe by Ryan Everett · 1 year, 6 months ago
  37. 5ac6fa7 Make multi-part key derivation operations thread-safe by Ryan Everett · 1 year, 6 months ago
  38. c0053cc Make multi-part cipher operations thread-safe by Ryan Everett · 1 year, 6 months ago
  39. 291267f Make restartable signature verifications thread-safe by Ryan Everett · 1 year, 6 months ago
  40. dcc03d5 Make restartable signature operations thread-safe by Ryan Everett · 1 year, 6 months ago
  41. fb9857f Make multi-part MAC operations thread-safe by Ryan Everett · 1 year, 6 months ago
  42. 7a3059a Benchmark: not using private fields anymore by Gilles Peskine · 1 year, 6 months ago
  43. 984352d Benchmark: remove the legacy-context ECDH block by Gilles Peskine · 1 year, 6 months ago
  44. 9f2c3c0 tls13: cli: Add mbedtls_ssl_get_early_data_status() API by Ronald Cron · 1 year, 6 months ago
  45. e21c2d2 tls13: cli: Add missing MBEDTLS_SSL_EARLY_DATA guards by Ronald Cron · 1 year, 6 months ago
  46. 0004600 tests: write early data: Inverse loop over state logic by Ronald Cron · 1 year, 6 months ago
  47. bf5e909 tests: write early data: Check we can complete handshake after writing by Ronald Cron · 1 year, 6 months ago
  48. 0aead12 ssl_client2: Improve loop writing early data by Ronald Cron · 1 year, 6 months ago
  49. b4fd47e ssl_client2: Default to library default for early data enablement by Ronald Cron · 1 year, 6 months ago
  50. d406924 Improve comments/documentation by Ronald Cron · 1 year, 6 months ago
  51. 0aab69d Merge pull request #8807 from gilles-peskine-arm/pk_import_into_psa-implement_import by Gilles Peskine · 1 year, 6 months ago
  52. d237190 Merge pull request #8773 from Ryan-Everett-arm/threadsafe-key-locking by Paul Elliott · 1 year, 6 months ago
  53. 4922190 tls13: write_early_data: Add endpoint check by Ronald Cron · 1 year, 6 months ago
  54. dd49c73 Merge remote-tracking branch 'development' into pk_import_into_psa-implement_import by Gilles Peskine · 1 year, 6 months ago
  55. 8ed3c60 Remove unnecessary ChangeLog entry by David Horstmann · 1 year, 6 months ago
  56. 9464913 Unrestore mbedtls_x509_string_to_names() by David Horstmann · 1 year, 6 months ago
  57. 0ecb5fd Merge pull request #8574 from ronald-cron-arm/ssl-tickets by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  58. 93cea57 Clarify which unregister operation needs to be used by Ryan Everett · 1 year, 6 months ago
  59. 23605d1 More renaming: method -> production parameters by Gilles Peskine · 1 year, 6 months ago
  60. 092ce51 Rename "key generation method" to "key production parameters" by Gilles Peskine · 1 year, 6 months ago
  61. fc3f980 Merge pull request #8826 from valeriosetti/issue8824 by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  62. 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
  63. e7a7013 Remove initialization function for variable-length struct by Gilles Peskine · 1 year, 6 months ago
  64. dc5597b Fix copypasta by Gilles Peskine · 1 year, 6 months ago
  65. 3e6ac1b fix changelog by Valerio Setti · 1 year, 6 months ago
  66. 56457b9 add changelog by Valerio Setti · 1 year, 6 months ago
  67. 7e1596d rsa: remove leftovers from mbedtls_rsa_parse_[pub]key() by Valerio Setti · 1 year, 6 months ago
  68. 02f3023 pem: zeroize the entire buffer in case of errors in mbedtls_pem_read_buffer() by Valerio Setti · 1 year, 6 months ago
  69. 9fb53a9 Merge pull request #8744 from Ryan-Everett-arm/threadsafe-key-loading by Janos Follath · 1 year, 6 months ago
  70. 028a38b Merge pull request #8661 from BensonLiou/use_init_api by Janos Follath · 1 year, 6 months ago
  71. 80bc5d6 test_suite_pk: fix data in some RSA related test cases by Valerio Setti · 1 year, 6 months ago
  72. 85e568c pk: fix documentation for RSA sign/verify and encrypt/decrypt by Valerio Setti · 1 year, 6 months ago
  73. f966a97 test_suite_pk: remove leftover comment by Valerio Setti · 1 year, 6 months ago
  74. e88a1c5 pem: fix return values in pem_check_pkcs_padding() by Valerio Setti · 1 year, 6 months ago
  75. e10674d test_suite_pem: fix comment in test case by Valerio Setti · 1 year, 6 months ago
  76. 7511d4a ECP write/export key: document that these functions don't detect unset data by Gilles Peskine · 1 year, 6 months ago
  77. 1c7ff7e mbedtls_ecp_write_key: document and test smaller output buffer by Gilles Peskine · 1 year, 6 months ago
  78. a395bdd mbedtls_ecp_write_key: document and test larger output buffer by Gilles Peskine · 1 year, 6 months ago
  79. 5bb04e0 mbedtls_ecp_write_key: no FEATURE_UNAVAILABLE error by Gilles Peskine · 1 year, 6 months ago
  80. 8de8cc0 Add ChangeLog entry for restoring X509 functions by David Horstmann · 1 year, 6 months ago
  81. 762f9f9 Restore X509 functions erroneously made private by David Horstmann · 1 year, 6 months ago
  82. d93e640 Merge pull request #8797 from adeaarm/check_config_look_for_crypto_client by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  83. eba4ca1 test_suite_pem: solve driver test disparities by Valerio Setti · 1 year, 6 months ago
  84. 4cc6522 pem: do not parse ASN1 data after decryption (removes ASN1 dependency) by Valerio Setti · 1 year, 6 months ago
  85. 8aff4ef test_suite_pem: add more test cases for invalid padding data by Valerio Setti · 1 year, 6 months ago
  86. 90ea4fd pk: fix documentation for sign/verify and encrypt/decrypt by Valerio Setti · 1 year, 6 months ago
  87. 46ee81d test_suite_pk: add test cases for RSA keys (sign/verify & crypt/decrypt) by Gilles Peskine · 1 year, 6 months ago
  88. 0f286d5 pem: reject empty PEM contents by Valerio Setti · 1 year, 6 months ago
  89. 83b8baf mbedtls_pk_import_into_psa: fix Montgomery keys in the legacy case by Gilles Peskine · 1 year, 6 months ago
  90. 2ec141a After pk_import_into_psa, test that the keys match by Gilles Peskine · 1 year, 6 months ago
  91. 6fe8a06 New test helper: mbedtls_test_key_consistency_psa_pk by Gilles Peskine · 1 year, 6 months ago
  92. 24da991 tests: ssl: early data: Add systematic default case in scenario switches by Ronald Cron · 1 year, 6 months ago
  93. d6d32b9 tls13: Improve declaration and doc of early data status by Ronald Cron · 1 year, 6 months ago
  94. b9a9b1f tls13: Fix/Improve comments by Ronald Cron · 1 year, 6 months ago
  95. 84dfbf4 tls13: client: Add comment about early data in 2nd ClientHello by Ronald Cron · 1 year, 6 months ago
  96. 5fbd270 tls13: Use a flag not a counter for CCS and HRR handling by Ronald Cron · 1 year, 6 months ago
  97. 4da1f01 Fix copypasta by Gilles Peskine · 1 year, 6 months ago
  98. d6fc350 Test mbedtls_pk_import_into_psa with different bits by Gilles Peskine · 1 year, 6 months ago
  99. 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
  100. ba536dc Lock test mutex before doing mutex usage check by Paul Elliott · 1 year, 6 months ago