1. 5b8618b fixup: Make the fields of mbedtls_ecp_curve_info public by Gilles Peskine · 3 years, 10 months ago
  2. ca93995 Allow read-only access to lists of certificates, CRL, CRL entries by Gilles Peskine · 4 years ago
  3. 2e9d65f Note that custom info structures are not supported by Gilles Peskine · 4 years ago
  4. 44ffc79 Copyediting in comments by Gilles Peskine · 4 years ago
  5. 842edf4 Make many fields of X.509 structures public by Gilles Peskine · 4 years ago
  6. b89d9c0 Make fields of ASN.1 data structures public by Gilles Peskine · 4 years ago
  7. b11d61e mbedtls_net_context: make fd public on Unix/POSIX platforms by Gilles Peskine · 4 years ago
  8. 0be02bd Add accessor functions for cipher_info fields by Gilles Peskine · 4 years, 1 month ago
  9. a73b577 Make the fields of mbedtls_ecp_curve_info public by Gilles Peskine · 4 years, 1 month ago
  10. e45ee40 Merge pull request #4811 from hanno-arm/tls13_ciphersuite_api by Manuel Pégourié-Gonnard · 4 years ago
  11. cadebe5 fix several format and comment issues by Jerry Yu · 4 years ago
  12. 90cc33a Misprint was fixed by Andrey Starodubtsev · 4 years ago
  13. 01a7859 Merge pull request #4864 from hanno-arm/upstream_sig_alg_identifers by Manuel Pégourié-Gonnard · 4 years ago
  14. 447a3be fix wrong typo and format issues by Jerry Yu · 4 years ago
  15. 684543a Merge pull request #4807 from hanno-arm/bio_recv_ret_0_eof by Manuel Pégourié-Gonnard · 4 years ago
  16. 7899de8 fix comments and format issues by Jerry Yu · 4 years ago
  17. 93a3ca6 Merge pull request #4413 from gilles-peskine-arm/tls_ext_cid-config by Manuel Pégourié-Gonnard · 4 years ago
  18. 7dd2f50 Allow configuring MBEDTLS_TLS_EXT_CID at compile time by Gilles Peskine · 4 years, 3 months ago
  19. 5d045a8 Stick to 'ephemeral' instead of ECDHE for TLS 1.3 key exchanges by Hanno Becker · 4 years ago
  20. 674f948 Fix typo: algorithmc -> algorithms by Hanno Becker · 4 years ago
  21. d4fa9bc Remove outdated mentioning of version-specific ciphersuite config by Hanno Becker · 4 years ago
  22. a253593 Add Doxygen documentation for TLS 1.3 key exchange macros by Hanno Becker · 4 years ago
  23. 71f1ed6 Add identifiers and API for configuration of TLS 1.3 key exchanges by Hanno Becker · 4 years ago
  24. e486b2d Document use of mbedtls_ssl_conf_ciphersuites() for TLS 1.3 by Hanno Becker · 4 years ago
  25. 8ca2692 Add TLS 1.3 ciphersuites by Hanno Becker · 4 years ago
  26. e043d15 Turn comments of 1.3 record transforms into Doxygen documentation by Hanno Becker · 4 years ago
  27. 1cd6e00 Add experimental API for configuration of TLS 1.3 sig algs by Hanno Becker · 4 years ago
  28. 551265f Add TLS 1.3 IANA signature-algorithm values by Hanno Becker · 4 years ago
  29. 3aa186f Add transforms to be used for TLS 1.3 by Hanno Becker · 4 years ago
  30. 0e719ff Improve the documentation of legacy msg layer transforms by Hanno Becker · 4 years ago
  31. b6bbbb1 Fix typo in documentation of ssl->transform_out by Hanno Becker · 4 years ago
  32. 3fbc5d3 Merge pull request #4815 from gilles-peskine-arm/generate_errors-multiline-3.0 by Gilles Peskine · 4 years ago
  33. cfb5d39 Merge pull request #4659 from spencer-burke/fixing_4222 by Gilles Peskine · 4 years ago
  34. d297157 Move MBEDTLS_ERR_xxx Doxygen comments before the definition by Gilles Peskine · 4 years ago
  35. 8bb9b80 Merge pull request #4806 from hanno-arm/ssl_session_serialization_version by Gilles Peskine · 4 years ago
  36. 5772313 Document temporary overlap of TLS version in SSL context and session by Hanno Becker · 4 years ago
  37. 6981347 Merge pull request #4758 from paul-elliott-arm/fix_cipher_output_size by Gilles Peskine · 4 years ago
  38. 677c6c4 Merge pull request #4801 from hanno-arm/ssl_session_exported_private by Dave Rodgman · 4 years ago
  39. b637150 Merge pull request #4730 from TRodziewicz/finish_removing_tls_1.0_and_1.1 by Manuel Pégourié-Gonnard · 4 years ago
  40. 218dec8 Document that returning 0 from the recv callback means EOF by Hanno Becker · 4 years ago
  41. fadbdbb Store TLS version in SSL session structure by Hanno Becker · 4 years ago
  42. 3b9bea0 Merge pull request #4750 from yutotakano/fix-reserved-identifier-clash by Gilles Peskine · 4 years, 1 month ago
  43. 0379942 Explicitly mark mbedtls_ssl_config.respect_cli_pref as private by Hanno Becker · 4 years, 1 month ago
  44. 95832d8 Explicitly mark mbedtls_ssl_session.exported as private by Hanno Becker · 4 years, 1 month ago
  45. 6603e2b Add fix to update output size macro as well. by Paul Elliott · 4 years, 1 month ago
  46. c22950c Change PSA Cipher macro safety to use block length by Paul Elliott · 4 years, 1 month ago
  47. 538a0cb Replace `_RR` with `prec_RR` to prevent reserved identifier clashes by Yuto Takano · 4 years, 1 month ago
  48. ef6aa5c Support Curve448 via the PSA API by Archana · 4 years, 2 months ago
  49. a02003b Fix divide by zero if macro used with wrong key by Paul Elliott · 4 years, 1 month ago
  50. 1bc9e93 Manual updates to version information by Dave Rodgman · 4 years, 1 month ago
  51. 9f5774f Merge pull request #4739 from gabor-mezei-arm/3258_fp30_implement_one-shot_MAC_and_cipher by Dave Rodgman · 4 years, 1 month ago
  52. 0a7ff4a Merge pull request #4741 from gabor-mezei-arm/3267_fp30_sign_verify_key_policies by Dave Rodgman · 4 years, 1 month ago
  53. 47060db Give a better name for struct member by gabor-mezei-arm · 4 years, 1 month ago
  54. dc1a3b2 Merge pull request #4724 from hanno-arm/ssl_hs_parse_error_3_0 by Dave Rodgman · 4 years, 1 month ago
  55. 42cdb2a Fix struct initialization by gabor-mezei-arm · 4 years, 4 months ago
  56. 43110b6 Do key usage policy extension when loading keys by gabor-mezei-arm · 4 years, 1 month ago
  57. 86bf008 Extend PSA_USAGE_SIGN/VERIFY_HASH key policies by gabor-mezei-arm · 4 years, 3 months ago
  58. c628fc9 Correct and clarify the SSL error code documentation by Dave Rodgman · 4 years, 1 month ago
  59. 03edc86 Fix docs in error.h by Dave Rodgman · 4 years, 1 month ago
  60. bb05cd0 Remove MBEDTLS_ERR_SSL_NO_CIPHER_CHOSEN by Dave Rodgman · 4 years, 1 month ago
  61. 53c8689 Introduce new TLS error codes by Dave Rodgman · 4 years, 1 month ago
  62. 096c411 Remove MBEDTLS_ERR_SSL_NO_USABLE_CIPHERSUITE by Dave Rodgman · 4 years, 1 month ago
  63. 8682fae Merge pull request #4694 from gilles-peskine-arm/out_size-3.0 by Ronald Cron · 4 years, 1 month ago
  64. 55a4d93 Merge pull request #4589 from bensze01/split_config by Dave Rodgman · 4 years, 1 month ago
  65. e55a821 Remove explicit link to MBEDTLS_CONFIG_FILE by Bence Szépkúti · 4 years, 1 month ago
  66. 5e2743f Mention MBEDTLS_CONFIG_FILE in build_info.h docs by Bence Szépkúti · 4 years, 1 month ago
  67. 9cd7065 No other headers are included by mbedtls_config.h by Bence Szépkúti · 4 years, 1 month ago
  68. 2abf03c Remove all TLS 1.0 and 1.1 instances and add some compatibility tests by TRodziewicz · 4 years, 1 month ago
  69. b561bed Make MBEDTLS_ERR_SSL_HANDSHAKE_FAILURE more generic by Hanno Becker · 4 years, 1 month ago
  70. 90d59dd Remove MBEDTLS_ERR_SSL_BAD_HS_CLIENT_HELLO by Hanno Becker · 4 years, 1 month ago
  71. c3411d4 Remove MBEDTLS_ERR_SSL_BAD_HS_SERVER_HELLO by Hanno Becker · 4 years, 1 month ago
  72. 9ed1ba5 Rename MBEDTLS_ERR_SSL_BAD_HS_CERTIFICATE by Hanno Becker · 4 years, 1 month ago
  73. 5697af0 Remove MBEDTLS_ERR_SSL_BAD_HS_CERTIFICATE_REQUEST by Hanno Becker · 4 years, 1 month ago
  74. cbc8f6f Remove MBEDTLS_ERR_SSL_BAD_HS_SERVER_KEY_EXCHANGE by Hanno Becker · 4 years, 1 month ago
  75. a0ca87e Remove MBEDTLS_ERR_SSL_BAD_HS_FINISHED by Hanno Becker · 4 years, 1 month ago
  76. d200296 Remove MBEDTLS_ERR_SSL_BAD_HS_CHANGE_CIPHER_SPEC by Hanno Becker · 4 years, 1 month ago
  77. d934a2a Remove MBEDTLS_ERR_SSL_BAD_HS_CERTIFICATE_VERIFY by Hanno Becker · 4 years, 1 month ago
  78. d3eec78 Remove MBEDTLS_ERR_SSL_BAD_HS_CLIENT_KEY_EXCHANGE_CS by Hanno Becker · 4 years, 1 month ago
  79. 666b5b4 Remove MBEDTLS_ERR_SSL_BAD_HS_CLIENT_KEY_EXCHANGE by Hanno Becker · 4 years, 1 month ago
  80. 029cc2f Remove MBEDTLS_ERR_SSL_BAD_HS_SERVER_HELLO_DONE by Hanno Becker · 4 years, 1 month ago
  81. b24e74b Remove MBEDTLS_ERR_SSL_BAD_HS_CLIENT_KEY_EXCHANGE_RP error code by Hanno Becker · 4 years, 1 month ago
  82. d01fc5f Introduce MBEDTLS_ERR_SSL_HANDSHAKE_FAILURE error code by Hanno Becker · 4 years, 1 month ago
  83. 241c197 Remove MBEDTLS_ERR_SSL_BAD_HS_NEW_SESSION_TICKET by Hanno Becker · 4 years, 1 month ago
  84. bc00044 Rename MBEDTLS_ERR_SSL_BAD_HS_PROTOCOL_VERSION by Hanno Becker · 4 years, 1 month ago
  85. 93636cc Add MBEDTLS_ERR_SSL_UNRECOGNIZED_NAME by Hanno Becker · 4 years, 1 month ago
  86. 2fe5f61 Add generic codes for syntactic and semantic message parsing errors by Hanno Becker · 4 years, 1 month ago
  87. 1b2a883 Correct documentation references to Mbed TLS by Bence Szépkúti · 4 years, 1 month ago
  88. a1d1f5b Fix typo by Bence Szépkúti · 4 years, 1 month ago
  89. 8a88f62 Merge pull request #4726 from athoelke/at-pbkdf2-doc-fixes by Janos Follath · 4 years, 1 month ago
  90. 5c70c14 Remove def directive for version symbol by Bence Szépkúti · 4 years, 2 months ago
  91. 1cafe5c Base config compat check on MBETLS_VERSION_NUMBER by Bence Szépkúti · 4 years, 2 months ago
  92. fc04aa2 Remove MBEDTLS_USER_CONFIG_VERSION handling by Bence Szépkúti · 4 years, 2 months ago
  93. 2bb7456 Base the config version on MBEDTLS_VERSION_NUMBER by Bence Szépkúti · 4 years, 2 months ago
  94. b2e23de Make config version symbols optional by Bence Szépkúti · 4 years, 2 months ago
  95. 04982f7 Move version defines to build_info.h by Bence Szépkúti · 4 years, 2 months ago
  96. d3da503 Move comment closer to relevant code by Bence Szépkúti · 4 years, 2 months ago
  97. ba7248a Introduce versioning in the config files by Bence Szépkúti · 4 years, 2 months ago
  98. bb0cfeb Rename config.h to mbedtls_config.h by Bence Szépkúti · 4 years, 2 months ago
  99. c5c9eb4 Move preprocessor logic to build_info.h by Bence Szépkúti · 4 years, 2 months ago
  100. c662b36 Replace all inclusions of config.h by Bence Szépkúti · 4 years, 2 months ago