1. 32297e8 Merge branch 'development' into iotssl-1619 by Hanno Becker · 8 years ago
  2. d629411 Merge branch 'pr_920' into development by Gilles Peskine · 8 years ago
  3. 0728d69 Change kB to KiB by Ron Eldor · 8 years ago
  4. ea8d697 Merge remote-tracking branch 'upstream-public/pr/1089' into development by Gilles Peskine · 8 years ago
  5. a074801 Change KB to kB by Ron Eldor · 8 years ago
  6. 68306ed Merge remote-tracking branch 'upstream-public/pr/1094' into development by Gilles Peskine · 8 years ago
  7. 7f25f85 Adapt uses of `mbedtls_rsa_complete` to removed PRNG argument by Hanno Becker · 8 years ago
  8. 71f68c4 Fix ssl_server2 sample application prompt by Ron Eldor · 8 years ago
  9. e1a94a6 Correct the printf message of the DTLS handshake. by Xinyu Chen · 9 years ago
  10. 17c3276 Improve output on bad cmd line args in `programs/x509/cert_write` by Hanno Becker · 8 years ago
  11. c6fc878 Remove `mbedtls_rsa_check_crt` by Hanno Becker · 8 years ago
  12. 7f3652d Fix error code printing in cert_write by Hanno Becker · 8 years ago
  13. 38eff43 Use X509 CRT version macros in cert_write program by Hanno Becker · 8 years ago
  14. e1b1d0a Fix senseless comment by Hanno Becker · 8 years ago
  15. e4ad3e8 Allow requests of size larger than 16384 in ssl_client2 by Hanno Becker · 8 years ago
  16. 81535d0 Minor style and typo corrections by Hanno Becker · 8 years ago
  17. 6c13d37 Extend cert_write example program by multiple cmd line options by Hanno Becker · 8 years ago
  18. f073de0 Adapt rsa_genkey example program to use new RSA interface by Hanno Becker · 8 years ago
  19. 0c26393 Adapt rsa_encrypt example program to new RSA interface by Hanno Becker · 8 years ago
  20. d6ba5e3 Adapt rsa_sign example program to new RSA interface by Hanno Becker · 8 years ago
  21. ccef18c Adapt rsa_decrypt example program to new RSA interface by Hanno Becker · 8 years ago
  22. 40371ec Adapt key_app_writer example program to new RSA interface by Hanno Becker · 8 years ago
  23. 54ebf99 Adapt key_app example program to new RSA interface by Hanno Becker · 8 years ago
  24. 83aad1f Adapt gen_key example program to new RSA interface by Hanno Becker · 8 years ago
  25. c95fad3 Adapt dh_server example program to new RSA interface by Hanno Becker · 8 years ago
  26. 840bace Correct comment by Hanno Becker · 8 years ago
  27. ce37e62 Reliably zeroize sensitive data in AES sample application by Hanno Becker · 8 years ago
  28. f601ec5 Reliably zeroize sensitive data in Crypt-and-Hash sample application by Hanno Becker · 8 years ago
  29. 2a47be5 Minor: Fix typos in program comments by Ron Eldor · 8 years ago
  30. ee5a0ca Minor: Fix typos in program comments by Ron Eldor · 8 years ago
  31. 8651a43 Remove %zu format string from ssl_client2 and ssl_server2 by Hanno Becker · 8 years ago
  32. c44c3c2 Merge remote-tracking branch 'janos/iotssl-1156-ecdsa-sample-and-doc-clarification' into development by Manuel Pégourié-Gonnard · 8 years ago
  33. e6706e6 Add tests for missing CA chains and bad curves. by Hanno Becker · 8 years ago
  34. 682df09 Allow SHA-1 in server tests, when the signature_algorithm extension is not used by Gilles Peskine · 8 years ago
  35. bc70a18 Test that SHA-1 defaults off by Gilles Peskine · 8 years ago
  36. cd3c845 Allow SHA-1 in SSL renegotiation tests by Gilles Peskine · 8 years ago
  37. ef86ab2 Allow SHA-1 in X.509 and TLS tests by Gilles Peskine · 8 years ago
  38. 4817e27 Add the CA list suppression option to ssl_server2 by Janos Follath · 9 years ago
  39. 46cf773 Fix wrong output in the benchmark application by Ron Eldor · 8 years ago
  40. 0a5154b Clarify the use of ECDSA API by Janos Follath · 9 years ago
  41. 0b736db Remove use of inttypes.h in MSVC from ssl_server2 by Andres AG · 9 years ago
  42. dbe8316 fix for issue 1101: missing rsa context initialization by Ron Eldor · 9 years ago
  43. 2382816 Fix default hostname for verification used in ssl_client1 by Paul Bakker · 9 years ago
  44. cef21e4 Fix examples that failed to compile without PEM by Andres AG · 9 years ago
  45. 692ad84 Add DTLS test to check 6 byte record ctr is cmp by Andres AG · 9 years ago
  46. c58d7b4 Merge fix for X.509 compatibility issues by Simon Butcher · 9 years ago
  47. e19acd5 Add extra compilation conditions to X.509 samples by Simon Butcher · 9 years ago
  48. 41dba28 Add extra compilation conditions to gen_key.c #559 by Simon Butcher · 9 years ago
  49. 8254b6c Clean up of formatting, and potential integer overflow fix by Andres AG · 9 years ago
  50. ea68019 Minor fixes to formatting and compilation conditions by Simon Butcher · 9 years ago
  51. 32bb5af Add CMAC functions to the benchmark sample application by Simon Butcher · 9 years ago
  52. 7b07e0e Fix build failure for thread config by Brian Murray · 9 years ago
  53. 86ff986 selftest supports cmac if only MBEDTLS_DES_C is defined Other minor typo fixes by Brian Murray · 9 years ago
  54. 45feb6e Add support for AES-128-CMAC and AES-CMAC-PRF-128 by Robert Cragie · 10 years ago
  55. 3616f6f Rename net.{c,h} to net_sockets.{c,h} by Andres AG · 9 years ago
  56. 2d65992 Do not add empty cert / key in cert_app by Paul Bakker · 9 years ago
  57. e9bdaa2 Actually apply debug_level settings in cert_app by Paul Bakker · 9 years ago
  58. 9fe6f92 Add SHA1 guards in dh_client.c and dh_server.c by Janos Follath · 9 years ago
  59. 604d399 Add extra compilation conditions to gen_key.c #559 by Simon Butcher · 9 years ago
  60. a592dcc Clean up of formatting, and potential integer overflow fix by Andres AG · 9 years ago
  61. b981b16 Minor fixes to formatting and compilation conditions by Simon Butcher · 9 years ago
  62. 549dc3d Add CMAC functions to the benchmark sample application by Simon Butcher · 9 years ago
  63. 8b4111c Fix build failure for thread config by Brian Murray · 9 years ago
  64. 57863ad selftest supports cmac if only MBEDTLS_DES_C is defined Other minor typo fixes by Brian Murray · 9 years ago
  65. dc5c7b9 Add support for AES-128-CMAC and AES-CMAC-PRF-128 by Robert Cragie · 10 years ago
  66. 788aa4a Rename net.{c,h} to net_sockets.{c,h} by Andres AG · 9 years ago
  67. 5e8c62f Do not add empty cert / key in cert_app by Paul Bakker · 9 years ago
  68. f2b92bb Actually apply debug_level settings in cert_app by Paul Bakker · 9 years ago
  69. 243f48e Fix for #441 - crypt and hash gcm (#546) by Paul Bakker · 9 years ago
  70. e7723ec Make entropy bias self test poll multiple times by Andres AG · 9 years ago
  71. b34e42e Add a new self test to entropy module by Andres AG · 9 years ago
  72. 0e7d387 Fix warning on implicit casting in aescrypt.c (#584) by Simon Butcher · 9 years ago
  73. 70940ca Allow compilation without MBEDTLS_SELF_TEST enabled by Paul Bakker · 9 years ago
  74. 4982e52 Adds stdlib.h header to dh_genprime sample app by Simon Butcher · 9 years ago
  75. cdb3ad0 Remove redundant definitions of exit codes by Simon Butcher · 9 years ago
  76. b5b6af2 Puts platform time abstraction into its own header by Simon Butcher · 9 years ago
  77. ab069c6 Merge branch 'development' into development-restricted by Simon Butcher · 9 years ago
  78. b6a73c9 Add provision to create the entropy seedfile for selftest sample by Simon Butcher · 9 years ago
  79. 15ab7ed Merge branch 'development' into development-restricted by Janos Follath · 9 years ago
  80. 352dbe2 Make error messages in crypt_and_hash better. by Janos Follath · 9 years ago
  81. 98e28a7 Address user reported coverity issues. by Janos Follath · 9 years ago
  82. 8eb6413 Address issues find by manual coverity scan. by Janos Follath · 9 years ago
  83. 04b591e Merge branch 'development' for weekly test report. by Janos Follath · 9 years ago
  84. 9fa2e86 Add missing mbedtls_time_t definitions (#493) by -~- redtangent ~-~ · 9 years ago
  85. 440ce42 Put clang analyzer fix inside __clang_analyzer__ guard by Paul Bakker · 9 years ago
  86. e735303 Shut up a few clang-analyze warnings about use of uninitialized variables by Nicholas Wilson · 10 years ago
  87. 94bafdf Merge branch 'development' by Simon Butcher · 9 years ago
  88. db0feca Fixes platform time_t abstraction by Simon Butcher · 9 years ago
  89. c21bec8 Merge branch 'development' by Simon Butcher · 9 years ago
  90. d1fe7aa Put clang analyzer fix inside __clang_analyzer__ guard by Paul Bakker · 9 years ago
  91. f4743a6 Merge pull request #457 from NWilson/clang-analyze-fixes by Paul Bakker · 9 years ago
  92. 98c2b0e Improves and makes pretty the ssl_fork_server output by Janos Follath · 9 years ago
  93. e609a08 Fix issue #429 in ssl_fork_server.c by Janos Follath · 10 years ago
  94. 582a461 Improves and makes pretty the ssl_fork_server output by Janos Follath · 9 years ago
  95. fe049db Fix issue #429 in ssl_fork_server.c by Janos Follath · 10 years ago
  96. e4a46f6 Merge branch 'development' by Simon Butcher · 9 years ago
  97. b2d5dd1 Fixes X509 sample app and SSL test suite by Simon Butcher · 9 years ago
  98. d3138c3 Fixes SSL sample apps for non-default configs by Simon Butcher · 9 years ago
  99. d5800b7 Abstracts away time()/stdlib.h into platform by SimonB · 9 years ago
  100. 0c53944 Fixes no return value warning in selftest.c by Janos Follath · 9 years ago