1. dd482bf Modify own_pubkey_max_len calculation by Przemek Stekiel · 3 years, 5 months ago
  2. a4e15cc Fix comment: add fields size by Przemek Stekiel · 3 years, 5 months ago
  3. 855938e Move mbedtls_ecdh_setup() to no-psa path by Przemek Stekiel · 3 years, 5 months ago
  4. 338b61d Fix code style by Przemek Stekiel · 3 years, 5 months ago
  5. ce1d792 Remove duplicated code by Przemek Stekiel · 3 years, 5 months ago
  6. fc91a1f Use PSA for private key generation and public key export only for ECDHE keys by Przemek Stekiel · 3 years, 5 months ago
  7. a21af3d Use mbedtls_psa_parse_tls_ecc_group() instead PSA_KEY_TYPE_ECC_KEY_PAIR( mbedtls_ecc_group_to_psa() ) by Przemek Stekiel · 3 years, 5 months ago
  8. 0a60c12 Add intermediate variables to increase code readability by Przemek Stekiel · 3 years, 5 months ago
  9. e9f0044 Destroy ecdh_psa_privkey on failure by Przemek Stekiel · 3 years, 5 months ago
  10. 130c4b5 Use PSA version of key agreement only for ECDHE keys by Przemek Stekiel · 3 years, 5 months ago
  11. fd32e96 ssl_parse_client_key_exchange(): read the curve identifier and the peer's public key and compute the shared secret using PSA by Przemek Stekiel · 3 years, 5 months ago
  12. b6ce0b6 ssl_prepare_server_key_exchange(): generate a private/public key and write out the curve identifier and public key using PSA by Przemek Stekiel · 3 years, 5 months ago
  13. 17f452a Merge pull request #5448 from lhuang04/tls13_alpn by Paul Elliott · 3 years, 5 months ago
  14. d815114 Merge pull request #5524 from mprse/tls_ecdh_2c by Manuel Pégourié-Gonnard · 3 years, 5 months ago
  15. 44311f5 Merge pull request #5571 from superna9999/5162-pk-rsa-signing by Gilles Peskine · 3 years, 5 months ago
  16. 6bf5c8c Merge pull request #5506 from superna9999/4964-extend-psa-one-shot-multipart by Gilles Peskine · 3 years, 5 months ago
  17. 15364ff Merge pull request #5579 from SiliconLabs/erase_secret_before_free by Gilles Peskine · 3 years, 5 months ago
  18. fdfc10b Merge pull request #4408 from gilles-peskine-arm/storage-format-check-mononicity by Gilles Peskine · 3 years, 5 months ago
  19. fd4c259 Use PSA_INIT() in mac_multipart_internal_func() by Neil Armstrong · 3 years, 5 months ago
  20. dcf2ff5 Ensure files get closed when they go out of scope by Gilles Peskine · 3 years, 5 months ago
  21. 4a9630a Fix typo and align on US spelling by Gilles Peskine · 3 years, 5 months ago
  22. 3f076df Fix comments for conditional compilation by Przemek Stekiel · 3 years, 5 months ago
  23. db69c52 Use new PSA to mbedtls PK error mapping functions in rsa_sign_wrap() by Neil Armstrong · 3 years, 5 months ago
  24. 66fa769 Fix 80 characters indentation in rsa_sign_wrap() by Neil Armstrong · 3 years, 5 months ago
  25. 4b1a059 Use now shared RSA_PRV_DER_MAX_BYTES define in pk_wrap.c by Neil Armstrong · 3 years, 5 months ago
  26. 48a9833 Check psa_destroy_key() return in rsa_sign_wrap() by Neil Armstrong · 3 years, 5 months ago
  27. e4f2868 Fix comment typo in rsa_sign_wrap() by Neil Armstrong · 3 years, 5 months ago
  28. 5f8328b Initialize PSA crypto in test_suite_x509write for RSA signing tests by Neil Armstrong · 3 years, 6 months ago
  29. 9854568 PK: RSA signing PSA wrap implementation by Neil Armstrong · 3 years, 6 months ago
  30. fe6da1c Fix style issues in mac_sign_verify_multi() by Neil Armstrong · 3 years, 5 months ago
  31. 052deb9 Merge pull request #5554 from tom-daubney-arm/fix_uninitialised_buffers_in_tests by Gilles Peskine · 3 years, 5 months ago
  32. 1f13e98 Merge pull request #5529 from superna9999/5514-translate-psa-errs-to-mbedtls by Gilles Peskine · 3 years, 5 months ago
  33. 644b3f6 Unify module documentation with --help text by Gilles Peskine · 3 years, 5 months ago
  34. 93c2a42 Don't require ABI tools if not checking the ABI by Gilles Peskine · 3 years, 5 months ago
  35. d929dbb Merge pull request #5368 from mfil/feature/additional_md_getters by Gilles Peskine · 3 years, 5 months ago
  36. 5459a15 Merge pull request #5365 from Tachi107/msvc-utf-8 by Gilles Peskine · 3 years, 5 months ago
  37. e8c8300 Merge pull request #5581 from superna9999/pk-move-rename-rsa-ec-key-sizes by Gilles Peskine · 3 years, 5 months ago
  38. e894c5c Fix code style (indentation) in ssl_tls13_generate_and_write_ecdh_key_exchange() by Przemek Stekiel · 3 years, 5 months ago
  39. a9b4c43 Merge pull request #5588 from gilles-peskine-arm/mypy-on-jenkins by Gilles Peskine · 3 years, 5 months ago
  40. e356f07 Merge pull request #5512 from gilles-peskine-arm/psa-driver-interface-tweaks-202201 by Gilles Peskine · 3 years, 5 months ago
  41. 92e08fb Merge pull request #5475 from miudr/fix_issue_5140 by Gilles Peskine · 3 years, 5 months ago
  42. 2cf0d4f Merge pull request #5584 from gilles-peskine-arm/cmake-Wunused-function by Dave Rodgman · 3 years, 5 months ago
  43. 0689865 Merge pull request #5471 from yuhaoth/pr/add-tls13-client-certificate-verify by Paul Elliott · 3 years, 5 months ago
  44. 19915c2 Rename error translation functions and move them to library/pk_wrap.* by Neil Armstrong · 3 years, 5 months ago
  45. 0f49f83 Use now shared ECP_PUB_DER_MAX_BYTES define in pk_wrap.c by Neil Armstrong · 3 years, 5 months ago
  46. e9ecd27 Rename max sizes of RSA & EC DER keys defines by Neil Armstrong · 3 years, 5 months ago
  47. e0326a6 Move max sizes of RSA & EC DER keys into private pkwrite.h by Neil Armstrong · 3 years, 5 months ago
  48. 5831b4f Merge pull request #5372 from AndrzejKurek/doxygen-fixes-compact-doxyfile by Gilles Peskine · 3 years, 5 months ago
  49. 4766f99 Add multi-part mac sign/verify test by Neil Armstrong · 3 years, 5 months ago
  50. f48bd4b Merge pull request #5371 from AndrzejKurek/doxygen-duplicate-parameter-docs by Gilles Peskine · 3 years, 5 months ago
  51. 0037fcd Merge pull request #4910 from gilles-peskine-arm/check_config-chachapoly-development by Gilles Peskine · 3 years, 5 months ago
  52. 254efe5 Make mypy unconditional by Gilles Peskine · 3 years, 5 months ago
  53. 60234f8 Revert "Introduce new mac_key_policy_multi() variant of mac_key_policy() testing multiple updates occurences" by Neil Armstrong · 3 years, 5 months ago
  54. 9c656ec Fix unused function warning by Gilles Peskine · 3 years, 5 months ago
  55. d5438a5 Enable -Wunused-function in cmake builds for tests by Gilles Peskine · 3 years, 5 months ago
  56. 4b94f10 Add changelog entry for zeroizing key buffers before freeing by Steven Cooreman · 3 years, 5 months ago
  57. 3ccd08b Introduce new mac_key_policy_multi() variant of mac_key_policy() testing multiple updates occurences by Neil Armstrong · 3 years, 5 months ago
  58. ee9686b Fix style issue in hash_setup() by Neil Armstrong · 3 years, 5 months ago
  59. 9a34b60 Merge pull request #5576 from AndrzejKurek/raw-key-agreement-destroy-missing by Gilles Peskine · 3 years, 5 months ago
  60. cd5be32 Erase secrets in allocated memory before freeing said memory by Steven Cooreman · 3 years, 5 months ago
  61. a0237f8 Add missing key destruction calls in ssl_write_client_key_exchange by Andrzej Kurek · 3 years, 5 months ago
  62. 9202909 build(msvc): always assume source files are in UTF-8 by Andrea Pappacoda · 3 years, 7 months ago
  63. 71f36f1 change alert message type by Jerry Yu · 3 years, 5 months ago
  64. 0b7b101 fix warnings by Jerry Yu · 3 years, 5 months ago
  65. 2ff6ba1 Remove rsa_pss_rsae_sha256 support. by Jerry Yu · 3 years, 5 months ago
  66. 790f742 Storage format test regressions are now checked mechanically by Gilles Peskine · 3 years, 6 months ago
  67. ca586a5 Look at manually written read tests as well by Gilles Peskine · 3 years, 6 months ago
  68. 3f9cef4 Remove actual and use new PSA to mbedtls PK errors mapping functions by Neil Armstrong · 3 years, 6 months ago
  69. 9216536 Add storage format checks to the interface checker by Gilles Peskine · 4 years, 4 months ago
  70. c76ab85 Make the API/ABI check optional by Gilles Peskine · 4 years, 4 months ago
  71. ea76196 Add specialized PSA to mbedtls PK/RSA error mapping function by Neil Armstrong · 3 years, 6 months ago
  72. cd501f4 Add specialized PSA to mbedtls PK/ECDSA error mapping function by Neil Armstrong · 3 years, 6 months ago
  73. a3fdfb4 Introduce new PSA to mbedtls PK error mapping function by Neil Armstrong · 3 years, 6 months ago
  74. 66a479f Add Cipher Decrypt Fail multi-part case by Neil Armstrong · 3 years, 6 months ago
  75. d8dba4e Add Cipher Encrypt Fail multi-part case by Neil Armstrong · 3 years, 6 months ago
  76. 3ee335d Add Cipher Encrypt multi-part case by Neil Armstrong · 3 years, 6 months ago
  77. 752d811 Add AEAD Key Policy check multi-part cases by Neil Armstrong · 3 years, 6 months ago
  78. 78aeaf8 Add Cipher Key Policy check one-shot cases by Neil Armstrong · 3 years, 6 months ago
  79. 3af9b97 Add Multipart Message authentication Compute & Verify cases by Neil Armstrong · 3 years, 6 months ago
  80. ca30a00 Add Multipart Hash Compute & Compare tests by Neil Armstrong · 3 years, 6 months ago
  81. 55a1be1 Add Multipart Hash Compare fail tests by Neil Armstrong · 3 years, 6 months ago
  82. 161ec5c Add Multipart Hash Compute fail tests by Neil Armstrong · 3 years, 6 months ago
  83. edb2086 Add One-Shot Hash setup test by Neil Armstrong · 3 years, 6 months ago
  84. ccb005e fix missing feedback address by Jerry Yu · 3 years, 6 months ago
  85. 7827207 Refactor write_certificate_verify by Jerry Yu · 3 years, 6 months ago
  86. 819f297 fix various issues in ssl-opt by Jerry Yu · 3 years, 6 months ago
  87. 2124d05 Add sha384 and sha512 case by Jerry Yu · 3 years, 6 months ago
  88. d66409a Add non support sig alg check and test by Jerry Yu · 3 years, 6 months ago
  89. 562a0fd Add client version check by Jerry Yu · 3 years, 6 months ago
  90. 6c3d821 update ssl-opt test cases by Jerry Yu · 3 years, 6 months ago
  91. 46b53b9 remove duplicate test by Jerry Yu · 3 years, 6 months ago
  92. 4bfa22a remove useless config option by Jerry Yu · 3 years, 6 months ago
  93. c8d8d4e fix various issues by Jerry Yu · 3 years, 6 months ago
  94. 42ea733 remove RSA not found test by Jerry Yu · 3 years, 6 months ago
  95. 7db5b8f add rsa_pss_rsae_sha256 write support by Jerry Yu · 3 years, 6 months ago
  96. 37987dd Add test cases by Jerry Yu · 3 years, 6 months ago
  97. 3391ac0 fix various issue by Jerry Yu · 3 years, 6 months ago
  98. ca133a3 Change state machine by Jerry Yu · 3 years, 6 months ago
  99. 537530d Add certificate request echo by Jerry Yu · 3 years, 6 months ago
  100. 3e53644 fix various issues by Jerry Yu · 3 years, 6 months ago