1. 3ef6a6d Fix const-ness in mbedtls_param_failed() by Manuel Pégourié-Gonnard · 7 years ago
  2. 63cb97e Add handlers for parameter validation in the sample programs by Simon Butcher · 7 years ago
  3. 9ab746c Add selftests by Ron Eldor · 7 years ago
  4. 39b1904 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 7 years ago
  5. dca3a5d Rename aead_chacha20_poly1305 to chachapoly by Manuel Pégourié-Gonnard · 7 years ago
  6. 4d8f87b Add ChaCha20/Poly1305 ciphers to the selftest program by Daniel King · 9 years ago
  7. 3c0b53b ARIA build integration by Markku-Juhani O. Saarinen · 8 years ago
  8. ff79d27 selftest: allow excluding a subset of the tests by Gilles Peskine · 8 years ago
  9. c82fbb4 selftest: allow running a subset of the tests by Gilles Peskine · 8 years ago
  10. 319ac80 selftest: refactor to separate the list of tests from the logic by Gilles Peskine · 8 years ago
  11. b981b16 Minor fixes to formatting and compilation conditions by Simon Butcher · 9 years ago
  12. 8b4111c Fix build failure for thread config by Brian Murray · 9 years ago
  13. 57863ad selftest supports cmac if only MBEDTLS_DES_C is defined Other minor typo fixes by Brian Murray · 9 years ago
  14. dc5c7b9 Add support for AES-128-CMAC and AES-CMAC-PRF-128 by Robert Cragie · 10 years ago
  15. e7723ec Make entropy bias self test poll multiple times by Andres AG · 9 years ago
  16. b34e42e Add a new self test to entropy module by Andres AG · 9 years ago
  17. 70940ca Allow compilation without MBEDTLS_SELF_TEST enabled by Paul Bakker · 9 years ago
  18. ab069c6 Merge branch 'development' into development-restricted by Simon Butcher · 9 years ago
  19. b6a73c9 Add provision to create the entropy seedfile for selftest sample by Simon Butcher · 9 years ago
  20. 15ab7ed Merge branch 'development' into development-restricted by Janos Follath · 9 years ago
  21. 98e28a7 Address user reported coverity issues. by Janos Follath · 9 years ago
  22. 0c53944 Fixes no return value warning in selftest.c by Janos Follath · 9 years ago
  23. cd0ee5e Fixes following review of 'iotssl-682-selftest-ci-break' by Simon Butcher · 9 years ago
  24. 2e3aca2 Fix test break in 'test-ref-configs.pl' by Janos Follath · 9 years ago
  25. f154763 Fixes to style following review by Simon Butcher · 9 years ago
  26. 5a8afb8 Fix exit code and add a count of the test suites by SimonB · 9 years ago
  27. 4d8685b Add skeleton for EC J-PAKE module by Manuel Pégourié-Gonnard · 10 years ago
  28. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  29. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  30. 633c6b6 Run timing selftest on all platforms by Manuel Pégourié-Gonnard · 10 years ago
  31. 4b00f08 Fix snprintf test by Manuel Pégourié-Gonnard · 10 years ago
  32. 7b6dcbe Add tests for snprintf by Manuel Pégourié-Gonnard · 10 years ago
  33. d14acbc Test assumptions we make about the platform by Manuel Pégourié-Gonnard · 10 years ago
  34. 2cf5a7c The Great Renaming by Manuel Pégourié-Gonnard · 10 years ago
  35. b6b16bd Drop pbkdf2 module (superseded by pkcs5) by Manuel Pégourié-Gonnard · 10 years ago
  36. 7f80997 Rename include directory to mbedtls by Manuel Pégourié-Gonnard · 10 years ago
  37. fe44643 Rename website and repository by Manuel Pégourié-Gonnard · 10 years ago
  38. 18b78c7 cleanup programs by Rich Evans · 10 years ago
  39. 860b516 Fix url again by Manuel Pégourié-Gonnard · 11 years ago
  40. 7c9e75a Remove a few useless #defines by Manuel Pégourié-Gonnard · 11 years ago
  41. f90016a Use platform layer in programs for consistency. by Rich Evans · 11 years ago
  42. d43ccb6 Quit using deprecated header. by Manuel Pégourié-Gonnard · 11 years ago
  43. 085ab04 Fix website url to use https. by Manuel Pégourié-Gonnard · 11 years ago
  44. 9698f58 Remove maintainer line. by Manuel Pégourié-Gonnard · 11 years ago
  45. 19f6b5d Remove redundant "all rights reserved" by Manuel Pégourié-Gonnard · 11 years ago
  46. a658a40 Update copyright by Manuel Pégourié-Gonnard · 11 years ago
  47. 967a2a5 Change name to mbed TLS in the copyright notice by Manuel Pégourié-Gonnard · 11 years ago
  48. 5ba1d52 Add memory_buffer_alloc_self_test() by Manuel Pégourié-Gonnard · 11 years ago
  49. 7680698 Temporarily disable timing test on non-Linux by Manuel Pégourié-Gonnard · 11 years ago
  50. 508e573 Merge tests for asn1write, XTEA and Entropy modules by Paul Bakker · 11 years ago
  51. e1ac0f8 Add back timing selftest with new hardclock test by Manuel Pégourié-Gonnard · 11 years ago
  52. 4dd7392 Add entropy_self_test() by Manuel Pégourié-Gonnard · 11 years ago
  53. a6916fa Add (placeholder) CCM module by Manuel Pégourié-Gonnard · 11 years ago
  54. cef4ad2 Adapt sources to configurable config.h name by Manuel Pégourié-Gonnard · 11 years ago
  55. 0f79bab Disable timing_selftest() for now by Manuel Pégourié-Gonnard · 11 years ago
  56. 13a1ef8 Misc selftest adjustements by Manuel Pégourié-Gonnard · 11 years ago
  57. 470fc93 Add timing_self_test() with consistency tests by Manuel Pégourié-Gonnard · 11 years ago
  58. 388dac4 Still test pbkdf2 while it's there by Manuel Pégourié-Gonnard · 11 years ago
  59. 5a1d687 Fixed typo introduced in 486485b by Paul Bakker · 11 years ago
  60. 486485b PBKDF2 -> PKCS5 in selftest.c by Manuel Pégourié-Gonnard · 11 years ago
  61. 79afaa0 Add hmac_drbg_selftest() by Manuel Pégourié-Gonnard · 11 years ago
  62. 61b699e Renamed RMD160 to RIPEMD160 by Paul Bakker · 12 years ago
  63. 1744d72 Add RIPEMD-160 to selftest by Manuel Pégourié-Gonnard · 12 years ago
  64. 1337aff Buffer allocator threading support by Paul Bakker · 12 years ago
  65. abd6e02 Rm _CRT_SECURE_NO_DEPRECATE for programs by Manuel Pégourié-Gonnard · 12 years ago
  66. 7504d7f Fixed X509 define in selftest.c by Paul Bakker · 12 years ago
  67. 40ce79f Moved DHM parsing from X509 module to DHM module by Paul Bakker · 12 years ago
  68. 6e339b5 Memory-allocation abstraction layer and buffer-based allocator added by Paul Bakker · 12 years ago
  69. d2681d8 Renamed sha2.{c,h} to sha256.{c,h} and sha4.{c,h} to sha512.{c,h} by Paul Bakker · 12 years ago
  70. 9e36f04 SHA2 renamed to SHA256, SHA4 renamed to SHA512 and functions accordingly by Paul Bakker · 12 years ago
  71. b4a310b Added a selftest about SPA resistance by Manuel Pégourié-Gonnard · 13 years ago
  72. 4b8c3f2 Moved tests from selftest to tests/test_suite_ecp by Manuel Pégourié-Gonnard · 13 years ago
  73. efaa31e Implemented multiplication by Manuel Pégourié-Gonnard · 13 years ago
  74. b505c27 Got first tests working, fixed ecp_copy() by Manuel Pégourié-Gonnard · 13 years ago
  75. f518b16 - Added PKCS#5 PBKDF2 key derivation function by Paul Bakker · 13 years ago
  76. 89e80c9 - Added base Galois/Counter mode (GCM) for AES by Paul Bakker · 13 years ago
  77. 0e04d0e - Added CTR_DRBG based on AES-256-CTR (NIST SP 800-90) random generator by Paul Bakker · 14 years ago
  78. cce9d77 - Lots of minimal changes to better support WINCE as a build target by Paul Bakker · 14 years ago
  79. 5690efc - Fixed a whole bunch of dependencies on defines between files, examples and tests by Paul Bakker · 14 years ago
  80. 135b98e - Adapted to compile without POLARSSL_SELF_TEST defined by Paul Bakker · 14 years ago
  81. b96f154 - Fixed copyright message by Paul Bakker · 15 years ago
  82. 84f12b7 - Updated Copyright to correct entity by Paul Bakker · 15 years ago
  83. fc8c436 - Updated copyright line to 2010 by Paul Bakker · 15 years ago
  84. 1f3c39c - Removed copyright line for Christophe Devine for clarity by Paul Bakker · 15 years ago
  85. 77b385e - Updated copyright messages on all relevant files by Paul Bakker · 16 years ago
  86. 1973e4c - Fixed selftest of X509parse code by Paul Bakker · 16 years ago
  87. 026c03b - Made changes for better compatibility with old-style C compilers by Paul Bakker · 16 years ago
  88. 785a9ee - Added email address to header license information by Paul Bakker · 17 years ago
  89. 38119b1 - Added first version of Camellia by Paul Bakker · 17 years ago
  90. 7a7c78f - Added XTEA Algorithm (Not used in SSL) by Paul Bakker · 17 years ago
  91. e0ccd0a - Updated Copyright notices by Paul Bakker · 17 years ago
  92. 40e4694 - First replacement of xyssl by polarssl where needed by Paul Bakker · 17 years ago
  93. 5121ce5 - Renamed include directory to polarssl by Paul Bakker · 17 years ago