1. ff97f33 Explain why p + n isn't good enough by Gilles Peskine · 2 years, 8 months ago
  2. d551413 Remove now-redundant definitions of inline by Gilles Peskine · 2 years, 8 months ago
  3. 53740c8 Travis: exclude test cases that are failing mysteriously by Gilles Peskine · 2 years, 8 months ago
  4. 35e58d8 Update the Travis "full" build to use modern Clang by Gilles Peskine · 2 years, 9 months ago dev/gilles-peskine-arm/psa-ecb-null-0-2.28
  5. a7ba2b5 compat.sh: Restore testing against OpenSSL for pre 1.2 TLS versions by Ronald Cron · 2 years, 9 months ago
  6. 4eea196 Enable all ciphers in OpenSSL >=1.1.0 by Gilles Peskine · 2 years, 8 months ago
  7. 8fe23a0 Fix MSVC 12 (Visual Studio 2013) choking on inline by Gilles Peskine · 2 years, 9 months ago
  8. 01bf631 Fix NULL+0 undefined behavior in ECB encryption and decryption by Gilles Peskine · 2 years, 9 months ago
  9. 05dcb13 Merge pull request #6613 from gilles-peskine-arm/run-test-suites-out-of-tree-2.28 by Gilles Peskine · 2 years, 9 months ago
  10. b358e46 Merge pull request #6618 from gilles-peskine-arm/mpi_sint-min-ub-2.28 by Gilles Peskine · 2 years, 9 months ago
  11. ae7cbd7 Express abs(z) in a way that satisfies GCC and MSVC by Gilles Peskine · 2 years, 9 months ago
  12. de1629a Fix undefined behavior with the most negative mbedtls_mpi_sint by Gilles Peskine · 2 years, 9 months ago
  13. 103cf59 Fix NULL+0 in addition 0 + 0 by Gilles Peskine · 2 years, 9 months ago
  14. cab02f6 Document mbedtls_mpi_uint and mbedtls_mpi_sint by Gilles Peskine · 2 years, 9 months ago
  15. e530b5b Merge pull request #6579 from gilles-peskine-arm/negative-zero-from-add-2.28 by Janos Follath · 2 years, 9 months ago
  16. 6b7c3cc Use .datax for `make test`, not .data by Gilles Peskine · 2 years, 9 months ago
  17. 0fcc1cb Merge pull request #6583 from aditya-deshpande-arm/bugfix-dh_genprime by Gilles Peskine · 2 years, 9 months ago
  18. 8d82664 Merge pull request #6509 from valeriosetti/issue4577-backport by Manuel Pégourié-Gonnard · 2 years, 9 months ago
  19. d3f7df4 Adding unit test for mbedtls_x509write_csr_set_extension() by Valerio Setti · 2 years, 10 months ago
  20. 5c03ec3 Merge pull request #6575 from tom-cosgrove-arm/convert-mpi_mod_int-test-cases-to-hex-228 by Janos Follath · 2 years, 9 months ago
  21. d64123a Fix autocucumber in documentation by Gilles Peskine · 2 years, 9 months ago
  22. 020ab7f Add additional (would fail) test cases for mpi_mod_int with 0 remainder by Tom Cosgrove · 2 years, 9 months ago
  23. 5c307b9 Use mbedtls_mpi_sint not mbedtls_mpi_uint in mpi_mod_int test by Tom Cosgrove · 2 years, 9 months ago
  24. c2c6fcb Enable mpi_mod_int test case to take full-range MPI integers by Tom Cosgrove · 2 years, 9 months ago
  25. f22f73e Fix issue in dh_genprime.c where the error code returned by mbedtls_mpi_write_file() is incorrectly reported on failure by Aditya Deshpande · 2 years, 9 months ago
  26. 4637ed2 Merge pull request #6545 from davidhorstmann-arm/2.28-fix-unusual-macros-0-followup by Paul Elliott · 2 years, 9 months ago
  27. 83763ab Pacify pylint by Gilles Peskine · 2 years, 9 months ago
  28. 92c5d31 Add negative zero as an input to automatically generated tests by Gilles Peskine · 2 years, 9 months ago
  29. 53a7206 Support negative zero as MPI test input by Gilles Peskine · 2 years, 9 months ago
  30. 195e1c8 Changelog entry for the negative zero from add/sub by Gilles Peskine · 2 years, 9 months ago
  31. 581c460 Fix negative zero created by (-A) + (+A) or (-A) - (-A) by Gilles Peskine · 2 years, 9 months ago
  32. ee78b6e For binary operations, test both x op y and y op x by Gilles Peskine · 2 years, 9 months ago
  33. cae0c74 Document invariants of MPI objects by Gilles Peskine · 2 years, 9 months ago
  34. 4e47bdc Unify mbedtls_mpi_add_mpi and mbedtls_mpi_sub_mpi by Gilles Peskine · 2 years, 9 months ago
  35. 676df8e Merge pull request #6578 from gilles-peskine-arm/bignum-test-suite-names-2.28 by Gilles Peskine · 2 years, 9 months ago
  36. 6b5fca1 Merge pull request #6580 from yanrayw/mbedtls-2.28 by Gilles Peskine · 2 years, 9 months ago
  37. d7d5e9a Merge pull request #6536 from davidhorstmann-arm/2.28-change-test-templating-syntax by Gilles Peskine · 2 years, 9 months ago
  38. d818c08 Fix: include version.h in ssl_test_lib.h by Yanray Wang · 2 years, 9 months ago
  39. 4d4b077 Add output of build version in ssl_server2 and ssl_client2 by Yanray Wang · 2 years, 9 months ago
  40. d5c76cf Avoid having both test_suite_XXX.data and test_suite_XXX.*.data by Gilles Peskine · 2 years, 10 months ago
  41. 618f989 Don't use test_suite_mpi as an example by Gilles Peskine · 2 years, 10 months ago
  42. 5b68608 Rename test_suite_bignum for consistency with bignum.{h,c} by Gilles Peskine · 2 years, 10 months ago
  43. 2478b34 Merge pull request #6572 from mpg/improve-test-suites-listing-2.28 by Gilles Peskine · 2 years, 9 months ago
  44. 8eff06f Minor improvements to test code script by David Horstmann · 2 years, 9 months ago
  45. da2fe26 Fix incorrect condition in is_compression_bad() by David Horstmann · 2 years, 9 months ago
  46. 1d00c3d Add comments after #endif by aditya-deshpande-arm · 2 years, 9 months ago
  47. 78dea63 Improve test suite detection in run-test-suites.pl by Manuel Pégourié-Gonnard · 2 years, 9 months ago
  48. b6e93b6 Merge pull request #6560 from gilles-peskine-arm/bignum-aliasing-6552-2.28 by Gilles Peskine · 2 years, 9 months ago
  49. 760d1ff Merge pull request #6554 from daverodgman/development-2.28 by Gilles Peskine · 2 years, 9 months ago
  50. cb49210 Merge pull request #6380 from Kabbah/backport2.28-x509-info-hwmodulename-hex by Gilles Peskine · 2 years, 9 months ago
  51. 1dccfdb Add comments for some forbidden aliasing in bignum by Glenn Strauss · 2 years, 9 months ago
  52. a084c93 Fix outdated reference in debug message by Jan Bruckner · 2 years, 9 months ago
  53. b410566 Reverse logic for compression in ssl_cli.c by David Horstmann · 2 years, 9 months ago
  54. 08a3751 Minor style fixes to ssl_cli.c by David Horstmann · 2 years, 9 months ago
  55. bcc18f2 Simplify PSA fallback logic in ssl_ticket.c by David Horstmann · 2 years, 9 months ago
  56. 9fc2f95 Change 0-checks to NULL-checks in ecp.c by David Horstmann · 2 years, 9 months ago
  57. 0955f82 Tidy up compression logic with auxiliary function by David Horstmann · 2 years, 9 months ago
  58. 0448de5 Simplify logic in ssl_cli.c by David Horstmann · 2 years, 9 months ago
  59. dbb6f08 Eliminate bad_params variable by David Horstmann · 2 years, 9 months ago
  60. 79bb19f Remove redundant checks for renegotiation by David Horstmann · 2 years, 9 months ago
  61. 14bae83 Change test templating syntax to be valid C by David Horstmann · 2 years, 9 months ago
  62. c469850 Merge pull request #6491 from davidhorstmann-arm/2.28-fix-unusual-macros-0 by Gilles Peskine · 2 years, 9 months ago
  63. e9e0eec Merge pull request #6525 from daverodgman/fix-duplicate-header-2.28 by Dave Rodgman · 2 years, 9 months ago
  64. e43caca Merge pull request #6527 from daverodgman/update_pr_template-2.28 by Dave Rodgman · 2 years, 9 months ago
  65. a4f10be Merge pull request #6526 from daverodgman/psalinks-2.28 by Dave Rodgman · 2 years, 9 months ago
  66. 490f804 Improve documentation for psa_crypto_cipher.h by Dave Rodgman · 2 years, 9 months ago
  67. 8e322b1 Move declaration of mbedtls_cipher_info_from_psa into psa_crypto_cipher.h by Dave Rodgman · 2 years, 9 months ago
  68. d39cf1e Align CONTRIBUTING.md with development by Dave Rodgman · 2 years, 9 months ago
  69. bc1e670 Improve list formatting by Dave Rodgman · 2 years, 9 months ago
  70. 9a1c38a Reinstate note about all PRs receiving review by Dave Rodgman · 2 years, 9 months ago
  71. 53b65f6 Update CONTRIBUTING.md, and refer to this from the template by Dave Rodgman · 2 years, 9 months ago
  72. f1d74ac Update PR template by Dave Rodgman · 2 years, 9 months ago
  73. 35e2b2b Merge pull request #6523 from daverodgman/fix_ssl_zeroize-2.28 by Dave Rodgman · 2 years, 9 months ago
  74. 428ef79 Update PSA links in README.md by Dave Rodgman · 2 years, 9 months ago
  75. e222637 Remove duplicate function prototype by Dave Rodgman · 2 years, 9 months ago
  76. febe14e Add Changelog by Dave Rodgman · 2 years, 9 months ago
  77. 369f495 Fix zeroization at NULL pointer by Dave Rodgman · 2 years, 9 months ago
  78. a1ea28f Merge pull request #6513 from daverodgman/allsh-redundancies-2.28 by Dave Rodgman · 2 years, 9 months ago
  79. 83264be Group cpp_dummy_build test into an existing component by Gilles Peskine · 2 years, 9 months ago
  80. e86cdcb Remove redundant build-only driver interface component by Gilles Peskine · 2 years, 9 months ago
  81. 0bbe758 Merge pull request #6191 from daverodgman/invalid-ecdsa-pubkey-backport-2.28 by Dave Rodgman · 2 years, 9 months ago
  82. 6d61d83 Build fix - remove line of dead code by Dave Rodgman · 2 years, 9 months ago
  83. 23b79b6 Credit Cryptofuzz in the changelog by Dave Rodgman · 2 years, 9 months ago
  84. a66e7ed Improve changelog for ECDSA verify fix by Dave Rodgman · 2 years, 9 months ago
  85. 584200c Update tests/suites/test_suite_ecdsa.function by Dave Rodgman · 2 years, 9 months ago
  86. e0917c0 Merge pull request #6492 from daverodgman/ecp_mul_mxz-timing-leak-2.28 by Gilles Peskine · 2 years, 9 months ago
  87. b5b1ed2 Fix unused warning in ssl_tls.c by David Horstmann · 2 years, 9 months ago
  88. edc110d Fix a timing leak in ecp_mul_mxz() by Aurelien Jarno · 3 years, 3 months ago
  89. ab61751 Fix macro-spanning if in x509_crt.c by David Horstmann · 2 years, 9 months ago
  90. 04020ab Fix macro-spanning ifs in ssl_ticket.c by David Horstmann · 2 years, 9 months ago
  91. d4f2208 Fix macro-spanning ifs in ssl_tls.c by David Horstmann · 2 years, 9 months ago
  92. 197b240 Fix macro-spanning if in ssl_msg.c by David Horstmann · 2 years, 9 months ago
  93. ef661c5 Fix macro-spanning ifs in ecp.c by David Horstmann · 2 years, 9 months ago
  94. 74ace59 Fix macro-spanning ifs in ssl_srv.c by David Horstmann · 2 years, 10 months ago
  95. d654171 Merge pull request #6477 from AndrzejKurek/fix-cipher-deps-2-28 by Gilles Peskine · 2 years, 9 months ago
  96. 2e0a115 Merge pull request #6483 from gilles-peskine-arm/psa-pkparse-pkwrite-2.28 by Ronald Cron · 2 years, 9 months ago
  97. c527796 Merge pull request #6392 from davidhorstmann-arm/2.28-fix-x509-get-name-cleanup by Ronald Cron · 2 years, 9 months ago
  98. 031c8c2 Add build with a typical configuration for a PSA crypto service by Gilles Peskine · 2 years, 9 months ago
  99. c037ba9 Add some missing dependencies on PKCS12 for encrypted keys by Gilles Peskine · 2 years, 9 months ago
  100. 8df2748 Improve test component name by Gilles Peskine · 2 years, 10 months ago