1. 999ce22 Make the PSA-mbedtls RNG API public by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  2. abfe640 Rationalize includes in psa_util by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  3. b7e8939 Move error functions to internal header by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  4. a5a8f29 Move ECC and FFDH macros to internal header by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  5. f9b012f Remove unused function from psa_util.h by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  6. efcc1f2 Make cipher functions static in cipher.c by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  7. 2be8c63 Create psa_util_internal.h by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  8. 56b159a Merge pull request #7627 from mprse/ffdh_tls13_v2 by Manuel Pégourié-Gonnard · 2 years, 1 month ago
  9. 8bb5763 library: replace deprecated symbols with temporary _LEGACY ones by Valerio Setti · 2 years, 2 months ago
  10. 75a5a9c Code cleanup by Przemek Stekiel · 2 years, 1 month ago
  11. e7db09b Move FFDH helper functions and macros to more suitable locations by Przemek Stekiel · 2 years, 2 months ago
  12. cceb933 Add FFDH definitions and translation functions by Przemek Stekiel · 2 years, 2 months ago
  13. f76c220 Remove mbedtls_psa_translate_md(). by Manuel Pégourié-Gonnard · 2 years, 2 months ago
  14. 725d2e2 Fix guard for PSA->MD error conversion by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  15. 1c32e37 Formally deprecate mbedtls_psa_translate_md() by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  16. 6076f41 Remove hash_info.[ch] by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  17. 2d6d993 Use MD<->PSA functions from MD light by Manuel Pégourié-Gonnard · 2 years, 4 months ago
  18. 64e0184 psa_util: add support for rfc8410's OIDs by valerio · 2 years, 2 months ago
  19. 4837e9d Correct comment about mbedtls error codes by Gilles Peskine · 2 years, 3 months ago
  20. b567f83 Halve size of mbedtls_error_pair_t by Gilles Peskine · 2 years, 3 months ago
  21. ab9dc66 psa_util: fix for correctly computing elements in array by Valerio Setti · 2 years, 4 months ago
  22. 270b3f9 Rename error_pair_t to mbedtls_error_pair_t by Andrzej Kurek · 2 years, 5 months ago
  23. daf5b56 Translate to MD errors in ssl-tls.c by Andrzej Kurek · 2 years, 5 months ago
  24. 747ab4e Introduce error_pair_t to psa utils by Andrzej Kurek · 2 years, 5 months ago
  25. 138b30a Add missing const qualifiers by Andrzej Kurek · 2 years, 5 months ago
  26. 8a045ce Unify PSA to Mbed TLS error translation by Andrzej Kurek · 2 years, 7 months ago
  27. 1337a4f pk_wrap: use specific lengths for EC's private key and key-pair by Valerio Setti · 2 years, 6 months ago
  28. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  29. 18c9fed tls: remove dependency from mbedtls_ecp_curve functions by Valerio Setti · 2 years, 7 months ago
  30. abac037 Migrate from old inline to new actual function. by Manuel Pégourié-Gonnard · 3 years ago
  31. bab73ab Loosen guards in mbedtls_psa_translate_md() by Manuel Pégourié-Gonnard · 3 years, 1 month ago
  32. 406cf27 fix various issues by Jerry Yu · 3 years, 4 months ago
  33. b02ee18 replace use_psa_crypto with psa_crypto_c by Jerry Yu · 3 years, 4 months ago
  34. d815114 Merge pull request #5524 from mprse/tls_ecdh_2c by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  35. 3f076df Fix comments for conditional compilation by Przemek Stekiel · 3 years, 5 months ago
  36. 3f9cef4 Remove actual and use new PSA to mbedtls PK errors mapping functions by Neil Armstrong · 3 years, 5 months ago
  37. b15f33d Enable ecdh_psa_xxx fields in struct mbedtls_ssl_handshake_params for TLS 1.3 by Przemyslaw Stekiel · 3 years, 6 months ago
  38. 4a0ac1f Remove mbedtls_psa_tls_ecpoint_to_psa_ec() by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  39. 58d2383 Remove mbedtls_psa_tls_psa_ec_to_ecpoint() by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  40. 5975376 Simplify the definition of a macro by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  41. bc40695 Group related functions together by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  42. a706e5e Add missing cipher mode translations for PSA by Mateusz Starzyk · 3 years, 9 months ago
  43. 023aa11 Merge pull request #4996 from mprse/mbedtls_cipher_setup_psa_ECB by Gilles Peskine · 3 years, 10 months ago
  44. 86de1b7 Address review comments by Przemyslaw Stekiel · 3 years, 10 months ago
  45. 80c6a8e Add PSA support for MBEDTLS_CIPHER_AES_128_ECB by Przemyslaw Stekiel · 3 years, 10 months ago
  46. 5b8618b fixup: Make the fields of mbedtls_ecp_curve_info public by Gilles Peskine · 3 years, 10 months ago
  47. c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
  48. 10e8cf5 Remove MD2, MD4, RC4, Blowfish and XTEA by TRodziewicz · 4 years, 2 months ago
  49. 846f021 Run MBEDTLS_PRIVATE wrapping script on the library. by Mateusz Starzyk · 4 years, 2 months ago
  50. e3c48b4 Separate SHA224 from SHA256 config options. by Mateusz Starzyk · 4 years, 3 months ago
  51. 3352a53 Modify config option for SHA384. by Mateusz Starzyk · 4 years, 4 months ago
  52. bfa03e3 Update psa_util.h by Tomasz Rodziewicz · 4 years, 3 months ago
  53. 3408d60 revert the error.h file include in psa_util.c by TRodziewicz · 4 years, 3 months ago
  54. d6c246f Merge branch 'development_3.0' into remove_depr_error_codes by Tomasz Rodziewicz · 4 years, 3 months ago
  55. b579ccd The still used deprecated error codes replaced with _PLATFORM_ ones by TRodziewicz · 4 years, 3 months ago
  56. 36f539d Remove deliberate fallthrough by Paul Elliott · 4 years, 5 months ago
  57. d6ee36e Merge pull request #4110 from gilles-peskine-arm/psa-external-random-in-mbedtls by Dave Rodgman · 4 years, 5 months ago
  58. 996f216 Make it possible to include psa_crypto_random_impl.h with psa_util.h by Gilles Peskine · 4 years, 5 months ago
  59. 2cff7e2 Minor clarification in the public documentation by Gilles Peskine · 4 years, 5 months ago
  60. e3ed802 Expose mbedtls_psa_get_random() by Gilles Peskine · 4 years, 6 months ago
  61. a63b20d Rename AEAD tag length macros by Bence Szépkúti · 4 years, 7 months ago
  62. b1d3f27 Merge pull request #3480 from stevew817/feature/aes-ecb by Gilles Peskine · 4 years, 10 months ago
  63. a6033e9 Style and language fixes by Steven Cooreman · 5 years ago
  64. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  65. ed3c9ec Added support for AES-ECB to the PSA Crypto implementation by Steven Cooreman · 5 years ago
  66. 8ff510a Rename ECC Family Macros According to PSA Spec by Paul Elliott · 5 years ago
  67. d1959dc Change auxiliary functions for TLS to the new PSA EC curve encoding by Gilles Peskine · 6 years ago
  68. 89177e8 Convert USE_PSA_CRYPTO pk interface to the new PSA EC curve encoding by Gilles Peskine · 6 years ago
  69. d8197cb mbedtls_psa_parse_tls_ecc_group: make no assumption on PSA encodings by Gilles Peskine · 6 years ago
  70. fc2459d Remove mbedtls_psa_translate_ecc_group by Gilles Peskine · 6 years ago
  71. 46c3380 Remove unused macros by Gilles Peskine · 6 years ago
  72. b16841e Fixed -Wunused warnings when building without asymmetric crypto by Gilles Peskine · 6 years ago
  73. 72c8c5b Merge remote-tracking branch 'upstream-crypto/development' into psa-api-1.0-beta-merge_development_20190801 by Gilles Peskine · 6 years ago
  74. c49fbbf Use mbedtls-based path for includes by Jaeden Amero · 6 years ago
  75. 4b3eb69 Rename PSA_ERROR_TAMPERING_DETECTED to ..._CORRUPTION_DETECTED by Gilles Peskine · 6 years ago
  76. 135baef Define maximum EC public key length depending on enabled curves by Hanno Becker · 6 years ago
  77. df51dbe Add fields for PSA-based ECDHE to handshake structure by Hanno Becker · 6 years ago
  78. f75f912 Add functions to psa_util module to convert EC public keys by Hanno Becker · 7 years ago
  79. 2d79266 psa_utils: Make fallthrough clear for compilers by Jaeden Amero · 6 years ago
  80. 493c171 Adapt mbedtls_pk_write_pubkey_der() to the new PSA public key format by Hanno Becker · 6 years ago
  81. 812e124 Add function to find OID for PSA ECC curve identifiers by Hanno Becker · 6 years ago
  82. 62594a8 pk_wrap: pass curve size instead of a larger size of the exported key by Andrzej Kurek · 7 years ago
  83. 93a38a3 pk: wrap curve_id before passing it to PSA by Andrzej Kurek · 7 years ago
  84. 2349c4d Adapt to the new key allocation mechanism by Andrzej Kurek · 7 years ago
  85. 4d30776 Remove double white space by Hanno Becker · 7 years ago
  86. 186b65a Use MBEDTLS_PSA_UTIL_H instead of MBEDTLS_PSA_COMPAT_H in psa_util.h by Hanno Becker · 7 years ago
  87. f5f9ea2 Improve documentation of mbedtls_psa_err_translate_pk() by Hanno Becker · 7 years ago
  88. 010cf7e Add AEAD tag length parameter to mbedtls_psa_translate_cipher_mode() by Hanno Becker · 7 years ago
  89. 000334f Add function to translate PSA errors to PK module errors by Hanno Becker · 7 years ago
  90. afebf5a Fix Doxygen annotation in psa_util.h by Hanno Becker · 7 years ago
  91. b26c193 Make PSA utility functions static inline by Hanno Becker · 7 years ago
  92. 5525126 Add PSA-to-Mbed TLS translations for cipher module by Hanno Becker · 7 years ago
  93. 87837b2 Add internal header for PSA utility functions by Hanno Becker · 7 years ago