1. 5dfca1e Update library version to 2.15.1 by Jaeden Amero · 7 years ago mbedtls-2.15.1
  2. 60ee838 Merge remote-tracking branch 'public/pr/2224' into development-psa-proposed by Simon Butcher · 7 years ago
  3. bb225f7 Merge remote-tracking branch 'upstream-public/pr/2225' into development-psa-proposed by Jaeden Amero · 7 years ago
  4. b1c48d3 psa: Include PSA headers for tests and programs by Jaeden Amero · 7 years ago
  5. ee81756 Fix wrong cmake invocation in all.sh testing MBEDTLS_USE_PSA_CRYPTO by Hanno Becker · 7 years ago
  6. ebeb6cb Update library version to 2.15.0 by Simon Butcher · 7 years ago
  7. 46b79c1 Merge remote-tracking branch 'remote_jaeden/dev/patater/avoid-check-files-todo-dev' into development-psa-proposed by Hanno Becker · 7 years ago
  8. 80a23a5 check-files: Don't check same-named files by Jaeden Amero · 7 years ago
  9. 4ae8b49 Merge branch 'iotssl-2578-psa-sig-verification' into development-psa-proposed by Hanno Becker · 7 years ago
  10. a0a96a0 Merge branch 'psa_cipher_integration' into development-psa-proposed by Hanno Becker · 7 years ago
  11. f8b5f27 Merge branch 'psa_cipher' into development-psa-proposed by Hanno Becker · 7 years ago
  12. 4855299 Merge branch 'opaque_psk_implementation' into development-psa-proposed by Hanno Becker · 7 years ago
  13. b345ae6 Merge branch 'iotssl-2596-opaque-csr-creation' into development-psa-proposed by Hanno Becker · 7 years ago
  14. 967cfd1 Remove trailing whitespace by Andrzej Kurek · 7 years ago
  15. 4b11407 Cosmetic changes by Andrzej Kurek · 7 years ago
  16. 5f7bad3 Add CSR write testing using opaque keys by Andrzej Kurek · 7 years ago
  17. 2baae9e Add tests for ECDSA verify with short r, s values by Manuel Pégourié-Gonnard · 7 years ago
  18. c05ec9f pk_wrap: test if a valid md_alg is passed to ecdsa_verify_wrap by Andrzej Kurek · 7 years ago
  19. cfdf8f4 Implement key_opaque option to ssl_client2 by Manuel Pégourié-Gonnard · 7 years ago
  20. e9420c2 Rename PSA test in ssl-opt.sh by Hanno Becker · 7 years ago
  21. a0dc9cf Remove superfluous quotes in ssl-opt.sh by Hanno Becker · 7 years ago
  22. 9b5853c Add runs for specific PSA-supported ciphersuites to ssl-opt.sh by Hanno Becker · 7 years ago
  23. 9d76d56 Omit tests from ssl-opt.sh which force a disabled ciphersuite by Hanno Becker · 7 years ago
  24. b1b2c01 Add missing newline at the end of test_suite_cipher.gcm.data by Hanno Becker · 7 years ago
  25. b0c05e2 Test PSA-based GCM cipher operations by Hanno Becker · 7 years ago
  26. 5cec718 Adapt existing Cipher-GCM test cases to new param for auth_crypt_tv by Hanno Becker · 7 years ago
  27. a13272d Test PSA-based CCM cipher operations by Hanno Becker · 7 years ago
  28. e43164e Add AES-*-CBC test vectors for PSA-based cipher contexts by Hanno Becker · 7 years ago
  29. 6767cca Merge branch 'gcm_through_cipher_api_tests' into psa_cipher_ by Hanno Becker · 7 years ago
  30. c0c882c Add missing dependencies in test_suite_cipher.gcm by Hanno Becker · 7 years ago
  31. ef42f22 Add NIST AES GCM test vectors to single-step cipher API test suite by Hanno Becker · 7 years ago
  32. 23a1ccd Fix test that wasn't actually effective by Manuel Pégourié-Gonnard · 7 years ago
  33. fa9a1ca Improve description of a test by Manuel Pégourié-Gonnard · 7 years ago
  34. 69baf70 Align names to use "opaque" only everywhere by Manuel Pégourié-Gonnard · 7 years ago
  35. 3686771 Implement pk_sign() for opaque ECDSA keys by Manuel Pégourié-Gonnard · 7 years ago
  36. d97390e Add tests for unsupported operations/functions by Manuel Pégourié-Gonnard · 7 years ago
  37. 920c063 Implement can_do for opaque ECC keypairs by Manuel Pégourié-Gonnard · 7 years ago
  38. 0184b3c Add support for get_(bit)len on opaque keys by Manuel Pégourié-Gonnard · 7 years ago
  39. 01a12c4 Add key generation to opaque test function by Manuel Pégourié-Gonnard · 7 years ago
  40. 7b5fe04 Implement alloc/free wrappers for pk_opaque_psa by Manuel Pégourié-Gonnard · 7 years ago
  41. 1d911cd Automatically allocate opaque PSK key slots in ssl_{client/server}2 by Hanno Becker · 7 years ago
  42. 28c79dc Add tests to ssl-opt.sh exercising server-side opaque PSK by Hanno Becker · 7 years ago
  43. f702751 Add tests to ssl-opt.sh exercising client-side opaque PSK by Hanno Becker · 7 years ago
  44. 6e02197 Refer to PSA through MBEDTLS_USE_PSA_CRYPTO, not USE_PSA, in all.sh by Hanno Becker · 7 years ago
  45. 1cfc5dd Initialize PSA Crypto implementation at the start of each test suite by Hanno Becker · 7 years ago
  46. 655c0a8 Add build using PSA to all.sh by Manuel Pégourié-Gonnard · 7 years ago
  47. acaabe7 crypto: Test without crypto as a submodule by Jaeden Amero · 7 years ago
  48. ed93bdc crypto: Test with crypto as a submodule by Jaeden Amero · 7 years ago
  49. 30b340a crypto: Add mbedtls-psa as a submodule by Jaeden Amero · 7 years ago
  50. 2d0e00f all.sh: Cleanup CMakeFiles by Jaeden Amero · 7 years ago
  51. c1b9892 Update library version number to 2.14.0 by Simon Butcher · 7 years ago
  52. cdd1a6c Merge remote-tracking branch 'restricted/pr/510' into development-restricted-proposed by Simon Butcher · 7 years ago
  53. 53b45ec Merge remote-tracking branch 'public/pr/2079' into development-restricted-proposed by Simon Butcher · 7 years ago
  54. 241823a Merge remote-tracking branch 'public/pr/1641' into development-restricted-proposed by Simon Butcher · 7 years ago
  55. 42ab4ae Merge remote-tracking branch 'public/pr/2167' into development-restricted-proposed by Simon Butcher · 7 years ago
  56. a8b13d7 Add tests for relaxed CRL-CA name comparison by Hanno Becker · 7 years ago
  57. 06f88e9 Merge remote-tracking branch 'public/pr/2007' into development-proposed by Simon Butcher · 7 years ago
  58. 710f203 Merge branch 'iotssl-1770' into development_thomas_dee by Hanno Becker · 7 years ago
  59. 6e1adee Regenerate test files by Hanno Becker · 7 years ago
  60. 381c77c Change serial in test-ca.crt from 0 to 3 to circumvent ASN.1 bug by Hanno Becker · 7 years ago
  61. 52acdb5 Add tests for relaxed CRL-CA name comparison by Hanno Becker · 7 years ago
  62. b963081 Generate tests/data_files/test-ca_cat[12|21].crt from Makefile by Hanno Becker · 7 years ago
  63. 386f99c Generate cli-rsa* CSRs and CRTs through Mbed TLS applications by Hanno Becker · 7 years ago
  64. 0dd1139 Generate server5.req.ku.sha1 through Mbed TLS application by Hanno Becker · 7 years ago
  65. ebc1f40 Generate server2* CSRs and CRTs through Mbed TLS applications by Hanno Becker · 7 years ago
  66. b837775 Generate test-ca* CSRs and CRTs through Mbed TLS applications by Hanno Becker · 7 years ago
  67. 50cb93a Generate server1* CRTs and CSRs through Mbed TLS applications by Hanno Becker · 7 years ago
  68. 7904f94 Merge remote-tracking branch 'public/pr/1099' into development-proposed by Simon Butcher · 7 years ago
  69. 02ef525 Merge remote-tracking branch 'public/pr/2107' into development-proposed by Simon Butcher · 7 years ago
  70. a07d86e Merge remote-tracking branch 'public/pr/1902' into development by Simon Butcher · 7 years ago
  71. 3869384 Merge remote-tracking branch 'public/pr/2031' into development by Simon Butcher · 7 years ago
  72. 78dd2e5 Merge remote-tracking branch 'public/pr/1806' into development by Simon Butcher · 7 years ago
  73. e783f4a Merge remote-tracking branch 'public/pr/1609' into development by Simon Butcher · 7 years ago
  74. 76cf60b Remove merge conflict marker in ssl-opt.sh by Simon Butcher · 7 years ago
  75. 169712e Merge remote-tracking branch 'restricted/pr/390' into development by Simon Butcher · 7 years ago
  76. c774e32 Merge remote-tracking branch 'restricted/pr/517' into development by Simon Butcher · 7 years ago
  77. 837f821 Merge remote-tracking branch 'public/pr/1990' into development by Simon Butcher · 7 years ago
  78. bcedb92 Merge branch 'development' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  79. b51e267 Add Jenkinsfile for PR job by Darryl Green · 7 years ago
  80. 198611d Add missing return value check in ECDSA test suite by Hanno Becker · 7 years ago
  81. 96f3b4e Remove yotta support from check-files.py by Gilles Peskine · 7 years ago
  82. 7a28e99 Expand test to ensure no assumption on output by Manuel Pégourié-Gonnard · 7 years ago
  83. 6346a75 Merge branch 'development' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 7 years ago
  84. 9580528 ssl-opt.sh: fix typo in mtu settings by Andrzej Kurek · 7 years ago
  85. b459346 ssl-opt.sh: add a check for i686 targets by Andrzej Kurek · 7 years ago
  86. 7782605 ssl-opt.sh: add comments regarding ciphersuite forcing by Andrzej Kurek · 7 years ago
  87. 7c6df83 ssl-opt.sh: revert unnecessary "autoreduction" checks by Andrzej Kurek · 7 years ago
  88. 7311c78 ssl-opt.sh: force ciphersuites to reduce mtu size by Andrzej Kurek · 7 years ago
  89. e5fecec Add test for MBEDTLS_PLATFORM_{CALLOC/FREE}_MACRO to all.sh by Hanno Becker · 7 years ago
  90. ac2ead0 Improve deterministic test for prime testing by Darryl Green · 7 years ago
  91. a0b67c2 Bignum: Deprecate mbedtls_mpi_is_prime() by Janos Follath · 7 years ago
  92. 64eca05 Bignum: Add tests for primality testing by Janos Follath · 7 years ago
  93. a3cb7eb Bignum: Add test for improved prime generation by Janos Follath · 7 years ago
  94. 35f2f30 ssl-opt.sh: change expected pattern from 'resend' to 'autoreduction' by Andrzej Kurek · 7 years ago
  95. 0fc9cf4 ssl-opt.sh: increase proxy mtu sizes to contain entire datagrams by Andrzej Kurek · 7 years ago
  96. 948fe80 ssl-opt.sh: adjust test timeouts to fit slower targets by Andrzej Kurek · 7 years ago
  97. 52f8491 ssl-opt.sh: adjust tests to fit slower targets by Andrzej Kurek · 7 years ago
  98. 95c5575 check-files: exclude .git and third-party files by Gilles Peskine · 7 years ago
  99. 6e3606e Fix run-test-suites.pl to screen for files by Simon Butcher · 7 years ago
  100. 427df37 Don't try to disable ASLR by Gilles Peskine · 7 years ago