1. 46b3fc2 Merge pull request #3599 from makise-homura/mbedtls-2.7 by Gilles Peskine · 5 years ago
  2. 00ebcbf Don't forget to free G, P, Q, ctr_drbg, and entropy by makise-homura · 5 years ago
  3. 44bfbe3 Update copyright notices to use Linux Foundation guidance by Bence Szépkúti · 5 years ago
  4. 4e9f712 Update license headers to Apache-2.0 OR GPL-2.0-or-later by Bence Szépkúti · 5 years ago
  5. 4be18cf Normalize line endings by Gilles Peskine · 5 years ago
  6. 087bb4c Merge pull request #2705 from k-stachowiak/unified-exit-in-examples-2.7 by Gilles Peskine · 5 years ago
  7. a086522 Unify the example programs' termination by Krzysztof Stachowiak · 6 years ago
  8. 3aba3f4 Strict C99: don't use a signed* when an unsigned* is expected by Gilles Peskine · 5 years ago
  9. ab713a9 Fix debug message by using the correct function name called by Ercan Ozturk · 6 years ago
  10. b50c39c Change size of preallocated buffer for pk_sign() calls by k-stachowiak · 6 years ago
  11. 42aa453 Fix private DER output shifted by one byte. by Christian Walther · 7 years ago
  12. 4a47112 Remove duplicate #include by Masashi Honma · 7 years ago
  13. b85e35d Merge remote-tracking branch 'upstream-public/pr/2102' into mbedtls-2.7 by Jaeden Amero · 7 years ago
  14. dc631fb Add explicit integer to enumeration casts to programs/pkey/gen_key.c by Hanno Becker · 7 years ago
  15. 3a3f1aa Add dependency of key_app_writer example program on PK parse module by Hanno Becker · 7 years ago
  16. 063c50d pk_encrypt: Uniformize debugging output by Hanno Becker · 7 years ago
  17. 6953ac2 Minor formatting improvements in pk_encrypt and pk_decrypt examples by Hanno Becker · 7 years ago
  18. a82a6e1 Correct memory leak in pk_decrypt example program by Hanno Becker · 8 years ago
  19. 20fce25 Correct memory-leak in pk_encrypt example program by Hanno Becker · 7 years ago
  20. 1bb41e5 Merge remote-tracking branch 'public/pr/1800' into mbedtls-2.7 by Simon Butcher · 7 years ago
  21. 808a09c Remove redundant ret = 1 in dh_client.c by Andres Amaya Garcia · 7 years ago
  22. 9f92a80 Add missing platform macro defines in pk_decrypt.c by Andres Amaya Garcia · 7 years ago
  23. 2b0599b Fix typo in platform macro defines for examples by Andres Amaya Garcia · 7 years ago
  24. 053e1cd Fix ret code in rsa_encrypt.c by Andres Amaya Garcia · 7 years ago
  25. 156099b Fix ret code in rsa_decrypt.c by Andres Amaya Garcia · 7 years ago
  26. 2702000 Fix ret code in pk_verify.c by Andres Amaya Garcia · 7 years ago
  27. a5236b1 Fix ret code in pk_sign.c by Andres Amaya Garcia · 7 years ago
  28. a0ea01d Fix ret code in pk_encrypt.c by Andres Amaya Garcia · 7 years ago
  29. 141b4f4 Fix ret code in pk_encrypt.c by Andres Amaya Garcia · 7 years ago
  30. 81982c8 Fix ret code in ecdh_curve25519.c by Andres Amaya Garcia · 7 years ago
  31. c899c46 Fix ret code in mpi_demo.c by Andres Amaya Garcia · 7 years ago
  32. 1b04390 Fix ret code in rsa_verify_pss.c by Andres Amaya Garcia · 7 years ago
  33. 1e36af9 Fix ret code in rsa_verify.c by Andres Amaya Garcia · 7 years ago
  34. 0b20b4e Fix ret code in rsa_sign_pss.c by Andres Amaya Garcia · 7 years ago
  35. 39e1964 Fix ret code in rsa_sign.c by Andres Amaya Garcia · 7 years ago
  36. a8a96ae Fix ret code in rsa_genkey.c by Andres Amaya Garcia · 7 years ago
  37. aa3291e Fix ret code in key_app_writer.c by Andres Amaya Garcia · 7 years ago
  38. f57bccf Fix ret code in key_app.c by Andres Amaya Garcia · 7 years ago
  39. 7c55e79 Fix ret code in gen_key.c by Andres Amaya Garcia · 7 years ago
  40. 47c0411 Fix ret code in ecdsa.c by Andres Amaya Garcia · 7 years ago
  41. 114ba19 Fix ret code in dh_server.c by Andres Amaya Garcia · 7 years ago
  42. 74c51e6 Fix ret code in dh_genprime.c by Andres Amaya Garcia · 7 years ago
  43. f842345 Fix ret code in dh_client.c by Andres Amaya Garcia · 7 years ago
  44. 5146ef3 Adjust to new RSA infrastructure by Ron Eldor · 7 years ago
  45. 0d63e62 Fix compilation errors after updating by Ron Eldor · 7 years ago
  46. 45486b1 Fix style issue by Ron Eldor · 7 years ago
  47. e144089 Add check for return code of bignumber code by Ron Eldor · 8 years ago
  48. 9aff65a remove additional zero byte when writing pub der by Ron Eldor · 8 years ago
  49. ffaee09 pk_sign: added stdlib include by Andrzej Kurek · 7 years ago
  50. 350e4dc pk_sign: adjust return values by Andrzej Kurek · 7 years ago
  51. d959492 pk_sign: fix overriding and ignoring return values by Andrzej Kurek · 7 years ago
  52. 005239e Merge remote-tracking branch 'upstream-public/pr/1294' into development by Jaeden Amero · 8 years ago
  53. cb1e5eb Merge branch 'pr_1000' into development-proposed by Gilles Peskine · 8 years ago
  54. 550a2b0 Merge branch 'pr_1163' into development-proposed by Gilles Peskine · 8 years ago
  55. 9e4f77c New MD API: rename functions from _ext to _ret by Gilles Peskine · 8 years ago
  56. d91f2a2 Merge branch 'development' into iotssl-1251-2.7 by Gilles Peskine · 8 years ago
  57. d4d6057 Address issues found by coverity by Hanno Becker · 8 years ago
  58. 9a51c03 Fix copy paste error in the error message of mbedtls_ecp_gen_key in gen_key.c by Chris Xue · 8 years ago
  59. 7f25f85 Adapt uses of `mbedtls_rsa_complete` to removed PRNG argument by Hanno Becker · 8 years ago
  60. c6fc878 Remove `mbedtls_rsa_check_crt` by Hanno Becker · 8 years ago
  61. f073de0 Adapt rsa_genkey example program to use new RSA interface by Hanno Becker · 8 years ago
  62. 0c26393 Adapt rsa_encrypt example program to new RSA interface by Hanno Becker · 8 years ago
  63. d6ba5e3 Adapt rsa_sign example program to new RSA interface by Hanno Becker · 8 years ago
  64. ccef18c Adapt rsa_decrypt example program to new RSA interface by Hanno Becker · 8 years ago
  65. 40371ec Adapt key_app_writer example program to new RSA interface by Hanno Becker · 8 years ago
  66. 54ebf99 Adapt key_app example program to new RSA interface by Hanno Becker · 8 years ago
  67. 83aad1f Adapt gen_key example program to new RSA interface by Hanno Becker · 8 years ago
  68. c95fad3 Adapt dh_server example program to new RSA interface by Hanno Becker · 8 years ago
  69. 2a47be5 Minor: Fix typos in program comments by Ron Eldor · 8 years ago
  70. ee5a0ca Minor: Fix typos in program comments by Ron Eldor · 8 years ago
  71. b194a28 dh_server: Fixed expected number of bytes received from client when receiving public value. by Martijn de Milliano · 8 years ago
  72. 1ff60f4 Change examples to use the new MD API and check ret code by Andres Amaya Garcia · 8 years ago
  73. 0a5154b Clarify the use of ECDSA API by Janos Follath · 8 years ago
  74. dbe8316 fix for issue 1101: missing rsa context initialization by Ron Eldor · 9 years ago
  75. 9fe6f92 Add SHA1 guards in dh_client.c and dh_server.c by Janos Follath · 9 years ago
  76. 604d399 Add extra compilation conditions to gen_key.c #559 by Simon Butcher · 9 years ago
  77. 788aa4a Rename net.{c,h} to net_sockets.{c,h} by Andres AG · 9 years ago
  78. 4982e52 Adds stdlib.h header to dh_genprime sample app by Simon Butcher · 9 years ago
  79. 15ab7ed Merge branch 'development' into development-restricted by Janos Follath · 9 years ago
  80. 98e28a7 Address user reported coverity issues. by Janos Follath · 9 years ago
  81. 04b591e Merge branch 'development' for weekly test report. by Janos Follath · 9 years ago
  82. 9fa2e86 Add missing mbedtls_time_t definitions (#493) by -~- redtangent ~-~ · 9 years ago
  83. 1ef918d Add missing stdlib.h header to rsa sample programs by Simon Butcher · 9 years ago
  84. 6b46c62 Fixes error and exit paths in rsa sample programs by Simon Butcher · 9 years ago
  85. f713b0a Fix memory leaks in example programs. by Janos Follath · 9 years ago
  86. 2046062 Merge branch 'development' into misc by Simon Butcher · 10 years ago
  87. 3eb8c34 Add example program for Curve25519 by Manuel Pégourié-Gonnard · 10 years ago
  88. 262c137 Merge pull request #311 from jcowgill/spelling-fix by Manuel Pégourié-Gonnard · 10 years ago
  89. 07a92d7 Fix minor spelling mistake in programs/pkey/gen_key.c by James Cowgill · 10 years ago
  90. 2ed05a0 Fix typos by Manuel Pégourié-Gonnard · 10 years ago
  91. 37ff140 Change main license to Apache 2.0 by Manuel Pégourié-Gonnard · 10 years ago
  92. cf9ab63 Fix error reporting in pkey/pk_* programs by Manuel Pégourié-Gonnard · 10 years ago
  93. ce7a08b Fix more comments/outputs in verify programs by Manuel Pégourié-Gonnard · 10 years ago
  94. 102a620 Fix hash buffer size in pkey programs by Manuel Pégourié-Gonnard · 10 years ago
  95. d224ff1 Change default RSA key size in rsa_genkey by Manuel Pégourié-Gonnard · 10 years ago
  96. 1d8f2da Fix comments about filenames in some programs by Manuel Pégourié-Gonnard · 10 years ago
  97. d74c697 Fix memory corruption in rsa sign/verify programs by Manuel Pégourié-Gonnard · 10 years ago
  98. 6fb8187 Update date in copyright line by Manuel Pégourié-Gonnard · 10 years ago
  99. 77c6562 Update dh_genprime program by Manuel Pégourié-Gonnard · 10 years ago
  100. 046589e Rm obsolete defines for snprintf in programs by Manuel Pégourié-Gonnard · 10 years ago