- 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
- a3087e8 Fix finished message decryption fail issue by XiaokangQian · 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
- 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
- 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
- 15a5681 TLS1.3 Add hostname extention by Xiaofei Bai · 3 years, 9 months ago
- 8a232d2 Merge pull request #4966 from gilles-peskine-arm/missing-psa-macros by Manuel Pégourié-Gonnard · 3 years, 9 months ago
- 3e63616 Add changelog by Harmen Stoppels · 3 years, 9 months ago
- 5398c10 Add return value check for cerificate verify by Jerry Yu · 3 years, 9 months ago
- fcb4fb7 Reorder linker flags by Harmen Stoppels · 3 years, 9 months ago
- 7084295 Restore the whitespace by Harmen Stoppels · 3 years, 9 months ago
- 3318e69 Merge pull request #5128 from gilles-peskine-arm/base64_invasive_h-development by paul-elliott-arm · 3 years, 9 months ago
- f4ecf30 Fix copypasta in #endif comment by Gilles Peskine · 3 years, 9 months ago
- 4db2624 Fix test bug: some classification flags were not tested by Gilles Peskine · 3 years, 9 months ago
- a4256c1 Ensure that all flags are actually tested by Gilles Peskine · 3 years, 9 months ago
- c323d45 Note the change to PSA_ALG_IS_HASH_AND_SIGN in the changelog by Gilles Peskine · 3 years, 10 months ago
- 4977e9f Add PSA_ALG_IS_HASH_AND_SIGN to the metadata tests by Gilles Peskine · 3 years, 11 months ago
- f2fe31a Reorder macro definitions by Gilles Peskine · 3 years, 11 months ago
- f7b4137 Untangle PSA_ALG_IS_HASH_AND_SIGN and PSA_ALG_IS_SIGN_HASH by Gilles Peskine · 3 years, 11 months ago
- c1ec49e Test PSA_HASH_BLOCK_LENGTH by Gilles Peskine · 3 years, 11 months ago
- e7be73d Use the new macro PSA_HASH_BLOCK_LENGTH by Gilles Peskine · 3 years, 11 months ago
- 5bc9bf7 Add changelog entry for new PSA Crypto API macros. by Mateusz Starzyk · 4 years ago
- c5c5b93 Add missing PSA_KEY_ID_NULL macro. by Mateusz Starzyk · 4 years ago
- 7d262dd Add missing PSA_HASH_BLOCK_LENGTH macro. by Mateusz Starzyk · 4 years ago
- 359b5ab Add missing PSA_ALG_NONE macro. by Mateusz Starzyk · 4 years ago
- e6d3eda Add missing PSA_ALG_IS_SIGN_HASH macro. by Mateusz Starzyk · 4 years ago
- 308d618 Merge pull request #5124 from AndrzejKurek/add-missing-test-name by Gilles Peskine · 3 years, 9 months ago
- ccd738b Add git rev-parse options by Xiaofei Bai · 3 years, 9 months ago
- 01ef723 DT_NEEDED for shared builds in makefile by Harmen Stoppels · 3 years, 9 months ago
- 386f582 Add a missing psa_crypto test suite test name by Andrzej Kurek · 3 years, 9 months ago
- e3fcb50 Adapt generate_key() test code to mbedTLS standards by Przemyslaw Stekiel · 3 years, 9 months ago
- 7bc26b8 generate_psa_tests.py: add key generation result to test case argument list, add comments by Przemyslaw Stekiel · 3 years, 9 months ago
- 0dbe1df Merge pull request #4859 from brett-warren-arm/supported_groups by Manuel Pégourié-Gonnard · 3 years, 9 months ago
- ba9c727 fix memory leak issue by Jerry Yu · 3 years, 9 months ago
- 47413c2 fix wrong version header for tls1.3 by Jerry Yu · 3 years, 9 months ago
- 834886d Add certificate verify check by Jerry Yu · 3 years, 9 months ago
- 4313d3a Merge pull request #5010 from gilles-peskine-arm/psa-rsa-pss_any_salt by Manuel Pégourié-Gonnard · 3 years, 9 months ago
- 14efd33 Convert TLS1.3 functions to get_supported_groups by Brett Warren · 3 years, 10 months ago
- 25386b7 Refactor ssl_{server2,client2} for NamedGroup IDs by Brett Warren · 4 years ago
- 01f3dae Refactor elliptic curve extension for NamedGroups by Brett Warren · 4 years ago
- 7f813d5 add group api tests by Brett Warren · 3 years, 10 months ago
- 6f87f25 Refactor ssl_tls13_parse_certificate_verify by Jerry Yu · 3 years, 9 months ago
- daac359 Change check condition order by Jerry Yu · 3 years, 9 months ago
- d0fc585 fix various issues by Jerry Yu · 3 years, 9 months ago
- 0b32c50 fix various issues by Jerry Yu · 3 years, 9 months ago
- da8cdf2 Remove certificate_verify_coordinate by Jerry Yu · 3 years, 10 months ago
- 982d9e5 Add ssl_tls13_sig_alg_is_offered by Jerry Yu · 3 years, 10 months ago
- 133690c Refactor hash computation by Jerry Yu · 3 years, 10 months ago
- 26c2d11 Fix various issues by Jerry Yu · 3 years, 10 months ago
- 30b071c tls13:Add certificate verify by Jerry Yu · 3 years, 11 months ago
- 0bbb397 tls13: add labels by Jerry Yu · 3 years, 11 months ago
- e0edc84 Add mbedtls_ssl_conf_groups to API by Brett Warren · 4 years ago
- f660c7c Merge pull request #4993 from xffbai/add-tls13-read-certificate by Ronald Cron · 3 years, 9 months ago
- 136819f Merge pull request #4959 from gilles-peskine-arm/psa-add-aria by Manuel Pégourié-Gonnard · 3 years, 9 months ago