1. 28abd8e Fix ret code in gen_random_havege.c by Andres Amaya Garcia · 7 years ago
  2. 25b5af5 Fix ret code in rsa_encrypt.c by Andres Amaya Garcia · 7 years ago
  3. 7fe4edf Fix ret code in rsa_decrypt.c by Andres Amaya Garcia · 7 years ago
  4. 7a9d01c Fix ret code in cert_app.c by Andres Amaya Garcia · 7 years ago
  5. dabd78f Fix ret code in generic_sum.c by Andres Amaya Garcia · 7 years ago
  6. 9f3379d Fix ret code in pk_verify.c by Andres Amaya Garcia · 7 years ago
  7. 82b2726 Fix ret code in pk_sign.c by Andres Amaya Garcia · 7 years ago
  8. 0a7522c Fix ret code in pk_encrypt.c by Andres Amaya Garcia · 7 years ago
  9. 5289817 Fix ret code in pk_encrypt.c by Andres Amaya Garcia · 7 years ago
  10. f47c9c1 Fix ret code in ecdh_curve25519.c by Andres Amaya Garcia · 7 years ago
  11. d905db6 Fix ret code in mpi_demo.c by Andres Amaya Garcia · 7 years ago
  12. 78dabe0 Fix ret code in pem2der.c by Andres Amaya Garcia · 7 years ago
  13. 357b0b2 Fix ret code in ssl_cert_test.c by Andres Amaya Garcia · 7 years ago
  14. 80081a6 Fix ret code in udp_proxy.c by Andres Amaya Garcia · 7 years ago
  15. 57a0c9b Fix ret code in req_app.c by Andres Amaya Garcia · 7 years ago
  16. 898b208 Fix ret code in crl_app.c by Andres Amaya Garcia · 7 years ago
  17. f9a54d3 Fix ret code in cert_write.c by Andres Amaya Garcia · 7 years ago
  18. aacd928 Fix ret code in cert_req.c by Andres Amaya Garcia · 7 years ago
  19. 67a42ac Fix ret code in ssl_mail_client.c by Andres Amaya Garcia · 7 years ago
  20. 4be53b5 Fix ret code in ssl_fork_server.c by Andres Amaya Garcia · 7 years ago
  21. 5517202 Fix ret code in ssl_client1.c by Andres Amaya Garcia · 7 years ago
  22. 73d4a5f Fix ret code in gen_random_ctr_drbg.c by Andres Amaya Garcia · 7 years ago
  23. 55a0d56 Fix ret code in gen_entropy.c by Andres Amaya Garcia · 7 years ago
  24. a833263 Fix ret code in rsa_verify_pss.c by Andres Amaya Garcia · 7 years ago
  25. 0a860f6 Fix ret code in rsa_verify.c by Andres Amaya Garcia · 7 years ago
  26. 3c41e56 Fix ret code in rsa_sign_pss.c by Andres Amaya Garcia · 7 years ago
  27. 1a66056 Fix ret code in rsa_sign.c by Andres Amaya Garcia · 7 years ago
  28. 70e1ffd Fix ret code in rsa_genkey.c by Andres Amaya Garcia · 7 years ago
  29. ed68488 Fix ret code in key_app_writer.c by Andres Amaya Garcia · 7 years ago
  30. 0faf1a5 Fix ret code in key_app.c by Andres Amaya Garcia · 7 years ago
  31. 208c217 Fix ret code in gen_key.c by Andres Amaya Garcia · 7 years ago
  32. 2602a1f Fix ret code in ecdsa.c by Andres Amaya Garcia · 7 years ago
  33. 03a992c Fix ret code in dh_server.c by Andres Amaya Garcia · 7 years ago
  34. d6bfeff Fix ret code in dh_genprime.c by Andres Amaya Garcia · 7 years ago
  35. 898841d Fix ret code in dh_client.c by Andres Amaya Garcia · 7 years ago
  36. 4c47df6 Fix ret code in crypt_and_hash.c by Andres Amaya Garcia · 7 years ago
  37. 388c1b1 Fix ret code in aescrypt2.c by Andres Amaya Garcia · 7 years ago
  38. 4ed3880 Fix ChangeLog whitespace errors and add entry for PR #1646 by Simon Butcher · 7 years ago
  39. f3987b3 Add ChangeLog entry for CCM* by Simon Butcher · 7 years ago
  40. 601144e Add entry to ChangeLog for PR #795 by Simon Butcher · 7 years ago
  41. ae4cafa Merge remote-tracking branch 'public/pr/795' into development by Simon Butcher · 7 years ago
  42. c7638fa Fix ChangeLog entry after merge of HKDF by Simon Butcher · 7 years ago
  43. e47d6fd Merge remote-tracking branch 'public/pr/1497' into development by Simon Butcher · 7 years ago
  44. ebe23ed Fix up the ChangeLog for the new version by Simon Butcher · 7 years ago
  45. f0d7629 Merge remote-tracking branch 'public/pr/1593' into development by Simon Butcher · 7 years ago
  46. ebb6427 Merge remote-tracking branch 'public/pr/1646' into development by Simon Butcher · 7 years ago
  47. 263498a Merge remote-tracking branch 'public/pr/1667' into development by Simon Butcher · 7 years ago
  48. dbe80c6 Merge remote-tracking branch 'public/pr/1668' into development by Simon Butcher · 7 years ago
  49. 0b11e75 Merge remote-tracking branch 'public/pr/1692' into development by Simon Butcher · 7 years ago
  50. 4844bf2 Add OFB as additional block mode by Simon Butcher · 7 years ago
  51. cb2c935 aes: Clarify IV requirements for OFB mode by Jaeden Amero · 7 years ago
  52. 5db1362 Clarify documentation for AES OFB by Simon Butcher · 7 years ago
  53. 33cb519 Add decrypt tests to AES OFB Cipher module by Simon Butcher · 7 years ago
  54. b7836e1 Change AES OFB tests to memset sizeof buffer by Simon Butcher · 7 years ago
  55. e416bf9 Reduce stack usage for AES OFB tests by Simon Butcher · 7 years ago
  56. 968646c Clarify comments on use of AES OFB block mode by Simon Butcher · 7 years ago
  57. 0013144 Fix style and formatting for OFB feature by Simon Butcher · 7 years ago
  58. 374bcd4 Add to OFB cipher tests AES-192 and AES-256 OFB by Simon Butcher · 7 years ago
  59. dbe7fbf Remove unused variable in AES OFB test suite by Simon Butcher · 7 years ago
  60. 6873c84 Update cipher.h for OFB block mode documentation by Simon Butcher · 7 years ago
  61. ad4e493 Fix AES-OFB support for errors, tests and self-test by Simon Butcher · 7 years ago
  62. 7487c5b Add missing OFB entry to null ciphersuite by Simon Butcher · 7 years ago
  63. 8c0fd1e Add cipher abstraction and test cases for OFB block mode by Simon Butcher · 7 years ago
  64. 0301884 Add test cases for AES OFB block mode by Simon Butcher · 7 years ago
  65. 76a5b22 Add OFB block mode to AES-128/192/256 by Simon Butcher · 7 years ago
  66. 10e0e4d hkdf: Add negative tests by Jaeden Amero · 7 years ago
  67. 3618962 hkdf: Add tests for extract and expand by Jaeden Amero · 7 years ago
  68. 798363e Add ChangeLog entry for HKDF by Jaeden Amero · 7 years ago
  69. 656864b Add an HKDF (RFC 5869) implementation by Thomas Fossati · 9 years ago
  70. fcfa4c2 Merge remote-tracking branch 'public/pr/1699' into development by Simon Butcher · 7 years ago
  71. 2a1edac Change symlink to hardlink to avoid permission issues by Darryl Green · 7 years ago
  72. 0a0e08a mbedtls_gcm_crypt_and_tag: clarify what each mode does and doesn't do by Gilles Peskine · 7 years ago
  73. d75ee64 Fix out-of-tree testing symlinks on Windows by Darryl Green · 7 years ago
  74. 80f679b Correct and clarify the documentation of GCM whole-message functions by Gilles Peskine · 7 years ago
  75. c041435 Merge remote-tracking branch 'public/pr/1694' into development by Simon Butcher · 7 years ago mbedtls-2.10.0
  76. d5a09f1 Updated version number to 2.10.0 for release by Simon Butcher · 7 years ago
  77. 390641e Merge remote-tracking branch 'public/pr/1693' into development by Simon Butcher · 7 years ago
  78. ab72727 Add a disabled CMAC define in the no-entropy configuration by Krzysztof Stachowiak · 7 years ago
  79. 1a8ef07 Fix coverity defects by Azim Khan · 7 years ago
  80. 33dd323 Merge remote-tracking branch 'public/pr/1690' into development by Simon Butcher · 7 years ago
  81. d08a2f7 Adapt the ARIA test cases for new ECB function by Simon Butcher · 7 years ago
  82. 10438e1 Merge remote-tracking branch 'public/pr/1683' into development by Simon Butcher · 7 years ago
  83. 6e962b2 Fix file permissions for ssl.h by Simon Butcher · 7 years ago
  84. eb6ed71 Merge remote-tracking branch 'public/pr/1267' into development by Simon Butcher · 7 years ago
  85. 2041a31 Merge remote-tracking branch 'public/pr/1402' into development by Simon Butcher · 7 years ago
  86. 246cb05 Merge remote-tracking branch 'public/pr/1410' into development by Simon Butcher · 7 years ago
  87. b02f789 Merge remote-tracking branch 'public/pr/1470' into development by Simon Butcher · 7 years ago
  88. ba91994 Merge remote-tracking branch 'public/pr/1604' into development by Simon Butcher · 7 years ago
  89. d72700a Add ChangeLog entry for PR#1651 by Simon Butcher · 7 years ago
  90. 8edf2a3 Merge remote-tracking branch 'public/pr/1654' into development by Simon Butcher · 7 years ago
  91. 0daf4ca Add test vectors for CCM* by Darryl Green · 7 years ago
  92. 4c57939 CCM*: Remove superfluous braces by Janos Follath · 7 years ago
  93. 143b319 CCM*: Make documentation consistent by Janos Follath · 7 years ago
  94. 997e85c CCM*: Remove nested if by Janos Follath · 7 years ago
  95. 6b4bd3d CCM*: Improve documentation by Janos Follath · 7 years ago
  96. 95ab93d CCM*: Add minimal tests by Janos Follath · 7 years ago
  97. b5734a2 CCM*: Add implementation by Janos Follath · 7 years ago
  98. 5dc8cfa CCM*: Add public API by Janos Follath · 7 years ago
  99. 45b79cf Treat warnings as errors for IAR by Azim Khan · 7 years ago
  100. e7d3f8e Fix MicroBlaze register typo. by Zach van Rijn · 7 years ago