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