1. 84861a9 Merge remote-tracking branch 'psa/psa-wrapper-apis-aead' into feature-psa by Gilles Peskine · 7 years ago
  2. 5e39dc9 New macro PSA_AEAD_TAG_SIZE, use it for PSA_AEAD_xxx_OUTPUT_SIZE by Gilles Peskine · 7 years ago
  3. 212e4d8 Improve documentation of PSA_AEAD_xxx_OUTPUT_SIZE by Gilles Peskine · 7 years ago
  4. 1347a73 fix macros documentation style. by mohammad1603 · 7 years ago
  5. fb5b9cb add missing documentations by mohammad1603 · 7 years ago
  6. 22898ba remove duplicated definition by mohammad1603 · 7 years ago
  7. 36a74b7 Fix Doxygen comments to pass clang -Wdocumentation by Gilles Peskine · 7 years ago
  8. 1e7d8f1 Document AEAD functions by Gilles Peskine · 7 years ago
  9. dad36fa add Key and Algorithm validation by mohammad1603 · 7 years ago
  10. 579d359 remove psa_aead_encrypt_setup from header file by mohammad1603 · 7 years ago
  11. 3aa8efb Merge remote-tracking branch 'psa/psa-wrapper-apis-march-12' into feature-psa by Gilles Peskine · 7 years ago
  12. 39ee871 Change AEAD APIs to integrated AEAD APIs. by mohammad1603 · 7 years ago
  13. ad9d82c add iv_required field to psa_cipher_operation_s and fix relevant functions by Moran Peker · 7 years ago
  14. bed71a2 fix missing check on output_size in psa_cipher_finish func by Moran Peker · 7 years ago
  15. 0071b87 add missing parameter output_size on psa_cipher_finish by Moran Peker · 7 years ago
  16. e1210dc remove unused parameter in psa_cipher_finish. by Moran Peker · 7 years ago
  17. 8481e74 CR fixes by mohammad1603 · 7 years ago
  18. efb0107 CR fix, remove exposing ECB by mohammad1603 · 7 years ago
  19. 990a18c add ecb to cipher algorithms by mohammad1603 · 7 years ago
  20. d1e8e41 Adapt older import_export test data to the new function signature by Gilles Peskine · 7 years ago
  21. 5100318 Merge pull request #18 from ARMmbed/psa-wrapper-apis-export-publickey by Gilles Peskine · 7 years ago
  22. 8275961 warnings fixes by mohammad1603 · 7 years ago
  23. 503973b initial implementation for PSA symmetric APIs - missing tests and documentations by mohammad1603 · 7 years ago
  24. b4d0ddd psa_export_public_key by Moran Peker · 7 years ago
  25. dd4ea38 export public key by Moran Peker · 7 years ago
  26. 5c75339 ECDSA sign and verify implementation and tests by itayzafrir · 7 years ago
  27. a0655c3 Merge remote-tracking branch 'psa/pr/13' into feature-psa by Gilles Peskine · 7 years ago
  28. f0c9dd3 Added possible error codes for lifetime functions by Gilles Peskine · 7 years ago
  29. 9bb53d7 Fix copypasta in lifetime function descriptions by Gilles Peskine · 7 years ago
  30. 8ca5602 Whitespace fixes by Gilles Peskine · 7 years ago
  31. a7d245a Fix return error values description by mohammad1603 · 7 years ago
  32. ea05009 Change behavior of psa_get_key_lifetime() by mohammad1603 · 7 years ago
  33. 1c34545 Remove usage of PSA_KEY_LIFETIME_NONE by mohammad1603 · 7 years ago
  34. ba17851 Remove unused and duplicated erros, fix documentation and tests by mohammad1603 · 7 years ago
  35. 804cd71 initial key lifetime implementation and tests by mohammad1603 · 7 years ago
  36. c63b6ba Merge remote-tracking branch 'psa/pr/14' into feature-psa by Gilles Peskine · 7 years ago
  37. 0629793 More precise bounds for PSA_ASYMMETRIC_DECRYPT_OUTPUT_SIZE by Gilles Peskine · 7 years ago
  38. 5feda72 Remove usage of PSA_ERROR_INVALID_KEY_POLICY by mohammad1603 · 7 years ago
  39. 9673cc8 Define PSA_ALG_RSA_OAEP_MGF1(hash) by Gilles Peskine · 7 years ago
  40. f48af7f psa_generate_key: specify what the extra parameters mean by Gilles Peskine · 7 years ago
  41. 6df908f Add static internal MAC finish function by mohammad1603 · 7 years ago
  42. 9e7dc71 New function: generate key/random by Gilles Peskine · 7 years ago
  43. 6944f9a New functions: asymmetric encrypt/decrypt by Gilles Peskine · 7 years ago
  44. 8484565 Minor errors in documentation around asymmetric signature by Gilles Peskine · 7 years ago
  45. a592623 Rename PKCS1V15 to PKCS1V15_SIGN by Gilles Peskine · 7 years ago
  46. 8cc1cee Key Policy APIs implementation by mohammad1603 · 7 years ago
  47. 058e0b9 Avoid empty unions by Gilles Peskine · 7 years ago
  48. 9a1ba0d Typo in the documentation of psa_get_key_information by Gilles Peskine · 7 years ago
  49. 1906798 Fix some typos and copypasta by Gilles Peskine · 7 years ago
  50. ed52297 Clarify how multipart operations get terminated by Gilles Peskine · 7 years ago
  51. 971f706 More precise reference for the RSA public key format by Gilles Peskine · 7 years ago
  52. 7e19853 More documentation by Gilles Peskine · 7 years ago
  53. d393e18 Add psa_set_key_lifetime by Gilles Peskine · 7 years ago
  54. e3f694f Remove non-standard hash algorithms by Gilles Peskine · 7 years ago
  55. 06dc263 Fix macro definitions for ECC keys by Gilles Peskine · 7 years ago
  56. 03182e9 Fix parameter name in PSA_BLOCK_CIPHER_BLOCK_SIZE by Gilles Peskine · 7 years ago
  57. f5b9fa1 Documentation clarifications by Gilles Peskine · 7 years ago
  58. 2905a7a Fix namespace violation by Gilles Peskine · 7 years ago
  59. 609b6a5 Get the lifetime of a key slot by Gilles Peskine · 7 years ago
  60. 7698bcf Basic interface for key policies by Gilles Peskine · 7 years ago
  61. 92b3073 Minor documentation fixes by Gilles Peskine · 7 years ago
  62. 3b55571 Prototypes for AEAD functions by Gilles Peskine · 7 years ago
  63. 428dc5a Prototypes for symmetric cipher functions by Gilles Peskine · 7 years ago
  64. 7e4acc5 Document some MAC functions: psa_mac_start by Gilles Peskine · 7 years ago
  65. 8c9def3 PSA: Implement MAC functions by Gilles Peskine · 7 years ago
  66. 308b91d Wrote documentation for several functions, macros and types by Gilles Peskine · 7 years ago
  67. 9ef733f Implement hash functions by Gilles Peskine · 7 years ago
  68. a590529 Greatly expanded mbedtls_to_psa_error by Gilles Peskine · 7 years ago
  69. 98f0a24 Improve key type and algorithm encodings by Gilles Peskine · 7 years ago
  70. 0189e75 PSA crypto: PSA_ASYMMETRIC_SIGN_OUTPUT_SIZE macro by Gilles Peskine · 8 years ago
  71. 20035e3 PSA crypto: asymmetric signature (RSA PKCS#1v1.5 only) by Gilles Peskine · 8 years ago
  72. c66ea6a PSA key import: support RSA public keys by Gilles Peskine · 8 years ago
  73. 2f9c4dc Add key management functions by Gilles Peskine · 8 years ago
  74. 1d26709 New function mbedtls_rsa_get_bitlen by Gilles Peskine · 8 years ago
  75. 66920ce Set the default configuration to PSA by Gilles Peskine · 7 years ago
  76. 62a7e7e Add a Doxygen-only section by Gilles Peskine · 7 years ago
  77. e59236f Add PSA crypto module by Gilles Peskine · 8 years ago
  78. 4d075cd Update library version number to 2.13.0 by Simon Butcher · 7 years ago
  79. 552754a Merge remote-tracking branch 'public/pr/1988' into development by Simon Butcher · 7 years ago
  80. 68dbc94 Merge remote-tracking branch 'public/pr/1951' into development by Simon Butcher · 7 years ago
  81. 07de4c0 Merge remote-tracking branch 'public/pr/1920' into development by Simon Butcher · 7 years ago
  82. 97a1c13 Correct typo in documentation of MBEDTLS_SSL_DTLS_MAX_BUFFERING by Hanno Becker · 7 years ago
  83. eefe084 Style: Spell out PMTU in ssl.h by Hanno Becker · 7 years ago
  84. bc2498a Style: Add numerous comments indicating condition guarded by #endif by Hanno Becker · 7 years ago
  85. 2800751 DTLS Reordering: Improve doc of MBEDTLS_SSL_DTLS_MAX_BUFFERING by Hanno Becker · 7 years ago
  86. 159a37f config.h: Don't use arithmetical exp for SSL_DTLS_MAX_BUFFERING by Hanno Becker · 7 years ago
  87. 0e96585 Merge branch 'datagram_packing' into message_reordering by Hanno Becker · 7 years ago
  88. eb57008 Fix typo in documentation of mbedtls_ssl_set_datagram_packing() by Hanno Becker · 7 years ago
  89. 1841b0a Rename ssl_conf_datagram_packing() to ssl_set_datagram_packing() by Hanno Becker · 7 years ago
  90. 98081a0 Don't use uint8_t for bitfields by Hanno Becker · 7 years ago
  91. 3546201 Merge branch 'datagram_packing' into message_reordering by Hanno Becker · 7 years ago
  92. a67dee2 Merge branch 'iotssl-2402-basic-pmtu-adaptation' into datagram_packing by Hanno Becker · 7 years ago
  93. f47a4af Fix a typo in comments by Manuel Pégourié-Gonnard · 7 years ago
  94. b8eec19 Implement PMTU auto-reduction in handshake by Manuel Pégourié-Gonnard · 7 years ago
  95. 170e2d8 Merge branch 'iotssl-165-dtls-hs-fragmentation-new' into datagram_packing by Hanno Becker · 7 years ago
  96. 68ae351 Fix some whitespace in documentation by Manuel Pégourié-Gonnard · 7 years ago
  97. 903ee3d Merge branch 'datagram_packing' into message_reordering by Hanno Becker · 7 years ago
  98. e0b150f Allow limiting the total amount of heap allocations for buffering by Hanno Becker · 7 years ago
  99. 6611035 Try to further clarify documentation by Manuel Pégourié-Gonnard · 7 years ago
  100. f2f1d40 Improve wording in ChangeLog and documentation by Manuel Pégourié-Gonnard · 7 years ago