1. a706e5e Add missing cipher mode translations for PSA by Mateusz Starzyk · 3 years, 9 months ago
  2. 023aa11 Merge pull request #4996 from mprse/mbedtls_cipher_setup_psa_ECB by Gilles Peskine · 3 years, 10 months ago
  3. 86de1b7 Address review comments by Przemyslaw Stekiel · 3 years, 10 months ago
  4. 80c6a8e Add PSA support for MBEDTLS_CIPHER_AES_128_ECB by Przemyslaw Stekiel · 3 years, 10 months ago
  5. 5b8618b fixup: Make the fields of mbedtls_ecp_curve_info public by Gilles Peskine · 3 years, 10 months ago
  6. c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago
  7. 10e8cf5 Remove MD2, MD4, RC4, Blowfish and XTEA by TRodziewicz · 4 years, 2 months ago
  8. 846f021 Run MBEDTLS_PRIVATE wrapping script on the library. by Mateusz Starzyk · 4 years, 2 months ago
  9. e3c48b4 Separate SHA224 from SHA256 config options. by Mateusz Starzyk · 4 years, 3 months ago
  10. 3352a53 Modify config option for SHA384. by Mateusz Starzyk · 4 years, 4 months ago
  11. bfa03e3 Update psa_util.h by Tomasz Rodziewicz · 4 years, 3 months ago
  12. 3408d60 revert the error.h file include in psa_util.c by TRodziewicz · 4 years, 3 months ago
  13. d6c246f Merge branch 'development_3.0' into remove_depr_error_codes by Tomasz Rodziewicz · 4 years, 3 months ago
  14. b579ccd The still used deprecated error codes replaced with _PLATFORM_ ones by TRodziewicz · 4 years, 4 months ago
  15. 36f539d Remove deliberate fallthrough by Paul Elliott · 4 years, 5 months ago
  16. d6ee36e Merge pull request #4110 from gilles-peskine-arm/psa-external-random-in-mbedtls by Dave Rodgman · 4 years, 5 months ago
  17. 996f216 Make it possible to include psa_crypto_random_impl.h with psa_util.h by Gilles Peskine · 4 years, 5 months ago
  18. 2cff7e2 Minor clarification in the public documentation by Gilles Peskine · 4 years, 5 months ago
  19. e3ed802 Expose mbedtls_psa_get_random() by Gilles Peskine · 4 years, 6 months ago
  20. a63b20d Rename AEAD tag length macros by Bence Szépkúti · 4 years, 8 months ago
  21. b1d3f27 Merge pull request #3480 from stevew817/feature/aes-ecb by Gilles Peskine · 4 years, 11 months ago
  22. a6033e9 Style and language fixes by Steven Cooreman · 5 years ago
  23. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  24. ed3c9ec Added support for AES-ECB to the PSA Crypto implementation by Steven Cooreman · 5 years ago
  25. 8ff510a Rename ECC Family Macros According to PSA Spec by Paul Elliott · 5 years ago
  26. d1959dc Change auxiliary functions for TLS to the new PSA EC curve encoding by Gilles Peskine · 6 years ago
  27. 89177e8 Convert USE_PSA_CRYPTO pk interface to the new PSA EC curve encoding by Gilles Peskine · 6 years ago
  28. d8197cb mbedtls_psa_parse_tls_ecc_group: make no assumption on PSA encodings by Gilles Peskine · 6 years ago
  29. fc2459d Remove mbedtls_psa_translate_ecc_group by Gilles Peskine · 6 years ago
  30. 46c3380 Remove unused macros by Gilles Peskine · 6 years ago
  31. b16841e Fixed -Wunused warnings when building without asymmetric crypto by Gilles Peskine · 6 years ago
  32. 72c8c5b Merge remote-tracking branch 'upstream-crypto/development' into psa-api-1.0-beta-merge_development_20190801 by Gilles Peskine · 6 years ago
  33. c49fbbf Use mbedtls-based path for includes by Jaeden Amero · 6 years ago
  34. 4b3eb69 Rename PSA_ERROR_TAMPERING_DETECTED to ..._CORRUPTION_DETECTED by Gilles Peskine · 6 years ago
  35. 135baef Define maximum EC public key length depending on enabled curves by Hanno Becker · 6 years ago
  36. df51dbe Add fields for PSA-based ECDHE to handshake structure by Hanno Becker · 6 years ago
  37. f75f912 Add functions to psa_util module to convert EC public keys by Hanno Becker · 7 years ago
  38. 2d79266 psa_utils: Make fallthrough clear for compilers by Jaeden Amero · 6 years ago
  39. 493c171 Adapt mbedtls_pk_write_pubkey_der() to the new PSA public key format by Hanno Becker · 6 years ago
  40. 812e124 Add function to find OID for PSA ECC curve identifiers by Hanno Becker · 6 years ago
  41. 62594a8 pk_wrap: pass curve size instead of a larger size of the exported key by Andrzej Kurek · 7 years ago
  42. 93a38a3 pk: wrap curve_id before passing it to PSA by Andrzej Kurek · 7 years ago
  43. 2349c4d Adapt to the new key allocation mechanism by Andrzej Kurek · 7 years ago
  44. 4d30776 Remove double white space by Hanno Becker · 7 years ago
  45. 186b65a Use MBEDTLS_PSA_UTIL_H instead of MBEDTLS_PSA_COMPAT_H in psa_util.h by Hanno Becker · 7 years ago
  46. f5f9ea2 Improve documentation of mbedtls_psa_err_translate_pk() by Hanno Becker · 7 years ago
  47. 010cf7e Add AEAD tag length parameter to mbedtls_psa_translate_cipher_mode() by Hanno Becker · 7 years ago
  48. 000334f Add function to translate PSA errors to PK module errors by Hanno Becker · 7 years ago
  49. afebf5a Fix Doxygen annotation in psa_util.h by Hanno Becker · 7 years ago
  50. b26c193 Make PSA utility functions static inline by Hanno Becker · 7 years ago
  51. 5525126 Add PSA-to-Mbed TLS translations for cipher module by Hanno Becker · 7 years ago
  52. 87837b2 Add internal header for PSA utility functions by Hanno Becker · 7 years ago