/mbedtls-latest/scripts/ |
D | abi_check.py | 158 def _get_clean_worktree_for_git_revision(self, version): argument 162 if version.repository: 165 version.revision, version.repository 170 version.repository, version.revision], 178 version.revision 180 worktree_rev = version.revision 188 version.commit = subprocess.check_output( 193 self.log.debug("Commit is {}".format(version.commit)) 196 def _update_git_submodules(self, git_worktree_path, version): argument 207 and version.crypto_revision): [all …]
|
D | ci.requirements.txt | 5 # Use a known version of Pylint, because new versions tend to add warnings 7 # 2.4.4 is the version in Ubuntu 20.04. It supports Python >=3.5. 10 # Use the earliest version of mypy that works with our code base. 16 # but our CI has Python 3.5. So let pip install the newest version that's
|
D | driver.requirements.txt | 3 # Jinja2 <3.0 needs an older version of markupsafe, but does not 9 # Use the version of Jinja that's in Ubuntu 20.04.
|
/mbedtls-latest/docs/architecture/testing/ |
D | psa-storage-format-testing.md | 7 … only validates that it's possible to load a key that was saved with the version of Mbed TLS under… 15 … is: as a user of Mbed TLS, I want to store a key under version V and read it back under version W… 17 … way would be difficult because we'd need to have version V of Mbed TLS available when testing ver… 19 …irect approach consists of generating test data under version V, and reading it back under version… 23 …nsure the stability of the storage format by creating test cases under a version V of Mbed TLS, wh… 27 …passes with version V, this means that the test data is consistent with what the implementation do… 29 …version V and load-and-check passing on version W with the same data that proves that version W ca… 37 …version of Mbed TLS, since there would be no indication that more test cases used to exist. It can… 39 …ide to stop supporting old keys (which should only be done by retiring a version of the storage fo… 56 … the desired test cases for keys created with the current storage format version. When the storage…
|
/mbedtls-latest/tests/scripts/ |
D | check-python-files.sh | 21 import packaging.version 26 if packaging.version.parse(actual) < packaging.version.parse(wanted): 43 check_version mypy.version 0.780
|
D | all.sh | 311 --clang-earliest=<Clang_earliest_path> Earliest version of clang available 312 --clang-latest=<Clang_latest_path> Latest version of clang available 313 --gcc-earliest=<GCC_earliest_path> Earliest version of GCC available 314 --gcc-latest=<GCC_latest_path> Latest version of GCC available 850 clang --version|grep version|sed -E 's#.*version ([0-9]+).*#\1#'
|
/mbedtls-latest/programs/x509/ |
D | cert_write.c | 199 int version; /* CRT version */ member 366 opt.version = DFL_VERSION - 1; in main() 448 opt.version = atoi(q); in main() 449 if (opt.version < 1 || opt.version > 3) { in main() 453 opt.version--; in main() 845 mbedtls_x509write_crt_set_version(&crt, opt.version); in main() 866 if (opt.version == MBEDTLS_X509_CRT_VERSION_3 && in main() 884 if (opt.version == MBEDTLS_X509_CRT_VERSION_3 && in main() 901 if (opt.version == MBEDTLS_X509_CRT_VERSION_3 && in main() 919 if (opt.version == MBEDTLS_X509_CRT_VERSION_3 && in main() [all …]
|
/mbedtls-latest/ |
D | BRANCHES.md | 9 this is where the next major version of Mbed TLS (version 4.0) is being 22 API compatibility in the `main` branch across minor version changes (e.g. 24 compatibility on major version changes (e.g. from 3.x to 4.0). We also maintain 37 modification with any later release x.y'.z' with the same major version 74 We intend to maintain this backward compatibility throughout a major version 79 LTS, but future major version upgrades (for example from 2.28.x/3.x to 4.y) 93 minimum version of tools needed to build the code. The only exception, as 115 Users are urged to always use the latest version of a maintained branch.
|
D | LICENSE | 57 the original version of the Work and any modifications or additions 453 be similar in spirit to the present version, but may differ in detail to 456 Each version is given a distinguishing version number. If the Program 457 specifies a version number of this License which applies to it and "any 458 later version", you have the option of following the terms and conditions 459 either of that version or of any later version published by the Free 460 Software Foundation. If the Program does not specify a version number of 461 this License, you may choose any version ever published by the Free Software 512 the Free Software Foundation; either version 2 of the License, or 513 (at your option) any later version. [all …]
|
/mbedtls-latest/tests/suites/ |
D | test_suite_x509parse.data | 3 x509_cert_info:"../framework/data_files/parse_input/server1.crt":"cert. version \: 3\nserial nu… 7 x509_cert_info:"../framework/data_files/parse_input/server1.crt.der":"cert. version \: 3\nseria… 11 x509_cert_info:"../framework/data_files/parse_input/server2.crt":"cert. version \: 3\nserial nu… 15 x509_cert_info:"../framework/data_files/parse_input/server2.crt.der":"cert. version \: 3\nseria… 19 x509_cert_info:"../framework/data_files/parse_input/test-ca.crt":"cert. version \: 3\nserial nu… 23 x509_cert_info:"../framework/data_files/parse_input/test-ca.crt.der":"cert. version \: 3\nseria… 27 x509_cert_info:"../framework/data_files/parse_input/cert_md5.crt":"cert. version \: 3\nserial n… 31 x509_cert_info:"../framework/data_files/parse_input/cert_sha1.crt":"cert. version \: 3\nserial … 35 x509_cert_info:"../framework/data_files/parse_input/cert_sha224.crt":"cert. version \: 3\nseria… 39 x509_cert_info:"../framework/data_files/parse_input/cert_sha256.crt":"cert. version \: 3\nseria… [all …]
|
D | test_suite_version.data | 1 Check compile time library version 4 Check runtime library version
|
/mbedtls-latest/programs/test/cmake_subproject/ |
D | cmake_subproject.c | 21 char version[18]; in main() local 23 mbedtls_version_get_string_full(version); in main() 25 mbedtls_printf("Built against %s\n", version); in main()
|
/mbedtls-latest/programs/test/cmake_package/ |
D | cmake_package.c | 20 char version[18]; in main() local 22 mbedtls_version_get_string_full(version); in main() 24 mbedtls_printf("Built against %s\n", version); in main()
|
/mbedtls-latest/programs/test/cmake_package_install/ |
D | cmake_package_install.c | 21 char version[18]; in main() local 23 mbedtls_version_get_string_full(version); in main() 25 mbedtls_printf("Built against %s\n", version); in main()
|
/mbedtls-latest/library/ |
D | x509_crl.c | 306 while (crl->version != 0 && crl->next != NULL) { in mbedtls_x509_crl_parse_der() 310 if (crl->version != 0 && crl->next == NULL) { in mbedtls_x509_crl_parse_der() 379 if ((ret = x509_crl_get_version(&p, end, &crl->version)) != 0 || in mbedtls_x509_crl_parse_der() 385 if (crl->version < 0 || crl->version > 1) { in mbedtls_x509_crl_parse_der() 390 crl->version++; in mbedtls_x509_crl_parse_der() 453 if (crl->version == 2) { in mbedtls_x509_crl_parse_der() 606 prefix, crl->version); in mbedtls_x509_crl_info()
|
D | psa_crypto_storage.c | 227 uint8_t version[4]; member 246 MBEDTLS_PUT_UINT32_LE(0, storage_format->version, 0); in psa_format_key_data_for_storage() 275 uint32_t version; in psa_parse_key_data_from_storage() local 286 version = MBEDTLS_GET_UINT32_LE(storage_format->version, 0); in psa_parse_key_data_from_storage() 287 if (version != 0) { in psa_parse_key_data_from_storage()
|
D | x509write_crt.c | 44 ctx->version = MBEDTLS_X509_CRT_VERSION_3; in mbedtls_x509write_crt_init() 61 int version) in mbedtls_x509write_crt_set_version() argument 63 ctx->version = version; in mbedtls_x509write_crt_set_version() 468 if (ctx->version == MBEDTLS_X509_CRT_VERSION_3) { in mbedtls_x509write_crt_der() 577 if (ctx->version != MBEDTLS_X509_CRT_VERSION_1) { in mbedtls_x509write_crt_der() 580 mbedtls_asn1_write_int(&c, buf, ctx->version)); in mbedtls_x509write_crt_der()
|
D | x509_crt.c | 1153 if ((ret = x509_get_version(&p, end, &crt->version)) != 0 || in x509_crt_parse_der_core() 1161 if (crt->version < 0 || crt->version > 2) { in x509_crt_parse_der_core() 1166 crt->version++; in x509_crt_parse_der_core() 1241 if (crt->version == 2 || crt->version == 3) { in x509_crt_parse_der_core() 1249 if (crt->version == 2 || crt->version == 3) { in x509_crt_parse_der_core() 1257 if (crt->version == 3) { in x509_crt_parse_der_core() 1330 while (crt->version != 0 && crt->next != NULL) { in mbedtls_x509_crt_parse_der_internal() 1338 if (crt->version != 0 && crt->next == NULL) { in mbedtls_x509_crt_parse_der_internal() 1770 prefix, crt->version); in mbedtls_x509_crt_info() 2029 if (crl_list->version == 0 || in x509_crt_verifycrl() [all …]
|
D | x509_csr.c | 337 if ((ret = x509_csr_get_version(&p, end, &csr->version)) != 0) { in mbedtls_x509_csr_parse_der_internal() 342 if (csr->version != 0) { in mbedtls_x509_csr_parse_der_internal() 347 csr->version++; in mbedtls_x509_csr_parse_der_internal() 540 prefix, csr->version); in mbedtls_x509_csr_info()
|
D | pkparse.c | 609 int version, pubkey_done; in pk_parse_key_sec1_der() local 634 if ((ret = mbedtls_asn1_get_int(&p, end, &version)) != 0) { in pk_parse_key_sec1_der() 638 if (version != 1) { in pk_parse_key_sec1_der() 747 int ret, version; in pk_parse_key_pkcs8_unencrypted_der() local 784 if ((ret = mbedtls_asn1_get_int(&p, end, &version)) != 0) { in pk_parse_key_pkcs8_unencrypted_der() 788 if (version != 0) { in pk_parse_key_pkcs8_unencrypted_der()
|
/mbedtls-latest/.github/ISSUE_TEMPLATE/ |
D | bug_report.md | 16 Mbed TLS version (number or commit id): 17 Operating system and version:
|
/mbedtls-latest/include/mbedtls/ |
D | pkcs7.h | 109 int MBEDTLS_PRIVATE(version); 124 int MBEDTLS_PRIVATE(version);
|
D | x509_crt.h | 47 int version; /**< The X.509 version. (1=v1, 2=v2, 3=v3) */ member 218 int MBEDTLS_PRIVATE(version); 949 void mbedtls_x509write_crt_set_version(mbedtls_x509write_cert *ctx, int version);
|
/mbedtls-latest/tests/ |
D | Descriptions.txt | 15 version, both ways (client/server), using client authentication or not. 16 For each ciphersuite/version/side/authmode it performs a full handshake
|
/mbedtls-latest/docs/ |
D | 3.0-migration-guide.md | 3 This guide details the steps required to migrate from Mbed TLS version 2.x to 4 Mbed TLS version 3.0 or greater. Unlike normal releases, Mbed TLS 3.0 breaks 28 It's best to use the latest version of Mbed TLS 2.x for this purpose, which is the 2.28 LTS release. 48 * If you had a tool that parsed the library version from `include/mbedtls/version.h`, this has move… 55 A config file version symbol, `MBEDTLS_CONFIG_VERSION` was introduced. 74 …u do so at your own risk, since such code is likely to break in a future minor version of Mbed TLS. 149 This only affects people who've been using Mbed TLS since before version 2.0 196 provide your own version of that function), please use 217 Current version of the library does not support enabling `MBEDTLS_SHA256_C` 513 API were removed from version 1.0 of specification. Please switch to the new [all …]
|