1. 6c75152 Explain the purpose of check_parity by Gilles Peskine · 5 years ago
  2. 34f063c Add missing cleanup to hash multipart operation tests by Gilles Peskine · 5 years ago
  3. cd65f4c Add empty-output-buffer test cases for single-part hash functions by Gilles Peskine · 5 years ago
  4. e92c68a Note that a failure in cleanup is intentional by Gilles Peskine · 5 years ago
  5. 64f13ef Add missing cleanup to some multipart operation tests by Gilles Peskine · 5 years ago
  6. a09713c test cleanup: Annotate file removal after a failed creation by Gilles Peskine · 5 years ago
  7. 169ca7f psa_crypto_storage: Annotate file removal after a failed creation by Gilles Peskine · 5 years ago
  8. bab1b52 psa_its: Annotate file removal after a failed creation by Gilles Peskine · 5 years ago
  9. 14613bc Fix parity tests to actually fail the test on error by Gilles Peskine · 5 years ago
  10. ed19762 Merge pull request #3574 from makise-homura/e2k_support by Gilles Peskine · 5 years ago
  11. af9513b A different approach of signed-to-unsigned comparison by makise-homura · 5 years ago
  12. 0f343ac Merge pull request #3528 from gufe44/helpers-redirect-restore-output by Gilles Peskine · 5 years ago
  13. 6edfe60 Merge pull request #2182 from hanno-arm/key_pwd by Manuel Pégourié-Gonnard · 5 years ago
  14. e014fec Don't forget to free G, P, Q, ctr_drbg, and entropy by makise-homura · 5 years ago
  15. 5fe5b82 Merge pull request #3590 from mpg/fix-compat.sh-with-ubuntu-16.04-gnutls by Gilles Peskine · 5 years ago
  16. 6c77bc6 compat.sh: stop using allow_sha1 by Manuel Pégourié-Gonnard · 5 years ago
  17. 499bf4c compat.sh: quit using SHA-1 certificates by Manuel Pégourié-Gonnard · 5 years ago
  18. 244d066 compat.sh: enable CBC-SHA-2 suites for GnuTLS by Manuel Pégourié-Gonnard · 5 years ago
  19. 1a6af84 Merge pull request #3578 from gilles-peskine-arm/md_setup-leak-development by Manuel Pégourié-Gonnard · 5 years ago
  20. 067f6e0 Fix bug in redirection of unit test outputs by gufe44 · 5 years ago
  21. c57497e Merge pull request #3584 from mpg/fix-changelog-file-location by Gilles Peskine · 5 years ago
  22. eb528ee Fix location of a ChangeLog entry file by Manuel Pégourié-Gonnard · 5 years ago
  23. e8582ba Merge pull request #3546 from bensze01/copyright by danh-arm · 5 years ago
  24. d15c740 Fix memory leak in mbedtls_md_setup with HMAC by Gilles Peskine · 5 years ago
  25. 1e14827 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  26. e559550 Fix e2k support changelog snippet by makise-homura · 5 years ago
  27. e74f372 Get back -Wsigned-one-bit-field and fix sources according to it by makise-homura · 5 years ago
  28. 0be6aa9 Get back -Wsign-compare and fix sources according to it by makise-homura · 5 years ago
  29. ac2fd65 Support building on e2k (Elbrus) architecture by makise-homura · 5 years ago
  30. 721f7c1 Add minimal client authentication test to ssl-opt.sh by Hanno Becker · 5 years ago
  31. 2f54a3c Add tests to ssl-opt.sh exercising new `key_pwd[2]` parameters by Hanno Becker · 5 years ago
  32. 226eedb Add password protected version of key for data_files/server{2,5}.key by Hanno Becker · 5 years ago
  33. 98944cd Merge pull request #3404 from mpg/improve-ssl-opt-logs by Manuel Pégourié-Gonnard · 5 years ago
  34. 2d3ac68 Parse key-file and -password parameters in same place in ssl_client2 by Hanno Becker · 5 years ago
  35. bffa54f Add usage string for `key_pwd` argument in ssl_client2 program by Hanno Becker · 5 years ago
  36. 34ce81f Avoid overly long usage string literal in ssl_server2 program by Hanno Becker · 5 years ago
  37. c60c30e Merge pull request #3557 from Ouss4/assert by Gilles Peskine · 5 years ago
  38. fa452c4 Fix guard in ECJPAKE tests in ssl-opt.sh by Hanno Becker · 5 years ago
  39. ee63af6 Adapt ssl-opt.sh to modified ciphersuite log format by Hanno Becker · 5 years ago
  40. 8ca03a7 Merge pull request #3554 from mpg/x509-verify-non-dns-san-dev by Manuel Pégourié-Gonnard · 5 years ago
  41. 063f3bb Add ChangeLog entry by Hanno Becker · 5 years ago
  42. 5c5efdf Fix format specifier in ssl_ciphersuite_match() by Hanno Becker · 7 years ago
  43. 3c88c65 Fix debug format specifier in ClientHello ciphersuite log by Hanno Becker · 7 years ago
  44. ecea07d Unify ciphersuite related debug output on client and server by Hanno Becker · 7 years ago
  45. ca04fdc Add support for password protected key file to ssl_client2 by Hanno Becker · 7 years ago
  46. e58a630 Add support for password protected key file to ssl_server2 by Hanno Becker · 7 years ago
  47. 3890f7c Merge pull request #3540 from gufe44/netbsd-rand-arc4random_buf by Gilles Peskine · 5 years ago
  48. 9ec3648 Merge pull request #3495 from mpg/check-generated-files by Gilles Peskine · 5 years ago
  49. 29fcac3 Log change as bugfix by gufe44 · 5 years ago
  50. e0b2687 Undef ASSERT before defining it to ensure that no previous definition by Ouss4 · 5 years ago
  51. 204e054 Add ChangeLog entry for X.509 CN-type vulnerability by Manuel Pégourié-Gonnard · 5 years ago
  52. f58e5cc Improve documentation of cn in x509_crt_verify() by Manuel Pégourié-Gonnard · 5 years ago
  53. f3e4bd8 Fix comparison between different name types by Manuel Pégourié-Gonnard · 5 years ago
  54. 7d2a4d8 Add test: DNS names should not match IP addresses by Manuel Pégourié-Gonnard · 5 years ago
  55. 0ca6d38 Merge pull request #3493 from gilles-peskine-arm/psa-unified-driver-specs by danh-arm · 5 years ago
  56. ed06d2f Add changelog entry by gufe44 · 5 years ago
  57. 404e1db Clarify updates to the persistent state in storage by Gilles Peskine · 5 years ago
  58. 5001da4 With multiple applicable transparent drivers, the order is unspecified by Gilles Peskine · 5 years ago
  59. b320d08 Minor clarifications by Gilles Peskine · 5 years ago
  60. ea739f0 Give some examples of purpsoses of pure-software transparent driver by Gilles Peskine · 5 years ago
  61. e265b9d Fix typos by Gilles Peskine · 5 years ago
  62. 3d1bcc6 Add a link to the PSA API specification by Gilles Peskine · 5 years ago
  63. 929ab8a Explain locations vs lifetimes by Gilles Peskine · 5 years ago
  64. 67a85d1 Merge pull request #3492 from stevew817/rework/key_slot_contains_key_buffer by Gilles Peskine · 5 years ago
  65. d486787 Initialize key pointer in ecdh to NULL by Steven Cooreman · 5 years ago
  66. b7f6dea Add buffer zeroization when ecp_write_key fails by Steven Cooreman · 5 years ago
  67. fd4d69a Simplified key slot deletion by Steven Cooreman · 5 years ago
  68. 2914986 Style fixes by Steven Cooreman · 5 years ago
  69. c2620da Use arc4random_buf instead of rand on NetBSD by gufe44 · 5 years ago
  70. 4fed455 Apply review feedback by Steven Cooreman · 5 years ago
  71. ab808e7 Update open question section about public key storage by Gilles Peskine · 5 years ago
  72. c93c4ed Remove the paragraph about declaring application needs by Gilles Peskine · 5 years ago
  73. c1d388a Change driver persistent data to a callback interface by Gilles Peskine · 5 years ago
  74. 8d06ad0 Rework and expand key management in opaque drivers by Gilles Peskine · 5 years ago
  75. 9214926 Fix typos and copypasta by Gilles Peskine · 5 years ago
  76. b6c43f6 Call driver entry point functions "entry point" by Gilles Peskine · 5 years ago
  77. 3fa684e Allow importing Montgomery public keys in PSA Crypto by Steven Cooreman · 5 years ago
  78. 7f39187 Convert load_xxx_representation to take buffers instead of a whole slot by Steven Cooreman · 5 years ago
  79. 6d839f0 Cleanup by Steven Cooreman · 5 years ago
  80. a2371e5 Update after feedback from #3492 by Steven Cooreman · 5 years ago
  81. 75b7436 Update after feedback on #3492 by Steven Cooreman · 5 years ago
  82. 882148e Remove obsolete buildbot reference in compat.sh by Manuel Pégourié-Gonnard · 5 years ago
  83. a3b994f Fix misuse of printf in shell script by Manuel Pégourié-Gonnard · 5 years ago
  84. 19fd574 Disconnect knowing about a PSA key type from knowing the mbedTLS API by Steven Cooreman · 5 years ago
  85. 560c28a Unify key handling logic by Steven Cooreman · 5 years ago
  86. acda834 Remove ECP internal representation from key slot by Steven Cooreman · 5 years ago
  87. a01795d Remove RSA internal representation from key slot by Steven Cooreman · 5 years ago
  88. 81be2fa Pull apart slot memory allocation from key validation. by Steven Cooreman · 5 years ago
  89. 71fd80d Re-define members of psa_key_slot_t by Steven Cooreman · 5 years ago
  90. 8779e9a Fix added proxy command when IPv6 is used by Manuel Pégourié-Gonnard · 5 years ago
  91. ee7e85f Merge pull request #2019 from gilles-peskine-arm/build_with_only_montgomery_curves-conditional_mul_add by Manuel Pégourié-Gonnard · 5 years ago
  92. 6d9c8d7 Minor documentation improvements by Gilles Peskine · 5 years ago
  93. a3de08d Reorder curve enumeration like mbedtls_ecp_group_id by Gilles Peskine · 5 years ago
  94. d3beca9 Test Everest with only Curve25519 enabled by Gilles Peskine · 5 years ago
  95. 0478c2f Add ChangeLog entry for single-curve build fixes by Gilles Peskine · 7 years ago
  96. 5997005 Fix unused variables in Montgomery-only configuration by Gilles Peskine · 6 years ago
  97. a261160 curves.pl: test with each elliptic curve enabled by Gilles Peskine · 7 years ago
  98. a088c81 Adjust ECP self-test to support Curve448 by Gilles Peskine · 7 years ago
  99. 2466679 ECP self test: add self-test step for Montgomery curves by Gilles Peskine · 7 years ago
  100. c95696f Factor common code in mbedtls_ecp_self_test by Gilles Peskine · 7 years ago