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