1. e4379d2 Merge remote-tracking branch 'github-simon/parameter-validation' into evaluation by Jaeden Amero · 7 years ago
  2. fa66c9e Merge remote-tracking branch 'upstream-public/pr/1629' into evaluation by Jaeden Amero · 7 years ago
  3. 1a925bc Initial prototype and demonstrator for parameter validation by Simon Butcher · 7 years ago
  4. c4e14e1 CCM*: Add minimal test for fixed tag length by Janos Follath · 7 years ago
  5. b1e4fc6 Merge remote-tracking branch 'upstream-public/pr/1617' into evaluation-2 by Jaeden Amero · 7 years ago
  6. 7d8f00e Merge remote-tracking branch 'upstream-public/pr/1602' into evaluation-2 by Jaeden Amero · 7 years ago
  7. b7f3654 Merge remote-tracking branch 'upstream-public/pr/1593' into evaluation-2 by Jaeden Amero · 7 years ago
  8. eb01024 Add an HKDF (RFC 5869) implementation by Thomas Fossati · 9 years ago
  9. f66a4bd cipher: add stream test vectors for chacha20(poly1305) by Manuel Pégourié-Gonnard · 7 years ago
  10. 619b309 chachapoly: add test for state flow by Manuel Pégourié-Gonnard · 7 years ago
  11. 7a2c7f1 poly1305: add test with multiple small fragments by Manuel Pégourié-Gonnard · 7 years ago
  12. 6dbfb69 chachapoly: add test for parameter validation by Manuel Pégourié-Gonnard · 7 years ago
  13. 550c20f poly1305: add test for parameter validation by Manuel Pégourié-Gonnard · 7 years ago
  14. 114f28b chacha20: add test for parameter validation by Manuel Pégourié-Gonnard · 7 years ago
  15. e9ea6d6 Fix selftest verbosity in test suites by Manuel Pégourié-Gonnard · 7 years ago
  16. 996477d cipher: add chachapoly test vector + unauth case by Manuel Pégourié-Gonnard · 7 years ago
  17. 97e34bf poly1305: fix bug in starts() and add test for it by Manuel Pégourié-Gonnard · 7 years ago
  18. b60045a chacha20: fix bug in starts() and add test for it by Manuel Pégourié-Gonnard · 7 years ago
  19. 2faaa10 chachapoly: add test with unauthentic data by Manuel Pégourié-Gonnard · 7 years ago
  20. f11d8e5 Reduce size of buffers in test suites by Manuel Pégourié-Gonnard · 7 years ago
  21. 9b7a93c poly1305: adjust parameter order by Manuel Pégourié-Gonnard · 7 years ago
  22. 52a56d3 chachapoly: split crypt_and_mac() to match GCM API by Manuel Pégourié-Gonnard · 7 years ago
  23. d4bd856 Rename aead_chacha20_poly1305 to chachapoly by Manuel Pégourié-Gonnard · 7 years ago
  24. 5b7f1d8 Fix test suite when GCM Is disabled, but AEAD_ChaCha20_Poly1305 is enabled. by Daniel King · 9 years ago
  25. 89c7b10 Add ChaCha20 test vectors from RFC 7539 by Daniel King · 9 years ago
  26. b437a98 Add ChaCha20+Poly1305 to the Cipher module by Daniel King · 9 years ago
  27. 31ac12e Implement AEAD-ChaCha20-Poly1305. by Daniel King · 9 years ago
  28. 5d77eaa Add Poly1305 authenticator algorithm (RFC 7539) by Daniel King · 9 years ago
  29. 0fe7b5b Add ChaCha20 to the Cipher module by Daniel King · 9 years ago
  30. a98ff5e Initial implementation of ChaCha20 by Daniel King · 9 years ago
  31. e4daf77 cipher: Add wrappers for AES-XTS by Jaeden Amero · 7 years ago
  32. 184d069 tests: Add AES-XTS test suite by Jaeden Amero · 7 years ago
  33. 49411cc tests: Fix name of 33 byte AES cipher tests by Jaeden Amero · 7 years ago
  34. a331e0f Merge remote-tracking branch 'upstream-restricted/pr/421' into development-proposed by Jaeden Amero · 7 years ago
  35. 09c4e7e Merge remote-tracking branch 'upstream-public/pr/1486' into development-proposed by Jaeden Amero · 7 years ago
  36. 7d7bad6 Update version to 2.9.0 by Jaeden Amero · 7 years ago
  37. df67d3a Remove unused variable in AES OFB test suite by Simon Butcher · 7 years ago
  38. 7ac93f4 Fix AES-OFB support for errors, tests and self-test by Simon Butcher · 7 years ago
  39. 91e254c Add cipher abstraction and test cases for OFB block mode by Simon Butcher · 7 years ago
  40. a11c940 Add test cases for AES OFB block mode by Simon Butcher · 7 years ago
  41. 38c42d5 Merge remote-tracking branch 'upstream-public/pr/1570' into development-proposed by Jaeden Amero · 7 years ago
  42. 708c5cb mbedtls_zeroize -> mbedtls_platform_zeroize in docs by Andres Amaya Garcia · 7 years ago
  43. f13ca95 Test suites: print error on failed platform_setup by Andrzej Kurek · 7 years ago
  44. eecea0e Update zeroize test to use mbedtls_platform_zeroize() by Andres Amaya Garcia · 7 years ago
  45. 757cd72 Update license headers year and branding by Andres Amaya Garcia · 7 years ago
  46. 42defd1 Improve docs for zeroize.c and test_zeroize.gdb by Andres Amaya Garcia · 7 years ago
  47. 806f403 Improve detection of program exit code in gdb script by Andres Amaya Garcia · 8 years ago
  48. 7111a0d Change test_zeroize.gdb script breakpoint due to zeroize.c change by Andres Amaya Garcia · 8 years ago
  49. 2967381 Extend zeroize tests to multiple optimizations by Andres Amaya Garcia · 8 years ago
  50. 24768bf Improve test_zeroize.gdb breakpoint by Andres Amaya Garcia · 8 years ago
  51. d0d7bf6 Add gdb zeroize test when compiling with clang by Andres Amaya Garcia · 8 years ago
  52. f2d1792 Document test_zeroize.gdb script by Andres Amaya Garcia · 8 years ago
  53. ddebc49 Add gdb script to test mbedtls_zeroize() by Andres Amaya Garcia · 8 years ago
  54. a282270 Add explicit checks for non-zero result of platform setup in test suites by Andrzej Kurek · 7 years ago
  55. 32a675f Add conditional platform context creation & usage by Andrzej Kurek · 7 years ago
  56. 1152fa8 Add platform setup and teardown calls to test suites by Andrzej Kurek · 7 years ago
  57. 6668927 Generate primes according to FIPS 186-4 by Jethro Beekman · 7 years ago
  58. 80aa3b8 Merge branch 'pr_946' into development-proposed by Gilles Peskine · 7 years ago
  59. 5c77f2e Merge remote-tracking branch 'upstream-public/pr/1535' into development-proposed by Gilles Peskine · 7 years ago
  60. be2371c Merge branch 'pr_348' into development-proposed by Gilles Peskine · 7 years ago
  61. 0ed632f Merge remote-tracking branch 'upstream-public/pr/1499' into development-proposed by Gilles Peskine · 7 years ago
  62. 695d557 Merge branch 'pr_1180' into development-proposed by Gilles Peskine · 7 years ago
  63. 08f3ef1 Basic support for Curve448, similar to the current level of support for Curve25519 by Nicholas Wilson · 10 years ago
  64. 19d1373 Enable SSL test scripts to dump logs on stdout by Azim Khan · 7 years ago
  65. 78a03ec Merge remote-tracking branch 'upstream-public/pr/1379' into development-proposed by Jaeden Amero · 7 years ago
  66. 2843d21 Merge remote-tracking branch 'upstream-public/pr/1523' into development-proposed by Jaeden Amero · 7 years ago
  67. 2bd5757 Merge branch 'development' into iotssl-1204 by Hanno Becker · 7 years ago
  68. 9528658 Merge remote-tracking branch 'upstream-public/pr/701' into development-proposed by Jaeden Amero · 7 years ago
  69. 8645e90 Merge remote-tracking branch 'upstream-restricted/pr/363' into development-proposed by Jaeden Amero · 7 years ago
  70. 6c563fa Add tests for "return plaintext data faster on unpadded decryption" by Jethro Beekman · 7 years ago
  71. 576d474 Fix test dependencies of pkcs5 pbs2 on asn1 parse by Andres Amaya Garcia · 7 years ago
  72. 79db933 Fix shared library lookup on Mac OS X when running tests by Andres Amaya Garcia · 7 years ago
  73. 420f0cc Make DLEXT var configurable in programs and tests makefiles by Andres Amaya Garcia · 7 years ago
  74. 98a6786 Adapt changes to all.sh to work with --keep-going mode by Hanno Becker · 7 years ago
  75. 783cb06 Remove duplicate test in all.sh by Hanno Becker · 7 years ago
  76. de420a4 Fix some test deps by Deomid Ryabkov · 9 years ago
  77. 1cfa2d0 Add missing dependencies in test_suite_x509parse by Gilles Peskine · 7 years ago
  78. 396fac1 all.sh --keep-going: properly handle multiple-builds scripts by Gilles Peskine · 7 years ago
  79. 15ad579 Merge tag 'mbedtls-2.8.0' into iotssl-1381-x509-verify-refactor-restricted by Gilles Peskine · 7 years ago
  80. d2df936 Fix parsing of PKCS#8 encoded Elliptic Curve keys. by Jethro Beekman · 7 years ago
  81. 38d8165 all.sh: add opposites to all boolean options by Gilles Peskine · 7 years ago
  82. 8a244c9 all.sh: option parsing: reduce vertical spread by Gilles Peskine · 7 years ago
  83. 2623296 all.sh: with --no-armcc, don't call armcc from output_env.sh by Gilles Peskine · 7 years ago
  84. 8be0e6d Update version to 2.8.0 by Jaeden Amero · 7 years ago mbedtls-2.8.0
  85. adfa64f Abort idle-loop in ssl_server2 if sockets gets invalid by Hanno Becker · 7 years ago
  86. 8d83218 Increase UDP record packing time in ssl-opt.sh by Hanno Becker · 7 years ago
  87. 7b6582b Kill server and proxy via SIGQUIT in ssl-opt.sh by Hanno Becker · 7 years ago
  88. 79a5e72 Merge remote-tracking branch 'upstream-restricted/pr/463' into development-restricted-proposed by Jaeden Amero · 7 years ago mbedtls-2.8.0-rc1
  89. 24b2d6f Merge remote-tracking branch 'upstream-restricted/pr/459' into development-restricted-proposed by Jaeden Amero · 7 years ago
  90. 47a98d4 fixup previous commit: add forgotten file by Manuel Pégourié-Gonnard · 7 years ago
  91. a63305d x509: CRL: add tests for non-critical extension by Manuel Pégourié-Gonnard · 7 years ago
  92. 0bdb050 x509: CRL: add tests for malformed extensions by Manuel Pégourié-Gonnard · 7 years ago
  93. fd3e4fb x509: CRL: reject unsupported critical extensions by Manuel Pégourié-Gonnard · 7 years ago
  94. 5f19328 Merge remote-tracking branch 'upstream-restricted/pr/398' into development-restricted-proposed by Gilles Peskine · 7 years ago
  95. 553a06f Merge remote-tracking branch 'upstream-restricted/pr/351' into development-restricted-proposed by Gilles Peskine · 7 years ago
  96. 1ba8a3f Yet another dependency issue (PKCS1_V15) by Manuel Pégourié-Gonnard · 7 years ago
  97. bc6c110 Add test to ssl-opt.sh demonstrating the need for ssl_check_pending by Hanno Becker · 7 years ago
  98. 6a33f59 Add tests for event-driven I/O in DTLS to ssl-opt.sh by Hanno Becker · 7 years ago
  99. a31d820 Merge remote-tracking branch 'upstream-public/pr/778' into development-proposed by Gilles Peskine · 7 years ago
  100. 88a8dcb Fix remaining issues found by depend-hashes by Manuel Pégourié-Gonnard · 7 years ago