1. 38bc960 Silence gcc 12.2.0 warning by Patrick Wildt · 1 year, 2 months ago
  2. 93fa4e1 Merge branch 'development' into buffer-sharing-merge by David Horstmann · 1 year, 5 months ago
  3. c25fbd2 Fix ASAN error for `psa_cipher_update` by Gabor Mezei · 1 year, 6 months ago
  4. 2f107ae Don't access psa_key_attributes_t.core by Gilles Peskine · 1 year, 5 months ago
  5. 4b67ac8 Merge pull request #8444 from Mbed-TLS/cvv-code-size by Dave Rodgman · 1 year, 9 months ago gh-readonly-queue/development/pr-8444-e03270f2e0d7896771bbcea7daf614e31f921319
  6. 16799db update headers by Dave Rodgman · 1 year, 9 months ago
  7. 3e5cc17 Reduce code size in mbedtls_cipher_validate_values by Dave Rodgman · 1 year, 9 months ago
  8. 6d2c1b3 Restructure mbedtls_cipher_validate_values by Dave Rodgman · 1 year, 9 months ago
  9. 36fe8b9 psa_crypto_cipher: add guard for unused variable by Valerio Setti · 1 year, 9 months ago
  10. 1e21f26 psa_crypto_cipher: add helper to validate PSA cipher values by Valerio Setti · 1 year, 9 months ago
  11. 4a24982 psa_crypto_cipher: add mbedtls_cipher_values_from_psa() by Valerio Setti · 1 year, 9 months ago
  12. 2c2aded psa_crypto_aead: add guard for CIPHER_C dependency by Valerio Setti · 1 year, 11 months ago
  13. 85a8813 Use fewer bits for block_size by Dave Rodgman · 2 years, 1 month ago
  14. 449bd83 Switch to the new code style by Gilles Peskine · 2 years, 7 months ago
  15. 42649d9 Fix NULL+0 undefined behavior in ECB encryption and decryption by Gilles Peskine · 2 years, 8 months ago
  16. 4741e0b Use double quotes to include private header file psa_crypto_cipher.h by Martin Man · 3 years ago
  17. 695c4cb If a cipher algorithm is not supported, fail during setup by Gilles Peskine · 3 years, 5 months ago
  18. 8188d19 Merge branch 'development-restricted' into mbedtls-3.1.0rc-pr by Ronald Cron · 3 years, 8 months ago
  19. 39c2aba Merge pull request #849 from ronald-cron-arm/fix-cipher-iv by Manuel Pégourié-Gonnard · 3 years, 8 months ago
  20. 0266cfe psa: Remove test code in the library by Ronald Cron · 4 years, 5 months ago
  21. 40170d9 tests: Rename test driver entry points by Ronald Cron · 4 years, 5 months ago
  22. 73c9d9e psa: driver: Reduce the scope of test driver entry points by Ronald Cron · 4 years, 4 months ago
  23. 9b67428 psa: cipher: Add IV parameters to cipher_encrypt entry point by Ronald Cron · 4 years, 1 month ago
  24. 087f047 Merge pull request #5076 from mstarzyk-mobica/psa_ccm_no_tag by Manuel Pégourié-Gonnard · 3 years, 9 months ago
  25. 4cb9739 Use separate MBEDTLS_MODE for the CCM*. by Mateusz Starzyk · 3 years, 9 months ago
  26. 594215b Add support for CCM*-no-tag to PSA. by Mateusz Starzyk · 3 years, 10 months ago
  27. 6c12a1e Add ARIA to the PSA API by Gilles Peskine · 3 years, 10 months ago
  28. d87d873 Fix the size in bytes by Gilles Peskine · 3 years, 11 months ago
  29. 1716f32 psa_cipher_update_ecb: remove parameter output_size by Gilles Peskine · 3 years, 11 months ago
  30. 55dffe5 Document the internal function psa_cipher_update_ecb by Gilles Peskine · 3 years, 11 months ago
  31. 5ce25d7 Remove obsolete comment by gabor-mezei-arm · 4 years, 1 month ago
  32. 00e54f1 Fix minor issues by gabor-mezei-arm · 4 years, 1 month ago
  33. 6158e28 Check the return status of the functions first by gabor-mezei-arm · 4 years, 1 month ago
  34. 58c1727 Add buffer overflow check by gabor-mezei-arm · 4 years, 1 month ago
  35. 3f860e4 Remove invalid buffer overflow check by gabor-mezei-arm · 4 years, 1 month ago
  36. 47a8e14 Typo by gabor-mezei-arm · 4 years, 1 month ago
  37. 258ae07 Add checks for buffer size by gabor-mezei-arm · 4 years, 1 month ago
  38. e5ff8f4 Use local variable instead of an ouput parameter by gabor-mezei-arm · 4 years, 1 month ago
  39. 42cdb2a Fix struct initialization by gabor-mezei-arm · 4 years, 4 months ago
  40. a9449a0 Dispatch cipher functions through the driver interface by gabor-mezei-arm · 4 years, 4 months ago
  41. 10e8cf5 Remove MD2, MD4, RC4, Blowfish and XTEA by TRodziewicz · 4 years, 2 months ago
  42. 5618a39 psa: cipher: Remove cipher_generate_iv driver entry point by Ronald Cron · 4 years, 4 months ago
  43. c17e8a9 psa: cipher: Use PSA_CIPHER_IV_LENGTH to compute the IV length by Ronald Cron · 4 years, 4 months ago
  44. 6ad554c psa: cipher: Prefer length rather than size for IV/block length by Ronald Cron · 4 years, 4 months ago
  45. f2381aa psa: cipher: Use psa_generate_random to generate IVs by Ronald Cron · 4 years, 4 months ago
  46. 75e6ae2 Move mbedtls_cipher_info_from_psa to psa_crypto_cipher.c by Ronald Cron · 4 years, 4 months ago
  47. 5d9b00d psa: cipher: Include Mbed TLS cipher driver only if necessary by Ronald Cron · 4 years, 5 months ago
  48. 3522e32 psa: cipher: Add transparent driver test specific entry points by Ronald Cron · 4 years, 5 months ago
  49. 8287e6b psa: cipher: Add utility functions by Ronald Cron · 4 years, 5 months ago
  50. 6e412a7 psa: cipher: Pass Mbed TLS implementation its operation ctx by Ronald Cron · 4 years, 5 months ago
  51. 937dfee psa: cipher: Re-organize multi-part operation context by Ronald Cron · 4 years, 5 months ago
  52. 49fafa9 psa: cipher: Dispatch based on driver identifier by Ronald Cron · 4 years, 5 months ago
  53. 6d05173 psa: Add mbedtls_psa_cipher_xyz() APIs by Ronald Cron · 4 years, 10 months ago
  54. d6d2888 psa: Add mbedtls_psa_cipher_encrypt/decrypt_setup functions by Ronald Cron · 4 years, 8 months ago
  55. 0ff5795 psa: Add psa_crypto_cipher.[ch] by Ronald Cron · 4 years, 5 months ago