1. ab6b975 Improve constant naming in test functions by Manuel Pégourié-Gonnard · 6 years ago
  2. 2bc535b Add parameter validation for AES-CTR by Manuel Pégourié-Gonnard · 6 years ago
  3. 8e41eb7 Add parameter validation for AES-OFB by Manuel Pégourié-Gonnard · 6 years ago
  4. 1677cca Add parameter validation for AES-CFB functions by Manuel Pégourié-Gonnard · 6 years ago
  5. 191af13 Add param validation for mbedtls_aes_crypt_xts() by Manuel Pégourié-Gonnard · 6 years ago
  6. 3178d1a Add param validation for mbedtls_aes_crypt_cbc() by Manuel Pégourié-Gonnard · 6 years ago
  7. 1aca260 Add parameter validation for mbedtls_aes_crypt_ecb() by Manuel Pégourié-Gonnard · 6 years ago
  8. 68e3dff Add parameter validation XTS setkey functions by Manuel Pégourié-Gonnard · 6 years ago
  9. af0c6cb Fix missing guard on XTS function in tests by Manuel Pégourié-Gonnard · 6 years ago
  10. e7306d3 Improve some documentation and ChangeLog entry by Manuel Pégourié-Gonnard · 6 years ago
  11. a4251f4 Test aes_free( NULL ) unconditionally by Manuel Pégourié-Gonnard · 6 years ago
  12. 54e7f31 Make TEST_VALID_PARAM() available unconditionally by Manuel Pégourié-Gonnard · 6 years ago
  13. aae10fa Fix some whitespace issues by Manuel Pégourié-Gonnard · 6 years ago
  14. cd2b29c Improve wording in documentation and ChangeLog by Manuel Pégourié-Gonnard · 6 years ago
  15. 9b8ea89 Fix a few style / whitespace issues by Manuel Pégourié-Gonnard · 6 years ago
  16. acfdc62 Fix test macro that was too lenient by Manuel Pégourié-Gonnard · 6 years ago
  17. 840af0a Add tests to all.sh for CHECK_PARAMS edge cases by Manuel Pégourié-Gonnard · 6 years ago
  18. 44c5d58 Document AES functions and fix free() functions by Manuel Pégourié-Gonnard · 6 years ago
  19. a2b0e27 Skip param validation tests if custom macro used by Manuel Pégourié-Gonnard · 6 years ago
  20. 3ef6a6d Fix const-ness in mbedtls_param_failed() by Manuel Pégourié-Gonnard · 6 years ago
  21. 8e661bf Fix arity of the PARAM_FAILED() macro and function by Manuel Pégourié-Gonnard · 6 years ago
  22. 249b3d6 Remove use of the macro TEST_FN from the AES test suite by Simon Butcher · 6 years ago
  23. 6542f6c Change the use of setjmp/longjmp in parameter failure callback by Simon Butcher · 6 years ago
  24. 747f5fe Add disabling of gcc 'clobbered' warning by Simon Butcher · 6 years ago
  25. a646345 Add additional parameter validation tests for the AES module by Simon Butcher · 6 years ago
  26. faafcd8 Merge remote-tracking branch 'upstream-public/pr/2223' into development by Jaeden Amero · 6 years ago
  27. fedb407 Merge remote-tracking branch 'upstream-public/pr/2208' into development by Jaeden Amero · 6 years ago
  28. 52ed0b9 Merge remote-tracking branch 'upstream-public/pr/2101' into development by Jaeden Amero · 6 years ago
  29. d07ef47 Merge remote-tracking branch 'upstream-public/pr/2061' into development by Jaeden Amero · 6 years ago
  30. 60ca6e5 test: Make basic-build-test.sh see summary statuses by Jaeden Amero · 6 years ago
  31. 8ef1f48 Merge remote-tracking branch 'upstream-public/pr/2219' into development by Jaeden Amero · 6 years ago
  32. 3c0941e Merge remote-tracking branch 'upstream-public/pr/2172' into development by Jaeden Amero · 6 years ago
  33. 41722ec Merge remote-tracking branch 'upstream-public/pr/1958' into development by Jaeden Amero · 6 years ago
  34. 643e002 Merge remote-tracking branch 'upstream-public/pr/1548' into development by Jaeden Amero · 6 years ago
  35. 36c5f7f ECDH: Hide context from tests by Janos Follath · 6 years ago
  36. fc03e8d ECDH: Adapt tests for mbedtls_ecdh_setup() by Janos Follath · 6 years ago
  37. 51b8a2f Merge remote-tracking branch 'restricted/pr/512' into development by Simon Butcher · 6 years ago
  38. 658618b Merge remote-tracking branch 'restricted/pr/516' into development by Simon Butcher · 6 years ago
  39. d919993 CTR_DRBG: deprecate mbedtls_ctr_drbg_update because it ignores errors by Gilles Peskine · 6 years ago
  40. c117d59 check-files: detect merge artifacts by Gilles Peskine · 6 years ago
  41. 0439805 Factor record_issue into its own method by Gilles Peskine · 6 years ago
  42. 80a23a5 check-files: Don't check same-named files by Jaeden Amero · 6 years ago
  43. c1b9892 Update library version number to 2.14.0 by Simon Butcher · 6 years ago
  44. 7a97788 Change buf size to a valid size by Ron Eldor · 6 years ago
  45. cdd1a6c Merge remote-tracking branch 'restricted/pr/510' into development-restricted-proposed by Simon Butcher · 6 years ago
  46. 53b45ec Merge remote-tracking branch 'public/pr/2079' into development-restricted-proposed by Simon Butcher · 6 years ago
  47. 241823a Merge remote-tracking branch 'public/pr/1641' into development-restricted-proposed by Simon Butcher · 6 years ago
  48. 42ab4ae Merge remote-tracking branch 'public/pr/2167' into development-restricted-proposed by Simon Butcher · 6 years ago
  49. c242eea Change data file suffix for ott by Ron Eldor · 6 years ago
  50. a8b13d7 Add tests for relaxed CRL-CA name comparison by Hanno Becker · 6 years ago
  51. 06f88e9 Merge remote-tracking branch 'public/pr/2007' into development-proposed by Simon Butcher · 6 years ago
  52. 8396a71 test: Enable multiple levels of verbosity by Jaeden Amero · 6 years ago
  53. f4b521d test: Use GetOpt::Long for argument parsing by Jaeden Amero · 6 years ago
  54. 79e4f4e test: Print verbosely on failures in verbose mode by Jaeden Amero · 6 years ago
  55. 710f203 Merge branch 'iotssl-1770' into development_thomas_dee by Hanno Becker · 6 years ago
  56. 6e1adee Regenerate test files by Hanno Becker · 6 years ago
  57. 381c77c Change serial in test-ca.crt from 0 to 3 to circumvent ASN.1 bug by Hanno Becker · 6 years ago
  58. 52acdb5 Add tests for relaxed CRL-CA name comparison by Hanno Becker · 6 years ago
  59. b963081 Generate tests/data_files/test-ca_cat[12|21].crt from Makefile by Hanno Becker · 6 years ago
  60. 386f99c Generate cli-rsa* CSRs and CRTs through Mbed TLS applications by Hanno Becker · 6 years ago
  61. 0dd1139 Generate server5.req.ku.sha1 through Mbed TLS application by Hanno Becker · 6 years ago
  62. ebc1f40 Generate server2* CSRs and CRTs through Mbed TLS applications by Hanno Becker · 6 years ago
  63. b837775 Generate test-ca* CSRs and CRTs through Mbed TLS applications by Hanno Becker · 6 years ago
  64. 50cb93a Generate server1* CRTs and CSRs through Mbed TLS applications by Hanno Becker · 6 years ago
  65. 7904f94 Merge remote-tracking branch 'public/pr/1099' into development-proposed by Simon Butcher · 6 years ago
  66. 02ef525 Merge remote-tracking branch 'public/pr/2107' into development-proposed by Simon Butcher · 6 years ago
  67. a07d86e Merge remote-tracking branch 'public/pr/1902' into development by Simon Butcher · 6 years ago
  68. 3869384 Merge remote-tracking branch 'public/pr/2031' into development by Simon Butcher · 6 years ago
  69. 78dd2e5 Merge remote-tracking branch 'public/pr/1806' into development by Simon Butcher · 6 years ago
  70. e783f4a Merge remote-tracking branch 'public/pr/1609' into development by Simon Butcher · 6 years ago
  71. 76cf60b Remove merge conflict marker in ssl-opt.sh by Simon Butcher · 6 years ago
  72. 169712e Merge remote-tracking branch 'restricted/pr/390' into development by Simon Butcher · 6 years ago
  73. c774e32 Merge remote-tracking branch 'restricted/pr/517' into development by Simon Butcher · 6 years ago
  74. 837f821 Merge remote-tracking branch 'public/pr/1990' into development by Simon Butcher · 6 years ago
  75. bcedb92 Merge branch 'development' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 6 years ago
  76. b51e267 Add Jenkinsfile for PR job by Darryl Green · 6 years ago
  77. 198611d Add missing return value check in ECDSA test suite by Hanno Becker · 6 years ago
  78. 0fbbc64 Add dependency of mbedtls_asn1_write_len() test on ASN.1 parsing by Hanno Becker · 6 years ago
  79. 19d858e Add dependency of pkwrite test suite on pkparse module by Hanno Becker · 6 years ago
  80. 96f3b4e Remove yotta support from check-files.py by Gilles Peskine · 6 years ago
  81. 7a28e99 Expand test to ensure no assumption on output by Manuel Pégourié-Gonnard · 6 years ago
  82. 6346a75 Merge branch 'development' into iotssl-1260-non-blocking-ecc-restricted by Manuel Pégourié-Gonnard · 6 years ago
  83. 9580528 ssl-opt.sh: fix typo in mtu settings by Andrzej Kurek · 6 years ago
  84. b459346 ssl-opt.sh: add a check for i686 targets by Andrzej Kurek · 6 years ago
  85. 7782605 ssl-opt.sh: add comments regarding ciphersuite forcing by Andrzej Kurek · 6 years ago
  86. 7c6df83 ssl-opt.sh: revert unnecessary "autoreduction" checks by Andrzej Kurek · 6 years ago
  87. 7311c78 ssl-opt.sh: force ciphersuites to reduce mtu size by Andrzej Kurek · 6 years ago
  88. e5fecec Add test for MBEDTLS_PLATFORM_{CALLOC/FREE}_MACRO to all.sh by Hanno Becker · 6 years ago
  89. ac2ead0 Improve deterministic test for prime testing by Darryl Green · 6 years ago
  90. a0b67c2 Bignum: Deprecate mbedtls_mpi_is_prime() by Janos Follath · 6 years ago
  91. 64eca05 Bignum: Add tests for primality testing by Janos Follath · 6 years ago
  92. a3cb7eb Bignum: Add test for improved prime generation by Janos Follath · 6 years ago
  93. 35f2f30 ssl-opt.sh: change expected pattern from 'resend' to 'autoreduction' by Andrzej Kurek · 6 years ago
  94. 0fc9cf4 ssl-opt.sh: increase proxy mtu sizes to contain entire datagrams by Andrzej Kurek · 6 years ago
  95. 695a346 Add tests for PKCS#1 v1.5 decoding by Gilles Peskine · 6 years ago
  96. 948fe80 ssl-opt.sh: adjust test timeouts to fit slower targets by Andrzej Kurek · 6 years ago
  97. 52f8491 ssl-opt.sh: adjust tests to fit slower targets by Andrzej Kurek · 6 years ago
  98. 95c5575 check-files: exclude .git and third-party files by Gilles Peskine · 6 years ago
  99. 6e3606e Fix run-test-suites.pl to screen for files by Simon Butcher · 6 years ago
  100. 427df37 Don't try to disable ASLR by Gilles Peskine · 6 years ago