1. 56150af Implement PSA-based AEAD enc/dec cipher operations by Hanno Becker · 7 years ago
  2. f133640 Add AEAD tag length to new mbedtls_cipher_setup_psa() by Hanno Becker · 7 years ago
  3. 884f6af Always configure PSA-based keys for encryption and decryption by Hanno Becker · 7 years ago
  4. 3c852a9 Implement PSA-based version of mbedtls_cipher_crypt() by Hanno Becker · 7 years ago
  5. d9ca5cf Implement mbedtls_cipher_setkey() for PSA-based cipher contexts by Hanno Becker · 7 years ago
  6. 73f59fc Add PSA-specific cipher context by Hanno Becker · 7 years ago
  7. 1cb3653 Add `psa_enabled` field to cipher ctx and add dummy implementations by Hanno Becker · 7 years ago
  8. 098c9de Add declaration and dummy-definition of mbedtls_cipher_setup_psa() by Hanno Becker · 7 years ago
  9. 21967c5 Fix style in cipher.c by Hanno Becker · 7 years ago
  10. c3d25b3 Fix style in NUM_CIPHERS definition in cipher_wrap.c by Hanno Becker · 7 years ago
  11. aeefa49 Add config option for X.509/TLS to use PSA by Manuel Pégourié-Gonnard · 7 years ago
  12. 484ee33 psa: Add PSA Crypto configuration by Jaeden Amero · 7 years ago
  13. 30b340a crypto: Add mbedtls-psa as a submodule by Jaeden Amero · 7 years ago
  14. 4cb814e cmake: Use finer grained include directory by Jaeden Amero · 7 years ago
  15. c1b9892 Update library version number to 2.14.0 by Simon Butcher · 7 years ago
  16. de13963 Merge remote-tracking branch 'restricted/pr/520' into development-restricted-proposed by Simon Butcher · 7 years ago
  17. cdd1a6c Merge remote-tracking branch 'restricted/pr/510' into development-restricted-proposed by Simon Butcher · 7 years ago
  18. e51d4b3 Merge remote-tracking branch 'public/pr/2054' into development-proposed by Simon Butcher · 7 years ago
  19. 9924bdc Deprecate hardware acceleration errors by Ron Eldor · 7 years ago
  20. bcca58c Add common feature unavailable error by Ron Eldor · 7 years ago
  21. d83448b Merge remote-tracking branch 'public/pr/2052' into development-restricted-proposed by Simon Butcher · 7 years ago
  22. 53b45ec Merge remote-tracking branch 'public/pr/2079' into development-restricted-proposed by Simon Butcher · 7 years ago
  23. bbc31b4 Merge remote-tracking branch 'public/pr/2085' into development-restricted-proposed by Simon Butcher · 7 years ago
  24. 93a9b49 Merge remote-tracking branch 'public/pr/2077' into development-restricted-proposed by Simon Butcher · 7 years ago
  25. 241823a Merge remote-tracking branch 'public/pr/1641' into development-restricted-proposed by Simon Butcher · 7 years ago
  26. 42ab4ae Merge remote-tracking branch 'public/pr/2167' into development-restricted-proposed by Simon Butcher · 7 years ago
  27. 51b6abb Merge remote-tracking branch 'public/pr/2165' into development-proposed by Simon Butcher · 7 years ago
  28. 2981d8f Change to positive flow for all cases by Ron Eldor · 7 years ago
  29. 93ace01 Revert positive flow check by Ron Eldor · 7 years ago
  30. b430d9f Change to positive checks by Ron Eldor · 7 years ago
  31. 19779c4 Some style and documentation fixes by Ron Eldor · 7 years ago
  32. 5ed8c1e Avoid using restartable and alternative ECP imp. by Ron Eldor · 7 years ago
  33. b75ffb5 Don't perform binary comparison of CRL issuer and CA subject by Hanno Becker · 7 years ago
  34. 1f8527f Move static x509_name_cmp() in library/x509_crt.c by Hanno Becker · 7 years ago
  35. 06f88e9 Merge remote-tracking branch 'public/pr/2007' into development-proposed by Simon Butcher · 7 years ago
  36. 76646a4 Merge remote-tracking branch 'public/pr/1777' into development-proposed by Simon Butcher · 7 years ago
  37. 2705bea Merge remote-tracking branch 'public/pr/2095' into development-proposed by Simon Butcher · 7 years ago
  38. 710f203 Merge branch 'iotssl-1770' into development_thomas_dee by Hanno Becker · 7 years ago
  39. cec1c26 Break overly long line in library/x509_create.c by Hanno Becker · 7 years ago
  40. ee334a3 Remove Doxygen tags from documentation of private structure by Hanno Becker · 7 years ago
  41. beffcd8 Update hardcoded certificates in library/certs.c by Hanno Becker · 7 years ago
  42. 6e1adee Regenerate test files by Hanno Becker · 7 years ago
  43. cb93813 Don't perform binary comparison of CRL issuer and CA subject by Hanno Becker · 7 years ago
  44. 0f6903d Move static x509_name_cmp() in library/x509_crt.c by Hanno Becker · 7 years ago
  45. 2b161c3 Fix compilation issue by Ron Eldor · 7 years ago
  46. 936d284 Minor fixes by Ron Eldor · 7 years ago
  47. 8493f80 conditionaly compile ECDH and ECDSA alt functions by Ron Eldor · 7 years ago
  48. 7904f94 Merge remote-tracking branch 'public/pr/1099' into development-proposed by Simon Butcher · 7 years ago
  49. 17a0fab Merge remote-tracking branch 'public/pr/2111' into development-proposed by Simon Butcher · 7 years ago
  50. a07d86e Merge remote-tracking branch 'public/pr/1902' into development by Simon Butcher · 7 years ago
  51. ef263eb Merge remote-tracking branch 'public/pr/1993' into development by Simon Butcher · 7 years ago
  52. b10c660 Detect unsigned integer overflow in mbedtls_ecp_check_budget() by Hanno Becker · 7 years ago
  53. 169712e Merge remote-tracking branch 'restricted/pr/390' into development by Simon Butcher · 7 years ago
  54. a74faba aes: xts: Correct NIST 80-38E to 800-38E by Jaeden Amero · 7 years ago
  55. 8381fcb aes: xts: Update inaccurate comments by Jaeden Amero · 7 years ago
  56. a966fde Fix some documentation typos and improve a comment by Manuel Pégourié-Gonnard · 7 years ago
  57. ca29fdf Fix some typos in documentation and comments by Manuel Pégourié-Gonnard · 7 years ago
  58. dd3ab13 Fail when encountering invalid CBC padding in EtM records by Hanno Becker · 7 years ago
  59. b25cb60 Add a comment to clarify code flow by Manuel Pégourié-Gonnard · 7 years ago
  60. a5a3e40 Fix missing dereference. by Manuel Pégourié-Gonnard · 7 years ago
  61. 90f31b7 Improve readability by moving counter decrement by Manuel Pégourié-Gonnard · 7 years ago
  62. a58e011 Fix alignment in a macro definition by Manuel Pégourié-Gonnard · 7 years ago
  63. b843b15 Fix function name to fit conventions by Manuel Pégourié-Gonnard · 7 years ago
  64. c0edc96 Add comment on internal function API by Manuel Pégourié-Gonnard · 7 years ago
  65. d8b73f2 Remove unnecessary calls to init() from free() by Manuel Pégourié-Gonnard · 7 years ago
  66. c37423f Fix misleading sub-state name and comments by Manuel Pégourié-Gonnard · 7 years ago
  67. 5267b62 Change error description by Ron Eldor · 7 years ago
  68. a27190b Rename platform error code and value by Ron Eldor · 7 years ago
  69. ee68cff Fix or improve some comments (and whitespace) by Manuel Pégourié-Gonnard · 7 years ago
  70. f0bbd7e Misc documentation fixes/improvements. by Manuel Pégourié-Gonnard · 7 years ago
  71. 6346a75 Merge branch 'development' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  72. 805f2e1 Add missing zeroization of buffered handshake messages by Hanno Becker · 7 years ago
  73. 748face ssl_tls: fix maximum output length by Andrzej Kurek · 7 years ago
  74. 780f0a4 Reinitialize PK ctx in mbedtls_pk_parse_key before reuse are free by Hanno Becker · 7 years ago
  75. cfa2e33 Omit runtime configuration of calloc/free if macro config enabled by Hanno Becker · 7 years ago
  76. 8df1023 Add explicit unsigned-to-signed integer conversion by Hanno Becker · 7 years ago
  77. e3f95ed Fix bias in random number generation in Miller-Rabin test by Darryl Green · 7 years ago
  78. a0b67c2 Bignum: Deprecate mbedtls_mpi_is_prime() by Janos Follath · 7 years ago
  79. da31fa1 Bignum: Fix prime validation vulnerability by Janos Follath · 7 years ago
  80. b728c29 Bignum: Remove dead code by Janos Follath · 7 years ago
  81. b8fc1b0 RSA: Use MBEDTLS_MPI_GEN_PRIME_FLAG_LOW_ERR by Janos Follath · 7 years ago
  82. f301d23 Bignum: Improve primality test for FIPS primes by Janos Follath · 7 years ago
  83. ef43ce6 Dtls: change the way unlimited mtu is set for client hello messages by Andrzej Kurek · 7 years ago
  84. 1624e2e Avoid overly long lines X.509 DN attr array def in x509_create.c by Hanno Becker · 7 years ago
  85. 35b6854 Replace reference to RFC 3280 by reference to newer RFC 5280 by Hanno Becker · 7 years ago
  86. cfc47ba Correct some indentation and line lengths in x509_create.c by Hanno Becker · 7 years ago
  87. d355e69 Rename `tag` to `default_tag` in x509_attr_descriptor_t by Hanno Becker · 7 years ago
  88. d2c9009 Improve documentation of x509_attr_descriptor_t by Hanno Becker · 7 years ago
  89. 0c161d1 Fix bounds check in ssl_parse_server_psk_hint() by Hanno Becker · 7 years ago
  90. 6290dae Disable dtls fragmentation for ClientHello messages by Andrzej Kurek · 7 years ago
  91. d264258 Make inclusion of stdio.h conditional in x509_crt.c by Simon Butcher · 7 years ago
  92. 3725bb2 rsa: pss: Enable use of big hashes with small keys by Jaeden Amero · 7 years ago
  93. c86993e Merge remote-tracking branch 'public/pr/1970' into development by Simon Butcher · 7 years ago
  94. 7c025a9 Generalize dh_flag in mbedtls_mpi_gen_prime by Janos Follath · 7 years ago
  95. eba6c9b changes requested by @hanno-arm by thomas-dee · 7 years ago
  96. 54a7c62 Minor style changes by Ron Eldor · 7 years ago
  97. 1c1c20e Fix some whitespace issues by Manuel Pégourié-Gonnard · 7 years ago
  98. ff21572 rsa: pss: Use size_t when computing signatures by Jaeden Amero · 7 years ago
  99. 125af94 Merge branch 'development-restricted' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  100. 53546ea Update library version number to 2.13.1 by Simon Butcher · 7 years ago mbedtls-2.13.1