1. a63c1c3 pk_encrypt: Uniformize debugging output by Hanno Becker · 6 years ago
  2. ae513a5 Minor formatting improvements in pk_encrypt and pk_decrypt examples by Hanno Becker · 6 years ago
  3. bd336c1 Correct memory leak in pk_decrypt example program by Hanno Becker · 7 years ago
  4. 55c11ba Correct memory-leak in pk_encrypt example program by Hanno Becker · 6 years ago
  5. 9ebdcff Fix Wformat-overflow warning in ssl_mail_client.c by Mohammad Azim Khan · 6 years ago
  6. 2c92949 Merge remote-tracking branch 'public/pr/1198' into development by Simon Butcher · 6 years ago
  7. c88c627 Merge remote-tracking branch 'public/pr/1658' into development by Simon Butcher · 6 years ago
  8. 4ed32d0 cpp_dummy_build: Add NIST key wrapping header by Jaeden Amero · 6 years ago
  9. 9ab746c Add selftests by Ron Eldor · 6 years ago
  10. fb3b032 Merge remote-tracking branch 'public/pr/919' into development by Simon Butcher · 6 years ago
  11. 116ac43 Merge remote-tracking branch 'public/pr/1852' into development by Simon Butcher · 6 years ago
  12. cce68be Add a macro to define the memory size in ssl_server2.c by Simon Butcher · 6 years ago
  13. ccbd464 Increase the memory buffer size for ssl_server2.c by Simon Butcher · 6 years ago
  14. ce6fbac Fix ssl_client2 to send 0-length app data by Andres Amaya Garcia · 6 years ago
  15. 7d728bd Merge remote-tracking branch 'public/pr/1454' into development by Simon Butcher · 6 years ago
  16. fad5470 Merge remote-tracking branch 'public/pr/532' into development by Simon Butcher · 6 years ago
  17. 991f9fe all_sh: add a check for header inclusion in cpp_dummy_build.cpp by Andrzej Kurek · 6 years ago
  18. 61fa436 Address review comments - tidy usage of macros to use minimal values by Nicholas Wilson · 6 years ago
  19. 19c01ef Merge remote-tracking branch 'public/pr/1258' into development by Simon Butcher · 6 years ago
  20. 037ec4b Replace tabs with spaces by Andrzej Kurek · 6 years ago
  21. 89c048c Tests: add a test for cpp linking by Andrzej Kurek · 7 years ago
  22. 0211c32 Change the cpp test to be optional by Andrzej Kurek · 7 years ago
  23. 40741f8 Add a test with a cpp executable including all mbed TLS headers by Andrzej Kurek · 7 years ago
  24. bf47099 Adjust to new RSA infrastructure by Ron Eldor · 6 years ago
  25. a522147 Fix compilation errors after updating by Ron Eldor · 6 years ago
  26. 2682edf Fix build using -std=c99 by Nicholas Wilson · 7 years ago
  27. 51d7cfe Fix coverity warnings in benchmark.c by Manuel Pégourié-Gonnard · 6 years ago
  28. 7a81426 Fix style issue by Ron Eldor · 6 years ago
  29. 6a9257b Add check for return code of bignumber code by Ron Eldor · 7 years ago
  30. 0dadba2 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 6 years ago
  31. 688a456 Merge remote-tracking branch 'public/pr/1734' into development by Simon Butcher · 6 years ago
  32. 5f57f1e Merge remote-tracking branch 'public/pr/1270' into development by Simon Butcher · 6 years ago
  33. d5d983e ssl_server2: handle mbedtls_x509_dn_gets failure by Gilles Peskine · 6 years ago
  34. 6b9bcd6 Remove redundant ret = 1 in dh_client.c by Andres Amaya Garcia · 7 years ago
  35. eb8bca6 Add missing platform macro defines in cert_app.c by Andres Amaya Garcia · 7 years ago
  36. bce5f78 Add missing platform macro defines in pk_decrypt.c by Andres Amaya Garcia · 7 years ago
  37. 7d42965 Fix typo in platform macro defines for examples by Andres Amaya Garcia · 7 years ago
  38. 28abd8e Fix ret code in gen_random_havege.c by Andres Amaya Garcia · 7 years ago
  39. 25b5af5 Fix ret code in rsa_encrypt.c by Andres Amaya Garcia · 7 years ago
  40. 7fe4edf Fix ret code in rsa_decrypt.c by Andres Amaya Garcia · 7 years ago
  41. 7a9d01c Fix ret code in cert_app.c by Andres Amaya Garcia · 7 years ago
  42. dabd78f Fix ret code in generic_sum.c by Andres Amaya Garcia · 7 years ago
  43. 9f3379d Fix ret code in pk_verify.c by Andres Amaya Garcia · 7 years ago
  44. 82b2726 Fix ret code in pk_sign.c by Andres Amaya Garcia · 7 years ago
  45. 0a7522c Fix ret code in pk_encrypt.c by Andres Amaya Garcia · 7 years ago
  46. 5289817 Fix ret code in pk_encrypt.c by Andres Amaya Garcia · 7 years ago
  47. f47c9c1 Fix ret code in ecdh_curve25519.c by Andres Amaya Garcia · 7 years ago
  48. d905db6 Fix ret code in mpi_demo.c by Andres Amaya Garcia · 7 years ago
  49. 78dabe0 Fix ret code in pem2der.c by Andres Amaya Garcia · 7 years ago
  50. 357b0b2 Fix ret code in ssl_cert_test.c by Andres Amaya Garcia · 7 years ago
  51. 80081a6 Fix ret code in udp_proxy.c by Andres Amaya Garcia · 7 years ago
  52. 57a0c9b Fix ret code in req_app.c by Andres Amaya Garcia · 7 years ago
  53. 898b208 Fix ret code in crl_app.c by Andres Amaya Garcia · 7 years ago
  54. f9a54d3 Fix ret code in cert_write.c by Andres Amaya Garcia · 7 years ago
  55. aacd928 Fix ret code in cert_req.c by Andres Amaya Garcia · 7 years ago
  56. 67a42ac Fix ret code in ssl_mail_client.c by Andres Amaya Garcia · 7 years ago
  57. 4be53b5 Fix ret code in ssl_fork_server.c by Andres Amaya Garcia · 7 years ago
  58. 5517202 Fix ret code in ssl_client1.c by Andres Amaya Garcia · 7 years ago
  59. 73d4a5f Fix ret code in gen_random_ctr_drbg.c by Andres Amaya Garcia · 7 years ago
  60. 55a0d56 Fix ret code in gen_entropy.c by Andres Amaya Garcia · 7 years ago
  61. a833263 Fix ret code in rsa_verify_pss.c by Andres Amaya Garcia · 7 years ago
  62. 0a860f6 Fix ret code in rsa_verify.c by Andres Amaya Garcia · 7 years ago
  63. 3c41e56 Fix ret code in rsa_sign_pss.c by Andres Amaya Garcia · 7 years ago
  64. 1a66056 Fix ret code in rsa_sign.c by Andres Amaya Garcia · 7 years ago
  65. 70e1ffd Fix ret code in rsa_genkey.c by Andres Amaya Garcia · 7 years ago
  66. ed68488 Fix ret code in key_app_writer.c by Andres Amaya Garcia · 7 years ago
  67. 0faf1a5 Fix ret code in key_app.c by Andres Amaya Garcia · 7 years ago
  68. 208c217 Fix ret code in gen_key.c by Andres Amaya Garcia · 7 years ago
  69. 2602a1f Fix ret code in ecdsa.c by Andres Amaya Garcia · 7 years ago
  70. 03a992c Fix ret code in dh_server.c by Andres Amaya Garcia · 7 years ago
  71. d6bfeff Fix ret code in dh_genprime.c by Andres Amaya Garcia · 7 years ago
  72. 898841d Fix ret code in dh_client.c by Andres Amaya Garcia · 7 years ago
  73. 4c47df6 Fix ret code in crypt_and_hash.c by Andres Amaya Garcia · 7 years ago
  74. 388c1b1 Fix ret code in aescrypt2.c by Andres Amaya Garcia · 7 years ago
  75. 4481744 Fix memory leak in ssl_server2 with SNI + async callback by Gilles Peskine · 6 years ago
  76. e247989 SNI + SSL async callback: make all keys async by Gilles Peskine · 6 years ago
  77. 2636fad ssl_async_resume: free the operation context on error by Gilles Peskine · 6 years ago
  78. f5a9996 ssl_server2: get op_name from context in ssl_async_resume as well by Gilles Peskine · 7 years ago
  79. 3dae1cf Async callback: use mbedtls_pk_check_pair to compare keys by Gilles Peskine · 7 years ago
  80. a668c60 Rename mbedtls_ssl_async_{get,set}_data for clarity by Gilles Peskine · 7 years ago
  81. 166ce74 SSL async callback: cert is not always from mbedtls_ssl_conf_own_cert by Gilles Peskine · 7 years ago
  82. d6fbfde ssl_async_set_key: detect if ctx->slots overflows by Gilles Peskine · 7 years ago
  83. 4d9ec4d Fix uninitialized variable in ssl_server2 by Gilles Peskine · 7 years ago
  84. 6331d78 Don't use the printf format %zd by Gilles Peskine · 7 years ago
  85. 3f3ada8 Fix memory leak in ssl_server2 with SNI + async callback by Gilles Peskine · 6 years ago
  86. 157f6d8 SNI + SSL async callback: make all keys async by Gilles Peskine · 6 years ago
  87. 0931708 benchmark: Add comma at end of help message by Jaeden Amero · 6 years ago
  88. 9366feb aes: xts: Add new context structure by Jaeden Amero · 6 years ago
  89. e9ecf00 aes: Remove AES-XEX by Jaeden Amero · 7 years ago
  90. 5f77801 Implement AES-XTS mode by Aorimn · 8 years ago
  91. daf7045 Add benchmark for AES-XEX by Aorimn · 9 years ago
  92. ae4cafa Merge remote-tracking branch 'public/pr/795' into development by Simon Butcher · 6 years ago
  93. 3cde2fc ssl_async_resume: free the operation context on error by Gilles Peskine · 6 years ago
  94. 39b1904 Merge branch 'development' into iotssl-2257-chacha-poly-primitives by Manuel Pégourié-Gonnard · 6 years ago
  95. 1a8ef07 Fix coverity defects by Azim Khan · 6 years ago
  96. 9c82e2c Fix some whitespace issues by Manuel Pégourié-Gonnard · 6 years ago
  97. 3dc62a0 chachapoly: force correct mode for integrated API by Manuel Pégourié-Gonnard · 6 years ago
  98. d6aea18 Add Chacha20-Poly1305 to benchmark.c by Manuel Pégourié-Gonnard · 7 years ago
  99. b1ac5e7 poly1305: adjust parameter order by Manuel Pégourié-Gonnard · 7 years ago
  100. dca3a5d Rename aead_chacha20_poly1305 to chachapoly by Manuel Pégourié-Gonnard · 7 years ago