1. bb76f80 pk_wrap: use proper raw buffer length in ecdsa_sign_psa() by Valerio Setti · 1 year, 6 months ago
  2. cf81f69 psa_util: smarter raw length check in mbedtls_ecdsa_raw_to_der() by Valerio Setti · 1 year, 6 months ago
  3. 6269f3b Revert "psa_util: allow larger raw buffers in mbedtls_ecdsa_raw_to_der()" by Valerio Setti · 1 year, 6 months ago
  4. d4fc5d9 psa_util: allow larger raw buffers in mbedtls_ecdsa_raw_to_der() by Valerio Setti · 1 year, 6 months ago
  5. 091bdc4 psa_util: enhance checks on leading zeros in convert_der_to_raw_single_int() by Valerio Setti · 1 year, 6 months ago
  6. 05c256f psa_util: minor performance improvement in mbedtls_ecdsa_der_to_raw() by Valerio Setti · 1 year, 6 months ago
  7. bec1d84 psa_util: convert_der_to_raw_single_int() accepts also all zero integers by Valerio Setti · 1 year, 6 months ago
  8. 8334d00 psa_util: improve check of raw_len in mbedtls_ecdsa_raw_to_der() by Valerio Setti · 1 year, 6 months ago
  9. 2bd0ecd psa_util: improve documentation for convert_raw_to_der_single_int() by Valerio Setti · 1 year, 6 months ago
  10. 954ef4b psa_util: improve convert_raw_to_der_single_int() by Valerio Setti · 1 year, 6 months ago
  11. 315e4af psa_util: change parameters order in ECDSA conversion functions by Valerio Setti · 1 year, 6 months ago
  12. 2d73baf psa_util: convert_der_to_raw_single_int: ensure the input DER integers have valid length by Valerio Setti · 1 year, 6 months ago
  13. 3122f4d psa_util: invert check order for leading zeros in convert_der_to_raw_single_int() by Valerio Setti · 1 year, 6 months ago
  14. 78da746 psa_util: minor improvements to convert_der_to_raw_single_int() by Valerio Setti · 1 year, 6 months ago
  15. 122c94f psa_util: remove raw_len param from convert_der_to_raw_single_int() by Valerio Setti · 1 year, 6 months ago
  16. 9b9b5a5 psa_util: some code improvement to convert_der_to_raw_single_int() by Valerio Setti · 1 year, 6 months ago
  17. 688f795 asn1: use the new symbol to guard dependencies of ECDSA conversion functions by Valerio Setti · 1 year, 7 months ago
  18. f4d2dc2 psa_util: guard ECDSA conversion functions with proper (internal) symbol by Valerio Setti · 1 year, 7 months ago
  19. a7b83a0 psa_util: add variable casting in convert_raw_to_der_single_int() by Valerio Setti · 1 year, 7 months ago
  20. 86bae52 psa_util: skip leading zeros in der format with "if" instead of "while" by Valerio Setti · 1 year, 7 months ago
  21. c22e3ce psa_util: remove CRYPTO_C guard from ECDSA conversion functions by Valerio Setti · 1 year, 7 months ago
  22. 5713c8a psa_util: minor code improvements by Valerio Setti · 1 year, 7 months ago
  23. 84890c9 psa_util: improve description for ECDSA conversion functions by Valerio Setti · 1 year, 7 months ago
  24. bd5b9c6 pk_wrap: use PSA util functions for ECDSA conversion instead of PK ones by Valerio Setti · 1 year, 7 months ago
  25. 75501f5 psa_util: add raw<->DER ECDSA conversion functions by Valerio Setti · 1 year, 7 months ago
  26. aa3fa98 Merge pull request #8726 from v1gnesh/patch-1 by Janos Follath · 1 year, 7 months ago gh-readonly-queue/development/pr-8726-34c6e8a7702f6b16a02b5c9b2c3b0ada0c557a48
  27. 3c129dd Update entropy_poll.c by v1gnesh · 1 year, 7 months ago
  28. 34c6e8a Merge pull request #8700 from valeriosetti/issue8461 by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  29. fb12d92 Merge pull request #8693 from Ryan-Everett-arm/implement-key-slot-mutex by Janos Follath · 1 year, 7 months ago
  30. 63952b7 Fix typo by Ryan Everett · 1 year, 7 months ago
  31. 7aeacc1 Add empty line in register_read comment by Ryan Everett · 1 year, 7 months ago
  32. 558da2f Move key_slot_mutex to threading.h by Ryan Everett · 1 year, 7 months ago
  33. 4d4891e Merge pull request #8666 from valeriosetti/issue8340 by Gilles Peskine · 1 year, 7 months ago
  34. fb02d57 Document the thread safety of the primitive key slot functions by Ryan Everett · 1 year, 7 months ago
  35. 8468893 Initialize and free the key slot mutex by Ryan Everett · 1 year, 7 months ago
  36. b1f96c0 Merge pull request #7815 from gilles-peskine-arm/ecp-export-partial by Gilles Peskine · 1 year, 7 months ago
  37. c9077cc Merge pull request #8664 from valeriosetti/issue7764 by Gilles Peskine · 1 year, 7 months ago
  38. 491f7e5 Define key_slot_mutex by Ryan Everett · 1 year, 7 months ago
  39. fb13351 Merge pull request #8705 from daverodgman/ctr-perf by Dave Rodgman · 1 year, 7 months ago
  40. 2728267 Merge pull request #8672 from Ryan-Everett-arm/implement-new-key-slot-states by Paul Elliott · 1 year, 7 months ago
  41. 4a0ba80 Clarify psa_destroy_key documentation by Ryan Everett · 1 year, 7 months ago
  42. 38a2b7a Extend psa_wipe_key_slot documentation by Ryan Everett · 1 year, 7 months ago
  43. 7ed542e Implement delayed deletion in psa_destroy_key and some cleanup by Ryan Everett · 1 year, 7 months ago
  44. 885248c Add header guards by Dave Rodgman · 1 year, 7 months ago
  45. 7e5b7f9 Fix error in ctr_drbg by Dave Rodgman · 1 year, 7 months ago
  46. 46697da Make gcm counter increment more efficient by Dave Rodgman · 1 year, 7 months ago
  47. 174eeff Save 14 bytes in CTR-DRBG by Dave Rodgman · 1 year, 7 months ago
  48. 591ff05 Use optimised counter increment in AES-CTR and CTR-DRBG by Dave Rodgman · 1 year, 7 months ago
  49. b49cf10 Introduce mbedtls_ctr_increment_counter by Dave Rodgman · 1 year, 7 months ago
  50. 1d32a57 Revert change to psa_destroy_key documentation by Ryan Everett · 1 year, 7 months ago
  51. 709120a Revert change to return behaviour in psa_reserve_free_key_slot by Ryan Everett · 1 year, 7 months ago
  52. dfe8bf8 Return CORRUPTION_DETECTED instead of BAD_SLOT when the slot's state is wrong by Ryan Everett · 1 year, 7 months ago
  53. 4755e6b Relax psa_wipe_key_slot to allow states other than SLOT_PENDING_DELETION by Ryan Everett · 1 year, 7 months ago
  54. c4f984f Iterate in 16-byte chunks by Dave Rodgman · 1 year, 7 months ago
  55. 5bb454a psa_crypto: allow asymmetric encryption/decryption also with opaque keys by Valerio Setti · 1 year, 7 months ago
  56. bc5d916 Merge pull request #8554 from yanrayw/issue/8221/fix-tls-suiteB-profile by Tom Cosgrove · 1 year, 7 months ago
  57. f1ba193 Merge pull request #8526 from yanrayw/issue/7011/send_record_size_limit_ext by Tom Cosgrove · 1 year, 7 months ago
  58. f0ccf46 Add minor cosmetic changes to record size limit changelog and comments by Waleed Elmelegy · 1 year, 7 months ago
  59. ae2213c Merge pull request #8414 from lpy4105/issue/uniform-ssl-check-function by Ronald Cron · 1 year, 7 months ago
  60. 7c14afc Merge pull request #8595 from yanrayw/issue/8593/srv-CH-fix-version-check by Ronald Cron · 1 year, 7 months ago
  61. 19ec9e4 psa_crypto_ecp: remove support for secp224k1 by Valerio Setti · 1 year, 7 months ago
  62. f149cd1 Merge pull request #8688 from jwinzig-at-hilscher/development by Paul Elliott · 1 year, 7 months ago
  63. 3ff4724 Fix warning in ssl_tls13_generic.c by Waleed Elmelegy · 1 year, 7 months ago
  64. f501790 Improve comments across record size limit changes by Waleed Elmelegy · 1 year, 7 months ago
  65. fbe4274 Fix issue in checking in writing extensions by Waleed Elmelegy · 1 year, 7 months ago
  66. e1ac98d remove mbedtls_ssl_is_record_size_limit_valid function by Waleed Elmelegy · 1 year, 7 months ago
  67. d2fc90e Stop sending record size limit extension if it's not sent from client by Waleed Elmelegy · 1 year, 7 months ago
  68. 148dfb6 Change record size limit writing function by Waleed Elmelegy · 1 year, 7 months ago
  69. 47d2946 tls13: server: write Record Size Limit ext in EncryptedExtensions by Waleed Elmelegy · 1 year, 7 months ago
  70. 42017cd tls13: cli: write Record Size Limit ext in ClientHello by Yanray Wang · 1 year, 9 months ago
  71. faf70bd ssl_tls13_generic: check value of RecordSizeLimit in helper function by Yanray Wang · 1 year, 8 months ago
  72. a8b4291 tls13: add generic function to write Record Size Limit ext by Yanray Wang · 1 year, 9 months ago
  73. 5caf20e Update fix to be more platform-independent by Jonathan Winzig · 1 year, 7 months ago
  74. 3a6059b Merge pull request #7455 from KloolK/record-size-limit/comply-with-limit by Tom Cosgrove · 1 year, 7 months ago
  75. 05c722b Fix Issue #8687 by Jonathan Winzig · 1 year, 7 months ago
  76. 39faa9c psa_util: rename parameter of mbedtls_ecc_group_from_psa by Valerio Setti · 1 year, 7 months ago
  77. 0d438fa psa_crypto_ecp: fix comment for secp224k1 in check_ecc_parameters by Valerio Setti · 1 year, 7 months ago
  78. 7863627 psa_util: remove support for secp224k1 in EC conversion functions by Valerio Setti · 1 year, 7 months ago
  79. 65df793 psa_crypto_ecp: return unsupported for secp224k1 in check_ecc_parameters() by Valerio Setti · 1 year, 7 months ago
  80. 0bc8598 psa_util: properly handle secp224r1 private key size by Valerio Setti · 1 year, 7 months ago
  81. 0e60880 psa: let mbedtls_ecc_group_from_psa() accept only exact bit lengths by Valerio Setti · 1 year, 7 months ago
  82. 673868b psa_crypto_ecp: add helper for checking EC parameters by Valerio Setti · 1 year, 8 months ago
  83. d36c313 psa: remove bits_is_sloppy parameter from mbedtls_ecc_group_from_psa() by Valerio Setti · 1 year, 8 months ago
  84. ddba51e psa: rename "mbedtls_ecc_group_of_psa" to "mbedtls_ecc_group_from_psa" by Valerio Setti · 1 year, 8 months ago
  85. dd2afcd Revert "psa_util: add algorithm's availability checks for MD conversion functions" by Valerio Setti · 1 year, 7 months ago
  86. 4aad0ff Merge pull request #8632 from valeriosetti/issue8598 by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  87. e2d3db5 Update mbedtls_ssl_get_output_record_size_limit signature by Waleed-Ziad Maamoun-Elmelegy · 1 year, 7 months ago
  88. 6a9c14b Update mbedtls_psa_get_stats by Ryan Everett · 1 year, 7 months ago
  89. 6cd2b8d Update psa_wipe_all_key_slots by Ryan Everett · 1 year, 7 months ago
  90. 1b70a07 Replace psa_unlock_key_slot calls in operations which act on FULL slots by Ryan Everett · 1 year, 7 months ago
  91. eb27dc0 Update psa_load_X_key_into_slot by Ryan Everett · 1 year, 7 months ago
  92. c70ce57 Update psa_destroy_key, psa_purge_key and psa_close_key by Ryan Everett · 1 year, 7 months ago
  93. 098c665 Update psa_get_and_lock_key_slot_X functions by Ryan Everett · 1 year, 7 months ago
  94. b69118e Update key creation functions to use the new key slot states by Ryan Everett · 1 year, 7 months ago
  95. 2afb516 Update and rename psa_get_empty_key_slot by Ryan Everett · 1 year, 8 months ago
  96. 4a78277 Implement psa_key_slot_state_transition by Ryan Everett · 1 year, 7 months ago
  97. 39cc9d7 Implement psa_register_read and psa_unregister_read by Ryan Everett · 1 year, 8 months ago
  98. 62aa79a Implement psa_key_slot_has_readers and remove psa_is_key_slot_occupied by Ryan Everett · 1 year, 7 months ago
  99. aa33c51 Update psa_wipe_key_slot by Ryan Everett · 1 year, 8 months ago
  100. d7dc7ff Update psa_key_slot_t by Ryan Everett · 1 year, 8 months ago