1. 7b01244 Add tests for mbedtls_cipher_crypt API by Ron Eldor · 8 years ago
  2. be685ba Merge remote-tracking branch 'public/pr/1836' into development by Simon Butcher · 7 years ago
  3. 727325b Merge remote-tracking branch 'public/pr/1788' into development by Simon Butcher · 7 years ago
  4. cdb5cc5 tests: dhm: Rename Hallman to Hellman by Jaeden Amero · 7 years ago
  5. b056dd8 Remove a redundant dependency clause by k-stachowiak · 7 years ago
  6. 7972334 Enable ARIA self test in the unit testing by k-stachowiak · 7 years ago
  7. 0dadba2 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 7 years ago
  8. 2fcd3e4 Change the library version to 2.11.0 by Simon Butcher · 7 years ago
  9. d906b81 tests: cipher: Allocate enough space for XTS keys by Jaeden Amero · 7 years ago
  10. c28012a tests: Remove NIST AES-XTS test vectors by Jaeden Amero · 7 years ago
  11. 142383e aes: xts: Add tests for invalid key sizes by Jaeden Amero · 7 years ago
  12. c653990 cipher: Add wrappers for AES-XTS by Jaeden Amero · 7 years ago
  13. 425382d tests: Extend AES-XTS suite by Jaeden Amero · 7 years ago
  14. e5c4b07 tests: Make AES-XTS suite more stack friendly by Jaeden Amero · 7 years ago
  15. cd9fc5e aes: xts: Rename iv to data_unit by Jaeden Amero · 7 years ago
  16. 5162b93 aes: Use length instead of bits_length in XTS by Jaeden Amero · 7 years ago
  17. 9366feb aes: xts: Add new context structure by Jaeden Amero · 7 years ago
  18. e9ecf00 aes: Remove AES-XEX by Jaeden Amero · 7 years ago
  19. 5f77801 Implement AES-XTS mode by Aorimn · 9 years ago
  20. fb67fae Add AES-XEX tests cases by Aorimn · 10 years ago
  21. 9f52aeb tests: Fix name of 33 byte AES cipher tests by Jaeden Amero · 7 years ago
  22. e47d6fd Merge remote-tracking branch 'public/pr/1497' into development by Simon Butcher · 7 years ago
  23. f0d7629 Merge remote-tracking branch 'public/pr/1593' into development by Simon Butcher · 7 years ago
  24. 263498a Merge remote-tracking branch 'public/pr/1667' into development by Simon Butcher · 7 years ago
  25. 33cb519 Add decrypt tests to AES OFB Cipher module by Simon Butcher · 7 years ago
  26. b7836e1 Change AES OFB tests to memset sizeof buffer by Simon Butcher · 7 years ago
  27. e416bf9 Reduce stack usage for AES OFB tests by Simon Butcher · 7 years ago
  28. 0013144 Fix style and formatting for OFB feature by Simon Butcher · 7 years ago
  29. 374bcd4 Add to OFB cipher tests AES-192 and AES-256 OFB by Simon Butcher · 7 years ago
  30. dbe7fbf Remove unused variable in AES OFB test suite by Simon Butcher · 7 years ago
  31. ad4e493 Fix AES-OFB support for errors, tests and self-test by Simon Butcher · 7 years ago
  32. 8c0fd1e Add cipher abstraction and test cases for OFB block mode by Simon Butcher · 7 years ago
  33. 0301884 Add test cases for AES OFB block mode by Simon Butcher · 7 years ago
  34. 10e0e4d hkdf: Add negative tests by Jaeden Amero · 7 years ago
  35. 3618962 hkdf: Add tests for extract and expand by Jaeden Amero · 7 years ago
  36. 656864b Add an HKDF (RFC 5869) implementation by Thomas Fossati · 9 years ago
  37. 39b1904 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 7 years ago
  38. d5a09f1 Updated version number to 2.10.0 for release by Simon Butcher · 7 years ago
  39. d08a2f7 Adapt the ARIA test cases for new ECB function by Simon Butcher · 7 years ago
  40. 3dc62a0 chachapoly: force correct mode for integrated API by Manuel Pégourié-Gonnard · 7 years ago
  41. 246cb05 Merge remote-tracking branch 'public/pr/1410' into development by Simon Butcher · 7 years ago
  42. ba91994 Merge remote-tracking branch 'public/pr/1604' into development by Simon Butcher · 7 years ago
  43. 0daf4ca Add test vectors for CCM* by Darryl Green · 7 years ago
  44. 95ab93d CCM*: Add minimal tests by Janos Follath · 7 years ago
  45. 3798b6b Add some error codes and merge others by Manuel Pégourié-Gonnard · 7 years ago
  46. 234e1ce cipher: add stream test vectors for chacha20(poly1305) by Manuel Pégourié-Gonnard · 7 years ago
  47. ceb1225 chachapoly: add test for state flow by Manuel Pégourié-Gonnard · 7 years ago
  48. 444f711 poly1305: add test with multiple small fragments by Manuel Pégourié-Gonnard · 7 years ago
  49. 59d2c30 chachapoly: add test for parameter validation by Manuel Pégourié-Gonnard · 7 years ago
  50. a8fa8b8 poly1305: add test for parameter validation by Manuel Pégourié-Gonnard · 7 years ago
  51. 2aca236 chacha20: add test for parameter validation by Manuel Pégourié-Gonnard · 7 years ago
  52. fce88b2 Fix selftest verbosity in test suites by Manuel Pégourié-Gonnard · 7 years ago
  53. 69767d1 cipher: add chachapoly test vector + unauth case by Manuel Pégourié-Gonnard · 7 years ago
  54. 1465602 poly1305: fix bug in starts() and add test for it by Manuel Pégourié-Gonnard · 7 years ago
  55. 55c0d09 chacha20: fix bug in starts() and add test for it by Manuel Pégourié-Gonnard · 7 years ago
  56. 7296771 chachapoly: add test with unauthentic data by Manuel Pégourié-Gonnard · 7 years ago
  57. 528524b Reduce size of buffers in test suites by Manuel Pégourié-Gonnard · 7 years ago
  58. b1ac5e7 poly1305: adjust parameter order by Manuel Pégourié-Gonnard · 7 years ago
  59. 346b8d5 chachapoly: split crypt_and_mac() to match GCM API by Manuel Pégourié-Gonnard · 7 years ago
  60. dca3a5d Rename aead_chacha20_poly1305 to chachapoly by Manuel Pégourié-Gonnard · 7 years ago
  61. dca6abb Fix test suite when GCM Is disabled, but AEAD_ChaCha20_Poly1305 is enabled. by Daniel King · 9 years ago
  62. 6155cc8 Add ChaCha20 test vectors from RFC 7539 by Daniel King · 9 years ago
  63. 8fe4701 Add ChaCha20+Poly1305 to the Cipher module by Daniel King · 9 years ago
  64. b8025c5 Implement AEAD-ChaCha20-Poly1305. by Daniel King · 9 years ago
  65. adc32c0 Add Poly1305 authenticator algorithm (RFC 7539) by Daniel King · 9 years ago
  66. bd92062 Add ChaCha20 to the Cipher module by Daniel King · 9 years ago
  67. 34b822c Initial implementation of ChaCha20 by Daniel King · 9 years ago
  68. a3712be Merge branch 'development' into iotssl-1941-aria-ciphersuites by Manuel Pégourié-Gonnard · 7 years ago
  69. 11999bb Fix minor code style issues by Darryl Green · 7 years ago
  70. 0b3f00c Avoid -Wformat-truncation warning on gcc7 by Mohammad Azim Khan · 7 years ago
  71. 7d7bad6 Update version to 2.9.0 by Jaeden Amero · 7 years ago
  72. 38c42d5 Merge remote-tracking branch 'upstream-public/pr/1570' into development-proposed by Jaeden Amero · 7 years ago
  73. f13ca95 Test suites: print error on failed platform_setup by Andrzej Kurek · 7 years ago
  74. a282270 Add explicit checks for non-zero result of platform setup in test suites by Andrzej Kurek · 7 years ago
  75. 32a675f Add conditional platform context creation & usage by Andrzej Kurek · 7 years ago
  76. 1152fa8 Add platform setup and teardown calls to test suites by Andrzej Kurek · 7 years ago
  77. 6668927 Generate primes according to FIPS 186-4 by Jethro Beekman · 7 years ago
  78. be2371c Merge branch 'pr_348' into development-proposed by Gilles Peskine · 7 years ago
  79. 695d557 Merge branch 'pr_1180' into development-proposed by Gilles Peskine · 7 years ago
  80. 08f3ef1 Basic support for Curve448, similar to the current level of support for Curve25519 by Nicholas Wilson · 10 years ago
  81. 78a03ec Merge remote-tracking branch 'upstream-public/pr/1379' into development-proposed by Jaeden Amero · 7 years ago
  82. 2843d21 Merge remote-tracking branch 'upstream-public/pr/1523' into development-proposed by Jaeden Amero · 7 years ago
  83. 6c563fa Add tests for "return plaintext data faster on unpadded decryption" by Jethro Beekman · 7 years ago
  84. 576d474 Fix test dependencies of pkcs5 pbs2 on asn1 parse by Andres Amaya Garcia · 7 years ago
  85. de420a4 Fix some test deps by Deomid Ryabkov · 9 years ago
  86. 1cfa2d0 Add missing dependencies in test_suite_x509parse 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. 8be0e6d Update version to 2.8.0 by Jaeden Amero · 7 years ago mbedtls-2.8.0
  90. 79a5e72 Merge remote-tracking branch 'upstream-restricted/pr/463' into development-restricted-proposed by Jaeden Amero · 7 years ago mbedtls-2.8.0-rc1
  91. 24b2d6f Merge remote-tracking branch 'upstream-restricted/pr/459' into development-restricted-proposed by Jaeden Amero · 7 years ago
  92. a63305d x509: CRL: add tests for non-critical extension by Manuel Pégourié-Gonnard · 7 years ago
  93. 0bdb050 x509: CRL: add tests for malformed extensions by Manuel Pégourié-Gonnard · 7 years ago
  94. fd3e4fb x509: CRL: reject unsupported critical extensions by Manuel Pégourié-Gonnard · 7 years ago
  95. 5f19328 Merge remote-tracking branch 'upstream-restricted/pr/398' into development-restricted-proposed by Gilles Peskine · 7 years ago
  96. 553a06f Merge remote-tracking branch 'upstream-restricted/pr/351' into development-restricted-proposed by Gilles Peskine · 7 years ago
  97. 1ba8a3f Yet another dependency issue (PKCS1_V15) by Manuel Pégourié-Gonnard · 7 years ago
  98. a31d820 Merge remote-tracking branch 'upstream-public/pr/778' into development-proposed by Gilles Peskine · 7 years ago
  99. 88a8dcb Fix remaining issues found by depend-hashes by Manuel Pégourié-Gonnard · 7 years ago
  100. 147b28e Fix remaining issues found by depend-pkalgs by Manuel Pégourié-Gonnard · 7 years ago