1. 7415f2f Add comment to help syntax highlighting in editors by Gilles Peskine · 6 years ago
  2. aae57bf Remove remaining references to the crypto subdirectory by Gilles Peskine · 5 years ago
  3. 4e616f8 Remove config-default.h by Gilles Peskine · 5 years ago
  4. a57a80e Restore full tls coverage to remaining scripts by Gilles Peskine · 5 years ago
  5. 636c26a Restore full tls coverage to all.sh by Gilles Peskine · 5 years ago
  6. b99bd39 Merge mbed-crypto into mbedtls: the merge commit by Gilles Peskine · 5 years ago
  7. 3b46cd3 Invoke config.py instead of config.pl in reverted content by Gilles Peskine · 5 years ago
  8. 69e8f7f Revert "all.sh: Remove dependency on TLS, NET, and X.509" by Gilles Peskine · 5 years ago
  9. 920b775 Revert "recursion.pl: Don't depend on X.509" by Gilles Peskine · 5 years ago
  10. 7dc9704 Revert "Remove tests that depend on TLS or X.509" by Gilles Peskine · 5 years ago
  11. 1a9c624 Revert "tests: Use parent module includes when used as a submodule" by Gilles Peskine · 5 years ago
  12. 5748757 Revert "tests: Exclude version suite when used as a submodule" by Gilles Peskine · 5 years ago
  13. b85b20d Revert "tests: Add a crypto prefix to submodule tests" by Gilles Peskine · 5 years ago
  14. 6bbe783 Revert "Remove pkcs11-helper option" by Gilles Peskine · 5 years ago
  15. 5bb8bec Revert "Remove zlib" by Gilles Peskine · 5 years ago
  16. 70824f2 Revert "Remove programs that depend on TLS or X.509" by Gilles Peskine · 5 years ago
  17. 4fa9f9f Revert "programs, tests: Depend only on libmbedcrypto" by Gilles Peskine · 5 years ago
  18. 722a7e6 Revert "Only build libmbedcrypto" by Gilles Peskine · 5 years ago
  19. 12230eb Revert "Remove irrelevant configs" by Gilles Peskine · 5 years ago
  20. 9d28c42 Revert "check-names: Enable referencing Mbed TLS macros" by Gilles Peskine · 5 years ago
  21. 4e11749 Revert "config: Remove TLS and NET options" by Gilles Peskine · 5 years ago
  22. 252e391 Revert "config: Remove X.509 options" by Gilles Peskine · 5 years ago
  23. 32d90b3 Revert "Remove unused test data files" by Gilles Peskine · 5 years ago
  24. 84a63fa Revert "tests: Update generator with Mbed Crypto comments" by Gilles Peskine · 5 years ago
  25. 3d5f05b Merge pull request #376 from gilles-peskine-arm/paths-mergeability-crypto by Gilles Peskine · 5 years ago
  26. 68192fc Fix remaining occurrences of config.pl in all.sh by Manuel Pégourié-Gonnard · 5 years ago
  27. f03c13c Merge pull request #3050 from mpg/skip-close-notify-dev by Manuel Pégourié-Gonnard · 5 years ago
  28. 26e4fdc Move MEMORY_BUFFER_ALLOC components to align the order with mbedtls by Gilles Peskine · 5 years ago
  29. bde7ee8 Add DTLS handshake fragmentation test by Piotr Nowicki · 5 years ago
  30. 8a6ff15 test_suite_ssl refactoring: provide default options structure for tests by Andrzej Kurek · 5 years ago
  31. 316da1f test_suite_ssl refactoring: merge renegotiation test into handshake by Andrzej Kurek · 5 years ago
  32. 9e9efdc test_suite_ssl refactoring: merge tls & dtls application data tests by Andrzej Kurek · 5 years ago
  33. 56941fe Fix possible close_notify/ClientHello confusion by Manuel Pégourié-Gonnard · 5 years ago
  34. 95e9eb8 Add test for renegotiation in DTLS by Piotr Nowicki · 5 years ago
  35. 6a7f01c Add test with sending application data via DTLS by Piotr Nowicki · 5 years ago
  36. 20b3a68 Merge pull request #3042 from AndrzejKurek/dtls-handshake-serialization by Jaeden Amero · 5 years ago
  37. 6fc816a Merge pull request #3038 from gilles-peskine-arm/align-crypto-programs by Janos Follath · 5 years ago
  38. da2b678 Add a dtls handshake test with context serialization by Andrzej Kurek · 5 years ago
  39. a08e699 Merge pull request #3036 from AndrzejKurek/dtls-handshake-tests by Jaeden Amero · 5 years ago
  40. 9ab9621 Move 3rdparty mentions to a separate line by Gilles Peskine · 5 years ago
  41. 84d2fd4 Bump version to Mbed TLS 2.21.0 by Janos Follath · 5 years ago
  42. cf4a40b Merge pull request #370 from yanesca/update-version-2.21.0 by Janos Follath · 5 years ago
  43. bc7c242 Bump version to Mbed TLS 2.21.0 by Janos Follath · 5 years ago
  44. 9bbe328 Test each failure mode of pk_parse_key_pkcs1_der() by Manuel Pégourié-Gonnard · 5 years ago
  45. b65370f Clean up test function pk_parse_key by Manuel Pégourié-Gonnard · 5 years ago
  46. 941962e Add DTLS handshake tests for the mocked ssl test suite by Andrzej Kurek · 5 years ago
  47. 15daf50 Parametrize the endpoint init and free to prepare for DTLS tests by Andrzej Kurek · 5 years ago
  48. 765d240 Test component with malloc(0) returning NULL: run some ssl tests by Gilles Peskine · 5 years ago
  49. c4ef7a9 Add a test component with malloc(0) returning NULL by Gilles Peskine · 6 years ago
  50. 7cb47de query_config: Move to programs/test by Jaeden Amero · 6 years ago
  51. 4c08dd4 Merge pull request #2852 from gilles-peskine-arm/2.19-fix-full-Os by Manuel Pégourié-Gonnard · 5 years ago
  52. 1a44a15 Change the order of endpoint initialization steps by Andrzej Kurek · 5 years ago
  53. f46b912 Change test queue errors to SSL_WANT_WRITE and SSL_WANT_READ by Andrzej Kurek · 5 years ago
  54. c3fca5e Add tests with sending application data to test_suite_ssl by Piotr Nowicki · 6 years ago
  55. 4d8c836 Merge pull request #346 from gilles-peskine-arm/mpi_copy_shrink by Manuel Pégourié-Gonnard · 5 years ago
  56. f317dc4 Merge pull request #350 from gilles-peskine-arm/asn1-tests-parse_prefixes-trailing_garbage by Janos Follath · 5 years ago
  57. c64eb63 Merge pull request #3021 from AndrzejKurek/handshake-tests by Jaeden Amero · 5 years ago
  58. cc5169c Add a PSK test to the mocked ssl handshake tests by Andrzej Kurek · 6 years ago
  59. 5da20cc Merge pull request #3023 from gilles-peskine-arm/config-crypto by Gilles Peskine · 5 years ago
  60. f40daa3 Add version & ciphersuite tests to ssl handshake by Andrzej Kurek · 6 years ago
  61. 148c3de Merge pull request #3018 from mpg/fix-ssl-opt-gnutls-no-sha1 by Janos Follath · 6 years ago
  62. ec10bf1 Test GCC and Clang with common build options by Gilles Peskine · 6 years ago
  63. 6ec0f0f Replace -O0 by -O1 or -Os in most components by Gilles Peskine · 6 years ago
  64. 2579675 Merge remote-tracking branch 'upstream-public/development' into development by Gilles Peskine · 6 years ago
  65. a9da093 shrink tests: clearer description by Gilles Peskine · 6 years ago
  66. 9a6ecee Move test functions from Lilliput to Blefuscu by Gilles Peskine · 6 years ago
  67. 2fdb1af Merge pull request #2236 from andresag01/iotssl-2156-deprecate-sslv3 by Janos Follath · 6 years ago
  68. 6bb3915 Always use "-O1 -Werror" in crypto-only test builds by Gilles Peskine · 6 years ago
  69. b298074 Refactor certificates and keys in ssl handshake mock tests by Andrzej Kurek · 6 years ago
  70. 199b709 ASN.1: Add ASN.1 SEQUENCE traversal API by Hanno Becker · 6 years ago
  71. 12ae27d ASN.1: Introduce helper function to free ASN.1 sequence by Hanno Becker · 6 years ago
  72. ec541fe Add test components for crypto-only builds by Gilles Peskine · 6 years ago
  73. f4e672e Add missing compilation guards in test suite by Gilles Peskine · 6 years ago
  74. 03035eb Stop testing ssl3 when it isn't enabled by Manuel Pégourié-Gonnard · 6 years ago
  75. 7cfcb3f Change the encoding of key types to have a parity bit by Gilles Peskine · 6 years ago
  76. 7d7c8dc Test parsing invalid key type in storage by Gilles Peskine · 6 years ago
  77. f65ed6f Change key types to a 16-bit encoding by Gilles Peskine · 6 years ago
  78. b87b719 Remove old values of curve encodings by Gilles Peskine · 6 years ago
  79. 80d26fb Switch psa_crypto tests to the new curve encoding by Gilles Peskine · 6 years ago
  80. 89177e8 Convert USE_PSA_CRYPTO pk interface to the new PSA EC curve encoding by Gilles Peskine · 6 years ago
  81. 33b1c69 pk tests: USE_PSA_CRYPTO: test several curves by Gilles Peskine · 6 years ago
  82. 85f47c9 pk tests: USE_PSA_CRYPTO: test attributes of the PSA key by Gilles Peskine · 6 years ago
  83. 45c29ce Move size-specific curve/group constants to crypto_compat.h by Gilles Peskine · 6 years ago
  84. 228abc5 Define EC curve family constants by Gilles Peskine · 6 years ago
  85. 025fccd Change the encoding of EC curves and DH groups to include the size by Gilles Peskine · 6 years ago
  86. 4295e8b Rework PSA curve to mbedlts group id conversion by Gilles Peskine · 6 years ago
  87. 7bfcfac Change key type encodings to avoid bit 16 by Gilles Peskine · 6 years ago
  88. 2a1f178 Add test for prescribed states of handshake with the custom IO callbacks by Piotr Nowicki · 6 years ago
  89. ead19fe Merge pull request #2975 from mpg/add-zlib-tests-dev by Manuel Pégourié-Gonnard · 6 years ago
  90. bc4da29 De-duplicate SHA1-independent test in ssl-opt.sh by Manuel Pégourié-Gonnard · 6 years ago
  91. 88e0846 Add dedicated test cases for psa_hash_compare by Gilles Peskine · 6 years ago
  92. 29eb80d Remove some spurious dependencies on MBEDTLS_SHA256_C by Gilles Peskine · 6 years ago
  93. 1fb7aea Add command line option to hide warnings by Gilles Peskine · 6 years ago
  94. 7b8efaf Add missing dependencies on MBEDTLS_MD_C by Gilles Peskine · 6 years ago
  95. aead02c Remove obsolete dependencies on MBEDTLS_MD_C by Gilles Peskine · 6 years ago
  96. 0a749c8 Implement and test psa_hash_compute, psa_hash_compare by Gilles Peskine · 6 years ago
  97. 79ef1d4 Merge pull request #2987 from AndrzejKurek/iotssl-2958-datagram-transport-simulated by Jaeden Amero · 6 years ago
  98. 77cbeff Fix ssl-opt.sh for GnuTLS versions rejecting SHA-1 by Manuel Pégourié-Gonnard · 6 years ago
  99. f712e16 Merge pull request #179 from mpg/sha512-no-sha384 by Manuel Pégourié-Gonnard · 6 years ago
  100. 8b38978 Merge pull request #349 from gilles-peskine-arm/coverity-20200115-crypto by Janos Follath · 6 years ago