1. 1bb41e5 Merge remote-tracking branch 'public/pr/1800' into mbedtls-2.7 by Simon Butcher · 6 years ago
  2. d5a3ed3 Merge remote-tracking branch 'public/pr/1863' into mbedtls-2.7 by Simon Butcher · 6 years ago
  3. 46a6d5c Fix ssl_client2 to send 0-length app data by Andres Amaya Garcia · 6 years ago
  4. 808a09c Remove redundant ret = 1 in dh_client.c by Andres Amaya Garcia · 7 years ago
  5. cfb61b3 Add missing platform macro defines in cert_app.c by Andres Amaya Garcia · 7 years ago
  6. 9f92a80 Add missing platform macro defines in pk_decrypt.c by Andres Amaya Garcia · 7 years ago
  7. 2b0599b Fix typo in platform macro defines for examples by Andres Amaya Garcia · 7 years ago
  8. 0dcc6a9 Fix ret code in gen_random_havege.c by Andres Amaya Garcia · 7 years ago
  9. 053e1cd Fix ret code in rsa_encrypt.c by Andres Amaya Garcia · 7 years ago
  10. 156099b Fix ret code in rsa_decrypt.c by Andres Amaya Garcia · 7 years ago
  11. 8ec767c Fix ret code in cert_app.c by Andres Amaya Garcia · 7 years ago
  12. 77d2de2 Fix ret code in generic_sum.c by Andres Amaya Garcia · 7 years ago
  13. 2702000 Fix ret code in pk_verify.c by Andres Amaya Garcia · 7 years ago
  14. a5236b1 Fix ret code in pk_sign.c by Andres Amaya Garcia · 7 years ago
  15. a0ea01d Fix ret code in pk_encrypt.c by Andres Amaya Garcia · 7 years ago
  16. 141b4f4 Fix ret code in pk_encrypt.c by Andres Amaya Garcia · 7 years ago
  17. 81982c8 Fix ret code in ecdh_curve25519.c by Andres Amaya Garcia · 7 years ago
  18. c899c46 Fix ret code in mpi_demo.c by Andres Amaya Garcia · 7 years ago
  19. 6118ada Fix ret code in pem2der.c by Andres Amaya Garcia · 7 years ago
  20. 73081c3 Fix ret code in ssl_cert_test.c by Andres Amaya Garcia · 7 years ago
  21. 01e3d21 Fix ret code in udp_proxy.c by Andres Amaya Garcia · 7 years ago
  22. 12ab7a6 Fix ret code in req_app.c by Andres Amaya Garcia · 7 years ago
  23. 8fe4d91 Fix ret code in crl_app.c by Andres Amaya Garcia · 7 years ago
  24. a7ac5ab Fix ret code in cert_write.c by Andres Amaya Garcia · 7 years ago
  25. 7bd88dc Fix ret code in cert_req.c by Andres Amaya Garcia · 7 years ago
  26. ea14fe7 Fix ret code in ssl_mail_client.c by Andres Amaya Garcia · 7 years ago
  27. e4f79e1 Fix ret code in ssl_fork_server.c by Andres Amaya Garcia · 7 years ago
  28. bc1af79 Fix ret code in ssl_client1.c by Andres Amaya Garcia · 7 years ago
  29. ac0e3e7 Fix ret code in gen_random_ctr_drbg.c by Andres Amaya Garcia · 7 years ago
  30. 43e65fb Fix ret code in gen_entropy.c by Andres Amaya Garcia · 7 years ago
  31. 1b04390 Fix ret code in rsa_verify_pss.c by Andres Amaya Garcia · 7 years ago
  32. 1e36af9 Fix ret code in rsa_verify.c by Andres Amaya Garcia · 7 years ago
  33. 0b20b4e Fix ret code in rsa_sign_pss.c by Andres Amaya Garcia · 7 years ago
  34. 39e1964 Fix ret code in rsa_sign.c by Andres Amaya Garcia · 7 years ago
  35. a8a96ae Fix ret code in rsa_genkey.c by Andres Amaya Garcia · 7 years ago
  36. aa3291e Fix ret code in key_app_writer.c by Andres Amaya Garcia · 7 years ago
  37. f57bccf Fix ret code in key_app.c by Andres Amaya Garcia · 7 years ago
  38. 7c55e79 Fix ret code in gen_key.c by Andres Amaya Garcia · 7 years ago
  39. 47c0411 Fix ret code in ecdsa.c by Andres Amaya Garcia · 7 years ago
  40. 114ba19 Fix ret code in dh_server.c by Andres Amaya Garcia · 7 years ago
  41. 74c51e6 Fix ret code in dh_genprime.c by Andres Amaya Garcia · 7 years ago
  42. f842345 Fix ret code in dh_client.c by Andres Amaya Garcia · 7 years ago
  43. 990900f Fix ret code in crypt_and_hash.c by Andres Amaya Garcia · 7 years ago
  44. 15cbf61 Fix ret code in aescrypt2.c by Andres Amaya Garcia · 7 years ago
  45. e21597d Merge remote-tracking branch 'public/pr/1794' into mbedtls-2.7 by Simon Butcher · 6 years ago
  46. 5146ef3 Adjust to new RSA infrastructure by Ron Eldor · 6 years ago
  47. 0d63e62 Fix compilation errors after updating by Ron Eldor · 6 years ago
  48. 45486b1 Fix style issue by Ron Eldor · 6 years ago
  49. e144089 Add check for return code of bignumber code by Ron Eldor · 7 years ago
  50. 9aff65a remove additional zero byte when writing pub der by Ron Eldor · 7 years ago
  51. bb5e1c3 Fix multiple quality issues in the source by Simon Butcher · 6 years ago
  52. 33be84f Merge remote-tracking branch 'upstream-public/pr/1502' into mbedtls-2.7-proposed by Jaeden Amero · 7 years ago
  53. ffaee09 pk_sign: added stdlib include by Andrzej Kurek · 7 years ago
  54. 350e4dc pk_sign: adjust return values by Andrzej Kurek · 7 years ago
  55. 595c84a Merge remote-tracking branch 'upstream-public/pr/1500' into mbedtls-2.7-proposed by Gilles Peskine · 7 years ago
  56. 504ac5c Make DLEXT var configurable in programs and tests makefiles by Andres Amaya Garcia · 7 years ago
  57. d959492 pk_sign: fix overriding and ignoring return values by Andrzej Kurek · 7 years ago
  58. 968cda1 benchmark: Fix incompatibility with C89 compilers by Brendan Shanks · 7 years ago
  59. bec9a9b Merge branch 'development' into development-restricted by Jaeden Amero · 7 years ago
  60. 4d3e158 Merge remote-tracking branch 'upstream-public/pr/1287' into development by Jaeden Amero · 7 years ago
  61. 784de59 Merge remote-tracking branch 'upstream-restricted/pr/410' into development-restricted by Jaeden Amero · 7 years ago
  62. 934fb55 Merge remote-tracking branch 'upstream-public/pr/1036' into development by Jaeden Amero · 7 years ago
  63. 005239e Merge remote-tracking branch 'upstream-public/pr/1294' into development by Jaeden Amero · 7 years ago
  64. 4fa619f Fix race condition in error printing in ssl_server2.c by Manuel Pégourié-Gonnard · 7 years ago
  65. cb1e5eb Merge branch 'pr_1000' into development-proposed by Gilles Peskine · 7 years ago
  66. 550a2b0 Merge branch 'pr_1163' into development-proposed by Gilles Peskine · 7 years ago
  67. 9e4f77c New MD API: rename functions from _ext to _ret by Gilles Peskine · 7 years ago
  68. d91f2a2 Merge branch 'development' into iotssl-1251-2.7 by Gilles Peskine · 7 years ago
  69. d4d6057 Address issues found by coverity by Hanno Becker · 7 years ago
  70. 8bc74d6 Merge branch 'development' into iotssl-1619 by Hanno Becker · 7 years ago
  71. ae3925c Merge remote-tracking branch 'public/pr/1136' into development by Manuel Pégourié-Gonnard · 7 years ago
  72. 32297e8 Merge branch 'development' into iotssl-1619 by Hanno Becker · 7 years ago
  73. ff79d27 selftest: allow excluding a subset of the tests by Gilles Peskine · 7 years ago
  74. c82fbb4 selftest: allow running a subset of the tests by Gilles Peskine · 7 years ago
  75. 319ac80 selftest: refactor to separate the list of tests from the logic by Gilles Peskine · 7 years ago
  76. d629411 Merge branch 'pr_920' into development by Gilles Peskine · 7 years ago
  77. 0728d69 Change kB to KiB by Ron Eldor · 7 years ago
  78. ea8d697 Merge remote-tracking branch 'upstream-public/pr/1089' into development by Gilles Peskine · 7 years ago
  79. a074801 Change KB to kB by Ron Eldor · 7 years ago
  80. 68306ed Merge remote-tracking branch 'upstream-public/pr/1094' into development by Gilles Peskine · 7 years ago
  81. 9a51c03 Fix copy paste error in the error message of mbedtls_ecp_gen_key in gen_key.c by Chris Xue · 7 years ago
  82. 7f25f85 Adapt uses of `mbedtls_rsa_complete` to removed PRNG argument by Hanno Becker · 7 years ago
  83. 71f68c4 Fix ssl_server2 sample application prompt by Ron Eldor · 7 years ago
  84. e1a94a6 Correct the printf message of the DTLS handshake. by Xinyu Chen · 8 years ago
  85. b953921 Adapt benchmark application to naming and binary format by Hanno Becker · 7 years ago
  86. 17c3276 Improve output on bad cmd line args in `programs/x509/cert_write` by Hanno Becker · 7 years ago
  87. 7da7cb3 Fix ssl_server2 sample application prompt by Ron Eldor · 7 years ago
  88. d4d8562 Don't use deprecated macro form of DHM moduli in benchmark program by Hanno Becker · 7 years ago
  89. c6fc878 Remove `mbedtls_rsa_check_crt` by Hanno Becker · 7 years ago
  90. 00afe1c Correct the printf message of the DTLS handshake. by Xinyu Chen · 8 years ago
  91. 7f3652d Fix error code printing in cert_write by Hanno Becker · 7 years ago
  92. 38eff43 Use X509 CRT version macros in cert_write program by Hanno Becker · 7 years ago
  93. e1b1d0a Fix senseless comment by Hanno Becker · 7 years ago
  94. e4ad3e8 Allow requests of size larger than 16384 in ssl_client2 by Hanno Becker · 7 years ago
  95. 81535d0 Minor style and typo corrections by Hanno Becker · 7 years ago
  96. 6c13d37 Extend cert_write example program by multiple cmd line options by Hanno Becker · 7 years ago
  97. f073de0 Adapt rsa_genkey example program to use new RSA interface by Hanno Becker · 7 years ago
  98. 0c26393 Adapt rsa_encrypt example program to new RSA interface by Hanno Becker · 7 years ago
  99. d6ba5e3 Adapt rsa_sign example program to new RSA interface by Hanno Becker · 7 years ago
  100. ccef18c Adapt rsa_decrypt example program to new RSA interface by Hanno Becker · 7 years ago