1. d906b81 tests: cipher: Allocate enough space for XTS keys by Jaeden Amero · 6 years ago
  2. c28012a tests: Remove NIST AES-XTS test vectors by Jaeden Amero · 7 years ago
  3. 142383e aes: xts: Add tests for invalid key sizes by Jaeden Amero · 7 years ago
  4. c653990 cipher: Add wrappers for AES-XTS by Jaeden Amero · 7 years ago
  5. 425382d tests: Extend AES-XTS suite by Jaeden Amero · 7 years ago
  6. e5c4b07 tests: Make AES-XTS suite more stack friendly by Jaeden Amero · 7 years ago
  7. cd9fc5e aes: xts: Rename iv to data_unit by Jaeden Amero · 7 years ago
  8. 5162b93 aes: Use length instead of bits_length in XTS by Jaeden Amero · 7 years ago
  9. 9366feb aes: xts: Add new context structure by Jaeden Amero · 7 years ago
  10. e22ba80 Add XTS test suites to the Makefile by Jaeden Amero · 7 years ago
  11. e9ecf00 aes: Remove AES-XEX by Jaeden Amero · 7 years ago
  12. 5f77801 Implement AES-XTS mode by Aorimn · 8 years ago
  13. fb67fae Add AES-XEX tests cases by Aorimn · 9 years ago
  14. 9f52aeb tests: Fix name of 33 byte AES cipher tests by Jaeden Amero · 7 years ago
  15. e47d6fd Merge remote-tracking branch 'public/pr/1497' into development by Simon Butcher · 6 years ago
  16. f0d7629 Merge remote-tracking branch 'public/pr/1593' into development by Simon Butcher · 6 years ago
  17. 263498a Merge remote-tracking branch 'public/pr/1667' into development by Simon Butcher · 6 years ago
  18. 33cb519 Add decrypt tests to AES OFB Cipher module by Simon Butcher · 6 years ago
  19. b7836e1 Change AES OFB tests to memset sizeof buffer by Simon Butcher · 6 years ago
  20. e416bf9 Reduce stack usage for AES OFB tests by Simon Butcher · 6 years ago
  21. 0013144 Fix style and formatting for OFB feature by Simon Butcher · 7 years ago
  22. 374bcd4 Add to OFB cipher tests AES-192 and AES-256 OFB by Simon Butcher · 7 years ago
  23. dbe7fbf Remove unused variable in AES OFB test suite by Simon Butcher · 7 years ago
  24. ad4e493 Fix AES-OFB support for errors, tests and self-test by Simon Butcher · 7 years ago
  25. 8c0fd1e Add cipher abstraction and test cases for OFB block mode by Simon Butcher · 7 years ago
  26. 0301884 Add test cases for AES OFB block mode by Simon Butcher · 7 years ago
  27. 10e0e4d hkdf: Add negative tests by Jaeden Amero · 7 years ago
  28. 3618962 hkdf: Add tests for extract and expand by Jaeden Amero · 7 years ago
  29. 656864b Add an HKDF (RFC 5869) implementation by Thomas Fossati · 8 years ago
  30. d5a09f1 Updated version number to 2.10.0 for release by Simon Butcher · 6 years ago
  31. d08a2f7 Adapt the ARIA test cases for new ECB function by Simon Butcher · 6 years ago
  32. eb6ed71 Merge remote-tracking branch 'public/pr/1267' into development by Simon Butcher · 6 years ago
  33. 246cb05 Merge remote-tracking branch 'public/pr/1410' into development by Simon Butcher · 6 years ago
  34. b02f789 Merge remote-tracking branch 'public/pr/1470' into development by Simon Butcher · 6 years ago
  35. ba91994 Merge remote-tracking branch 'public/pr/1604' into development by Simon Butcher · 6 years ago
  36. 0daf4ca Add test vectors for CCM* by Darryl Green · 7 years ago
  37. 95ab93d CCM*: Add minimal tests by Janos Follath · 7 years ago
  38. a3712be Merge branch 'development' into iotssl-1941-aria-ciphersuites by Manuel Pégourié-Gonnard · 7 years ago
  39. 2699de3 Add check-files.py to pre-push.sh by Darryl Green · 7 years ago
  40. a07039c Add check-files.py to all.sh by Darryl Green · 7 years ago
  41. 10d9ce3 Add script for source integrity checking by Darryl Green · 7 years ago
  42. 11999bb Fix minor code style issues by Darryl Green · 7 years ago
  43. a331e0f Merge remote-tracking branch 'upstream-restricted/pr/421' into development-proposed by Jaeden Amero · 7 years ago
  44. 09c4e7e Merge remote-tracking branch 'upstream-public/pr/1486' into development-proposed by Jaeden Amero · 7 years ago
  45. 0b3f00c Avoid -Wformat-truncation warning on gcc7 by Mohammad Azim Khan · 7 years ago
  46. 7d7bad6 Update version to 2.9.0 by Jaeden Amero · 7 years ago
  47. 38c42d5 Merge remote-tracking branch 'upstream-public/pr/1570' into development-proposed by Jaeden Amero · 7 years ago
  48. 708c5cb mbedtls_zeroize -> mbedtls_platform_zeroize in docs by Andres Amaya Garcia · 7 years ago
  49. f13ca95 Test suites: print error on failed platform_setup by Andrzej Kurek · 7 years ago
  50. eecea0e Update zeroize test to use mbedtls_platform_zeroize() by Andres Amaya Garcia · 7 years ago
  51. 757cd72 Update license headers year and branding by Andres Amaya Garcia · 7 years ago
  52. 42defd1 Improve docs for zeroize.c and test_zeroize.gdb by Andres Amaya Garcia · 7 years ago
  53. 806f403 Improve detection of program exit code in gdb script by Andres Amaya Garcia · 7 years ago
  54. 7111a0d Change test_zeroize.gdb script breakpoint due to zeroize.c change by Andres Amaya Garcia · 7 years ago
  55. 2967381 Extend zeroize tests to multiple optimizations by Andres Amaya Garcia · 7 years ago
  56. 24768bf Improve test_zeroize.gdb breakpoint by Andres Amaya Garcia · 7 years ago
  57. d0d7bf6 Add gdb zeroize test when compiling with clang by Andres Amaya Garcia · 7 years ago
  58. f2d1792 Document test_zeroize.gdb script by Andres Amaya Garcia · 7 years ago
  59. ddebc49 Add gdb script to test mbedtls_zeroize() by Andres Amaya Garcia · 7 years ago
  60. a282270 Add explicit checks for non-zero result of platform setup in test suites by Andrzej Kurek · 7 years ago
  61. 32a675f Add conditional platform context creation & usage by Andrzej Kurek · 7 years ago
  62. 1152fa8 Add platform setup and teardown calls to test suites by Andrzej Kurek · 7 years ago
  63. c4ec716 Fix uninitialized var in check-generated-files.sh by Andres AG · 7 years ago
  64. 4c1e2ec Check generated-visualc-files in check-generated-files by Andres Amaya Garcia · 7 years ago
  65. 6668927 Generate primes according to FIPS 186-4 by Jethro Beekman · 7 years ago
  66. 80aa3b8 Merge branch 'pr_946' into development-proposed by Gilles Peskine · 7 years ago
  67. 5c77f2e Merge remote-tracking branch 'upstream-public/pr/1535' into development-proposed by Gilles Peskine · 7 years ago
  68. be2371c Merge branch 'pr_348' into development-proposed by Gilles Peskine · 7 years ago
  69. 0ed632f Merge remote-tracking branch 'upstream-public/pr/1499' into development-proposed by Gilles Peskine · 7 years ago
  70. 695d557 Merge branch 'pr_1180' into development-proposed by Gilles Peskine · 7 years ago
  71. 08f3ef1 Basic support for Curve448, similar to the current level of support for Curve25519 by Nicholas Wilson · 9 years ago
  72. 19d1373 Enable SSL test scripts to dump logs on stdout by Azim Khan · 7 years ago
  73. 78a03ec Merge remote-tracking branch 'upstream-public/pr/1379' into development-proposed by Jaeden Amero · 7 years ago
  74. 2843d21 Merge remote-tracking branch 'upstream-public/pr/1523' into development-proposed by Jaeden Amero · 7 years ago
  75. 2bd5757 Merge branch 'development' into iotssl-1204 by Hanno Becker · 7 years ago
  76. 9528658 Merge remote-tracking branch 'upstream-public/pr/701' into development-proposed by Jaeden Amero · 7 years ago
  77. 8645e90 Merge remote-tracking branch 'upstream-restricted/pr/363' into development-proposed by Jaeden Amero · 7 years ago
  78. 6c563fa Add tests for "return plaintext data faster on unpadded decryption" by Jethro Beekman · 7 years ago
  79. 576d474 Fix test dependencies of pkcs5 pbs2 on asn1 parse by Andres Amaya Garcia · 7 years ago
  80. 79db933 Fix shared library lookup on Mac OS X when running tests by Andres Amaya Garcia · 7 years ago
  81. 420f0cc Make DLEXT var configurable in programs and tests makefiles by Andres Amaya Garcia · 7 years ago
  82. 98a6786 Adapt changes to all.sh to work with --keep-going mode by Hanno Becker · 7 years ago
  83. 783cb06 Remove duplicate test in all.sh by Hanno Becker · 7 years ago
  84. de420a4 Fix some test deps by Deomid Ryabkov · 8 years ago
  85. 1cfa2d0 Add missing dependencies in test_suite_x509parse by Gilles Peskine · 7 years ago
  86. 396fac1 all.sh --keep-going: properly handle multiple-builds scripts by Gilles Peskine · 7 years ago
  87. 15ad579 Merge tag 'mbedtls-2.8.0' into iotssl-1381-x509-verify-refactor-restricted by Gilles Peskine · 7 years ago
  88. d2df936 Fix parsing of PKCS#8 encoded Elliptic Curve keys. by Jethro Beekman · 7 years ago
  89. 0114ffc all.sh: Verify out-of-tree testing with CMake by Gilles Peskine · 7 years ago
  90. a71d64c all.sh: fix cleanup happening during an out-of-tree build by Gilles Peskine · 7 years ago
  91. 31b07e2 all.sh: be more conservative when cleaning up CMake artefacts by Gilles Peskine · 7 years ago
  92. 8405257 Support out-of-tree testing with CMake by Gilles Peskine · 7 years ago
  93. 38d8165 all.sh: add opposites to all boolean options by Gilles Peskine · 7 years ago
  94. 8a244c9 all.sh: option parsing: reduce vertical spread by Gilles Peskine · 7 years ago
  95. 2623296 all.sh: with --no-armcc, don't call armcc from output_env.sh by Gilles Peskine · 7 years ago
  96. 8be0e6d Update version to 2.8.0 by Jaeden Amero · 7 years ago mbedtls-2.8.0
  97. adfa64f Abort idle-loop in ssl_server2 if sockets gets invalid by Hanno Becker · 7 years ago
  98. 8d83218 Increase UDP record packing time in ssl-opt.sh by Hanno Becker · 7 years ago
  99. 7b6582b Kill server and proxy via SIGQUIT in ssl-opt.sh by Hanno Becker · 7 years ago
  100. 79a5e72 Merge remote-tracking branch 'upstream-restricted/pr/463' into development-restricted-proposed by Jaeden Amero · 7 years ago mbedtls-2.8.0-rc1