1. e5dc202 Restore P>Q in RSA key generation (#558) by Janos Follath · 8 years ago
  2. 468a84c Clarified Changelog for fix #602 by Simon Butcher · 8 years ago
  3. 314d8a8 Fix documentation for mbedtls_gcm_finish() by Andres AG · 8 years ago
  4. 9af0280 Updated Changelog for fix #599 by Simon Butcher · 8 years ago
  5. 410d3dd Fix 1 byte overread in mbedtls_asn1_get_int() by Andres AG · 8 years ago
  6. 2280e9c Fix typo in docs for mbedtls_x509write_csr_der() by Andres AG · 8 years ago
  7. d7b9049 Fix memory leaks in CMAC tests by Janos Follath · 8 years ago
  8. fe4db8f Fix memory leak in test_suite_cmac.function by Andres AG · 8 years ago
  9. f04f54d Add seed cmdline arg to test scripts by Andres AG · 8 years ago
  10. 2b3b740 Remove unnecessary flag from CMAC context by Janos Follath · 8 years ago
  11. 4f85907 Revise Changelog to clarify and add credit by Simon Butcher · 8 years ago
  12. 2d9c467 Fix minor style issues in test framework by Janos Follath · 8 years ago
  13. 3338866 Fix to test output in test suites by Simon Butcher · 8 years ago
  14. 8739aa9 Fix exit and formatting in CMAC test suite by Simon Butcher · 8 years ago
  15. 03faeac Add CMAC test suite to CMakeLists.txt by Simon Butcher · 8 years ago
  16. c3db62f Extend test coverage of CMAC by Simon Butcher · 8 years ago
  17. c61351d Fix issues in CMAC in repeated updates by Simon Butcher · 8 years ago
  18. b93fddd Revise Changelog to clarify and add credit by Simon Butcher · 8 years ago
  19. dcb9892 Update Changelog for fixes to X.509 sample apps by Simon Butcher · 8 years ago
  20. e19acd5 Add extra compilation conditions to X.509 samples by Simon Butcher · 8 years ago
  21. ad88267 Fix bracketing in cmac.c by Simon Butcher · 8 years ago
  22. eb02fb5 Update Changelog for fix #559 by Simon Butcher · 8 years ago
  23. 41dba28 Add extra compilation conditions to gen_key.c #559 by Simon Butcher · 8 years ago
  24. 8254b6c Clean up of formatting, and potential integer overflow fix by Andres AG · 8 years ago
  25. 2127932 Fixes following review by Simon Butcher · 8 years ago
  26. ea68019 Minor fixes to formatting and compilation conditions by Simon Butcher · 8 years ago
  27. f394e09 Clean up and minor fixes following review by Simon Butcher · 8 years ago
  28. 5805fbe Fix CMAC interface for doxygen by Simon Butcher · 8 years ago
  29. 08e8900 Fix naming in cmac.h to comply with check-names.sh by Simon Butcher · 8 years ago
  30. 8a1a68c Regenerate error.c file to remove CMAC by Simon Butcher · 8 years ago
  31. e5796c1 Add CMAC to ChangeLog by Simon Butcher · 8 years ago
  32. 59b4c88 Clean up comment formatting in md.h by Simon Butcher · 8 years ago
  33. 53b5e9c Remove CMAC as a separate and independent error group by Simon Butcher · 8 years ago
  34. 32bb5af Add CMAC functions to the benchmark sample application by Simon Butcher · 8 years ago
  35. 937fddb Introduce a CMAC specific test suite by Simon Butcher · 8 years ago
  36. 0c79073 Refactor and change CMAC interface by Simon Butcher · 8 years ago
  37. 57104fb Specify AES-CMAC-PRF buffer output size in comment by Brian Murray · 8 years ago
  38. 7b07e0e Fix build failure for thread config by Brian Murray · 8 years ago
  39. 5168618 Minor fixes to comments by Brian Murray · 8 years ago
  40. 3d64431 Minor CMAC fixes for merge by Brian Murray · 8 years ago
  41. 0b21cdf cleaned up indentation and braket issues in mbedtls_cmac_verify by Brian Murray · 9 years ago
  42. ba42694 Minor change to pass build tests by Brian Murray · 9 years ago
  43. bbed660 Changed test function to inline to pass tests/scripts/check-names.sh by Brian Murray · 9 years ago
  44. fe9ff01 Fixed some build warnings by Brian Murray · 9 years ago
  45. 4e06703 Do not zeroize null pointer by Brian Murray · 9 years ago
  46. cdd1f6d Removed unneed memsets and fixed spacing by Brian Murray · 9 years ago
  47. 6eae89b No CMAC minimum tag length is specified by NIST SP800-38B A Minor Typo Changes by Brian Murray · 9 years ago
  48. e260fea cmac.c whitespace cleanup by Brian Murray · 9 years ago
  49. db5c70e better handling of failed calloc by Brian Murray · 9 years ago
  50. 86ff986 selftest supports cmac if only MBEDTLS_DES_C is defined Other minor typo fixes by Brian Murray · 9 years ago
  51. 3d3c9b8 More cleanup of CMAC self tests by Brian Murray · 9 years ago
  52. afdb60f Only compile AES CMAC PRF support if MBEDTLS_AES_C is defined and other cleanups by Brian Murray · 9 years ago
  53. d666eb5 More cleanup of CMAC selftests by Brian Murray · 9 years ago
  54. 3c0412a Fixed CMAC tag length by Brian Murray · 9 years ago
  55. 029d79b Updated comments for CMAC in config.h by Brian Murray · 9 years ago
  56. 7c6476c CMAC support for cipher with 64bit blocks (DES/3DES) by Brian Murray · 9 years ago
  57. 5a8c004 Added cmac.o to libary/Makefile by Brian Murray · 9 years ago
  58. 2b0e21f cmac: more cosmetic changes by Manuel Pégourié-Gonnard · 9 years ago
  59. a878d3b cmac: avoid useless wrapping of function by Manuel Pégourié-Gonnard · 9 years ago
  60. 5f8639f cmac: reduce visibility of macros by Manuel Pégourié-Gonnard · 9 years ago
  61. 59ae4ba cmac: some more padding-related tune-ups by Manuel Pégourié-Gonnard · 9 years ago
  62. da8724f cmac: clean up padding function and comments by Manuel Pégourié-Gonnard · 9 years ago
  63. 89b8d83 cmac: make subkey gen more constant-time by Manuel Pégourié-Gonnard · 9 years ago
  64. 28ea791 cmac: zeroize sensitive intermediate values by Manuel Pégourié-Gonnard · 9 years ago
  65. 756bcf7 cmac: factor multiply by u to its own function by Manuel Pégourié-Gonnard · 9 years ago
  66. a4dfa05 cmac: fix whitespace/codingstyle issues by Manuel Pégourié-Gonnard · 9 years ago
  67. 9c83eeb cmac: improve argument order and naming by Manuel Pégourié-Gonnard · 9 years ago
  68. 9bf1e5d Line endings wrong by Robert Cragie · 9 years ago
  69. 468320d Bad code in function documentation by Robert Cragie · 9 years ago
  70. 9518e88 Use autogenerated version_features.c by Robert Cragie · 9 years ago
  71. 2fa11cd Added CMAC as proper low-level module and changed error returns by Robert Cragie · 9 years ago
  72. c455544 Added MBEDTLS_CMAC_C by Robert Cragie · 9 years ago
  73. 45feb6e Add support for AES-128-CMAC and AES-CMAC-PRF-128 by Robert Cragie · 9 years ago
  74. 0be2b01 Add safety check to sample mutex implementation by Janos Follath · 8 years ago
  75. 42547d0 Set selftest verbose flag to boost coverage by Andres AG · 8 years ago
  76. 84c46db Fix scripts to support multiple openssl and gnutls by Andres AG · 8 years ago
  77. 94d73b0 Add config macro for min bytes hw entropy by Andres AG · 8 years ago
  78. ba66e89 Add new config.h that does not need entropy source by Andres AG · 8 years ago
  79. 3616f6f Rename net.{c,h} to net_sockets.{c,h} by Andres AG · 8 years ago
  80. 77d779e Update for ChangeLog for fixes for cert_app by Simon Butcher · 8 years ago
  81. 2d65992 Do not add empty cert / key in cert_app by Paul Bakker · 9 years ago
  82. e9bdaa2 Actually apply debug_level settings in cert_app by Paul Bakker · 9 years ago
  83. 4bdbe09 Fix sig->tag update in mbedtls_x509_get_sig() by Andres AG · 8 years ago
  84. c49b808 Add missing dependency to check in Makefile by Andres AG · 8 years ago
  85. f911319 Allow the entry_name size to be set in config.h by Andres AG · 8 years ago
  86. 40122e0 Remove list numbering in output_env.sh by Simon Butcher · 8 years ago
  87. 41eeccf Fix merge of OpenSSL/GNUTLS version options in all.sh by Simon Butcher · 8 years ago
  88. 7a63eaf Add version printing for all.sh env vars by Andres AG · 8 years ago
  89. f181e25 Remove specific GnuTLS and OpenSSL version requirements by Andres AG · 8 years ago
  90. f07314e Allow cmake 'out-of-source' builds by Andres AG · 8 years ago
  91. d9eba4b Allow alternate openssl and gnutls in all.sh by Andres AG · 9 years ago
  92. 669c635 Fix unused variable warnings for null entropy config by Simon Butcher · 8 years ago
  93. b7f45c5 Fixes for entropy test suite for some configurations by Simon Butcher · 8 years ago
  94. 8e3afc7 Removes duplicated selftests from all.sh by Simon Butcher · 8 years ago
  95. a928e67 Documentation and entropy self test changes (#610) by Andres Amaya Garcia · 8 years ago
  96. c0d76b8 Update ChangeLog for fix for #541 - out-of-tree CMake builds by Simon Butcher · 8 years ago
  97. 741f230 Update to README.md by Simon Butcher · 8 years ago
  98. dc19221 Allow cmake 'out-of-source' builds by Andres AG · 8 years ago
  99. 9a5398f Fix footprint.sh call to makefile (#600) by Andres Amaya Garcia · 8 years ago
  100. 3ac0767 Suppress shell errors in output_env.sh by Simon Butcher · 8 years ago