1. d6df0a5 Fix use of volatile by Janos Follath · 1 year, 5 months ago
  2. b888bc0 Fix typo by Janos Follath · 1 year, 5 months ago
  3. 16ef486 Improve style by Janos Follath · 1 year, 5 months ago
  4. 4ec0fb5 Avoid implementation defined behaviour by Janos Follath · 1 year, 5 months ago
  5. 30f49f1 Hinder unwanted optimisations by Janos Follath · 1 year, 5 months ago
  6. bd0a683 Improve changelog by Janos Follath · 1 year, 6 months ago
  7. 673461c Improve validation in mpi_exp_mod_min_RR by Gilles Peskine · 1 year, 6 months ago
  8. fdab786 Use TEST_EQUAL instead of TEST_ASSERT in new code by Janos Follath · 1 year, 6 months ago
  9. 0902572 Fix style by Janos Follath · 1 year, 6 months ago
  10. 6bd5cae Fix MBEDTLS_MPI_WINDOW_SIZE documentation by Janos Follath · 1 year, 6 months ago
  11. 86258f5 Exp mod: handle negative zero by Janos Follath · 1 year, 6 months ago
  12. aec1a86 Use mbedtls_ct_condition_t in mpi_core_check_zero by Janos Follath · 1 year, 6 months ago
  13. 424c265 Exp mod: tidy up temporary storage allocation by Janos Follath · 1 year, 6 months ago
  14. 0512d17 Exp mod: Make sure RR has enough limbs by Janos Follath · 1 year, 6 months ago
  15. 518b5b6 Improve style by Janos Follath · 1 year, 6 months ago
  16. 467a549 Exp mod: clarify preprocessing by Janos Follath · 1 year, 6 months ago
  17. 583f047 Exp mod: simplify 0 exponent handling by Janos Follath · 1 year, 6 months ago
  18. 576087d Exp mod: use assignment instead memcpy by Janos Follath · 1 year, 6 months ago
  19. 701ae1d Exp mod: move declarations before use by Janos Follath · 1 year, 6 months ago
  20. c9faea0 Bignum: Remove/update obsolete comments by Janos Follath · 1 year, 6 months ago
  21. f0543be Add Changelog by Janos Follath · 1 year, 6 months ago
  22. 1609d57 Increase default exponentiation window size by Janos Follath · 1 year, 6 months ago
  23. 4b5edfa Bignum: remove unused functions by Janos Follath · 1 year, 6 months ago
  24. 1ba4058 Use mpi_core_exp_mod in bignum. by Janos Follath · 1 year, 6 months ago
  25. f741db3 Merge pull request #8764 from Ryan-Everett-arm/threadsafe-key-wiping by Janos Follath · 1 year, 6 months ago
  26. c3d17cd Merge pull request #8702 from minosgalanakis/update/dhm_context_in_programs_5015 by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  27. 2e2af41 Merge pull request #7604 from zvolin/feature/pkcs5-aes by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  28. 53ddf42 Merge pull request #8689 from paul-elliott-arm/make_tests_thread_safe by Paul Elliott · 1 year, 6 months ago
  29. 5d2bcc6 Fix typo / improve documentation for test step fns by Paul Elliott · 1 year, 6 months ago
  30. 54ad01e Merge remote-tracking branch 'upstream/development' into make_tests_thread_safe by Paul Elliott · 1 year, 6 months ago
  31. 9dc076b Fix issue with lock failures returning CORRUPTION_DETECTED by Ryan Everett · 1 year, 6 months ago
  32. 7fee4f7 Fix mutex unlock error handling in psa_destroy_key by Ryan Everett · 1 year, 6 months ago
  33. 67f3568 Reduce analyze_block_cipher_dispatch exceptions by Ryan Everett · 1 year, 6 months ago
  34. 75e65fe Reformat AES encryption test data in pkcs5 tests by Ryan Everett · 1 year, 6 months ago
  35. afb2eee Add PKCS5/12 exceptions to analyze_block_cipher_dispatch by Ryan Everett · 1 year, 6 months ago
  36. 791fc2e Merge remote-tracking branch 'upstream/development' into pkcs5_aes_new by Ryan Everett · 1 year, 6 months ago
  37. 7a28738 Merge pull request #8636 from paul-elliott-arm/new_test_thread_interface by Janos Follath · 1 year, 6 months ago gh-readonly-queue/development/pr-8636-1dbfc8ad3c32f77f360e47a367c074397915a4bd
  38. 1dbfc8a Merge pull request #8790 from paul-elliott-arm/fix_ctr_drbg_comment by Tom Cosgrove · 1 year, 6 months ago gh-readonly-queue/development/pr-8790-b7307630bb4df30d3f8a5b708c5908f607d00ff4
  39. b730763 Merge pull request #8703 from valeriosetti/issue7765-guards-in-asn1 by Manuel Pégourié-Gonnard · 1 year, 6 months ago gh-readonly-queue/development/pr-8703-7bf1e98f446e7051e94c3e72568aad5d0279249e
  40. 7bf1e98 Merge pull request #8740 from valeriosetti/issue8647 by Manuel Pégourié-Gonnard · 1 year, 6 months ago gh-readonly-queue/development/pr-8740-c8de36220298f67254c253d274826d77f1022c34
  41. c8de362 Merge pull request #8665 from ivq/reduce_static_mem by Tom Cosgrove · 1 year, 6 months ago gh-readonly-queue/development/pr-8665-9b272ac1c6e6056a1080ad04713633345bb93ac9
  42. 1910390 psa_util: improve leading zeros check in convert_der_to_raw_single_int() by Valerio Setti · 1 year, 6 months ago
  43. bda577b Fix confusing comment in ctr drbg thread test by Paul Elliott · 1 year, 6 months ago
  44. 9b272ac Merge pull request #8794 from daverodgman/pr-guidelines by Dave Rodgman · 1 year, 6 months ago
  45. ef07fa0 test_suite_psa_crypto_util: add more test for raw->der by Valerio Setti · 1 year, 6 months ago
  46. affba30 psa_util: update documentation for mbedtls_ecdsa_raw_to_der() by Valerio Setti · 1 year, 6 months ago
  47. b02c0be Merge pull request #8791 from gilles-peskine-arm/psa-legacy-bridges-ecdsa-bits-first by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  48. a8082c4 Add MBEDTLS_CIPHER_C dependencies to new pkparse tests by Ryan Everett · 1 year, 6 months ago
  49. 292b1dc Merge pull request #8789 from paul-elliott-arm/fix_tsan_gcc by Paul Elliott · 1 year, 6 months ago gh-readonly-queue/development/pr-8789-1d7bc1ecdf04db9b137931442fd46fe278813f2b
  50. 2a6593b Slightly soften force-push suggestion by Dave Rodgman · 1 year, 6 months ago
  51. c1a4d1f Remove comments about rebasing vs merging; link to longer RTD document by Dave Rodgman · 1 year, 6 months ago
  52. 2840523 Remind contributors not to force-push by Dave Rodgman · 1 year, 6 months ago
  53. 3f557ad Wording improvement by Gilles Peskine · 1 year, 6 months ago
  54. 1d7bc1e Merge pull request #8717 from valeriosetti/issue8030 by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  55. 57a0957 Merge pull request #8788 from daverodgman/old-gcc-alignment-bug by Dave Rodgman · 1 year, 6 months ago
  56. 447bbce rsa: remove unnecessary check in priv/pub key parsing by Valerio Setti · 1 year, 6 months ago
  57. 30a303f ECDSA signature conversion: put bits first by Gilles Peskine · 1 year, 6 months ago
  58. e053cb2 Stop platform test failures with GCC and TSAN by Paul Elliott · 1 year, 6 months ago
  59. 8bdd8cd Merge pull request #8729 from adeaarm/crypto_struct_client_view by Gilles Peskine · 1 year, 6 months ago
  60. f45589b Merge pull request #8198 from silabs-Kusumit/kdf_incorrect_initial_capacity by Gilles Peskine · 1 year, 6 months ago
  61. 137e0c1 Merge pull request #8761 from valeriosetti/issue4681 by Gilles Peskine · 1 year, 6 months ago
  62. fb7001f Merge pull request #8738 from gilles-peskine-arm/pk_import_into_psa-use_usage by Gilles Peskine · 1 year, 6 months ago
  63. a76a001 Remove mutex calls in psa_wipe_all_key_slots by Ryan Everett · 1 year, 6 months ago
  64. 1810fd9 add changelog by Valerio Setti · 1 year, 6 months ago
  65. bb76f80 pk_wrap: use proper raw buffer length in ecdsa_sign_psa() by Valerio Setti · 1 year, 6 months ago
  66. cf81f69 psa_util: smarter raw length check in mbedtls_ecdsa_raw_to_der() by Valerio Setti · 1 year, 6 months ago
  67. 91d5fde Merge pull request #8745 from adeaarm/trail_key_id_field by Dave Rodgman · 1 year, 6 months ago
  68. 6269f3b Revert "psa_util: allow larger raw buffers in mbedtls_ecdsa_raw_to_der()" by Valerio Setti · 1 year, 6 months ago
  69. 2b6a7b3 suite_psa_crypto_util: use 521 bits data and bit-size instead of 528 by Valerio Setti · 1 year, 6 months ago
  70. 79e2e5d Add comment to set/increment step functions by Paul Elliott · 1 year, 6 months ago
  71. e093281 Pacify check-names by Dave Rodgman · 1 year, 6 months ago
  72. 94c5806 suite_psa_crypto_util: make ecdsa_raw_to_der_incremental() more readable by Valerio Setti · 1 year, 6 months ago
  73. d09f96b Improve docs by Dave Rodgman · 1 year, 6 months ago
  74. eae7fce add changelog by Valerio Setti · 1 year, 6 months ago
  75. 22b934e Use struct not union by Dave Rodgman · 1 year, 6 months ago
  76. f4e8234 Improve docs by Dave Rodgman · 1 year, 6 months ago
  77. 5c9cc0b Merge pull request #8727 from ronald-cron-arm/tls13-ignore-early-data-when-rejected by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  78. ec9936d Improve gcc guards by Dave Rodgman · 1 year, 6 months ago
  79. f20728e Fix missed case for removing accessor by Paul Elliott · 1 year, 6 months ago
  80. b327a1e Change unaligned access method for old gcc by Dave Rodgman · 1 year, 6 months ago
  81. d0a7727 tests: early data: Complete the handshake by Ronald Cron · 1 year, 6 months ago
  82. 735ac3e Fix builds with secp224k1 as the only curve by Gilles Peskine · 1 year, 6 months ago
  83. 4e9683e Reduce many unnecessary static memory consumption by Chien Wong · 1 year, 7 months ago
  84. c213a2e adjust_legacy_from_psa: use groups instead of curves for DH by Valerio Setti · 1 year, 6 months ago
  85. 8a85673 Merge remote-tracking branch 'development' into pk_import_into_psa-use_usage by Gilles Peskine · 1 year, 6 months ago
  86. d4fc5d9 psa_util: allow larger raw buffers in mbedtls_ecdsa_raw_to_der() by Valerio Setti · 1 year, 6 months ago
  87. fe329ce rsa: handle buffer length similarly in private and public key parsing by Valerio Setti · 1 year, 6 months ago
  88. 33327da tests: early data: Switch to mnemonics for test scenarios by Ronald Cron · 1 year, 6 months ago
  89. 0e60e93 test_suite_psa_crypto_util: improve ecdsa_der_to_raw() by Valerio Setti · 1 year, 6 months ago
  90. 1d5fa22 Fix pkcs5 aes test data by Ryan Everett · 1 year, 6 months ago
  91. 9ae3270 Add missing dependencies for pkparse tests by Ryan Everett · 1 year, 6 months ago
  92. 1792bb4 test_suite_psa_crypto_util: add more test cases by Valerio Setti · 1 year, 6 months ago
  93. 71c6e65 tls13: ssl_msg.c: Improve/add comments by Ronald Cron · 1 year, 6 months ago
  94. 31e2d83 tls13: srv: Improve coding by Ronald Cron · 1 year, 6 months ago
  95. 1101261 test_suite_psa_util: use more generic symbols for test case dependencies by Valerio Setti · 1 year, 6 months ago
  96. 091bdc4 psa_util: enhance checks on leading zeros in convert_der_to_raw_single_int() by Valerio Setti · 1 year, 6 months ago
  97. 32c28ce Merge pull request #8715 from valeriosetti/issue7964 by Manuel Pégourié-Gonnard · 1 year, 6 months ago
  98. 05c256f psa_util: minor performance improvement in mbedtls_ecdsa_der_to_raw() by Valerio Setti · 1 year, 6 months ago
  99. bec1d84 psa_util: convert_der_to_raw_single_int() accepts also all zero integers by Valerio Setti · 1 year, 6 months ago
  100. 8334d00 psa_util: improve check of raw_len in mbedtls_ecdsa_raw_to_der() by Valerio Setti · 1 year, 6 months ago