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