1. 5c032b5 pk_wrap: fix comment in ecdsa_verify_wrap by Valerio Setti · 2 years, 6 months ago
  2. b761b15 fix code style by Valerio Setti · 2 years, 6 months ago
  3. 1337a4f pk_wrap: use specific lengths for EC's private key and key-pair by Valerio Setti · 2 years, 6 months ago
  4. 5bc5224 pk_wrap: fix for DETERMINISTIC_ECDSA case in ecdsa_sign_wrap() by Valerio Setti · 2 years, 6 months ago
  5. 8a6022e Clean up header inclusions in pk_wrap.c by Gilles Peskine · 2 years, 10 months ago
  6. 13caa94 Don't use pk_write in ecdsa_sign_wrap with USE_PSA_CRYPTO by Gilles Peskine · 2 years, 10 months ago
  7. b4a87b0 Don't use pk_write in ecdsa_verify_wrap with USE_PSA_CRYPTO by Gilles Peskine · 2 years, 10 months ago
  8. 5b16e9e pk_wrap: keep ECDSA_C for ECP_RESTARTABLE contexts by Valerio Setti · 2 years, 6 months ago
  9. 1cdddac pk_wrap: use proper macros for sign and verify by Valerio Setti · 2 years, 6 months ago
  10. 5c593af pk_wrap: fix comment on closing #endif by Valerio Setti · 2 years, 6 months ago
  11. 24138d9 pk_wrap: re-use identical functions for eckey and ecdsa when possible by Valerio Setti · 2 years, 6 months ago
  12. 7ca1318 pk: add new symbol for generic ECDSA capability by Valerio Setti · 2 years, 6 months ago
  13. 9e30dd8 removing a leftover printf from debug by Valerio Setti · 2 years, 6 months ago
  14. ab363d9 pk/pk_wrap: replace ECDSA_C with generic ECDSA capabilities' defines by Valerio Setti · 2 years, 6 months ago
  15. 0cfb08d Merge pull request #6922 from mprse/csr_v3 by Gilles Peskine · 2 years, 6 months ago
  16. 80c5525 Merge pull request #6791 from yanrayw/6675-change-some-key-generation-funcs-to-static by Gilles Peskine · 2 years, 6 months ago
  17. 6dd757a Fix use of sizeof without brackets by Dave Rodgman · 2 years, 6 months ago
  18. 24c6f49 Merge pull request #7005 from tom-cosgrove-arm/fix-doxygen-typos-in-new-bignum by Gilles Peskine · 2 years, 6 months ago
  19. a193986 Merge pull request #6942 from ucko/2023a-bignum by Gilles Peskine · 2 years, 6 months ago
  20. 8a1f784 Fix typos in doxygen commands in new bignum modules by Tom Cosgrove · 2 years, 6 months ago
  21. a12cecb Modify some comments in ssl_tls13_keys.c by Yanray Wang · 2 years, 6 months ago
  22. f6b9823 Merge pull request #6979 from daverodgman/const-time-asm-vol by Gilles Peskine · 2 years, 6 months ago
  23. 470f10c Merge pull request #6941 from gabor-mezei-arm/6375_quasi-reduction_function by Gilles Peskine · 2 years, 6 months ago
  24. db1607f Remove unneeded include by Gabor Mezei · 2 years, 6 months ago
  25. aae6125 Merge pull request #6883 from valeriosetti/issue6843 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  26. 4610d4b Inhibit compiler from optimising out const-time asm by Dave Rodgman · 2 years, 6 months ago
  27. 169d9e6 Merge pull request #6802 from gilles-peskine-arm/test_suite_psa_crypto_metadata-20221215 by Manuel Pégourié-Gonnard · 2 years, 6 months ago
  28. 36ad5e7 Fix code style by Przemek Stekiel · 2 years, 6 months ago
  29. af4815c x509: replace/fix name of new function for setting serial by Valerio Setti · 2 years, 6 months ago
  30. 803638c Merge pull request #6939 from minosgalanakis/bignum/6027_hardcode_montgomery_moduli by Janos Follath · 2 years, 6 months ago
  31. 32e2091 Remove redundant check and add comment to inform about processing of empty extensions by Przemek Stekiel · 2 years, 6 months ago
  32. 9a66ab1 Fix missing declarration by Gabor Mezei · 2 years, 6 months ago
  33. 94e21e1 Skip unsupported extensions by Przemek Stekiel · 2 years, 6 months ago
  34. 8296eab Merge pull request #6957 from tom-cosgrove-arm/fix-spelling-of-doxygen-return by Gilles Peskine · 2 years, 6 months ago
  35. 3b8623f Merge pull request #6903 from Mihir-Raj-Singh/Bignum_rename_mtoN by Gilles Peskine · 2 years, 6 months ago
  36. 627e5b1 Only enable fix_quasi_reduction when testing by Gabor Mezei · 2 years, 6 months ago
  37. a468768 Dealocate memory for subject alt names by Przemek Stekiel · 2 years, 6 months ago
  38. 86d1946 Fix error codes returned on failures by Przemek Stekiel · 2 years, 6 months ago
  39. cf6ff0f Move common functions for crt/csr parsing to x509.c by Przemek Stekiel · 2 years, 7 months ago
  40. db128f5 Allow empty ns_cert_type, key_usage while parsing certificates by Przemek Stekiel · 2 years, 7 months ago
  41. 21c3728 Adapt function names by Przemek Stekiel · 2 years, 7 months ago
  42. cbaf316 mbedtls_x509_csr_info: Add parsing code for v3 csr extensions by Przemek Stekiel · 2 years, 7 months ago
  43. 2d9e359 Parsing v3 extensions from a CSR by Jens Alfke · 6 years ago
  44. a24fd06 Update documentation by Gabor Mezei · 2 years, 6 months ago
  45. 9073f7d Remove unneeded check by Gabor Mezei · 2 years, 6 months ago
  46. e81a2b8 Change the fix_quasi_reduction function to static by Gabor Mezei · 2 years, 6 months ago
  47. aaa1d2a Move the quasi reduction fixing function to bignum_mod_raw by Gabor Mezei · 2 years, 6 months ago
  48. 37dabd5 Fix doxygen return parameter spelling by Tom Cosgrove · 2 years, 6 months ago
  49. 8692ec8 pkarse: Added `pk_group_id_from_specified()` documentation. by Minos Galanakis · 2 years, 7 months ago
  50. 7658b63 Remove volatile from diff; add explanatory comment by Dave Rodgman · 2 years, 7 months ago
  51. fa96026 Move definition of asm out of public header by Dave Rodgman · 2 years, 7 months ago
  52. 7f376fa Improve documentation by Dave Rodgman · 2 years, 7 months ago
  53. b9cd19b Prevent perf regressions in mbedtls_xor by Dave Rodgman · 2 years, 7 months ago
  54. 051225d Address potential perf regression by Dave Rodgman · 2 years, 7 months ago
  55. 36dfc5a Improve efficiency of some constant time functions by Dave Rodgman · 2 years, 8 months ago
  56. cb0f2c4 Tidy-up - move asm #define into build_info.h by Dave Rodgman · 2 years, 8 months ago
  57. c8e381a pkarse: Update `pk_group_id_from_specified()` clean-up. by Minos Galanakis · 2 years, 7 months ago
  58. e9fa7a7 ecp_curves: Update pre-processor define guards for `ecp_mpi_load()`. by Minos Galanakis · 2 years, 7 months ago
  59. d61dbd4 ecp_curves: Update `mbedtls_ecp_group_free()`. by Minos Galanakis · 2 years, 7 months ago
  60. 146fed9 ecp_curves: Hardcode Montgomery const for curve448. by Minos Galanakis · 2 years, 7 months ago
  61. bececeb ecp_curves: Hardcod Montgomery const for curve25519 by Minos Galanakis · 2 years, 7 months ago
  62. bb3814c Reject key agreement chained with PSA_ALG_TLS12_ECJPAKE_TO_PMS by Gilles Peskine · 2 years, 8 months ago
  63. af67d2c mbedtls_mpi_sub_abs: Skip memcpy when redundant (#6701). by Aaron M. Ucko · 2 years, 7 months ago
  64. c83f792 Add documentation by Gabor Mezei · 2 years, 7 months ago
  65. 9684d4d Add quasi-reduction function for ecp by Gabor Mezei · 2 years, 7 months ago
  66. 432cacf bignum_mod_raw: Renamed `m` -> N in mbedtls_mpi_mod_raw_neg() by Mihir Raj Singh · 2 years, 7 months ago
  67. b0354c5 bignum_mod_raw: Renamed `m` -> N in mbedtls_mpi_mod_raw_from_mont_rep() by Mihir Raj Singh · 2 years, 7 months ago
  68. 37ece72 bignum_mod_raw: Renamed `m` -> N in mbedtls_mpi_mod_raw_to_mont_rep() by Mihir Raj Singh · 2 years, 7 months ago
  69. 01e861f bignum_mod_raw: Renamed `m` -> N in mbedtls_mpi_mod_raw_write() by Mihir Raj Singh · 2 years, 7 months ago
  70. cd17ff0 bignum_mod_raw: Renamed `m` -> N in mbedtls_mpi_mod_raw_read() by Mihir Raj Singh · 2 years, 7 months ago
  71. a43290d bignum_mod: Renamed `m` -> N in mbedtls_mpi_mod_write() by Mihir Raj Singh · 2 years, 7 months ago
  72. fdc314b bignum_mod: Renamed `m` -> N in mbedtls_mpi_mod_read() by Mihir Raj Singh · 2 years, 7 months ago
  73. 928a07b bignum_mod: Renamed `m` -> N in mbedtls_mpi_mod_modulus_free by Mihir Raj Singh · 2 years, 7 months ago
  74. f438ad1 bignum_mod: Renamed `m` -> N in mbedtls_mpi_mod_modulus_setup() by Mihir Raj Singh · 2 years, 7 months ago
  75. b6fa940 bignum_mod: Renamed `m` -> N in mbedtls_mpi_mod_modulus_init() by Mihir Raj Singh · 2 years, 7 months ago
  76. b13a589 bignum_mod: Renamed `m` -> N in mbedtls_mpi_mod_residue_setup() by Mihir Raj Singh · 2 years, 7 months ago
  77. 9b84ea7 remove ssl_tls13_has_compat_ticket_flags by Pengyu Lv · 2 years, 7 months ago
  78. e2f1dbf update docs of ssl_client2 and improve code format by Pengyu Lv · 2 years, 7 months ago
  79. 4938a56 refine ticket_flags printing helper by Pengyu Lv · 2 years, 7 months ago
  80. acecf9c make ticket_flags param types consistent by Pengyu Lv · 2 years, 7 months ago
  81. 3643fdb refine the state setting in tls13_handshake_wrapup by Pengyu Lv · 2 years, 7 months ago
  82. ee455c0 move ticket_flags debug helpers by Pengyu Lv · 2 years, 7 months ago
  83. 1894653 remove MBEDTLS_ERR_SSL_TICKET_INVALID_KEX_MODE error by Pengyu Lv · 2 years, 7 months ago
  84. 80270b2 rename ticket_flags helper functions to generic ones by Pengyu Lv · 2 years, 7 months ago
  85. a1aa31b fix review comments by Pengyu Lv · 2 years, 8 months ago
  86. 1735ba3 fix review comments by Pengyu Lv · 2 years, 8 months ago
  87. 9eacb44 improve code format and readability by Pengyu Lv · 2 years, 8 months ago
  88. 9356678 filter the tickets with tls13_kex_mode on client side. by Pengyu Lv · 2 years, 8 months ago
  89. e6487fe guard tls13_kex_modes related function calls with macro by Pengyu Lv · 2 years, 8 months ago
  90. 3eb49be move kex mode check in ticket_flags to psks_check_identity_match_ticket by Pengyu Lv · 2 years, 8 months ago
  91. c7af2c4 tls13: send new session ticket only when client supports psk by Pengyu Lv · 2 years, 8 months ago
  92. c55eeb6 tls13: check if the session ticket is compatible with key exchange modes by Pengyu Lv · 2 years, 9 months ago
  93. 9f92695 tls13: set key exchange mode in ticket_flags on client/server by Pengyu Lv · 2 years, 9 months ago
  94. b7d50ac tls13: add helpers to manipulate ticket_flags by Pengyu Lv · 2 years, 9 months ago
  95. 5b8dcd2 Add debug helper to print ticket_flags status by Pengyu Lv · 2 years, 9 months ago
  96. 856cec4 test: x509: add more tests for checking certificate serial by Valerio Setti · 2 years, 7 months ago
  97. 4752aac x509: enhancement and fixes by Valerio Setti · 2 years, 7 months ago
  98. 746def5 x509: renaming of buffer variables in new serial setting function by Valerio Setti · 2 years, 7 months ago
  99. acf12fb x509: fix endianness and input data format for x509write_crt_set_serial_new by Valerio Setti · 2 years, 7 months ago
  100. 5d164c4 fix: add missing deprecation guards by Valerio Setti · 2 years, 7 months ago