1. 4c5819c Move bn_mul.h to library/ by Chris Jones · 4 years, 5 months ago
  2. e2191cd Update includes to use library/ instead of include/mbedtls/ by Chris Jones · 4 years, 6 months ago
  3. 35ac46a Move internal headers from include/mbedtls/ to library/ by Chris Jones · 4 years, 6 months ago
  4. 7b9f33c Move include/mbedtls/rsa_internal.h to library/rsa_internal.h by Chris Jones · 4 years, 6 months ago
  5. 3d210cf Merge pull request #4066 from mstarzyk-mobica/const_asn1write by Manuel Pégourié-Gonnard · 4 years, 6 months ago
  6. 4dad303 Merge pull request #4089 from mstarzyk-mobica/remove_havege by Manuel Pégourié-Gonnard · 4 years, 6 months ago
  7. 0fdcc8e Remove Havege module. by Mateusz Starzyk · 4 years, 6 months ago
  8. de6cb26 Merge pull request #4063 from mstarzyk-mobica/const_asn1 by Manuel Pégourié-Gonnard · 4 years, 6 months ago
  9. 3292453 Add missing const attribute to Public Key API by Mateusz Starzyk · 4 years, 6 months ago
  10. 4e300d0 Add missing const attribute to asn1write api by Mateusz Starzyk · 4 years, 6 months ago
  11. 59961cf Add missing const attribute to asn1 api by Mateusz Starzyk · 4 years, 6 months ago
  12. b034683 Merge pull request #4007 from stevew817/feature/alt_implementation_is_not_deterministic by Janos Follath · 4 years, 6 months ago
  13. 64f2773 Skip tests requiring known entropy for ECJPAKE ALT implementations by Steven Cooreman · 4 years, 7 months ago
  14. 6fbff5b Merge pull request #3698 from darrenkrahn/development by Dave Rodgman · 4 years, 7 months ago
  15. 94ca187 Merge pull request #3809 from AndrzejKurek/refactor-variable-buffers by paul-elliott-arm · 4 years, 7 months ago
  16. 069fa96 Use size_t instead of uint32_t for ssl I/O buffer lengths by Andrzej Kurek · 4 years, 7 months ago
  17. 4a06379 Refactor the variable I/O buffer size feature by Andrzej Kurek · 4 years, 10 months ago
  18. dbf6896 mbedtls_to_psa_error: prefer dispatching on the low-level error by Gilles Peskine · 4 years, 7 months ago
  19. ae3741e Fix an incorrect error code if RSA private operation glitched by Gilles Peskine · 4 years, 8 months ago
  20. 40d8160 mbedtls_to_psa_error: fix a copypasta and a missing translation by Gilles Peskine · 4 years, 8 months ago
  21. a51e1db Merge pull request #3895 from gilles-peskine-arm/psa-external-random by Gilles Peskine · 4 years, 7 months ago
  22. 75fdd06 Merge pull request #3973 from stroebeljc/development by Manuel Pégourié-Gonnard · 4 years, 7 months ago
  23. 73d7832 Merge pull request #3969 from frestr/bugfix/psa_close_key_leak by Gilles Peskine · 4 years, 7 months ago
  24. 9c3e060 Explain the design of mbedtls_psa_get_random better by Gilles Peskine · 4 years, 7 months ago
  25. 0c59ba8 Fix the error detection in psa_generate_random by Gilles Peskine · 4 years, 7 months ago
  26. d4de1b5 Updated per comments from @gilles-peskine-arm. by stroebeljc · 4 years, 7 months ago
  27. 71ddab9 Simplify the chunk loop in psa_generate_random by Gilles Peskine · 4 years, 7 months ago
  28. 88fa5c4 Minor documentation improvements by Gilles Peskine · 4 years, 7 months ago
  29. 70f63d0 Added references to the NIST test data used in the self-test function. by ENT\stroej1 · 4 years, 7 months ago
  30. df30700 Updated self test to use NIST test vectors and produce proper result. by ENT\stroej1 · 4 years, 7 months ago
  31. a0deec0 Extended test vectors to accomodate addition of nonce to test input array and updated results. by ENT\stroej1 · 4 years, 7 months ago
  32. 1446211 Update self-test vectors to include nonce and test it as part of reseeding. by ENT\stroej1 · 4 years, 7 months ago
  33. 4b91986 Fixed seed variable concatenation pointer. by ENT\stroej1 · 4 years, 8 months ago
  34. 462aa57 PSA Crypto: Don't skip key data removal when SE driver is not in use by Fredrik Strupe · 4 years, 8 months ago
  35. b3cd963 Pacify check-names.sh by Gilles Peskine · 4 years, 8 months ago
  36. b2b64d3 Rename psa_crypto_random.h to psa_crypto_random_impl.h by Gilles Peskine · 4 years, 8 months ago
  37. 8814fc4 Make mbedtls_psa_get_random more usable outside psa_crypto.c by Gilles Peskine · 4 years, 8 months ago
  38. 5894e8e Replace mbedtls_psa_random_state( ... ) by MBEDTLS_PSA_RANDOM_STATE by Gilles Peskine · 4 years, 8 months ago
  39. 0cbdc61 Bump version to Mbed TLS 2.25.0 by Janos Follath · 4 years, 8 months ago
  40. a946dcf Merge branch 'development-restricted' into mbedtls-2.25.0r0-pr by Janos Follath · 4 years, 8 months ago
  41. 6d5c7bc Merge pull request #3898 from paul-elliott-arm/fix_pem_write by Gilles Peskine · 4 years, 8 months ago
  42. 2b75962 Merge pull request #3948 from bensze01/update_psa_values by Gilles Peskine · 4 years, 8 months ago
  43. cbe3953 Substitute PSA_ALG_STREAM_CIPHER into all files by Bence Szépkúti · 4 years, 8 months ago
  44. 1de907d Introduce PSA_ALG_STREAM_CIPHER by Bence Szépkúti · 4 years, 8 months ago
  45. 557b8d6 Remove Extraneous bytes from buffer post pem write by Paul Elliott · 4 years, 9 months ago
  46. 7710906 Merge pull request #3393 from geecrypt/development by Ronald Cron · 4 years, 8 months ago
  47. 3aae5d4 Merge pull request #781 from mpg/cipher-auth-crypt-restricted by Janos Follath · 4 years, 8 months ago
  48. 3a0535b Merge pull request #3916 from jdurkop/psa-crypto-config-hashes-3672 by Gilles Peskine · 4 years, 8 months ago
  49. 841b6fa Fix unused param warnings in auth_xxcrypt_ext() by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  50. 7973e2b Merge pull request #772 from chris-jones-arm/development-restricted by Janos Follath · 4 years, 8 months ago
  51. 4e0a4d4 Clarifying comment by Gilles Peskine · 4 years, 8 months ago
  52. a56d3d9 cipher_auth_xxcrypt_ext: Make NIST_KW case more robust by Gilles Peskine · 4 years, 8 months ago
  53. e09aeb4 Remove redundant NIST_KW checks in cipher_auth_xxcrypt() by Gilles Peskine · 4 years, 8 months ago
  54. 70edd68 cipher_auth_xxcrypt(): fix some null pointer handling by Gilles Peskine · 4 years, 8 months ago
  55. e54be3a Fix uncaught error if fix_negative fails by Gilles Peskine · 5 years ago
  56. 89b4130 Fix memory leak in mbedtls_mpi_sub_abs by Gilles Peskine · 5 years ago
  57. 6ca2327 Update guards for ALG_SHA_224 and ALG_SHA_384 in crypto library by John Durkop · 4 years, 8 months ago
  58. 227366b Merge branch 'development' into development-restricted by Gilles Peskine · 4 years, 8 months ago
  59. 54a6f23 Merge pull request #3930 from ccvca/fix_missing_argument by Gilles Peskine · 4 years, 8 months ago
  60. f5cf71e Stop using deprecated functions in the library by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  61. 513c243 Deprecate mbedtls_cipher_auth_xxcrypt() by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  62. f2ffbc4 Stop supporting NIST_KW in cipher_auth_xxcrypt() by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  63. a282984 Merge pull request #773 from paul-elliott-arm/discrepancy_cert by Gilles Peskine · 4 years, 8 months ago
  64. faddf98 Implement cipher_auth_{en,de}crypt_ext() by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  65. 489c058 Merge branch 'development' into development-restricted by Manuel Pégourié-Gonnard · 4 years, 8 months ago
  66. 9246d04 Fix potential DoS by limiting number sizes in exponentiation by Chris Jones · 4 years, 8 months ago
  67. 883d304 Fix: Add missing arguments to debug message. by Christian von Arnim · 4 years, 8 months ago
  68. d62b678 Minor updates to address review comments by John Durkop · 4 years, 8 months ago
  69. ee4e660 Use new MBEDTLS_PSA_BUILTIN_ macros for hashes in crypto library by John Durkop · 4 years, 8 months ago
  70. 316052e Add in dependency check for crypto config hashes by John Durkop · 4 years, 8 months ago
  71. ca17ebf Add tag check to cert algorithm check by Paul Elliott · 4 years, 8 months ago
  72. 6aceb51 Support set *_drbg reseed interval before seed by Gavin Acquroff · 5 years ago
  73. 436400e Handle random generator failure in mbedtls_mpi_fill_random() by Gilles Peskine · 4 years, 8 months ago
  74. f06a614 Change function casting in `ssl_calc_finished_tls_sha384` by Rodrigo Dias Correa · 4 years, 8 months ago
  75. d596ca8 Fix GCC warning in `ssl_calc_finished_tls_sha384` by Rodrigo Dias Correa · 4 years, 8 months ago
  76. eb5d014 Fix GCC warning in `ssl_calc_finished_tls_sha384` by Rodrigo Dias Correa · 4 years, 9 months ago
  77. 2c42457 Fix mismatched function parameters (prototype/definition) by Rodrigo Dias Correa · 4 years, 9 months ago
  78. 2630f67 Fix build failure on gcc-11 by Rodrigo Dias Correa · 4 years, 9 months ago
  79. 7af3764 Merge pull request #3877 from chris-jones-arm/development by Gilles Peskine · 4 years, 9 months ago
  80. bee96c8 Explain the conditions for checking DRBG error codes by Gilles Peskine · 4 years, 9 months ago
  81. 82e57d1 PSA: support HMAC_DRBG by Gilles Peskine · 4 years, 9 months ago
  82. 4fc21fd Implement MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG by Gilles Peskine · 4 years, 9 months ago
  83. 1c49f1a Include headers in psa_crypto.h for mbedtls_to_psa_error by Gilles Peskine · 4 years, 9 months ago
  84. f08b3f8 Autonomous random driver: create configuration option by Gilles Peskine · 4 years, 9 months ago
  85. 30524eb psa_crypto: create random and drbg abstraction by Gilles Peskine · 4 years, 9 months ago
  86. 90edc99 Create a header file for PSA crypto random generator abstraction by Gilles Peskine · 4 years, 9 months ago
  87. 9aaa3e1 Merge pull request #3786 from stevew817/feature/generate_pubkey_in_driver by Gilles Peskine · 4 years, 9 months ago
  88. 662deb3 Merge pull request #3547 from ronald-cron-arm/psa-openless by Gilles Peskine · 4 years, 9 months ago
  89. b9b8442 Plug in the entry point for public key export through driver by Steven Cooreman · 4 years, 10 months ago
  90. 1d12d87 Improve/fix documentation by Ronald Cron · 4 years, 9 months ago
  91. 1ad1eee psa stats: Count locked slots instead of unlocked ones by Ronald Cron · 4 years, 9 months ago
  92. 5c52292 psa: Rename functions to get a key slot by Ronald Cron · 4 years, 9 months ago
  93. 81709fc psa: Move key identifier return to psa_finish_key_creation() by Ronald Cron · 4 years, 9 months ago
  94. 5097294 psa: Decrement slot access count when finalizing key creation by Ronald Cron · 4 years, 9 months ago
  95. cbf6a1d psa: slot mgmt: Add access counter overflow check by Ronald Cron · 4 years, 9 months ago
  96. 4640c15 psa: Remove error message output by Ronald Cron · 4 years, 9 months ago
  97. cbd7bea psa: slot mgmt: Simplify psa_validate_key_id by Ronald Cron · 4 years, 9 months ago
  98. f473d8b psa: slot mgmt: Improve psa_search_key_in_slots implementation by Ronald Cron · 4 years, 9 months ago
  99. 9a68810 Merge pull request #3830 from jdurkop/psa-crypto-config-phase2 by Gilles Peskine · 4 years, 9 months ago
  100. 07cc04a Updates to PSA crypto library based on review comments by John Durkop · 4 years, 9 months ago