1. bc7c242 Bump version to Mbed TLS 2.21.0 by Janos Follath · 5 years ago
  2. 2579675 Merge remote-tracking branch 'upstream-public/development' into development by Gilles Peskine · 6 years ago
  3. 34aada2 Replace use of uint8_t by unsigned char in ASN.1 seq traversal API by Hanno Becker · 6 years ago
  4. 199b709 ASN.1: Add ASN.1 SEQUENCE traversal API by Hanno Becker · 6 years ago
  5. b5c74a5 Document one more error code for mbedtls_asn1_get_sequence_of by Gilles Peskine · 6 years ago
  6. 12ae27d ASN.1: Introduce helper function to free ASN.1 sequence by Hanno Becker · 6 years ago
  7. 63e38fe ASN.1: Add helper macro to compare ASN.1 buffer to OID string by Hanno Becker · 6 years ago
  8. cba7122 ASN.1: Add helper macro to detect string types by Hanno Becker · 6 years ago
  9. 4245980 USE_PSA_CRYPTO: don't rely on the curve encoding by Gilles Peskine · 6 years ago
  10. d1959dc Change auxiliary functions for TLS to the new PSA EC curve encoding by Gilles Peskine · 6 years ago
  11. 89177e8 Convert USE_PSA_CRYPTO pk interface to the new PSA EC curve encoding by Gilles Peskine · 6 years ago
  12. d8197cb mbedtls_psa_parse_tls_ecc_group: make no assumption on PSA encodings by Gilles Peskine · 6 years ago
  13. fc2459d Remove mbedtls_psa_translate_ecc_group by Gilles Peskine · 6 years ago
  14. f712e16 Merge pull request #179 from mpg/sha512-no-sha384 by Manuel Pégourié-Gonnard · 6 years ago
  15. 3a3b5c7 Improve doxygen formatting by Manuel Pégourié-Gonnard · 6 years ago
  16. 2e9f108 Bump version to Mbed TLS 2.20.0 by Janos Follath · 6 years ago
  17. 83f33d3 Bump version to Mbed TLS 2.20.0 by Janos Follath · 6 years ago
  18. d27a884 Merge branch 'development' into development-restricted by Janos Follath · 6 years ago
  19. a15c713 ctr_drbg: Clarify reseed_counter values before seeding by Jaeden Amero · 6 years ago
  20. 1e6fb01 Make SHA512_NO_SHA384 depend on SHA512_C by Manuel Pégourié-Gonnard · 6 years ago
  21. 663ee20 Clarify documentation on is384. by Manuel Pégourié-Gonnard · 6 years ago
  22. d602084 Implement NO_SHA384 in MD layer and PSA by Manuel Pégourié-Gonnard · 6 years ago
  23. 3df4e60 Implement SHA512_NO_SHA384 in sha512 module by Manuel Pégourié-Gonnard · 6 years ago
  24. ad6cb11 Declare new config.h option MBEDTLS_SHA512_NO_SHA384 by Manuel Pégourié-Gonnard · 6 years ago
  25. 795c6ba Merge pull request #323 from yanesca/iotcrypt-942-initialise-return-values by Jaeden Amero · 6 years ago
  26. 2d20567 Add two error codes to the Error module by Janos Follath · 6 years ago
  27. ab534cf Fix number of allocated errors in Platform by Janos Follath · 6 years ago
  28. 9c2ccd2 Fix error code range in documentation by Janos Follath · 6 years ago
  29. 46c3380 Remove unused macros by Gilles Peskine · 6 years ago
  30. 81f7909 Merge pull request #325 from gilles-peskine-arm/psa-sign_hash by Gilles Peskine · 6 years ago
  31. 60f6b64 Add two error codes to the Error module by Janos Follath · 6 years ago
  32. d11550e Fix number of allocated errors in Platform by Janos Follath · 6 years ago
  33. 7bb1a7e Merge pull request #307 from msopiha-linaro/development by Gilles Peskine · 6 years ago
  34. 89d8c5c Rename some signature-related identifiers by Gilles Peskine · 6 years ago
  35. 87ef0c2 Merge branch 'development' into development-restricted by Gilles Peskine · 6 years ago
  36. 9afbfdc Merge remote-tracking branch 'myfork-public/development' into merge-crypto-development-20191115 by Gilles Peskine · 6 years ago
  37. 3bdd412 Invoke config.py instead of config.pl by Gilles Peskine · 6 years ago
  38. 73a1f37 Add documentation notes about the required size of the signature buffers by Gilles Peskine · 6 years ago
  39. ff25af2 Add missing MBEDTLS_ECP_C dependencies in check_config.h by k-stachowiak · 6 years ago
  40. f0d8700 Merge pull request #315 from gilles-peskine-arm/pk_signature_max_size by Gilles Peskine · 6 years ago
  41. 9db14fa Update the documentation of mbedtls_pk_sign_restartable() by Gilles Peskine · 6 years ago
  42. 5460565 Fix errors in the definition of MBEDTLS_PK_SIGNATURE_MAX_SIZE by Gilles Peskine · 6 years ago
  43. cb0101f Merge pull request #298 from gilles-peskine-arm/config-symmetric-only by Gilles Peskine · 6 years ago
  44. b22a24b Fix MBEDTLS_PK_SIGNATURE_MAX_SIZE to account for ECDSA by Gilles Peskine · 6 years ago
  45. da252be Define a constant for the maximum signature size from pk_sign() by Gilles Peskine · 6 years ago
  46. 1f32b5b Bignum: Document assumptions about the sign field by Janos Follath · 6 years ago
  47. 0e5532d Change mbedtls_mpi_cmp_mpi_ct to check less than by Janos Follath · 6 years ago
  48. ee6abce Add new, constant time mpi comparison by Janos Follath · 6 years ago
  49. 20180ca Add ASN.1 ENUMERATED tag support by Mykhailo Sopiha · 6 years ago
  50. bd326f9 Note that mbedtls_ctr_drbg_seed() must not be called twice by Gilles Peskine · 6 years ago
  51. 6997166 CTR_DRBG: define a constant for the default entropy nonce length by Gilles Peskine · 6 years ago
  52. e9a3454 CTR_DRBG: grab a nonce from the entropy source if needed by Gilles Peskine · 6 years ago
  53. 9be5098 CTR_DRBG: add the possibility of grabbing entropy for a nonce by Gilles Peskine · 6 years ago
  54. c0ace35 mbedtls_ctr_drbg_context: minor documentation improvements by Gilles Peskine · 6 years ago
  55. 460988a fixup! CTR_DRBG: support set_entropy_len() before seed() by Gilles Peskine · 6 years ago
  56. 9d3baea fixup! HMAC_DRBG: support set_entropy_len() before seed() by Gilles Peskine · 6 years ago
  57. b16841e Fixed -Wunused warnings when building without asymmetric crypto by Gilles Peskine · 6 years ago
  58. 50ed86b CTR_DRBG: support set_entropy_len() before seed() by Gilles Peskine · 6 years ago
  59. 8f7921e HMAC_DRBG: support set_entropy_len() before seed() by Gilles Peskine · 6 years ago
  60. e5e9081 Merge pull request #287 from gilles-peskine-arm/ctr_drbg-doc-nist-crypto by Gilles Peskine · 6 years ago
  61. 77d4457 mbedtls_hmac_drbg_set_entropy_len() only matters when reseeding by Gilles Peskine · 6 years ago
  62. dddda81 mbedtls_ctr_drbg_set_entropy_len() only matters when reseeding by Gilles Peskine · 6 years ago
  63. dc2db48 Fix typos in documentation by Gilles Peskine · 6 years ago
  64. 7e27936 Add a note about CTR_DRBG security strength to config.h by Gilles Peskine · 6 years ago
  65. 1540e5b Move MBEDTLS_CTR_DRBG_USE_128_BIT_KEY to the correct section by Gilles Peskine · 6 years ago
  66. d0c64c8 CTR_DRBG: more consistent formatting and wording by Gilles Peskine · 6 years ago
  67. 2884ba3 CTR_DRBG: Improve the explanation of security strength by Gilles Peskine · 6 years ago
  68. 017778e CTR_DRBG: make it easier to understand the security strength by Gilles Peskine · 6 years ago
  69. 5d9fd07 HMAC_DRBG: note that the initial seeding grabs entropy for the nonce by Gilles Peskine · 6 years ago
  70. 217b815 Use standard terminology to describe the personalization string by Gilles Peskine · 6 years ago
  71. 2d8f069 Do note that xxx_drbg_random functions reseed with PR enabled by Gilles Peskine · 6 years ago
  72. 10f16ac Consistently use \c NULL and \c 0 by Gilles Peskine · 6 years ago
  73. 3457b5e HMAC_DRBG: improve the documentation of the entropy length by Gilles Peskine · 6 years ago
  74. 74efcd2 HMAC_DRBG documentation improvements clarifications by Gilles Peskine · 6 years ago
  75. ec51dd1 More CTR_DRBG documentation improvements and clarifications by Gilles Peskine · 6 years ago
  76. 6fdf0b3 CTR_DRBG: improve the discussion of entropy length vs strength by Gilles Peskine · 6 years ago
  77. 223deea CTR_DRBG: Document the security strength and SP 800-90A compliance by Gilles Peskine · 6 years ago
  78. 944bc58 CTR_DRBG: Document the maximum size of some parameters by Gilles Peskine · 6 years ago
  79. 08875d4 CTR_DRBG documentation clarifications by Gilles Peskine · 6 years ago
  80. c21a9f0 Merge remote-tracking branch 'origin/pr/2765' into development by Jaeden Amero · 6 years ago
  81. 914a507 Bump Mbed TLS version to 2.19.1 by Jaeden Amero · 6 years ago
  82. 46d61b1 Merge remote-tracking branch 'origin/pr/2834' into development by Jaeden Amero · 6 years ago
  83. 5d46f6a Invoke config.py instead of config.pl by Gilles Peskine · 6 years ago
  84. 5639aef Uniformize whitespace in commented-out defines by Gilles Peskine · 6 years ago
  85. 62be28b Merge remote-tracking branch 'origin/pr/2469' into development by Jaeden Amero · 6 years ago
  86. 63d813d ssl: Disallow modification of hello.random by export by Jaeden Amero · 6 years ago
  87. aac3853 Fix long-standing bug in error code description by Gilles Peskine · 6 years ago
  88. 09c0a23 mbedtls_asn1_store_named_data: clarify val allocation behavior by Gilles Peskine · 6 years ago
  89. 105031b asn1_write documentation: say that integers must be non-negative by Gilles Peskine · 6 years ago
  90. bcbe1df Improve the documentation of ASN.1 parsing functions by Gilles Peskine · 6 years ago
  91. 9298dca Merge pull request #185 from gilles-peskine-arm/harvard-md by Jaeden Amero · 6 years ago
  92. bfaa718 Add cfg dep MBEDTLS_MEMORY_DEBUG->MBEDTLS_MEMORY_BUFFER_ALLOC_C by Hanno Becker · 6 years ago
  93. af46c5f Check dependencies of MBEDTLS_MEMORY_BACKTRACE in check_config.h by Hanno Becker · 6 years ago
  94. 75f2c20 ECDSA: Explain limitations of constant blinding by Janos Follath · 7 years ago
  95. 1231d21 Add warning for alternative ECDSA implementations by Janos Follath · 7 years ago
  96. e65e059 Deprecate the old deterministic ECDSA function by Janos Follath · 7 years ago
  97. dca667a Add a safer deterministic ECDSA function by Janos Follath · 7 years ago
  98. 5656623 Merge pull request #240 from Ko-/development by Jaeden Amero · 6 years ago
  99. f66e7ea Merge pull request #178 from mpg/sha512-smaller by Jaeden Amero · 6 years ago
  100. 481659a Merge remote-tracking branch 'origin/development' into development-restricted by Jaeden Amero · 6 years ago