1. f03bd81 Place MBEDTLS_SSL_VARIABLE_BUFFER_LENGTH in alphabetical order by Gilles Peskine · 5 years ago
  2. 5e7d6fd Merge 'mbedtls/development' into merge-crypto-unremoved-20200304 by Gilles Peskine · 5 years ago
  3. eccd888 Rename identifiers containing double-underscore by Gilles Peskine · 5 years ago
  4. d3d0290 Restore X509 and SSL functionality by Gilles Peskine · 5 years ago
  5. b99bd39 Merge mbed-crypto into mbedtls: the merge commit by Gilles Peskine · 5 years ago
  6. 43aa905 DHM functions are not part of x509 by Gilles Peskine · 5 years ago
  7. 1174db5 Revert "ecp: Remove dependency on TLS and X.509" by Gilles Peskine · 5 years ago
  8. d40f007 Revert "dhm: Remove dependency on TLS" by Gilles Peskine · 5 years ago
  9. 96ddb0a Revert "asn1: Remove dependency on X.509" by Gilles Peskine · 5 years ago
  10. 7dc9704 Revert "Remove tests that depend on TLS or X.509" by Gilles Peskine · 5 years ago
  11. 4e11749 Revert "config: Remove TLS and NET options" by Gilles Peskine · 5 years ago
  12. 252e391 Revert "config: Remove X.509 options" by Gilles Peskine · 5 years ago
  13. 458b8f2 Revert "Remove unused TLS, NET, and X.509 files" by Gilles Peskine · 5 years ago
  14. 03da084 ssl - improve documentation on mbedtls_ssl_read and PEER_CLOSE_NOTIFY by Andrzej Kurek · 5 years ago
  15. 9bf54fa Revert "doxygen: Update for Mbed Crypto" by Gilles Peskine · 5 years ago
  16. db7d5f0 Revert "config: Remove explicit ciphersuite lists" by Gilles Peskine · 5 years ago
  17. 40f17dc Revert "Remove certs.h" by Gilles Peskine · 5 years ago
  18. 0afa2a1 Add I/O buffer resizing in handshake init and free by Andrzej Kurek · 5 years ago
  19. b33cc76 Add I/O buffer length fields to mbedtls_ssl_context by Darryl Green · 5 years ago
  20. 033c42a Fix I/O buffer sizes when MBEDTLS_SSL_DTLS_CONNECTION_ID is enabled by Andrzej Kurek · 5 years ago
  21. a4522e8 Uniformize wording for removal of deprecated things by Manuel Pégourié-Gonnard · 5 years ago
  22. 10edb3e Add comment to matching #endif by Andres Amaya Garcia · 5 years ago
  23. da15409 Remove the word likely from deprecated documentation by Andres Amaya Garcia · 5 years ago
  24. 4156ac1 Wrap deprecations for HW_RECORD_ACCEL with DEPRECATED_REMOVED by Andres Amaya Garcia · 5 years ago
  25. 3f6cc5f Deprecate global func ptrs for MBEDTLS_SSL_HW_RECORD_ACCEL by Andres Amaya Garcia · 5 years ago
  26. 84b4e79 Deprecate MBEDTLS_SSL_HW_RECORD_ACCEL config by Andres Amaya Garcia · 5 years ago
  27. 84d2fd4 Bump version to Mbed TLS 2.21.0 by Janos Follath · 5 years ago
  28. cf4a40b Merge pull request #370 from yanesca/update-version-2.21.0 by Janos Follath · 5 years ago
  29. bc7c242 Bump version to Mbed TLS 2.21.0 by Janos Follath · 5 years ago
  30. a0c164a Merge pull request #3010 from hanno-arm/tls_msg_split by Manuel Pégourié-Gonnard · 5 years ago
  31. 08f0913 Add compile-time guards around declarations in ssl_internal.h by Hanno Becker · 5 years ago
  32. 0a4270d Change the compatibility API to inline functions by Soby Mathew · 5 years ago
  33. 8949071 Move ssl_get_current_mtu() to public namespace by Hanno Becker · 5 years ago
  34. 533ab5f Move flight and message buffering functions to public namespace by Hanno Becker · 5 years ago
  35. 40cdaa1 Move ssl_start_renegotiation() to public namespace by Hanno Becker · 5 years ago
  36. ce5f5fd Move ssl_handshake_wrapup_free_hs_transform() to public namespace by Hanno Becker · 5 years ago
  37. 786300f Move ssl_resend_hello_request() to public namespace by Hanno Becker · 5 years ago
  38. 7e8e6a6 Move ssl_dtls_replay_reset() to public namespace by Hanno Becker · 5 years ago
  39. 43aefe2 Move ssl_session_reset_int() to public namespace by Hanno Becker · 5 years ago
  40. 3e6f8ab Move SSL internal pointer updating routines to public namespace by Hanno Becker · 5 years ago
  41. 7876d12 Move ssl_check_timer() to public namespace by Hanno Becker · 5 years ago
  42. dd77229 Move ssl_ep_len() to public namespace by Hanno Becker · 5 years ago
  43. 0f57a65 Move ssl_set_timer() to public namespace by Hanno Becker · 5 years ago
  44. 0330e21 Merge branch 'public/pr/2261' into development by Manuel Pégourié-Gonnard · 5 years ago
  45. 320f4d9 Group PKCS11_C entries in check_config.h by Manuel Pégourié-Gonnard · 5 years ago
  46. 2579675 Merge remote-tracking branch 'upstream-public/development' into development by Gilles Peskine · 5 years ago
  47. 2fdb1af Merge pull request #2236 from andresag01/iotssl-2156-deprecate-sslv3 by Janos Follath · 5 years ago
  48. 34aada2 Replace use of uint8_t by unsigned char in ASN.1 seq traversal API by Hanno Becker · 5 years ago
  49. 199b709 ASN.1: Add ASN.1 SEQUENCE traversal API by Hanno Becker · 5 years ago
  50. b5c74a5 Document one more error code for mbedtls_asn1_get_sequence_of by Gilles Peskine · 5 years ago
  51. 12ae27d ASN.1: Introduce helper function to free ASN.1 sequence by Hanno Becker · 5 years ago
  52. 63e38fe ASN.1: Add helper macro to compare ASN.1 buffer to OID string by Hanno Becker · 5 years ago
  53. cba7122 ASN.1: Add helper macro to detect string types by Hanno Becker · 5 years ago
  54. 4245980 USE_PSA_CRYPTO: don't rely on the curve encoding by Gilles Peskine · 5 years ago
  55. 7cfcb3f Change the encoding of key types to have a parity bit by Gilles Peskine · 5 years ago
  56. 46e6f9d Document the vendor range for EC curve and DH group families by Gilles Peskine · 5 years ago
  57. f65ed6f Change key types to a 16-bit encoding by Gilles Peskine · 5 years ago
  58. b87b719 Remove old values of curve encodings by Gilles Peskine · 5 years ago
  59. d1959dc Change auxiliary functions for TLS to the new PSA EC curve encoding by Gilles Peskine · 5 years ago
  60. 89177e8 Convert USE_PSA_CRYPTO pk interface to the new PSA EC curve encoding by Gilles Peskine · 5 years ago
  61. 45c29ce Move size-specific curve/group constants to crypto_compat.h by Gilles Peskine · 5 years ago
  62. 228abc5 Define EC curve family constants by Gilles Peskine · 5 years ago
  63. 025fccd Change the encoding of EC curves and DH groups to include the size by Gilles Peskine · 5 years ago
  64. d8197cb mbedtls_psa_parse_tls_ecc_group: make no assumption on PSA encodings by Gilles Peskine · 5 years ago
  65. fc2459d Remove mbedtls_psa_translate_ecc_group by Gilles Peskine · 5 years ago
  66. 5055b23 Expose mbedtls/psa curve identifier conversions from psa_crypto.c by Gilles Peskine · 5 years ago
  67. 2eea95c Extract the block size from the key type encoding by Gilles Peskine · 5 years ago
  68. 7bfcfac Change key type encodings to avoid bit 16 by Gilles Peskine · 5 years ago
  69. 8fe6e0d Symmetric key types only use the upper 16 bits of psa_key_type_t by Gilles Peskine · 5 years ago
  70. 13faa2d Don't declare a parameter as const by Gilles Peskine · 5 years ago
  71. fa710f5 Don't declare a parameter as const by Gilles Peskine · 5 years ago
  72. f712e16 Merge pull request #179 from mpg/sha512-no-sha384 by Manuel Pégourié-Gonnard · 5 years ago
  73. 835b299 Fix wording of deprecated docs for SSL2 and SSL3 features by Andres Amaya Garcia · 5 years ago
  74. e58532e Favour DEPRECATED_REMOVED over DEPRECATED_WARNING by Andres Amaya Garcia · 5 years ago
  75. 88c2cc7 Deprecate MBEDTLS_SSL_PROTO_SSL3 by Andres Amaya Garcia · 5 years ago
  76. 0963424 Deprecate MBEDTLS_SSL_SRV_SUPPORT_SSLV2_CLIENT_HELLO by Andres Amaya Garcia · 5 years ago
  77. d020bfc Merge pull request #2949 from zfields/patch-1 by Manuel Pégourié-Gonnard · 5 years ago
  78. 907e95a Clarify that what we're dropping is pkcs11-helper support by Gilles Peskine · 5 years ago
  79. 312431b Fix typo in doxy docs for ssl_pkcs11_sign() by Andres Amaya Garcia · 5 years ago
  80. b37268d Add missing docs to PKCS#11 public funcs by Andres Amaya Garcia · 5 years ago
  81. 9fc82ef Wrap PKCS1 module with DEPRECATED_REMOVED by Andres Amaya Garcia · 5 years ago
  82. 99fc387 Fix deprecated docs for PKCS1 by Andres Amaya Garcia · 5 years ago
  83. 0d6e108 Deprecate MBEDTLS_PKCS11_C functions by Andres Amaya Garcia · 5 years ago
  84. be3a440 Deprecate MBEDTLS_PKCS11_C feature by Andres Amaya Garcia · 5 years ago
  85. 3a3b5c7 Improve doxygen formatting by Manuel Pégourié-Gonnard · 5 years ago
  86. 2e9f108 Bump version to Mbed TLS 2.20.0 by Janos Follath · 5 years ago
  87. 83f33d3 Bump version to Mbed TLS 2.20.0 by Janos Follath · 5 years ago
  88. d27a884 Merge branch 'development' into development-restricted by Janos Follath · 5 years ago
  89. a15c713 ctr_drbg: Clarify reseed_counter values before seeding by Jaeden Amero · 5 years ago
  90. 1e6fb01 Make SHA512_NO_SHA384 depend on SHA512_C by Manuel Pégourié-Gonnard · 5 years ago
  91. 663ee20 Clarify documentation on is384. by Manuel Pégourié-Gonnard · 5 years ago
  92. d602084 Implement NO_SHA384 in MD layer and PSA by Manuel Pégourié-Gonnard · 5 years ago
  93. 3df4e60 Implement SHA512_NO_SHA384 in sha512 module by Manuel Pégourié-Gonnard · 5 years ago
  94. ad6cb11 Declare new config.h option MBEDTLS_SHA512_NO_SHA384 by Manuel Pégourié-Gonnard · 5 years ago
  95. 795c6ba Merge pull request #323 from yanesca/iotcrypt-942-initialise-return-values by Jaeden Amero · 5 years ago
  96. 2d20567 Add two error codes to the Error module by Janos Follath · 5 years ago
  97. ab534cf Fix number of allocated errors in Platform by Janos Follath · 5 years ago
  98. 9c2ccd2 Fix error code range in documentation by Janos Follath · 5 years ago
  99. 46c3380 Remove unused macros by Gilles Peskine · 5 years ago
  100. f8210f2 Test the block size for symmetric keys by Gilles Peskine · 5 years ago