1. 6698d2f Fix style for mbedtls_mpi_zeroize() by Andres Amaya Garcia · 7 years ago
  2. 56e06db Improve mbedtls_platform_zeroize() docs by Andres Amaya Garcia · 7 years ago
  3. 708c5cb mbedtls_zeroize -> mbedtls_platform_zeroize in docs by Andres Amaya Garcia · 7 years ago
  4. d0ef468 Reword config.h docs for MBEDTLS_PLATFORM_ZEROIZE_ALT by Andres Amaya Garcia · 7 years ago
  5. bc7bdbf Organize CMakeLists targets in alphabetical order by Andres Amaya Garcia · 7 years ago
  6. 21b376b Organize output objs in alfabetical order in Makefile by Andres Amaya Garcia · 7 years ago
  7. 14a8b59 Fix doxygen error for MBEDTLS_PLATFORM_ZEROIZE_ALT by Andres Amaya Garcia · 7 years ago
  8. c58787f Update docs for MBEDTLS_PLATFORM_ZEROIZE_ALT in config.h by Andres Amaya Garcia · 7 years ago
  9. 3ea559e Fix alignment in makefile by Andres Amaya Garcia · 7 years ago
  10. eecea0e Update zeroize test to use mbedtls_platform_zeroize() by Andres Amaya Garcia · 7 years ago
  11. 9644983 Add platform_utils and zeroize to visualc files by Andres Amaya Garcia · 7 years ago
  12. 82934be Do not install zeroize program in CMakeLists by Andres Amaya Garcia · 7 years ago
  13. 1f6301b Rename mbedtls_zeroize to mbedtls_platform_zeroize by Andres Amaya Garcia · 7 years ago
  14. 904e1ef Make utils module part of the platform by Andres Amaya Garcia · 7 years ago
  15. ae8e306 Fix docs typos for zeroize related features/test by Andres Amaya Garcia · 7 years ago
  16. 757cd72 Update license headers year and branding by Andres Amaya Garcia · 7 years ago
  17. 42defd1 Improve docs for zeroize.c and test_zeroize.gdb by Andres Amaya Garcia · 7 years ago
  18. 1e8ea5f Improve docs for mbedtls_zeroize() and add refs by Andres Amaya Garcia · 7 years ago
  19. 6606d5c Add config.h docs for MBEDTLS_UTILS_ZEROIZE_ALT by Andres Amaya Garcia · 7 years ago
  20. 1962405 Justify moving zeroize() to utils in ChangeLog by Andres Amaya Garcia · 7 years ago
  21. 806f403 Improve detection of program exit code in gdb script by Andres Amaya Garcia · 7 years ago
  22. 6e34e63 Fix style in programs/test/zeroize.c by Andres Amaya Garcia · 7 years ago
  23. 7111a0d Change test_zeroize.gdb script breakpoint due to zeroize.c change by Andres Amaya Garcia · 7 years ago
  24. 88f8f41 Move zeroize func call to end of program in zeroize.c by Andres Amaya Garcia · 7 years ago
  25. 0bd4237 Fix formatting in utils.c file comment by Andres Amaya Garcia · 7 years ago
  26. ecd1891 Change mbedtls_zeroize() to prevent optimizations by Andres Amaya Garcia · 7 years ago
  27. 2967381 Extend zeroize tests to multiple optimizations by Andres Amaya Garcia · 7 years ago
  28. 24768bf Improve test_zeroize.gdb breakpoint by Andres Amaya Garcia · 7 years ago
  29. b1262a3 Allow compile-time alternate to mbedtls_zeroize() by Andres Amaya Garcia · 7 years ago
  30. e32df08 Remove individual copies of mbedtls_zeroize() by Andres Amaya Garcia · 7 years ago
  31. d0d7bf6 Add gdb zeroize test when compiling with clang by Andres Amaya Garcia · 7 years ago
  32. f2d1792 Document test_zeroize.gdb script by Andres Amaya Garcia · 7 years ago
  33. c6b0abd Fix alignment of Makefiles by Andres Amaya Garcia · 7 years ago
  34. 9a65b1d Add utils.h ChangeLog entry by Andres Amaya Garcia · 7 years ago
  35. ddebc49 Add gdb script to test mbedtls_zeroize() by Andres Amaya Garcia · 7 years ago
  36. 5ab74a1 Add programs/test/zeroize.c to test mbedtls_zeroize by Andres Amaya Garcia · 7 years ago
  37. 614d9c0 Add a utils.h file that contains common functions by Andres Amaya Garcia · 7 years ago
  38. 4ca9a45 Merge remote-tracking branch 'public/pr/1560' into development-proposed by Manuel Pégourié-Gonnard · 7 years ago
  39. e72d322 Merge remote-tracking branch 'public/pr/1559' into development-proposed by Manuel Pégourié-Gonnard · 7 years ago
  40. 5053efd Warn if using a memory sanitizer on AESNI by Gilles Peskine · 7 years ago
  41. ec4733b Make the memset call prior to FD_ZERO conditional to needing it by Gilles Peskine · 7 years ago
  42. 80aa3b8 Merge branch 'pr_946' into development-proposed by Gilles Peskine · 7 years ago
  43. 5c77f2e Merge remote-tracking branch 'upstream-public/pr/1535' into development-proposed by Gilles Peskine · 7 years ago
  44. e4d3b7f Fix merge glitch in ChangeLog by Gilles Peskine · 7 years ago
  45. b9e8696 Merge remote-tracking branch 'upstream-public/pr/1142' into development-proposed by Gilles Peskine · 7 years ago
  46. 315b460 Merge remote-tracking branch 'upstream-public/pr/1457' into development-proposed by Gilles Peskine · 7 years ago
  47. 73db838 Merge remote-tracking branch 'upstream-public/pr/1547' into development-proposed by Gilles Peskine · 7 years ago
  48. be2371c Merge branch 'pr_348' into development-proposed by Gilles Peskine · 7 years ago
  49. 557e77d Add ChangeLog entry by Gilles Peskine · 7 years ago
  50. a09453f Merge branch 'pr_1395' into development-proposed by Gilles Peskine · 7 years ago
  51. d6953b5 Improve changelog entry by Gilles Peskine · 7 years ago
  52. 1fae860 Merge remote-tracking branch 'upstream-public/pr/1543' into development-proposed by Gilles Peskine · 7 years ago
  53. f4e5b7e Additionally initialize fd_set's via memset in mbedtls_net_poll by Hanno Becker · 7 years ago
  54. b364053 pk_sign: add stdlib include by Andrzej Kurek · 7 years ago
  55. 0cbe816 ChangeLog updated and returning proper value by Kevin Luty · 7 years ago
  56. 19d392b Fix compatibility problem in the printed message by mohammad1603 · 7 years ago
  57. 90a8b52 Merge branch 'pr_1480' into development-proposed by Gilles Peskine · 7 years ago
  58. 092bf3d Add original PR reference by Gilles Peskine · 7 years ago
  59. 0ed632f Merge remote-tracking branch 'upstream-public/pr/1499' into development-proposed by Gilles Peskine · 7 years ago
  60. 5e4464e Merge remote-tracking branch 'upstream-public/pr/1539' into development-proposed by Gilles Peskine · 7 years ago
  61. 695d557 Merge branch 'pr_1180' into development-proposed by Gilles Peskine · 7 years ago
  62. 4045c74 Minor changelog improvement by Gilles Peskine · 7 years ago
  63. c96ccf4 Add ChangeLog entry to credit independent contribution by Gilles Peskine · 7 years ago
  64. 039fd12 Robustness fix in mbedtls_ssl_derive_keys by Gilles Peskine · 7 years ago
  65. cc78ac4 Update error.c by Gilles Peskine · 7 years ago
  66. 5114d3e Clarify the use of MBEDTLS_ERR_PK_SIG_LEN_MISMATCH by Gilles Peskine · 7 years ago
  67. eea1c4e Improve documentation of mbedtls_ssl_write() by Darryl Green · 7 years ago
  68. 08f3ef1 Basic support for Curve448, similar to the current level of support for Curve25519 by Nicholas Wilson · 9 years ago
  69. a357f1a Move changelog entry to bugfix from changes by Andrzej Kurek · 7 years ago
  70. 19d1373 Enable SSL test scripts to dump logs on stdout by Azim Khan · 7 years ago
  71. 4ba87fc Merge remote-tracking branch 'upstream-public/pr/758' into development-proposed by Jaeden Amero · 7 years ago
  72. 2ad47e3 Merge remote-tracking branch 'upstream-public/pr/1528' into development-proposed by Jaeden Amero · 7 years ago
  73. 78a03ec Merge remote-tracking branch 'upstream-public/pr/1379' into development-proposed by Jaeden Amero · 7 years ago
  74. 5031a9a Merge remote-tracking branch 'upstream-public/pr/1134' into development-proposed by Jaeden Amero · 7 years ago
  75. 52aecb9 Check whether INT_MAX larger than SIZE_MAX scenario by mohammad1603 · 7 years ago
  76. 90226be Merge remote-tracking branch 'upstream-public/pr/1467' into development-proposed by Jaeden Amero · 7 years ago
  77. 2843d21 Merge remote-tracking branch 'upstream-public/pr/1523' into development-proposed by Jaeden Amero · 7 years ago
  78. 2bd5757 Merge branch 'development' into iotssl-1204 by Hanno Becker · 7 years ago
  79. 5ec1183 Merge remote-tracking branch 'upstream-public/pr/1474' into development-proposed by Jaeden Amero · 7 years ago
  80. 065ecf5 Changelog: use my real name (#758) by Ivan Krylov · 7 years ago
  81. 552b9cc Merge remote-tracking branch 'upstream-public/pr/1477' into development-proposed by Jaeden Amero · 7 years ago
  82. 9528658 Merge remote-tracking branch 'upstream-public/pr/701' into development-proposed by Jaeden Amero · 7 years ago
  83. 8645e90 Merge remote-tracking branch 'upstream-restricted/pr/363' into development-proposed by Jaeden Amero · 7 years ago
  84. 6a92ce6 Improve documentation of MBEDTLS_AES_FEWER_TABLES in config.h by Hanno Becker · 7 years ago
  85. 18b7843 Fix a typo in a comment by Manuel Pégourié-Gonnard · 7 years ago
  86. fff308e Add a ChangeLog entry for Curve22519 N by Manuel Pégourié-Gonnard · 7 years ago
  87. 54fc34e Include order of Curve25519 base point in curve data by Nicholas Wilson · 9 years ago
  88. 7183031 Rephrase Changelog entry Bugfix->Changes by Azim Khan · 7 years ago
  89. 6c563fa Add tests for "return plaintext data faster on unpadded decryption" by Jethro Beekman · 7 years ago
  90. f69ad5a Add ChangeLog entry by Gilles Peskine · 7 years ago
  91. cb47a79 Add ChangeLog entry for PBES2 when ASN1 disabled by Andres Amaya Garcia · 7 years ago
  92. 576d474 Fix test dependencies of pkcs5 pbs2 on asn1 parse by Andres Amaya Garcia · 7 years ago
  93. af9a486 Fix coding style in pkcs5.c preprocessor directives by Andres Amaya Garcia · 7 years ago
  94. 8a0dfac Compile PBES2 in PKCS5 only if ASN1 is enabled by Marcos Del Sol Vives · 8 years ago
  95. 79db933 Fix shared library lookup on Mac OS X when running tests by Andres Amaya Garcia · 7 years ago
  96. 420f0cc Make DLEXT var configurable in programs and tests makefiles by Andres Amaya Garcia · 7 years ago
  97. d1b1788 Improve ChangeLog for DLEXT and AR_DASH changes by Andres Amaya Garcia · 7 years ago
  98. 79e7789 return plaintext data faster on unpadded decryption by Andy Leiserson · 8 years ago
  99. 98a6786 Adapt changes to all.sh to work with --keep-going mode by Hanno Becker · 7 years ago
  100. 4c1dc3c Improve documentation of MBEDTLS_AES_ROM_TABLES by Hanno Becker · 7 years ago