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