1. 4269ee6 Fix stack buffer overflow in ECDSA signature format conversions by Gilles Peskine · 1 year, 1 month ago
  2. 1a58e9a psa_util: change guard for mbedtls_psa_get_random() to CRYPTO_CLIENT by Valerio Setti · 1 year, 5 months ago
  3. a53e7a5 psa: let mbedtls_psa_get_random() always use psa_generate_random() by Valerio Setti · 1 year, 5 months ago
  4. bb91bcd psa: move mbedtls_psa_get_random() to psa_util.c by Valerio Setti · 1 year, 5 months ago
  5. fc3d866 mbedtls_pk_import_into_psa: implement and test by Gilles Peskine · 1 year, 6 months ago
  6. 1910390 psa_util: improve leading zeros check in convert_der_to_raw_single_int() by Valerio Setti · 1 year, 6 months ago
  7. cf81f69 psa_util: smarter raw length check in mbedtls_ecdsa_raw_to_der() by Valerio Setti · 1 year, 6 months ago
  8. 6269f3b Revert "psa_util: allow larger raw buffers in mbedtls_ecdsa_raw_to_der()" by Valerio Setti · 1 year, 6 months ago
  9. d4fc5d9 psa_util: allow larger raw buffers in mbedtls_ecdsa_raw_to_der() by Valerio Setti · 1 year, 6 months ago
  10. 091bdc4 psa_util: enhance checks on leading zeros in convert_der_to_raw_single_int() by Valerio Setti · 1 year, 6 months ago
  11. 05c256f psa_util: minor performance improvement in mbedtls_ecdsa_der_to_raw() by Valerio Setti · 1 year, 6 months ago
  12. bec1d84 psa_util: convert_der_to_raw_single_int() accepts also all zero integers by Valerio Setti · 1 year, 6 months ago
  13. 8334d00 psa_util: improve check of raw_len in mbedtls_ecdsa_raw_to_der() by Valerio Setti · 1 year, 6 months ago
  14. 2bd0ecd psa_util: improve documentation for convert_raw_to_der_single_int() by Valerio Setti · 1 year, 6 months ago
  15. 954ef4b psa_util: improve convert_raw_to_der_single_int() by Valerio Setti · 1 year, 6 months ago
  16. 315e4af psa_util: change parameters order in ECDSA conversion functions by Valerio Setti · 1 year, 6 months ago
  17. 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
  18. 3122f4d psa_util: invert check order for leading zeros in convert_der_to_raw_single_int() by Valerio Setti · 1 year, 6 months ago
  19. 78da746 psa_util: minor improvements to convert_der_to_raw_single_int() by Valerio Setti · 1 year, 6 months ago
  20. 122c94f psa_util: remove raw_len param from convert_der_to_raw_single_int() by Valerio Setti · 1 year, 6 months ago
  21. 9b9b5a5 psa_util: some code improvement to convert_der_to_raw_single_int() by Valerio Setti · 1 year, 6 months ago
  22. 688f795 asn1: use the new symbol to guard dependencies of ECDSA conversion functions by Valerio Setti · 1 year, 7 months ago
  23. f4d2dc2 psa_util: guard ECDSA conversion functions with proper (internal) symbol by Valerio Setti · 1 year, 7 months ago
  24. a7b83a0 psa_util: add variable casting in convert_raw_to_der_single_int() by Valerio Setti · 1 year, 7 months ago
  25. 86bae52 psa_util: skip leading zeros in der format with "if" instead of "while" by Valerio Setti · 1 year, 7 months ago
  26. c22e3ce psa_util: remove CRYPTO_C guard from ECDSA conversion functions by Valerio Setti · 1 year, 7 months ago
  27. 5713c8a psa_util: minor code improvements by Valerio Setti · 1 year, 7 months ago
  28. 84890c9 psa_util: improve description for ECDSA conversion functions by Valerio Setti · 1 year, 7 months ago
  29. 75501f5 psa_util: add raw<->DER ECDSA conversion functions by Valerio Setti · 1 year, 7 months ago
  30. 39faa9c psa_util: rename parameter of mbedtls_ecc_group_from_psa by Valerio Setti · 1 year, 7 months ago
  31. 7863627 psa_util: remove support for secp224k1 in EC conversion functions by Valerio Setti · 1 year, 7 months ago
  32. 0bc8598 psa_util: properly handle secp224r1 private key size by Valerio Setti · 1 year, 7 months ago
  33. 0e60880 psa: let mbedtls_ecc_group_from_psa() accept only exact bit lengths by Valerio Setti · 1 year, 7 months ago
  34. d36c313 psa: remove bits_is_sloppy parameter from mbedtls_ecc_group_from_psa() by Valerio Setti · 1 year, 7 months ago
  35. ddba51e psa: rename "mbedtls_ecc_group_of_psa" to "mbedtls_ecc_group_from_psa" by Valerio Setti · 1 year, 7 months ago
  36. 4aad0ff Merge pull request #8632 from valeriosetti/issue8598 by Manuel Pégourié-Gonnard · 1 year, 7 months ago
  37. 8ceaa75 psa_util: add error translations from PSA to cipher by Valerio Setti · 1 year, 8 months ago
  38. b349108 library: Move mbedtls_ecc helper functions to psa_util by Joakim Andersson · 1 year, 8 months ago
  39. c5b7285 library: Remove unused psa_crypto_core.h include by Joakim Andersson · 1 year, 8 months ago
  40. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  41. a1aeff4 Use quotes include of psa_util_internal.h by Kristian Larsson · 1 year, 11 months ago
  42. 7e6aaa1 psa: fix missed LEGACY symbols caused by the rebase by Valerio Setti · 2 years, 1 month ago
  43. f6d4dfb library: replace PSA_WANT_KEY_TYPE_RSA_KEY_PAIR_LEGACY symbols with proper ones by Valerio Setti · 2 years, 1 month ago
  44. abfe640 Rationalize includes in psa_util by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  45. 2be8c63 Create psa_util_internal.h by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  46. 8bb5763 library: replace deprecated symbols with temporary _LEGACY ones by Valerio Setti · 2 years, 2 months ago
  47. 725d2e2 Fix guard for PSA->MD error conversion by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  48. ab9dc66 psa_util: fix for correctly computing elements in array by Valerio Setti · 2 years, 4 months ago
  49. 270b3f9 Rename error_pair_t to mbedtls_error_pair_t by Andrzej Kurek · 2 years, 5 months ago
  50. daf5b56 Translate to MD errors in ssl-tls.c by Andrzej Kurek · 2 years, 5 months ago
  51. 747ab4e Introduce error_pair_t to psa utils by Andrzej Kurek · 2 years, 5 months ago
  52. 138b30a Add missing const qualifiers by Andrzej Kurek · 2 years, 5 months ago
  53. 8a045ce Unify PSA to Mbed TLS error translation by Andrzej Kurek · 2 years, 7 months ago