1. 6bf5c8c Merge pull request #5506 from superna9999/4964-extend-psa-one-shot-multipart by Gilles Peskine · 3 years, 5 months ago
  2. 15364ff Merge pull request #5579 from SiliconLabs/erase_secret_before_free by Gilles Peskine · 3 years, 5 months ago
  3. fdfc10b Merge pull request #4408 from gilles-peskine-arm/storage-format-check-mononicity by Gilles Peskine · 3 years, 5 months ago
  4. fd4c259 Use PSA_INIT() in mac_multipart_internal_func() by Neil Armstrong · 3 years, 5 months ago
  5. dcf2ff5 Ensure files get closed when they go out of scope by Gilles Peskine · 3 years, 5 months ago
  6. 4a9630a Fix typo and align on US spelling by Gilles Peskine · 3 years, 5 months ago
  7. fe6da1c Fix style issues in mac_sign_verify_multi() by Neil Armstrong · 3 years, 5 months ago
  8. 052deb9 Merge pull request #5554 from tom-daubney-arm/fix_uninitialised_buffers_in_tests by Gilles Peskine · 3 years, 5 months ago
  9. 1f13e98 Merge pull request #5529 from superna9999/5514-translate-psa-errs-to-mbedtls by Gilles Peskine · 3 years, 5 months ago
  10. 644b3f6 Unify module documentation with --help text by Gilles Peskine · 3 years, 5 months ago
  11. 93c2a42 Don't require ABI tools if not checking the ABI by Gilles Peskine · 3 years, 5 months ago
  12. d929dbb Merge pull request #5368 from mfil/feature/additional_md_getters by Gilles Peskine · 3 years, 5 months ago
  13. 5459a15 Merge pull request #5365 from Tachi107/msvc-utf-8 by Gilles Peskine · 3 years, 5 months ago
  14. e8c8300 Merge pull request #5581 from superna9999/pk-move-rename-rsa-ec-key-sizes by Gilles Peskine · 3 years, 5 months ago
  15. a9b4c43 Merge pull request #5588 from gilles-peskine-arm/mypy-on-jenkins by Gilles Peskine · 3 years, 5 months ago
  16. e356f07 Merge pull request #5512 from gilles-peskine-arm/psa-driver-interface-tweaks-202201 by Gilles Peskine · 3 years, 5 months ago
  17. 92e08fb Merge pull request #5475 from miudr/fix_issue_5140 by Gilles Peskine · 3 years, 5 months ago
  18. 2cf0d4f Merge pull request #5584 from gilles-peskine-arm/cmake-Wunused-function by Dave Rodgman · 3 years, 5 months ago
  19. 0689865 Merge pull request #5471 from yuhaoth/pr/add-tls13-client-certificate-verify by Paul Elliott · 3 years, 5 months ago
  20. 19915c2 Rename error translation functions and move them to library/pk_wrap.* by Neil Armstrong · 3 years, 5 months ago
  21. 0f49f83 Use now shared ECP_PUB_DER_MAX_BYTES define in pk_wrap.c by Neil Armstrong · 3 years, 5 months ago
  22. e9ecd27 Rename max sizes of RSA & EC DER keys defines by Neil Armstrong · 3 years, 5 months ago
  23. e0326a6 Move max sizes of RSA & EC DER keys into private pkwrite.h by Neil Armstrong · 3 years, 5 months ago
  24. 5831b4f Merge pull request #5372 from AndrzejKurek/doxygen-fixes-compact-doxyfile by Gilles Peskine · 3 years, 5 months ago
  25. 4766f99 Add multi-part mac sign/verify test by Neil Armstrong · 3 years, 5 months ago
  26. f48bd4b Merge pull request #5371 from AndrzejKurek/doxygen-duplicate-parameter-docs by Gilles Peskine · 3 years, 5 months ago
  27. 0037fcd Merge pull request #4910 from gilles-peskine-arm/check_config-chachapoly-development by Gilles Peskine · 3 years, 5 months ago
  28. 254efe5 Make mypy unconditional by Gilles Peskine · 3 years, 5 months ago
  29. 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
  30. 9c656ec Fix unused function warning by Gilles Peskine · 3 years, 5 months ago
  31. d5438a5 Enable -Wunused-function in cmake builds for tests by Gilles Peskine · 3 years, 5 months ago
  32. 4b94f10 Add changelog entry for zeroizing key buffers before freeing by Steven Cooreman · 3 years, 5 months ago
  33. 3ccd08b Introduce new mac_key_policy_multi() variant of mac_key_policy() testing multiple updates occurences by Neil Armstrong · 3 years, 5 months ago
  34. ee9686b Fix style issue in hash_setup() by Neil Armstrong · 3 years, 5 months ago
  35. 9a34b60 Merge pull request #5576 from AndrzejKurek/raw-key-agreement-destroy-missing by Gilles Peskine · 3 years, 5 months ago
  36. cd5be32 Erase secrets in allocated memory before freeing said memory by Steven Cooreman · 3 years, 5 months ago
  37. a0237f8 Add missing key destruction calls in ssl_write_client_key_exchange by Andrzej Kurek · 3 years, 5 months ago
  38. 9202909 build(msvc): always assume source files are in UTF-8 by Andrea Pappacoda · 3 years, 7 months ago
  39. 71f36f1 change alert message type by Jerry Yu · 3 years, 5 months ago
  40. 0b7b101 fix warnings by Jerry Yu · 3 years, 5 months ago
  41. 2ff6ba1 Remove rsa_pss_rsae_sha256 support. by Jerry Yu · 3 years, 5 months ago
  42. 790f742 Storage format test regressions are now checked mechanically by Gilles Peskine · 3 years, 5 months ago
  43. ca586a5 Look at manually written read tests as well by Gilles Peskine · 3 years, 5 months ago
  44. 3f9cef4 Remove actual and use new PSA to mbedtls PK errors mapping functions by Neil Armstrong · 3 years, 6 months ago
  45. 9216536 Add storage format checks to the interface checker by Gilles Peskine · 4 years, 4 months ago
  46. c76ab85 Make the API/ABI check optional by Gilles Peskine · 4 years, 4 months ago
  47. ea76196 Add specialized PSA to mbedtls PK/RSA error mapping function by Neil Armstrong · 3 years, 6 months ago
  48. cd501f4 Add specialized PSA to mbedtls PK/ECDSA error mapping function by Neil Armstrong · 3 years, 6 months ago
  49. a3fdfb4 Introduce new PSA to mbedtls PK error mapping function by Neil Armstrong · 3 years, 6 months ago
  50. 66a479f Add Cipher Decrypt Fail multi-part case by Neil Armstrong · 3 years, 6 months ago
  51. d8dba4e Add Cipher Encrypt Fail multi-part case by Neil Armstrong · 3 years, 6 months ago
  52. 3ee335d Add Cipher Encrypt multi-part case by Neil Armstrong · 3 years, 6 months ago
  53. 752d811 Add AEAD Key Policy check multi-part cases by Neil Armstrong · 3 years, 6 months ago
  54. 78aeaf8 Add Cipher Key Policy check one-shot cases by Neil Armstrong · 3 years, 6 months ago
  55. 3af9b97 Add Multipart Message authentication Compute & Verify cases by Neil Armstrong · 3 years, 6 months ago
  56. ca30a00 Add Multipart Hash Compute & Compare tests by Neil Armstrong · 3 years, 6 months ago
  57. 55a1be1 Add Multipart Hash Compare fail tests by Neil Armstrong · 3 years, 6 months ago
  58. 161ec5c Add Multipart Hash Compute fail tests by Neil Armstrong · 3 years, 6 months ago
  59. edb2086 Add One-Shot Hash setup test by Neil Armstrong · 3 years, 6 months ago
  60. ccb005e fix missing feedback address by Jerry Yu · 3 years, 6 months ago
  61. 7827207 Refactor write_certificate_verify by Jerry Yu · 3 years, 6 months ago
  62. 819f297 fix various issues in ssl-opt by Jerry Yu · 3 years, 6 months ago
  63. 2124d05 Add sha384 and sha512 case by Jerry Yu · 3 years, 6 months ago
  64. d66409a Add non support sig alg check and test by Jerry Yu · 3 years, 6 months ago
  65. 562a0fd Add client version check by Jerry Yu · 3 years, 6 months ago
  66. 6c3d821 update ssl-opt test cases by Jerry Yu · 3 years, 6 months ago
  67. 46b53b9 remove duplicate test by Jerry Yu · 3 years, 6 months ago
  68. 4bfa22a remove useless config option by Jerry Yu · 3 years, 6 months ago
  69. c8d8d4e fix various issues by Jerry Yu · 3 years, 6 months ago
  70. 42ea733 remove RSA not found test by Jerry Yu · 3 years, 6 months ago
  71. 7db5b8f add rsa_pss_rsae_sha256 write support by Jerry Yu · 3 years, 6 months ago
  72. 37987dd Add test cases by Jerry Yu · 3 years, 6 months ago
  73. 3391ac0 fix various issue by Jerry Yu · 3 years, 6 months ago
  74. ca133a3 Change state machine by Jerry Yu · 3 years, 6 months ago
  75. 537530d Add certificate request echo by Jerry Yu · 3 years, 6 months ago
  76. 3e53644 fix various issues by Jerry Yu · 3 years, 6 months ago
  77. a23b9d9 fix undefine error by Jerry Yu · 3 years, 6 months ago
  78. 22abd06 Add rsa key check by Jerry Yu · 3 years, 6 months ago
  79. aa6214a add empty client certificate tests by Jerry Yu · 3 years, 6 months ago
  80. 7399d0d refactor write certificate by Jerry Yu · 3 years, 6 months ago
  81. 1bb5a1f Implement received sig_algs check by Jerry Yu · 3 years, 6 months ago
  82. 32e0c2d fix server only build fail by Jerry Yu · 3 years, 6 months ago
  83. 90f152d fix psk only build fail by Jerry Yu · 3 years, 6 months ago
  84. 72637c7 fix write certificate fail by Jerry Yu · 3 years, 6 months ago
  85. c19884f change expect exit value by Jerry Yu · 3 years, 6 months ago
  86. 25e0ddc Add client certificate file by Jerry Yu · 3 years, 6 months ago
  87. 8511f12 Add certificteVerify by Jerry Yu · 3 years, 6 months ago
  88. 5cc3506 Add write certificate and client handler by Jerry Yu · 3 years, 6 months ago
  89. 200b47b Add more tests for CertificateRequest by Jerry Yu · 3 years, 6 months ago
  90. 566c781 Add dummy state for client_certifiate by Jerry Yu · 3 years, 6 months ago
  91. 960bc28 Add tests for no middlebox mode by Jerry Yu · 3 years, 6 months ago
  92. 4579a97 Merge pull request #5426 from gilles-peskine-arm/ssl-get-version-3.1 by Ronald Cron · 3 years, 6 months ago
  93. e3a2dd7 Merge pull request #5521 from AndrzejKurek/rsa-pss-use-psa by Manuel Pégourié-Gonnard · 3 years, 6 months ago
  94. 57bf02b ssl_conf_{min,max}_version documentation: update for 1.3 and improve by Gilles Peskine · 3 years, 6 months ago
  95. ce4f00d Reference get_version_number from the conf_xxx_version documentation by Gilles Peskine · 3 years, 6 months ago
  96. d44e050 get_version_number documentation: explicitly mention VERSION_UNKNOWN by Gilles Peskine · 3 years, 6 months ago
  97. 860429f Add version number debug check to the GnuTLS interop test as well by Gilles Peskine · 3 years, 6 months ago
  98. 9cb0882 Minor clarification by Gilles Peskine · 3 years, 6 months ago
  99. ded2a42 Use a union instead of casts by Gilles Peskine · 3 years, 6 months ago
  100. 1e265d2 Fix swapped documentation of set_user_data_{n,p} by Gilles Peskine · 3 years, 6 months ago