aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-11Set redirects update branch to test branchdev/bensze01/in-tree-redirects-testBence Szépkúti1-1/+1
2023-05-11Work around Readthedocs command parsing bugBence Szépkúti1-0/+1
2023-05-09Reword the API token explanation in redirects.yamlBence Szépkúti1-3/+4
2023-05-09Use if statement for post_build control flowBence Szépkúti1-2/+4
2023-05-02Add post-build step to update redirectsBence Szépkúti2-2/+15
2023-05-02Add readthedocs-cli to requirements.inBence Szépkúti2-3/+20
2023-05-02Merge pull request #6915 from aditya-deshpande-arm/example-driver-post-codestyleManuel Pégourié-Gonnard18-3/+3038
2023-05-02Merge pull request #7461 from valeriosetti/issue7460-part1Manuel Pégourié-Gonnard8-118/+233
2023-04-28Change from Mbed TLS 3.3.0 to 3.4.0 in driver documentation.Aditya Deshpande1-1/+1
2023-04-28Minor changes to documentation and code comments for clarityAditya Deshpande4-31/+59
2023-04-28Add support for building p256-m alongside Mbed TLS with CMake.Aditya Deshpande6-29/+56
2023-04-28Migrate p256-m_driver_entrypoints.[hc] to new code styleAditya Deshpande2-58/+68
2023-04-28Minor formatting change to driver wrapper jinja templateAditya Deshpande1-26/+26
2023-04-28Add warnings to documentation stating that p256-m code may be out of date wit...Aditya Deshpande4-5/+10
2023-04-28Use psa_generate_random() instead of mbedtls_ctr_dbrgAditya Deshpande1-23/+4
2023-04-28Add 3rdparty license information to the READMEAditya Deshpande1-0/+6
2023-04-28Add SPDX license identifiers to driver entry point filesAditya Deshpande2-0/+40
2023-04-28Add README and license from the p256-m repoAditya Deshpande2-0/+540
2023-04-28Remove rand() from p256_generate_random() and move to an implementation based...Aditya Deshpande4-11/+36
2023-04-28Add README in p256-m/Aditya Deshpande1-0/+3
2023-04-28Remove unnecessary no-check-names commentsAditya Deshpande1-4/+0
2023-04-28Add information for driver points where auto-generation is implementedAditya Deshpande1-2/+7
2023-04-28Add example for integrating a driver alongside Mbed TLS for entrypoints where...Aditya Deshpande1-15/+48
2023-04-28Rename p256m to p256 for uniform function/macro prefixesAditya Deshpande3-20/+20
2023-04-28Start the driver example write-up (p256-m integration)Aditya Deshpande1-0/+13
2023-04-28Add step-by-step guide for writing and integrating drivers for entry points w...Aditya Deshpande1-7/+46
2023-04-28Integrate p256-m as an example driver alongside Mbed TLS and write documentat...Aditya Deshpande12-0/+2284
2023-04-28Merge pull request #7419 from yuhaoth/test/random-time-test-failGilles Peskine2-6/+25
2023-04-28Merge pull request #7502 from daverodgman/inline-clzGilles Peskine1-1/+1
2023-04-28Merge pull request #7443 from mprse/psa_init_in_programsGilles Peskine34-30/+425
2023-04-28Merge pull request #7499 from JonathanWitthoeft/developmentGilles Peskine2-13/+16
2023-04-28test: use define for initializing ssl_message_queue structValerio Setti1-5/+7
2023-04-28test: fix USE_PSA_INIT position in test_suite_sslValerio Setti1-42/+18
2023-04-27Merge pull request #7433 from oberon-microsystems/fix-psa-aead-chacha20-test-...Dave Rodgman1-1/+1
2023-04-27Don't explicitly inline mbedtls_mpi_core_clzDave Rodgman2-32/+34
2023-04-27Merge pull request #7468 from mpg/review-contribManuel Pégourié-Gonnard1-1/+1
2023-04-26Adjust ChangeLogJonathanWitthoeft1-3/+2
2023-04-26Make mbedtls_ecdsa_can_do definition unconditionalJonathanWitthoeft2-5/+4
2023-04-26Bug Fix: mbedtls_ecdsa_verify_restartable fails with ECDSA_SIGN_ALTJonathanWitthoeft1-13/+18
2023-04-26Fix VS2022 build errorDave Rodgman2-34/+32
2023-04-26Merge pull request #7316 from yuhaoth/pr/Add-msvc-support-for-aesce-moduleDave Rodgman4-23/+48
2023-04-26Merge pull request #7429 from xkqian/bignumber_update_commentsTom Cosgrove3-3/+5
2023-04-26fix clang test failJerry Yu1-6/+12
2023-04-26Merge pull request #7427 from minosgalanakis/ecp/7258_ecp_mod_p256K1_add_test...Janos Follath4-1/+121
2023-04-26Merge pull request #7462 from daverodgman/clz_size_optTom Cosgrove4-12/+90
2023-04-26Add compiler version checks.Jerry Yu2-20/+14
2023-04-26Improve minimum compiler versions documentJerry Yu1-2/+2
2023-04-25Remove undesirable testDave Rodgman2-8/+1
2023-04-25Remove unnecessary if to save 16 bytesDave Rodgman3-7/+12
2023-04-25Merge pull request #7448 from gabor-mezei-arm/7261_roll_loop_in_ecp_mod_koblitzPaul Elliott1-49/+24