1. 8f7921e HMAC_DRBG: support set_entropy_len() before seed() by Gilles Peskine · 6 years ago
  2. e5e9081 Merge pull request #287 from gilles-peskine-arm/ctr_drbg-doc-nist-crypto by Gilles Peskine · 6 years ago
  3. 77d4457 mbedtls_hmac_drbg_set_entropy_len() only matters when reseeding by Gilles Peskine · 6 years ago
  4. dddda81 mbedtls_ctr_drbg_set_entropy_len() only matters when reseeding by Gilles Peskine · 6 years ago
  5. dc2db48 Fix typos in documentation by Gilles Peskine · 6 years ago
  6. 7e27936 Add a note about CTR_DRBG security strength to config.h by Gilles Peskine · 6 years ago
  7. 1540e5b Move MBEDTLS_CTR_DRBG_USE_128_BIT_KEY to the correct section by Gilles Peskine · 6 years ago
  8. d0c64c8 CTR_DRBG: more consistent formatting and wording by Gilles Peskine · 6 years ago
  9. 2884ba3 CTR_DRBG: Improve the explanation of security strength by Gilles Peskine · 6 years ago
  10. 017778e CTR_DRBG: make it easier to understand the security strength by Gilles Peskine · 6 years ago
  11. 5d9fd07 HMAC_DRBG: note that the initial seeding grabs entropy for the nonce by Gilles Peskine · 6 years ago
  12. 217b815 Use standard terminology to describe the personalization string by Gilles Peskine · 6 years ago
  13. 2d8f069 Do note that xxx_drbg_random functions reseed with PR enabled by Gilles Peskine · 6 years ago
  14. 10f16ac Consistently use \c NULL and \c 0 by Gilles Peskine · 6 years ago
  15. 3457b5e HMAC_DRBG: improve the documentation of the entropy length by Gilles Peskine · 6 years ago
  16. 74efcd2 HMAC_DRBG documentation improvements clarifications by Gilles Peskine · 6 years ago
  17. ec51dd1 More CTR_DRBG documentation improvements and clarifications by Gilles Peskine · 6 years ago
  18. 6fdf0b3 CTR_DRBG: improve the discussion of entropy length vs strength by Gilles Peskine · 6 years ago
  19. 223deea CTR_DRBG: Document the security strength and SP 800-90A compliance by Gilles Peskine · 6 years ago
  20. 944bc58 CTR_DRBG: Document the maximum size of some parameters by Gilles Peskine · 6 years ago
  21. 08875d4 CTR_DRBG documentation clarifications by Gilles Peskine · 6 years ago
  22. aac3853 Fix long-standing bug in error code description by Gilles Peskine · 6 years ago
  23. 09c0a23 mbedtls_asn1_store_named_data: clarify val allocation behavior by Gilles Peskine · 6 years ago
  24. 105031b asn1_write documentation: say that integers must be non-negative by Gilles Peskine · 6 years ago
  25. bcbe1df Improve the documentation of ASN.1 parsing functions by Gilles Peskine · 6 years ago
  26. 9298dca Merge pull request #185 from gilles-peskine-arm/harvard-md by Jaeden Amero · 6 years ago
  27. 75f2c20 ECDSA: Explain limitations of constant blinding by Janos Follath · 7 years ago
  28. 1231d21 Add warning for alternative ECDSA implementations by Janos Follath · 7 years ago
  29. e65e059 Deprecate the old deterministic ECDSA function by Janos Follath · 7 years ago
  30. dca667a Add a safer deterministic ECDSA function by Janos Follath · 7 years ago
  31. 5656623 Merge pull request #240 from Ko-/development by Jaeden Amero · 6 years ago
  32. f66e7ea Merge pull request #178 from mpg/sha512-smaller by Jaeden Amero · 6 years ago
  33. cb260bb Fix -O0 build for Aarch64 bignum multiplication. by Ko- · 7 years ago
  34. 05cff95 Make GNUC-compatible compilers use the right mbedtls_t_udbl again on Aarch64 builds. by Ko- · 7 years ago
  35. cc1871e Add optimized bignum multiplication for Aarch64. by Ko- · 7 years ago
  36. 03d2daf Enable 64-bit limbs for all Aarch64 builds. by Ko- · 7 years ago
  37. 19d5c80 3rdparty: Added config checks for Everest by Christoph M. Wintersteiger · 6 years ago
  38. 737df0c Fix file permissions by Christoph M. Wintersteiger · 6 years ago
  39. ef17e3b ECDSA: Fix formatting by Christoph M. Wintersteiger · 6 years ago
  40. 5833de7 3rdparty: Update description of MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED by Christoph M. Wintersteiger · 6 years ago
  41. d2085f5 Document that curve lists can include partially-supported curves by Gilles Peskine · 6 years ago
  42. 20b3ef3 Add mbedtls_ecdh_can_do by Gilles Peskine · 6 years ago
  43. 405b371 Silences missing documentation warning for MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED by Christoph M. Wintersteiger · 7 years ago
  44. 78450a3 ECDH: Disables MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED by default by Christoph M. Wintersteiger · 7 years ago
  45. ea24394 ECDH: Fix whitespace and permission problems by Christoph M. Wintersteiger · 7 years ago
  46. 0082f9d ECDSA: Add mbedtls_ecdsa_can_do by Christoph M. Wintersteiger · 7 years ago
  47. c3cbdde ECDH: Fix whitespace, permissions by Christoph M. Wintersteiger · 7 years ago
  48. 999f3b5 ECDH: Remove YOTTA config #define by Christoph M. Wintersteiger · 7 years ago
  49. de4fcf2 ECDH: Add new ECDH context for Everest Curve25519 by Christoph M. Wintersteiger · 7 years ago
  50. 89e7655 Merge remote-tracking branch 'crypto/pr/212' into development by Jaeden Amero · 6 years ago
  51. c26591a Merge pull request #196 from RonEld/fix_license_header by Jaeden Amero · 6 years ago
  52. 9d20e1f Merge remote-tracking branch 'tls/development' into development by Jaeden Amero · 6 years ago
  53. 40244bc Fix the license header of hkdf by Ron Eldor · 6 years ago
  54. 5daa34f bn_mul.h: require at least ARMv6 to enable the ARM DSP code by Aurelien Jarno · 7 years ago
  55. 72c8c5b Merge remote-tracking branch 'upstream-crypto/development' into psa-api-1.0-beta-merge_development_20190801 by Gilles Peskine · 6 years ago
  56. 8dd1690 Merge remote-tracking branch 'tls/development' into development by Jaeden Amero · 6 years ago
  57. d0e66b0 Turn off secure element support by default by Gilles Peskine · 6 years ago
  58. 2838b7b Use smaller types in mbedtls_md_info_t by Gilles Peskine · 6 years ago
  59. 84867cf Don't use dynamic pointer dispatch in md by Gilles Peskine · 6 years ago
  60. 2306d15 Declare new config.h option MBEDTLS_SHA512_SMALLER by Manuel Pégourié-Gonnard · 6 years ago
  61. b8e4ae1 Remove certs.h by Jaeden Amero · 6 years ago
  62. 8045cfb Enable ALT implementations of ripemd160 by Jaeden Amero · 6 years ago
  63. c49fbbf Use mbedtls-based path for includes by Jaeden Amero · 6 years ago
  64. 072959f Merge remote-tracking branch 'origin/pr/1622' into development by Jaeden Amero · 6 years ago
  65. 6d77d20 Merge remote-tracking branch 'origin/pr/2632' into development by Jaeden Amero · 6 years ago
  66. 482a479 Merge remote-tracking branch 'origin/pr/2699' into development by Jaeden Amero · 6 years ago
  67. a8ade16 Gate secure element support by a separate config option by Gilles Peskine · 6 years ago
  68. dbc0db9 include bignum.h from x509_crt.h by Philippe Antoine · 7 years ago
  69. 66b7edb Merge remote-tracking branch 'origin/pr/2711' into development by Jaeden Amero · 6 years ago
  70. fd0f654 Merge remote-tracking branch 'origin/pr/2697' into development by Jaeden Amero · 6 years ago
  71. 32eb58f platform: Include stdarg.h where needed by Jaeden Amero · 6 years ago
  72. f3820e3 Fix misuse of signed ints in the HAVEGE module by Gilles Peskine · 6 years ago
  73. 7846299 Fix misuse of signed ints in the HAVEGE module by Gilles Peskine · 6 years ago
  74. e1b02df Merge remote-tracking branch 'origin/pr/2260' into development by Jaeden Amero · 6 years ago
  75. c7ad122 Make it easier to define MBEDTLS_PARAM_FAILED as assert by Gilles Peskine · 6 years ago
  76. 1139249 Don't refer to PSA keys as slots anymore by Gilles Peskine · 6 years ago
  77. 960e588 Document origin of hardcoded certificates in library/certs.c by Hanno Becker · 6 years ago
  78. 3739e20 Disable Connection ID feature by default by Hanno Becker · 6 years ago
  79. 1125952 Expand CID to Connection ID in documentation of mbedtls_ssl_conf_cid by Hanno Becker · 6 years ago
  80. 615ef17 Allow passing NULL pointers to mbedtls_ssl_get_peer_cid() by Hanno Becker · 6 years ago
  81. 62e5afa Fix typo in Doxygen documentation of mbedtls_ssl_conf_cid() by Hanno Becker · 6 years ago
  82. a0e20d0 Rename MBEDTLS_SSL_CID to MBEDTLS_SSL_DTLS_CONNECTION_ID by Hanno Becker · 6 years ago
  83. ebcc913 Consistently reference CID draft through name + URL by Hanno Becker · 6 years ago
  84. f1a2808 Fix typo in documentation of `mbedtls_ssl_context::cid_in_use` by Hanno Becker · 6 years ago
  85. fb034e8 Improve wording of documentation of mbedtls_ssl_get_peer_cid() by Hanno Becker · 6 years ago
  86. 5cc145d Slightly reword documentation of mbedtls_ssl_set_cid() by Hanno Becker · 6 years ago
  87. 08cd9db Use full sentences in Doxygen documentation of mbedtls_ssl_set_cid() by Hanno Becker · 6 years ago
  88. 08cbc0c Use uniform spacing in def's of MBEDTLS_SSL_CID_{IN|OUT}_LEN_MAX by Hanno Becker · 6 years ago
  89. d9d4adb Improve wording in documentation of mbedtls_ssl_set_cid() by Hanno Becker · 6 years ago
  90. 4cac442 Update references to CID draft to version 5 by Hanno Becker · 6 years ago
  91. 56f81c7 Improve wording in documentation of MBEDTLS_SSL_CID by Hanno Becker · 6 years ago
  92. 7fefd83 Modify MBEDTLS_SSL_UNEXPECTED_CID_{FAIL|IGNORE} to ignore by default by Hanno Becker · 6 years ago
  93. 8367ccc Allow to configure the stack's behaviour on unexpected CIDs by Hanno Becker · 6 years ago
  94. c37c96a Add specific SSL error code for unexpected CIDs by Hanno Becker · 6 years ago
  95. b9ec44f Remove restriction on value of MBEDTLS_SSL_CID_PADDING_GRANULARITY by Hanno Becker · 6 years ago
  96. ddf775a Reword CID documentation by Hanno Becker · 6 years ago
  97. b1aa1b3 Allow the configuration of padding when using CID extension by Hanno Becker · 6 years ago
  98. 22a59fd Remove indicators and warnings about unfinished CID implementation by Hanno Becker · 6 years ago
  99. f9c6a4b Add pointers to in/out CID fields to mbedtls_ssl_context by Hanno Becker · 6 years ago
  100. 6cbad55 Account for additional record expansion when using CIDs by Hanno Becker · 6 years ago