Searched full:development (Results 1 – 25 of 34) sorted by relevance
12
/mbedtls-3.6.0/ |
D | CONTRIBUTING.md | 18 …ow [our coding standards](https://mbed-tls.readthedocs.io/en/latest/kb/development/mbedtls-coding-… 25 …As a general rule, you should use the ["development" branch](https://github.com/Mbed-TLS/mbedtls/t… 33 …ility is maintained between different versions of Mbed TLS on the main development branch and in L… 35 …interface is required, all changes to the ABI or API, even on the main development branch where ne… 51 …ted to LTS branches in addition to the [development branch](https://github.com/Mbed-TLS/mbedtls/tr… 62 …le on the Mbed TLS website](https://mbed-tls.readthedocs.io/en/latest/kb/development/test_suites/). 72 It is advised to enable the [githooks scripts](https://github.com/Mbed-TLS/mbedtls/tree/development… 82 1. A [ChangeLog](https://github.com/Mbed-TLS/mbedtls/blob/development/ChangeLog.d/00README.md) entr…
|
D | README.md | 41 The main systems used for development are CMake and GNU Make. Those systems are always complete and… 51 … code. Python is also needed to integrate PSA drivers and to build the development branch (see nex… 52 * Perl to run the tests, and to generate some source files in the development branch. 57 ### Generated source files in the development branch 59 …development branch of Mbed TLS, but the generated files are included in official releases. This se… 228 …development branch of Mbed TLS, the Visual Studio solution files need to be generated first as des… 257 …s does Mbed TLS rely on?](https://mbed-tls.readthedocs.io/en/latest/kb/development/what-external-d…
|
D | BRANCHES.md | 8 - The [`development`](https://github.com/Mbed-TLS/mbedtls/tree/development) branch: 106 - [`development`](https://github.com/Mbed-TLS/mbedtls/)
|
D | .readthedocs.yaml | 20 if [ "$READTHEDOCS_VERSION" = "development" ]; then
|
D | BUGS.md | 10 [maintained branch](BRANCHES.md): `master`, `development`,
|
D | CMakeLists.txt | 63 option(GEN_FILES "Generate the auto-generated files as needed" OFF) # off in development
|
/mbedtls-3.6.0/scripts/ |
D | prepare_release.sh | 10 -u Prepare for development (undo the release preparation) 56 # GEN_FILES defaults on (non-empty) in development, off (empty) in releases 64 # GEN_FILES defaults on in development, off in releases 70 sed -i '/[Oo][Ff][Ff] in development/! s/^\( *option *( *GEN_FILES *"[^"]*" *\)\([A-Za-z0-9][A-Za…
|
D | code_style.py | 184 parser.add_argument('-s', '--since', metavar='COMMIT', const='development', nargs='?', 186 ' (e.g. --since=HEAD~3 or --since=development). If no' 187 ' commit is specified, default to development.'))
|
D | tmp_ignore_makefiles.sh | 4 # git development
|
D | output_env.sh | 10 # To print out all the relevant information about the development environment.
|
D | config.py | 12 # Python 3.4. The version in development may only use more recent features 207 'MBEDTLS_SSL_RECORD_SIZE_LIMIT', # in development, currently breaks other tests
|
/mbedtls-3.6.0/docs/ |
D | psa-driver-example-and-guide.md | 1 # PSA Cryptoprocessor driver development examples 5 …m. The [PSA Driver Interface](https://github.com/Mbed-TLS/mbedtls/blob/development/docs/proposed/p… 6 …development/docs/proposed/psa-driver-developer-guide.md) Guide describes the deliverables for writ… 20 …r the specific [key location](https://github.com/Mbed-TLS/mbedtls/blob/development/docs/proposed/p… 39 …mbedtls/blob/development/docs/proposed/psa-driver-developer-guide.md) and [integration](https://gi… 46 …development/scripts/data_files/driver_jsons/mbedtls_test_transparent_driver.json) or [`mbedtls_tes…
|
D | redirects.yaml | 5 # 'development' branch. This is because the API token (RTD_TOKEN) is not 11 to_url: /projects/api/en/development/
|
/mbedtls-3.6.0/docs/architecture/ |
D | tls13-support.md | 11 The development of the TLS 1.3 protocol is based on the TLS 1.3 prototype 13 itself based on a version of the development branch that we aim to keep as 15 development branch into the prototype. The section "Prototype upstreaming 203 (https://mbed-tls.readthedocs.io/en/latest/kb/development/mbedtls-coding-standards). They have been 271 development.
|
D | alternative-implementations.md | 41 See https://mbed-tls.readthedocs.io/en/latest/kb/development/hw_acc_guidelines for a more detailed …
|
D | psa-crypto-implementation-structure.md | 107 …ming PSA standard. The PSA Cryptography working group and the Mbed TLS development team communicat…
|
/mbedtls-3.6.0/docs/proposed/ |
D | README | 3 implemented. Please follow activity on the `development` branch of
|
D | psa-driver-integration-guide.md | 5 …current state of drivers Mbed TLS, see our [PSA Cryptoprocessor driver development examples](../ps…
|
D | psa-driver-wrappers-codegen-migration-guide.md | 7 …current state of drivers Mbed TLS, see our [PSA Cryptoprocessor driver development examples](../ps…
|
D | psa-driver-developer-guide.md | 5 …current state of drivers Mbed TLS, see our [PSA Cryptoprocessor driver development examples](../ps…
|
/mbedtls-3.6.0/.github/ |
D | pull_request_template.md | 19 Please refer to the [contributing guidelines](https://github.com/Mbed-TLS/mbedtls/blob/development/…
|
/mbedtls-3.6.0/docs/architecture/psa-migration/ |
D | outcome-analysis.sh | 54 git checkout $(git merge-base HEAD development)
|
D | psa-limitations.md | 51 verify the strength of these parameters. This led to the development of RFC
|
/mbedtls-3.6.0/docs/architecture/testing/ |
D | test-framework.md | 9 See <https://mbed-tls.readthedocs.io/en/latest/kb/development/test_suites>
|
/mbedtls-3.6.0/programs/ |
D | README.md | 101 ## Development utilities
|
12