1. ad2e0da Merge remote-tracking branch 'public/pr/2283' into development by Simon Butcher · 6 years ago
  2. 0bbf7f4 Merge remote-tracking branch 'public/pr/2279' into development by Simon Butcher · 6 years ago
  3. 962b7b1 Merge remote-tracking branch 'public/pr/2273' into development by Simon Butcher · 6 years ago
  4. 6be67a6 Merge remote-tracking branch 'public/pr/2281' into development by Simon Butcher · 6 years ago
  5. dac513e Merge remote-tracking branch 'public/pr/2282' into development by Simon Butcher · 6 years ago
  6. ccafd14 Merge remote-tracking branch 'public/pr/2276' into development by Simon Butcher · 6 years ago
  7. 2a8d32c Merge remote-tracking branch 'public/pr/2287' into development by Simon Butcher · 6 years ago
  8. dd63359 Add tests for valid NULL in ccm_free() by k-stachowiak · 6 years ago
  9. 508bcd9 Remove unneeded test for the CCM free function by k-stachowiak · 6 years ago
  10. 26d365e Add parameter validation for CCM by k-stachowiak · 6 years ago
  11. 5fccb3e Add tests for valid NULL in gcm_free() by k-stachowiak · 6 years ago
  12. 8ffc92a Add parameter validation for the GCM module by k-stachowiak · 6 years ago
  13. f947c0a Move testing of mbedtls_blowfish_free() to separate test case by Hanno Becker · 6 years ago
  14. 49acc64 Minor improvements to Blowfish documentation and tests by Hanno Becker · 6 years ago
  15. e38b4cd Test parameter validation for Blowfish module by Hanno Becker · 6 years ago
  16. 0294072 Avoid unused variable warning in ARIA param validation test by Hanno Becker · 6 years ago
  17. 14b91e8 Move testing of mbedtls_aria_free() to separate test by Hanno Becker · 6 years ago
  18. fac1d44 Fix style in ARIA parameter validation tests by Hanno Becker · 6 years ago
  19. b0de9f5 Test that mbedtls_aria_free() accepts NULL parameter by Hanno Becker · 6 years ago
  20. 9e45c16 Test parameter validation for ARIA module by Hanno Becker · 6 years ago
  21. f193176 Move test of mbedtls_camellia_free() to separate test by Hanno Becker · 6 years ago
  22. ff62f44 Remove duplicated parameter check in CAMELLIA module by Hanno Becker · 6 years ago
  23. e939de7 Minor fixes to Camellia parameter validation by Hanno Becker · 6 years ago
  24. 7578837 Test parameter validation for CAMELLIA module by Hanno Becker · 6 years ago
  25. 54b789a Merge remote-tracking branch 'public/pr/2298' into development by Simon Butcher · 6 years ago
  26. ee427b2 tests: Backup config.h before modifying it by Jaeden Amero · 6 years ago
  27. adc9b17 Minor improvements to DHM module by Hanno Becker · 6 years ago
  28. 8c8a93c Test parameter validation for DHM module by Hanno Becker · 6 years ago
  29. 488d930 Fix unused param warnings in test function by Manuel Pégourié-Gonnard · 6 years ago
  30. e55e103 Fix off-by-one in iv_off check and add tests by Manuel Pégourié-Gonnard · 6 years ago
  31. ab6b975 Improve constant naming in test functions by Manuel Pégourié-Gonnard · 6 years ago
  32. 2bc535b Add parameter validation for AES-CTR by Manuel Pégourié-Gonnard · 6 years ago
  33. 8e41eb7 Add parameter validation for AES-OFB by Manuel Pégourié-Gonnard · 6 years ago
  34. 1677cca Add parameter validation for AES-CFB functions by Manuel Pégourié-Gonnard · 6 years ago
  35. 191af13 Add param validation for mbedtls_aes_crypt_xts() by Manuel Pégourié-Gonnard · 6 years ago
  36. 3178d1a Add param validation for mbedtls_aes_crypt_cbc() by Manuel Pégourié-Gonnard · 6 years ago
  37. 1aca260 Add parameter validation for mbedtls_aes_crypt_ecb() by Manuel Pégourié-Gonnard · 6 years ago
  38. 68e3dff Add parameter validation XTS setkey functions by Manuel Pégourié-Gonnard · 6 years ago
  39. af0c6cb Fix missing guard on XTS function in tests by Manuel Pégourié-Gonnard · 6 years ago
  40. 6640b0d Undo deprecation of MBEDTLS_ERR_BLOWFISH_INVALID_INPUT_LENGTH by Hanno Becker · 6 years ago
  41. 938f9e9 Undo deprecation of MBEDTLS_ERR_CAMELLIA_INVALID_INPUT_LENGTH by Hanno Becker · 6 years ago
  42. d2f3a00 Introduce single BLOWFISH error code for bad input data by Hanno Becker · 6 years ago
  43. 4c029d0 Introduce single CAMELLIA error code for bad input data by Hanno Becker · 6 years ago
  44. e7306d3 Improve some documentation and ChangeLog entry by Manuel Pégourié-Gonnard · 6 years ago
  45. a4251f4 Test aes_free( NULL ) unconditionally by Manuel Pégourié-Gonnard · 6 years ago
  46. 54e7f31 Make TEST_VALID_PARAM() available unconditionally by Manuel Pégourié-Gonnard · 6 years ago
  47. aae10fa Fix some whitespace issues by Manuel Pégourié-Gonnard · 6 years ago
  48. cd2b29c Improve wording in documentation and ChangeLog by Manuel Pégourié-Gonnard · 6 years ago
  49. 9b8ea89 Fix a few style / whitespace issues by Manuel Pégourié-Gonnard · 6 years ago
  50. acfdc62 Fix test macro that was too lenient by Manuel Pégourié-Gonnard · 6 years ago
  51. 840af0a Add tests to all.sh for CHECK_PARAMS edge cases by Manuel Pégourié-Gonnard · 6 years ago
  52. 44c5d58 Document AES functions and fix free() functions by Manuel Pégourié-Gonnard · 6 years ago
  53. a2b0e27 Skip param validation tests if custom macro used by Manuel Pégourié-Gonnard · 6 years ago
  54. 3ef6a6d Fix const-ness in mbedtls_param_failed() by Manuel Pégourié-Gonnard · 6 years ago
  55. 8e661bf Fix arity of the PARAM_FAILED() macro and function by Manuel Pégourié-Gonnard · 6 years ago
  56. 249b3d6 Remove use of the macro TEST_FN from the AES test suite by Simon Butcher · 6 years ago
  57. 6542f6c Change the use of setjmp/longjmp in parameter failure callback by Simon Butcher · 6 years ago
  58. 747f5fe Add disabling of gcc 'clobbered' warning by Simon Butcher · 6 years ago
  59. a646345 Add additional parameter validation tests for the AES module by Simon Butcher · 6 years ago
  60. faafcd8 Merge remote-tracking branch 'upstream-public/pr/2223' into development by Jaeden Amero · 6 years ago
  61. fedb407 Merge remote-tracking branch 'upstream-public/pr/2208' into development by Jaeden Amero · 6 years ago
  62. 52ed0b9 Merge remote-tracking branch 'upstream-public/pr/2101' into development by Jaeden Amero · 6 years ago
  63. d07ef47 Merge remote-tracking branch 'upstream-public/pr/2061' into development by Jaeden Amero · 6 years ago
  64. 60ca6e5 test: Make basic-build-test.sh see summary statuses by Jaeden Amero · 6 years ago
  65. 8ef1f48 Merge remote-tracking branch 'upstream-public/pr/2219' into development by Jaeden Amero · 6 years ago
  66. 3c0941e Merge remote-tracking branch 'upstream-public/pr/2172' into development by Jaeden Amero · 6 years ago
  67. 41722ec Merge remote-tracking branch 'upstream-public/pr/1958' into development by Jaeden Amero · 6 years ago
  68. 643e002 Merge remote-tracking branch 'upstream-public/pr/1548' into development by Jaeden Amero · 6 years ago
  69. 36c5f7f ECDH: Hide context from tests by Janos Follath · 6 years ago
  70. fc03e8d ECDH: Adapt tests for mbedtls_ecdh_setup() by Janos Follath · 6 years ago
  71. 51b8a2f Merge remote-tracking branch 'restricted/pr/512' into development by Simon Butcher · 6 years ago
  72. 658618b Merge remote-tracking branch 'restricted/pr/516' into development by Simon Butcher · 6 years ago
  73. d919993 CTR_DRBG: deprecate mbedtls_ctr_drbg_update because it ignores errors by Gilles Peskine · 6 years ago
  74. c117d59 check-files: detect merge artifacts by Gilles Peskine · 6 years ago
  75. 0439805 Factor record_issue into its own method by Gilles Peskine · 6 years ago
  76. 80a23a5 check-files: Don't check same-named files by Jaeden Amero · 6 years ago
  77. c1b9892 Update library version number to 2.14.0 by Simon Butcher · 6 years ago
  78. 7a97788 Change buf size to a valid size by Ron Eldor · 6 years ago
  79. cdd1a6c Merge remote-tracking branch 'restricted/pr/510' into development-restricted-proposed by Simon Butcher · 6 years ago
  80. 53b45ec Merge remote-tracking branch 'public/pr/2079' into development-restricted-proposed by Simon Butcher · 6 years ago
  81. 241823a Merge remote-tracking branch 'public/pr/1641' into development-restricted-proposed by Simon Butcher · 6 years ago
  82. 42ab4ae Merge remote-tracking branch 'public/pr/2167' into development-restricted-proposed by Simon Butcher · 6 years ago
  83. c242eea Change data file suffix for ott by Ron Eldor · 6 years ago
  84. a8b13d7 Add tests for relaxed CRL-CA name comparison by Hanno Becker · 6 years ago
  85. 06f88e9 Merge remote-tracking branch 'public/pr/2007' into development-proposed by Simon Butcher · 6 years ago
  86. 8396a71 test: Enable multiple levels of verbosity by Jaeden Amero · 6 years ago
  87. f4b521d test: Use GetOpt::Long for argument parsing by Jaeden Amero · 6 years ago
  88. 79e4f4e test: Print verbosely on failures in verbose mode by Jaeden Amero · 6 years ago
  89. 710f203 Merge branch 'iotssl-1770' into development_thomas_dee by Hanno Becker · 6 years ago
  90. 6e1adee Regenerate test files by Hanno Becker · 6 years ago
  91. 381c77c Change serial in test-ca.crt from 0 to 3 to circumvent ASN.1 bug by Hanno Becker · 6 years ago
  92. 52acdb5 Add tests for relaxed CRL-CA name comparison by Hanno Becker · 6 years ago
  93. b963081 Generate tests/data_files/test-ca_cat[12|21].crt from Makefile by Hanno Becker · 6 years ago
  94. 386f99c Generate cli-rsa* CSRs and CRTs through Mbed TLS applications by Hanno Becker · 6 years ago
  95. 0dd1139 Generate server5.req.ku.sha1 through Mbed TLS application by Hanno Becker · 6 years ago
  96. ebc1f40 Generate server2* CSRs and CRTs through Mbed TLS applications by Hanno Becker · 6 years ago
  97. b837775 Generate test-ca* CSRs and CRTs through Mbed TLS applications by Hanno Becker · 6 years ago
  98. 50cb93a Generate server1* CRTs and CSRs through Mbed TLS applications by Hanno Becker · 6 years ago
  99. 7904f94 Merge remote-tracking branch 'public/pr/1099' into development-proposed by Simon Butcher · 6 years ago
  100. 02ef525 Merge remote-tracking branch 'public/pr/2107' into development-proposed by Simon Butcher · 6 years ago