- b9fc488 Move comment and string literal processing to a new function by Gilles Peskine · 3 years, 9 months ago
- 9b2fa72 Simplify some regex definitions by Gilles Peskine · 3 years, 9 months ago
- 152de23 Lift some code out of parse_identifiers by Gilles Peskine · 3 years, 9 months ago
- c879420 Fix comment parsing by Gilles Peskine · 3 years, 9 months ago
- 09c02ee Make PSA headers more self-contained by Gilles Peskine · 3 years, 8 months ago
- e0bbedf Merge pull request #5199 from AndrzejKurek/fix-getting-started by Gilles Peskine · 3 years, 9 months ago
- e2d707f Merge pull request #4866 from gabor-mezei-arm/3649_move_constant_time_functions_into_separate_module by Gilles Peskine · 3 years, 9 months ago
- b92b88c Merge pull request #5127 from xkqian/xkqian/pr/add_rsa_pss_rsae by Ronald Cron · 3 years, 9 months ago
- 685472b Update function name by Gabor Mezei · 3 years, 9 months ago
- be7b21d Merge branch 'development' into 3649_move_constant_time_functions_into_separate_module by Gabor Mezei · 3 years, 9 months ago
- 30f5560 Reverse the cert file by XiaokangQian · 3 years, 9 months ago
- f9fca8a Add back cipher suite information in ssh-opt.sh by XiaokangQian · 3 years, 9 months ago
- 25476a4 Change code based on review by XiaokangQian · 3 years, 9 months ago
- ff5f6c8 Refine test code and test scripts by XiaokangQian · 3 years, 9 months ago
- 07c5547 Change cert file to server2-sha256.crt by XiaokangQian · 3 years, 9 months ago
- f977e9a Add componet test and rsa signature options by XiaokangQian · 3 years, 9 months ago
- a27b352 Disable PSA_CRYPTO in tls1.3 tests by XiaokangQian · 3 years, 9 months ago
- 3616243 Merge pull request #5170 from tom-cosgrove-arm/fix-list-of-lts-branches-in-contributing.md by Gilles Peskine · 3 years, 9 months ago
- 0c9f058 Merge pull request #5213 from tom-cosgrove-arm/pr_4950 by Gilles Peskine · 3 years, 9 months ago
- 9264428 Merge pull request #5105 from AaronErhardt/doc-fixes by Gilles Peskine · 3 years, 9 months ago
- bdf26de Fix test failure and remove useless code by XiaokangQian · 3 years, 9 months ago
- 3887ab5 Use O_NEXT_SRV to support ciphersuite option by XiaokangQian · 3 years, 9 months ago
- 22dd68c Rebase code and run through the whole test flow by XiaokangQian · 3 years, 9 months ago
- d150189 Change script to solve G_NEXT_SRV_RSA not set issue by XiaokangQian · 3 years, 9 months ago
- 4b82ca1 Refine test code and test scripts by XiaokangQian · 3 years, 9 months ago
- d940e64 Add test script for RSA signature by XiaokangQian · 3 years, 9 months ago
- 82d34cc Add signature scheme rsa pss by XiaokangQian · 3 years, 9 months ago
- e3ed824 Fix duplicate variable name in getting_started.md by Andrzej Kurek · 3 years, 9 months ago
- 146247d Merge pull request #5172 from bensze01/invalid_nonce_error by Manuel Pégourié-Gonnard · 3 years, 9 months ago
- ac00659 Merge pull request #5121 from yuhaoth/pr/add-wrapup-and-hello-test by Ronald Cron · 3 years, 9 months ago
- 6d48e20 Indicate nonce sizes invalid for ChaCha20-Poly1305 by Bence Szépkúti · 3 years, 9 months ago
- 357b78e Indicate if we know that a nonce length is invalid by Bence Szépkúti · 3 years, 9 months ago
- b78618e Merge pull request #5195 from bensze01/test_psa_compliance by Gilles Peskine · 3 years, 9 months ago
- 1e4423b5 Remove expected failure from test_psa_compliance by Bence Szépkúti · 3 years, 9 months ago
- 9b9fbda Merge pull request #5094 from bensze01/test_psa_compliance by Manuel Pégourié-Gonnard · 3 years, 9 months ago
- 5a57a51 Merge pull request #5180 from daverodgman/key_derivation_output_key_error_code by Manuel Pégourié-Gonnard · 3 years, 9 months ago
- 61f797a Merge pull request #5111 from mprse/aps_mem_leak by paul-elliott-arm · 3 years, 9 months ago
- a6e6c27 Grouplize tls1_3 special functions by Jerry Yu · 3 years, 9 months ago
- 6d38c19 Add http connection pass check by Jerry Yu · 3 years, 9 months ago
- cfe64f0 fix various issues by Jerry Yu · 3 years, 9 months ago
- e1b1e2d Add minimal feature sets test by Jerry Yu · 3 years, 9 months ago
- 378254d Implement handshake wrapup by Jerry Yu · 3 years, 9 months ago
- 1726835 Merge pull request #4965 from xkqian/add_client_finished by Ronald Cron · 3 years, 9 months ago
- 3ce4d51 Move set_outbound_transform to finalize server finished. by XiaokangQian · 3 years, 9 months ago
- 491d849 Fix derive_input test ignoring parameter by Dave Rodgman · 3 years, 9 months ago
- 3f86a90 Update test to handle changed error code by Dave Rodgman · 3 years, 9 months ago
- d69da6c Improve PSA error return code by Dave Rodgman · 3 years, 9 months ago
- a3087e8 Fix finished message decryption fail issue by XiaokangQian · 3 years, 9 months ago
- fff613a Fix list of LTS braches in CONTRIBUTING.md, and back link from BRANCHES.md by Tom Cosgrove · 3 years, 9 months ago
- 9ec8fcf Improve failure messag for calculating verify data by XiaokangQian · 3 years, 9 months ago
- dce8224 Fix the compile issue about prepare message by XiaokangQian · 3 years, 9 months ago
- 0fa6643 Align coding stles and remove useless code by XiaokangQian · 3 years, 9 months ago
- 35dc625 Move the location of functions by XiaokangQian · 3 years, 9 months ago
- 8773aa0 Align coding styles in generic for client finish by XiaokangQian · 3 years, 9 months ago
- cc90c94 Rebase and change code by XiaokangQian · 3 years, 9 months ago
- e1655e4 Change naming styles and fix ci failure by XiaokangQian · 3 years, 9 months ago
- c00ba81 Remove MBEDTLS_SSL_NEW_SESSION_TICKET in TLS1.3 MVP by XiaokangQian · 3 years, 9 months ago
- eab1023 Fix some compiling errors for name mismatch by XiaokangQian · 3 years, 10 months ago
- 74af2a8 TLS1.3: Add client finish processing in client side by XiaokangQian · 3 years, 11 months ago
- bb41a88 Merge pull request #5120 from yuhaoth/pr/fix-memory-leak-and-version-header by Ronald Cron · 3 years, 9 months ago
- 28777db Merge pull request #4952 from xkqian/add_server_finished by Ronald Cron · 3 years, 9 months ago
- a4c99f2 Remove useless blank line by XiaokangQian · 3 years, 9 months ago
- c13f935 Align code styles of indent and so on by XiaokangQian · 3 years, 9 months ago
- 3306284 Change code base on comments by XiaokangQian · 3 years, 9 months ago
- d6d234f Solve the ABI_API check issue for mbedtls_ssl_session by XiaokangQian · 3 years, 9 months ago
- f1a7ea8 Merge pull request #5092 from mprse/generate_key2 by Gilles Peskine · 3 years, 9 months ago
- ea79ff6 Merge pull request #5147 from tom-cosgrove-arm/serialise-builds-of-archives-on-windows by Dave Rodgman · 3 years, 9 months ago
- 0eedd36 Serialise builds of the .a files on Windows by Tom Cosgrove · 3 years, 9 months ago
- d6914e3 ssl_client2/ssl_server2: Rework ordering of cleanup by Przemyslaw Stekiel · 3 years, 9 months ago
- 087f047 Merge pull request #5076 from mstarzyk-mobica/psa_ccm_no_tag by Manuel Pégourié-Gonnard · 3 years, 9 months ago
- d0aa3e9 Inprove code base on review comments by XiaokangQian · 3 years, 9 months ago
- 57b2aff Align the union size by XiaokangQian · 3 years, 9 months ago
- aaa0e19 Change the alignment and names of functions and a macro by XiaokangQian · 3 years, 9 months ago
- c5c39d5 Change code for styles and comments .etc by XiaokangQian · 3 years, 9 months ago
- 44c38f7 Chande debug message in finished and rename finalize functions by XiaokangQian · 3 years, 9 months ago
- b51f884 Change comments for export_keys callback by XiaokangQian · 3 years, 9 months ago
- ac0385c Change code based on comments by XiaokangQian · 3 years, 9 months ago
- 8903bd9 Change some naming style issues and remove useless code by XiaokangQian · 3 years, 9 months ago
- 1aef02e Fix initialized issues and remove useless code by XiaokangQian · 3 years, 9 months ago
- 61bdbbc Add cleanup in functions for secure reason by XiaokangQian · 3 years, 9 months ago
- f26f6ad Rebase and solve conflicts by XiaokangQian · 3 years, 9 months ago
- f13c560 Revert some changes about tls13 and macros by XiaokangQian · 3 years, 9 months ago
- 7c91705 Remove support for MBEDTLS_SSL_EXPORT_KEYS by XiaokangQian · 3 years, 10 months ago
- 46c6fc7 Fix compile issue about MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL by XiaokangQian · 3 years, 10 months ago
- a763498 Change code based on commetns by XiaokangQian · 3 years, 10 months ago
- 4cab024 Change coding style by XiaokangQian · 3 years, 10 months ago
- aa5f5c1 TLS1.3: Add server finish processing in client side by XiaokangQian · 3 years, 11 months ago
- b376eac Track upstreaming task in an issue by Bence Szépkúti · 3 years, 9 months ago
- cb28871 Document the values in EXPECTED_FAILURES by Bence Szépkúti · 3 years, 9 months ago
- e2855c3 Move to an updated fork of psa-arch-tests by Bence Szépkúti · 3 years, 9 months ago
- 729c244 test_case.py: add new line between test cases by Przemyslaw Stekiel · 3 years, 9 months ago
- 91fe315 Merge pull request #5134 from xffbai/add-hostname-ext by Ronald Cron · 3 years, 9 months ago
- f36e167 Fix alignment by Xiaofei Bai · 3 years, 9 months ago
- 6f435f0 Fix compile error by Xiaofei Bai · 3 years, 9 months ago
- 58afdba Fix typo and remove wrapper by Xiaofei Bai · 3 years, 9 months ago
- a1a568c fix various issues by Jerry Yu · 3 years, 9 months ago
- 260f5d9 Merge pull request #4953 from yuhaoth/pr/add-tls13-read-certificate-verfify by Ronald Cron · 3 years, 9 months ago
- 1ca80f7 fix comment issue by Jerry Yu · 3 years, 9 months ago
- 0495dd0 Merge pull request #4936 from xffbai/code-size-measure by Gilles Peskine · 3 years, 9 months ago
- c756b5f Merge pull request #5126 from haampie/fix/DT_NEEDED_for_shared_libraries by Gilles Peskine · 3 years, 9 months ago