1. 3bdd412 Invoke config.py instead of config.pl by Gilles Peskine · 6 years ago
  2. 73a1f37 Add documentation notes about the required size of the signature buffers by Gilles Peskine · 6 years ago
  3. ff25af2 Add missing MBEDTLS_ECP_C dependencies in check_config.h by k-stachowiak · 6 years ago
  4. f0d8700 Merge pull request #315 from gilles-peskine-arm/pk_signature_max_size by Gilles Peskine · 6 years ago
  5. 9db14fa Update the documentation of mbedtls_pk_sign_restartable() by Gilles Peskine · 6 years ago
  6. 5460565 Fix errors in the definition of MBEDTLS_PK_SIGNATURE_MAX_SIZE by Gilles Peskine · 6 years ago
  7. cb0101f Merge pull request #298 from gilles-peskine-arm/config-symmetric-only by Gilles Peskine · 6 years ago
  8. b22a24b Fix MBEDTLS_PK_SIGNATURE_MAX_SIZE to account for ECDSA by Gilles Peskine · 6 years ago
  9. da252be Define a constant for the maximum signature size from pk_sign() by Gilles Peskine · 6 years ago
  10. bd326f9 Note that mbedtls_ctr_drbg_seed() must not be called twice by Gilles Peskine · 6 years ago
  11. 6997166 CTR_DRBG: define a constant for the default entropy nonce length by Gilles Peskine · 6 years ago
  12. e9a3454 CTR_DRBG: grab a nonce from the entropy source if needed by Gilles Peskine · 6 years ago
  13. 9be5098 CTR_DRBG: add the possibility of grabbing entropy for a nonce by Gilles Peskine · 6 years ago
  14. c0ace35 mbedtls_ctr_drbg_context: minor documentation improvements by Gilles Peskine · 6 years ago
  15. 460988a fixup! CTR_DRBG: support set_entropy_len() before seed() by Gilles Peskine · 6 years ago
  16. 9d3baea fixup! HMAC_DRBG: support set_entropy_len() before seed() by Gilles Peskine · 6 years ago
  17. b16841e Fixed -Wunused warnings when building without asymmetric crypto by Gilles Peskine · 6 years ago
  18. 50ed86b CTR_DRBG: support set_entropy_len() before seed() by Gilles Peskine · 6 years ago
  19. 8f7921e HMAC_DRBG: support set_entropy_len() before seed() by Gilles Peskine · 6 years ago
  20. e5e9081 Merge pull request #287 from gilles-peskine-arm/ctr_drbg-doc-nist-crypto by Gilles Peskine · 6 years ago
  21. 77d4457 mbedtls_hmac_drbg_set_entropy_len() only matters when reseeding by Gilles Peskine · 6 years ago
  22. dddda81 mbedtls_ctr_drbg_set_entropy_len() only matters when reseeding by Gilles Peskine · 6 years ago
  23. dc2db48 Fix typos in documentation by Gilles Peskine · 6 years ago
  24. 7e27936 Add a note about CTR_DRBG security strength to config.h by Gilles Peskine · 6 years ago
  25. 1540e5b Move MBEDTLS_CTR_DRBG_USE_128_BIT_KEY to the correct section by Gilles Peskine · 6 years ago
  26. d0c64c8 CTR_DRBG: more consistent formatting and wording by Gilles Peskine · 6 years ago
  27. 2884ba3 CTR_DRBG: Improve the explanation of security strength by Gilles Peskine · 6 years ago
  28. 017778e CTR_DRBG: make it easier to understand the security strength by Gilles Peskine · 6 years ago
  29. 5d9fd07 HMAC_DRBG: note that the initial seeding grabs entropy for the nonce by Gilles Peskine · 6 years ago
  30. 217b815 Use standard terminology to describe the personalization string by Gilles Peskine · 6 years ago
  31. 2d8f069 Do note that xxx_drbg_random functions reseed with PR enabled by Gilles Peskine · 6 years ago
  32. 10f16ac Consistently use \c NULL and \c 0 by Gilles Peskine · 6 years ago
  33. 3457b5e HMAC_DRBG: improve the documentation of the entropy length by Gilles Peskine · 6 years ago
  34. 74efcd2 HMAC_DRBG documentation improvements clarifications by Gilles Peskine · 6 years ago
  35. ec51dd1 More CTR_DRBG documentation improvements and clarifications by Gilles Peskine · 6 years ago
  36. 6fdf0b3 CTR_DRBG: improve the discussion of entropy length vs strength by Gilles Peskine · 6 years ago
  37. 223deea CTR_DRBG: Document the security strength and SP 800-90A compliance by Gilles Peskine · 6 years ago
  38. 944bc58 CTR_DRBG: Document the maximum size of some parameters by Gilles Peskine · 6 years ago
  39. 08875d4 CTR_DRBG documentation clarifications by Gilles Peskine · 6 years ago
  40. aac3853 Fix long-standing bug in error code description by Gilles Peskine · 6 years ago
  41. 09c0a23 mbedtls_asn1_store_named_data: clarify val allocation behavior by Gilles Peskine · 6 years ago
  42. 105031b asn1_write documentation: say that integers must be non-negative by Gilles Peskine · 6 years ago
  43. bcbe1df Improve the documentation of ASN.1 parsing functions by Gilles Peskine · 6 years ago
  44. 9298dca Merge pull request #185 from gilles-peskine-arm/harvard-md by Jaeden Amero · 6 years ago
  45. 75f2c20 ECDSA: Explain limitations of constant blinding by Janos Follath · 7 years ago
  46. 1231d21 Add warning for alternative ECDSA implementations by Janos Follath · 7 years ago
  47. e65e059 Deprecate the old deterministic ECDSA function by Janos Follath · 7 years ago
  48. dca667a Add a safer deterministic ECDSA function by Janos Follath · 7 years ago
  49. 5656623 Merge pull request #240 from Ko-/development by Jaeden Amero · 6 years ago
  50. f66e7ea Merge pull request #178 from mpg/sha512-smaller by Jaeden Amero · 6 years ago
  51. cb260bb Fix -O0 build for Aarch64 bignum multiplication. by Ko- · 7 years ago
  52. 05cff95 Make GNUC-compatible compilers use the right mbedtls_t_udbl again on Aarch64 builds. by Ko- · 7 years ago
  53. cc1871e Add optimized bignum multiplication for Aarch64. by Ko- · 7 years ago
  54. 03d2daf Enable 64-bit limbs for all Aarch64 builds. by Ko- · 7 years ago
  55. 19d5c80 3rdparty: Added config checks for Everest by Christoph M. Wintersteiger · 6 years ago
  56. 737df0c Fix file permissions by Christoph M. Wintersteiger · 6 years ago
  57. ef17e3b ECDSA: Fix formatting by Christoph M. Wintersteiger · 6 years ago
  58. 5833de7 3rdparty: Update description of MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED by Christoph M. Wintersteiger · 6 years ago
  59. d2085f5 Document that curve lists can include partially-supported curves by Gilles Peskine · 6 years ago
  60. 20b3ef3 Add mbedtls_ecdh_can_do by Gilles Peskine · 6 years ago
  61. 405b371 Silences missing documentation warning for MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED by Christoph M. Wintersteiger · 7 years ago
  62. 78450a3 ECDH: Disables MBEDTLS_ECDH_VARIANT_EVEREST_ENABLED by default by Christoph M. Wintersteiger · 7 years ago
  63. ea24394 ECDH: Fix whitespace and permission problems by Christoph M. Wintersteiger · 7 years ago
  64. 0082f9d ECDSA: Add mbedtls_ecdsa_can_do by Christoph M. Wintersteiger · 7 years ago
  65. c3cbdde ECDH: Fix whitespace, permissions by Christoph M. Wintersteiger · 7 years ago
  66. 999f3b5 ECDH: Remove YOTTA config #define by Christoph M. Wintersteiger · 7 years ago
  67. de4fcf2 ECDH: Add new ECDH context for Everest Curve25519 by Christoph M. Wintersteiger · 7 years ago
  68. 89e7655 Merge remote-tracking branch 'crypto/pr/212' into development by Jaeden Amero · 6 years ago
  69. c26591a Merge pull request #196 from RonEld/fix_license_header by Jaeden Amero · 6 years ago
  70. 9d20e1f Merge remote-tracking branch 'tls/development' into development by Jaeden Amero · 6 years ago
  71. 40244bc Fix the license header of hkdf by Ron Eldor · 6 years ago
  72. 5daa34f bn_mul.h: require at least ARMv6 to enable the ARM DSP code by Aurelien Jarno · 7 years ago
  73. 72c8c5b Merge remote-tracking branch 'upstream-crypto/development' into psa-api-1.0-beta-merge_development_20190801 by Gilles Peskine · 6 years ago
  74. 8dd1690 Merge remote-tracking branch 'tls/development' into development by Jaeden Amero · 6 years ago
  75. d0e66b0 Turn off secure element support by default by Gilles Peskine · 6 years ago
  76. 2838b7b Use smaller types in mbedtls_md_info_t by Gilles Peskine · 6 years ago
  77. 84867cf Don't use dynamic pointer dispatch in md by Gilles Peskine · 6 years ago
  78. 2306d15 Declare new config.h option MBEDTLS_SHA512_SMALLER by Manuel Pégourié-Gonnard · 6 years ago
  79. b8e4ae1 Remove certs.h by Jaeden Amero · 6 years ago
  80. 8045cfb Enable ALT implementations of ripemd160 by Jaeden Amero · 6 years ago
  81. c49fbbf Use mbedtls-based path for includes by Jaeden Amero · 6 years ago
  82. 072959f Merge remote-tracking branch 'origin/pr/1622' into development by Jaeden Amero · 6 years ago
  83. 6d77d20 Merge remote-tracking branch 'origin/pr/2632' into development by Jaeden Amero · 6 years ago
  84. 482a479 Merge remote-tracking branch 'origin/pr/2699' into development by Jaeden Amero · 6 years ago
  85. a8ade16 Gate secure element support by a separate config option by Gilles Peskine · 6 years ago
  86. dbc0db9 include bignum.h from x509_crt.h by Philippe Antoine · 7 years ago
  87. 66b7edb Merge remote-tracking branch 'origin/pr/2711' into development by Jaeden Amero · 6 years ago
  88. fd0f654 Merge remote-tracking branch 'origin/pr/2697' into development by Jaeden Amero · 6 years ago
  89. 32eb58f platform: Include stdarg.h where needed by Jaeden Amero · 6 years ago
  90. f3820e3 Fix misuse of signed ints in the HAVEGE module by Gilles Peskine · 6 years ago
  91. 7846299 Fix misuse of signed ints in the HAVEGE module by Gilles Peskine · 6 years ago
  92. e1b02df Merge remote-tracking branch 'origin/pr/2260' into development by Jaeden Amero · 6 years ago
  93. c7ad122 Make it easier to define MBEDTLS_PARAM_FAILED as assert by Gilles Peskine · 6 years ago
  94. 1139249 Don't refer to PSA keys as slots anymore by Gilles Peskine · 6 years ago
  95. 960e588 Document origin of hardcoded certificates in library/certs.c by Hanno Becker · 6 years ago
  96. 3739e20 Disable Connection ID feature by default by Hanno Becker · 6 years ago
  97. 1125952 Expand CID to Connection ID in documentation of mbedtls_ssl_conf_cid by Hanno Becker · 6 years ago
  98. 615ef17 Allow passing NULL pointers to mbedtls_ssl_get_peer_cid() by Hanno Becker · 6 years ago
  99. 62e5afa Fix typo in Doxygen documentation of mbedtls_ssl_conf_cid() by Hanno Becker · 6 years ago
  100. a0e20d0 Rename MBEDTLS_SSL_CID to MBEDTLS_SSL_DTLS_CONNECTION_ID by Hanno Becker · 6 years ago