1. c2d56a4 Allow declarations after statements by Gilles Peskine · 6 years ago
  2. aada0c7 Merge remote-tracking branch 'origin/pr/2053' into development by Jaeden Amero · 6 years ago
  3. 346747c Force the usage of crypto submodule by Andrzej Kurek · 6 years ago
  4. d8167e8 Build from submodule by default (make, cmake) by Manuel Pégourié-Gonnard · 7 years ago
  5. c73fde7 Merge remote-tracking branch 'origin/pr/2531' into development by Jaeden Amero · 6 years ago
  6. 2184ef6 tests: Use globbing in test suite exclusion list by Jaeden Amero · 6 years ago
  7. b78b300 tests: Test crypto via the crypto submodule by Jaeden Amero · 7 years ago
  8. 41e1986 Merge remote-tracking branch 'origin/pr/2293' into development by Jaeden Amero · 6 years ago
  9. d3d8a64 Enable more compiler warnings in tests/Makefile by Simon Butcher · 7 years ago
  10. ac372cc Add a facility to skip running some test suites by Gilles Peskine · 7 years ago
  11. b1c48d3 psa: Include PSA headers for tests and programs by Jaeden Amero · 7 years ago
  12. 30b340a crypto: Add mbedtls-psa as a submodule by Jaeden Amero · 7 years ago
  13. 2561a50 Fix "make WINDOWS_BUILD=1 clean" on non-Windows hosts by Gilles Peskine · 7 years ago
  14. 27a35e7 Wildcard possible targets and document by Azim Khan · 7 years ago
  15. e3b26af Improve documentation in generate_test_code.py by Azim Khan · 7 years ago
  16. 00c4b09 Change intermediate data file extension to .datax by Mohammad Azim Khan · 7 years ago
  17. ff560f2 Rename makefile target gen-embedded-test - generate-target-tests by Mohammad Azim Khan · 7 years ago
  18. 53faf5c Widen the test app columns by Mohammad Azim Khan · 7 years ago
  19. 8a3628f Set PYTHON using ?= syntax by Mohammad Azim Khan · 7 years ago
  20. 78befd9 Rename generate_code.py -> generate_test_code.py by Mohammad Azim Khan · 7 years ago
  21. 7eb5568 Set OS specific python executable name by Mohammad Azim Khan · 7 years ago
  22. 9540261 Incorporated code review comments by Mohammad Azim Khan · 8 years ago
  23. 1de892b Update code as old template and generator is replaced with new one by Azim Khan · 8 years ago
  24. fff4904 mbed-os test code generator by Mohammad Azim Khan · 8 years ago
  25. 1f29be7 Make target for on mbed testing by Mohammad Azim Khan · 8 years ago
  26. 94aefaf Optimise makefile targets by Mohammad Azim Khan · 8 years ago
  27. 2c92949 Merge remote-tracking branch 'public/pr/1198' into development by Simon Butcher · 7 years ago
  28. 8dd03cd Add tests for the nist key wrapping feature by Ron Eldor · 7 years ago
  29. 61fa436 Address review comments - tidy usage of macros to use minimal values by Nicholas Wilson · 7 years ago
  30. 0dadba2 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 7 years ago
  31. e22ba80 Add XTS test suites to the Makefile by Jaeden Amero · 7 years ago
  32. e47d6fd Merge remote-tracking branch 'public/pr/1497' into development by Simon Butcher · 7 years ago
  33. ad4e493 Fix AES-OFB support for errors, tests and self-test by Simon Butcher · 7 years ago
  34. 0301884 Add test cases for AES OFB block mode by Simon Butcher · 7 years ago
  35. 656864b Add an HKDF (RFC 5869) implementation by Thomas Fossati · 9 years ago
  36. 39b1904 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 7 years ago
  37. 9c82e2c Fix some whitespace issues by Manuel Pégourié-Gonnard · 7 years ago
  38. dca3a5d Rename aead_chacha20_poly1305 to chachapoly by Manuel Pégourié-Gonnard · 7 years ago
  39. 8fe4701 Add ChaCha20+Poly1305 to the Cipher module by Daniel King · 9 years ago
  40. b8025c5 Implement AEAD-ChaCha20-Poly1305. by Daniel King · 9 years ago
  41. adc32c0 Add Poly1305 authenticator algorithm (RFC 7539) by Daniel King · 9 years ago
  42. bd92062 Add ChaCha20 to the Cipher module by Daniel King · 9 years ago
  43. 34b822c Initial implementation of ChaCha20 by Daniel King · 9 years ago
  44. a3712be Merge branch 'development' into iotssl-1941-aria-ciphersuites by Manuel Pégourié-Gonnard · 7 years ago
  45. 420f0cc Make DLEXT var configurable in programs and tests makefiles by Andres Amaya Garcia · 7 years ago
  46. 8df81e0 Test suite for ARIA by Markku-Juhani O. Saarinen · 8 years ago
  47. a592dcc Clean up of formatting, and potential integer overflow fix by Andres AG · 9 years ago
  48. d812fa6 Introduce a CMAC specific test suite by Simon Butcher · 9 years ago
  49. 03091e1 Remove stale Makefile lines for old test suite by Paul Bakker · 9 years ago
  50. 50157ff Add new timing test suite that runs the timing self test by Paul Bakker · 9 years ago
  51. f8758b8 Adds test_suite_pkcs1_v15 to tests/Makefile by Simon Butcher · 9 years ago
  52. 4d8685b Add skeleton for EC J-PAKE module by Manuel Pégourié-Gonnard · 10 years ago
  53. 78ec2b0 Cosmetics in Makefiles by Manuel Pégourié-Gonnard · 10 years ago
  54. 8511384 Use Perl to run tests suites with make by Manuel Pégourié-Gonnard · 10 years ago
  55. 6cacde2 Invoke perl directly in Makefile by Manuel Pégourié-Gonnard · 10 years ago
  56. fc36708 Use $(MAKE), not make by Manuel Pégourié-Gonnard · 10 years ago
  57. ea9556a Fix mistaken changes in Makefile's clean target by Manuel Pégourié-Gonnard · 10 years ago
  58. 6dc2651 Cosmetics by Manuel Pégourié-Gonnard · 10 years ago
  59. c84d0e1 Use LD_LIBRARY_PATH to run test with SHARED=1 by Manuel Pégourié-Gonnard · 10 years ago
  60. 21e1ac2 Fix linking order with make by Manuel Pégourié-Gonnard · 10 years ago
  61. 5c59a4f Split libs with make + general make cleanups by Manuel Pégourié-Gonnard · 10 years ago
  62. 8d4a613 Small Makefile improvements by Manuel Pégourié-Gonnard · 10 years ago
  63. f1d2f7c Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  64. 70b8b37 Fix portability issue in Makefile by Manuel Pégourié-Gonnard · 10 years ago
  65. ec4a339 Remove tests for xxx_hmac() by Manuel Pégourié-Gonnard · 10 years ago
  66. 7f7aebc Fix incomplete changes from merge by Manuel Pégourié-Gonnard · 10 years ago
  67. cc0d084 Merge branch 'mbedtls-1.3' into development by Manuel Pégourié-Gonnard · 10 years ago
  68. f7a9f30 build: Makefile: cleanup CFLAGS by Alon Bar-Lev · 10 years ago
  69. ada4105 build: Makefile: cleanup LDFLAGS by Alon Bar-Lev · 10 years ago
  70. eb53fff build: Makefile: remove bashism by Alon Bar-Lev · 10 years ago
  71. b6b16bd Drop pbkdf2 module (superseded by pkcs5) by Manuel Pégourié-Gonnard · 10 years ago
  72. d901d17 Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 10 years ago
  73. aff2976 Merge branch 'build' into development by Manuel Pégourié-Gonnard · 10 years ago
  74. 09eb14c Revert "Require unix-utils in path for windows make" by Manuel Pégourié-Gonnard · 10 years ago
  75. 18ba0cc build: make: support windows cross compile by Alon Bar-Lev · 10 years ago
  76. 5d46cca Require unix-utils in path for windows make by Manuel Pégourié-Gonnard · 10 years ago
  77. b1c846e fix bug in makefile that a test doesn't count as a fail even if an assertion fails by inverting logic by Rich Evans · 11 years ago
  78. 2a0718d Merge branch 'development' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  79. 6a4ae35 Link to new name in programs & tests Makefiles by Manuel Pégourié-Gonnard · 11 years ago
  80. c26a092 Rename static lib name with make by Manuel Pégourié-Gonnard · 11 years ago
  81. f9c8a60 Merge commit '8b9bcec' into dtls by Manuel Pégourié-Gonnard · 11 years ago
  82. 765bb31 Add test_suite_memory_buffer_alloc by Manuel Pégourié-Gonnard · 11 years ago
  83. 4956fd7 Test and fix anti-replay functions by Manuel Pégourié-Gonnard · 11 years ago
  84. 2c25eb0 Add test_suite_entropy by Manuel Pégourié-Gonnard · 11 years ago
  85. 36178ff Add tests for asn1_write_octet_string() by Manuel Pégourié-Gonnard · 11 years ago
  86. 542eac5 Add tests for CCM via cipher layer by Manuel Pégourié-Gonnard · 11 years ago
  87. a6916fa Add (placeholder) CCM module by Manuel Pégourié-Gonnard · 11 years ago
  88. 1630058 Potential buffer overwrite in pem_write_buffer() fixed by Paul Bakker · 11 years ago
  89. 674e0b0 Improvements to tests/Makefile when using shared library by Paul Bakker · 11 years ago
  90. 62273b8 Add NIST validation tests for HMAC_DRBG pr=true by Manuel Pégourié-Gonnard · 12 years ago
  91. 24600b7 Add NIST validation tests for HMAC_DRBG nopr by Manuel Pégourié-Gonnard · 12 years ago
  92. 48bc3e8 Add hmac_drbg_{write,update}_seed_file() by Manuel Pégourié-Gonnard · 12 years ago
  93. 6801f39 Add NIST no_reseed validation tests for HMAC_DRBG by Manuel Pégourié-Gonnard · 12 years ago
  94. 3292562 Fixed Makefile for test_suite_pk by Paul Bakker · 12 years ago
  95. 1642122 Merged support for Camellia-GCM + ciphersuite and fixes to cipher layer by Paul Bakker · 12 years ago
  96. 13e0d44 Add Camellia-GCM test vectors by Manuel Pégourié-Gonnard · 12 years ago
  97. 94dd5b4 Rename GCM test suites to AES-GCM by Manuel Pégourié-Gonnard · 12 years ago
  98. b0a467f Start adding a PK test suite by Manuel Pégourié-Gonnard · 12 years ago
  99. c7bb02b Moved PK key writing from X509 module to PK module by Paul Bakker · 12 years ago
  100. 1a7550a Moved PK key parsing from X509 module to PK module by Paul Bakker · 12 years ago