1. 4c80d83 adjust indentation per Mbed TLS standards by Moran Peker · 7 years ago
  2. b152d4d add test scenarios to decrypt and encrypt input and compare with given output by mohammad1603 · 7 years ago
  3. 89e0f46 style by mohammad1603 · 7 years ago
  4. 41deec4 partly pr fix by Moran Peker · 7 years ago
  5. e1210dc remove unused parameter in psa_cipher_finish. by Moran Peker · 7 years ago
  6. 3205a65 tests fix by Moran Peker · 7 years ago
  7. 16864af fix static function name by mohammad1603 · 7 years ago
  8. 8481e74 CR fixes by mohammad1603 · 7 years ago
  9. efb0107 CR fix, remove exposing ECB by mohammad1603 · 7 years ago
  10. 990a18c add ecb to cipher algorithms by mohammad1603 · 7 years ago
  11. 8275961 warnings fixes by mohammad1603 · 7 years ago
  12. 503973b initial implementation for PSA symmetric APIs - missing tests and documentations by mohammad1603 · 7 years ago
  13. a0655c3 Merge remote-tracking branch 'psa/pr/13' into feature-psa by Gilles Peskine · 7 years ago
  14. ea05009 Change behavior of psa_get_key_lifetime() by mohammad1603 · 7 years ago
  15. 5d7ec20 fix key lifetime set implementation , tests accordingly by mohammad1603 · 7 years ago
  16. ba17851 Remove unused and duplicated erros, fix documentation and tests by mohammad1603 · 7 years ago
  17. 060ad8a Compilation and tests fixes by mohammad1603 · 7 years ago
  18. 804cd71 initial key lifetime implementation and tests by mohammad1603 · 7 years ago
  19. c63b6ba Merge remote-tracking branch 'psa/pr/14' into feature-psa by Gilles Peskine · 7 years ago
  20. 47c1bc0 Correct some return codes by Gilles Peskine · 7 years ago
  21. 38a622b Function psa_get_key_policy() now return policy value for empty slots by mohammad1603 · 7 years ago
  22. 5feda72 Remove usage of PSA_ERROR_INVALID_KEY_POLICY by mohammad1603 · 7 years ago
  23. 6df908f Add static internal MAC finish function by mohammad1603 · 7 years ago
  24. 4eed757 add new test scenarios by mohammad1603 · 7 years ago
  25. 06e7920 integrate policy key usage in export and asymmetric sign functions by mohammad1603 · 7 years ago
  26. a592623 Rename PKCS1V15 to PKCS1V15_SIGN by Gilles Peskine · 7 years ago
  27. 8cc1cee Key Policy APIs implementation by mohammad1603 · 7 years ago
  28. dc2fc84 Rename xxx_of_psa functions to xxx_from_psa by Gilles Peskine · 7 years ago
  29. 3c6e970 Fix memory leak in psa_destroy_key by Gilles Peskine · 7 years ago
  30. 6d91213 Add some comments to document some non-obvious coding choices by Gilles Peskine · 7 years ago
  31. e4ebc12 psa_crypto_init: set the global initialized flag by Gilles Peskine · 7 years ago
  32. 8c9def3 PSA: Implement MAC functions by Gilles Peskine · 7 years ago
  33. 9ef733f Implement hash functions by Gilles Peskine · 7 years ago
  34. a590529 Greatly expanded mbedtls_to_psa_error by Gilles Peskine · 7 years ago
  35. 93aa033 PSA asymmetric signature: set *signature_length = 0 on failure by Gilles Peskine · 8 years ago
  36. 20035e3 PSA crypto: asymmetric signature (RSA PKCS#1v1.5 only) by Gilles Peskine · 8 years ago
  37. c66ea6a PSA key import: support RSA public keys by Gilles Peskine · 8 years ago
  38. 969ac72 PSA RSA key import: don't rely on pk so much by Gilles Peskine · 8 years ago
  39. 2f9c4dc Add key management functions by Gilles Peskine · 8 years ago
  40. 1d26709 New function mbedtls_rsa_get_bitlen by Gilles Peskine · 8 years ago
  41. e59236f Add PSA crypto module by Gilles Peskine · 8 years ago
  42. 4d075cd Update library version number to 2.13.0 by Simon Butcher · 7 years ago
  43. 0bbb4fc Merge branch 'development' into development by Simon Butcher · 7 years ago
  44. 552754a Merge remote-tracking branch 'public/pr/1988' into development by Simon Butcher · 7 years ago
  45. 68dbc94 Merge remote-tracking branch 'public/pr/1951' into development by Simon Butcher · 7 years ago
  46. a591c48 Correct typo in debug message by Hanno Becker · 7 years ago
  47. 83ab41c Correct typo in comment by Hanno Becker · 7 years ago
  48. cd9dcda Add const qualifier to handshake header reading functions by Hanno Becker · 7 years ago
  49. 39b8bc9 Change wording of debug message by Hanno Becker · 7 years ago
  50. ef7afdf Rename another_record_in_datagram to next_record_is_in_datagram by Hanno Becker · 7 years ago
  51. c573ac3 Fix typos in debug message and comment in ssl-tls.c by Hanno Becker · 7 years ago
  52. 3af567d Merge remote-tracking branch 'restricted/pr/437' into development-restricted by Simon Butcher · 7 years ago
  53. 129fa82 Merge remote-tracking branch 'restricted/pr/470' into development-restricted by Simon Butcher · 7 years ago
  54. 7f85563 Merge remote-tracking branch 'restricted/pr/491' into development-restricted by Simon Butcher · 7 years ago
  55. 9ce5160 Merge remote-tracking branch 'public/pr/1965' into development by Simon Butcher · 7 years ago
  56. 9d5a9e1 Merge remote-tracking branch 'public/pr/1625' into development by Simon Butcher · 7 years ago
  57. 14dac09 Merge remote-tracking branch 'public/pr/1918' into development by Simon Butcher · 7 years ago
  58. 1846e40 Merge remote-tracking branch 'public/pr/1939' into development by Simon Butcher · 7 years ago
  59. 9598845 Merge remote-tracking branch 'public/pr/1955' into development by Simon Butcher · 7 years ago
  60. 4613772 Merge remote-tracking branch 'public/pr/1915' into development by Simon Butcher · 7 years ago
  61. 0207e53 Style: Correct typo in ssl-tls.c by Hanno Becker · 7 years ago
  62. bc2498a Style: Add numerous comments indicating condition guarded by #endif by Hanno Becker · 7 years ago
  63. d584777 Style: Group buffering-related forward declarations in ssl_tls.c by Hanno Becker · 7 years ago
  64. 360bef3 Reordering: Document that only HS and CCS msgs are buffered by Hanno Becker · 7 years ago
  65. 4f432ad Style: Don't use abbreviations in comments by Hanno Becker · 7 years ago
  66. b8f5014 Add explicit MBEDTLS_DEBUG_C-guard around debugging code by Hanno Becker · 7 years ago
  67. f0da667 Style: Add braces around if-branch where else-branch has them by Hanno Becker · 7 years ago
  68. ecbdf1c Style: Correct indentation of debug msgs in mbedtls_ssl_write_record by Hanno Becker · 7 years ago
  69. 3f7b973 Correct typo in mbedtls_ssl_flight_transmit() by Hanno Becker · 7 years ago
  70. 6e12c1e Enhance debugging output by Hanno Becker · 7 years ago
  71. 0e96585 Merge branch 'datagram_packing' into message_reordering by Hanno Becker · 7 years ago
  72. 1841b0a Rename ssl_conf_datagram_packing() to ssl_set_datagram_packing() by Hanno Becker · 7 years ago
  73. f4b010e Limit MTU by maximum fragment length setting by Hanno Becker · 7 years ago
  74. 283f5ef Buffering: Free future record epoch after each flight by Hanno Becker · 7 years ago
  75. 081bd81 ssl_write_handshake_msg(): Always append CCS messages to flights by Hanno Becker · 7 years ago
  76. c83d2b3 ssl_write_handshake_msg(): Allow alert on client-side SSLv3 by Hanno Becker · 7 years ago
  77. b309b92 ssl_buffering_free_slot(): Double-check validity of slot index by Hanno Becker · 7 years ago
  78. 65dc885 Use size_t for msg_len argument in ssl_get_reassembly_buffer_size() by Hanno Becker · 7 years ago
  79. 1b20e8e Merge branch 'datagram_packing' into message_reordering by Hanno Becker · 7 years ago
  80. 554b0af Fix assertion in mbedtls_ssl_write_record() by Hanno Becker · 7 years ago
  81. 7428d4f Merge branch 'datagram_packing' into message_reordering by Hanno Becker · 7 years ago
  82. 551835d ssl_write_handshake_msg(): Always append CCS messages to flights by Hanno Becker · 7 years ago
  83. 2c98db2 ssl_write_handshake_msg(): Allow alert on client-side SSLv3 by Hanno Becker · 7 years ago
  84. 6353134 Merge branch 'datagram_packing' into message_reordering by Hanno Becker · 7 years ago
  85. 11682cc Uniformly treat MTU as size_t by Hanno Becker · 7 years ago
  86. 3546201 Merge branch 'datagram_packing' into message_reordering by Hanno Becker · 7 years ago
  87. a67dee2 Merge branch 'iotssl-2402-basic-pmtu-adaptation' into datagram_packing by Hanno Becker · 7 years ago
  88. b8eec19 Implement PMTU auto-reduction in handshake by Manuel Pégourié-Gonnard · 7 years ago
  89. 170e2d8 Merge branch 'iotssl-165-dtls-hs-fragmentation-new' into datagram_packing by Hanno Becker · 7 years ago
  90. 903ee3d Merge branch 'datagram_packing' into message_reordering by Hanno Becker · 7 years ago
  91. 01315ea Account for future epoch records in the total buffering size by Hanno Becker · 7 years ago
  92. a02b0b4 Add function making space for current message reassembly by Hanno Becker · 7 years ago
  93. e180139 Add another debug message to ssl_buffer_message() by Hanno Becker · 7 years ago
  94. 55e9e2a Free future buffers if next handshake messages can't be reassembled by Hanno Becker · 7 years ago
  95. e605b19 Add function to free a particular buffering slot by Hanno Becker · 7 years ago
  96. 96a6c69 Correct bounds check in ssl_buffer_message() by Hanno Becker · 7 years ago
  97. e0b150f Allow limiting the total amount of heap allocations for buffering by Hanno Becker · 7 years ago
  98. 2a97b0e Introduce function to return size of buffer needed for reassembly by Hanno Becker · 7 years ago
  99. e678eaa Reject invalid CCS records early by Hanno Becker · 7 years ago
  100. 47db877 ssl_write_record: Consider setting flush variable only if unset by Hanno Becker · 7 years ago