- 2a6dd9c Rename & update documentation of function, types, and macros for psa_pake_set_role() and associated by Neil Armstrong · 3 years, 3 months ago
- 16ff788 Update return documentation of psa_pake_set_peer() by Neil Armstrong · 3 years, 3 months ago
- 3585168 Update return documentation of psa_pake_set_user() by Neil Armstrong · 3 years, 3 months ago
- 71cae61 Update return documentation of psa_pake_set_password_key() by Neil Armstrong · 3 years, 3 months ago
- 4721a6f Update return documentation of psa_pake_setup() by Neil Armstrong · 3 years, 3 months ago
- 1614537 Fix password wording in PSA_ALG_JPAKE documentation by Neil Armstrong · 3 years, 3 months ago
- 7bc71e9 Fix output_size documentation of psa_pake_output() by Neil Armstrong · 3 years, 3 months ago
- cd974d5 Fix return documentation of PSA_PAKE_OUTPUT_SIZE by Neil Armstrong · 3 years, 3 months ago
- d5a4825 Add missing psa_pake_cs_get_bits() by Neil Armstrong · 3 years, 3 months ago
- ff9cac7 Add missing psa_pake_cs_get_family() by Neil Armstrong · 3 years, 3 months ago
- 0c8ef93 Add missing psa_pake_abort() by Neil Armstrong · 3 years, 3 months ago
- 799106b Pass input as const reference and fix documentation of psa_pake_input() by Neil Armstrong · 3 years, 3 months ago
- 47e700e Pass cipher_suite parameter of psa_pake_setup() by const reference by Neil Armstrong · 3 years, 3 months ago
- 0151c55 Add documentation of PSA_PAKE_OPERATION_INIT by Neil Armstrong · 3 years, 3 months ago
- 5ff6a7f Add missing psa_pake_cipher_suite_init() by Neil Armstrong · 3 years, 3 months ago
- fb99302 Add missing PSA_PAKE_CIPHER_SUITE_INIT by Neil Armstrong · 3 years, 3 months ago
- e4d3a6a Merge pull request #5804 from superna9999/5797-remove-cipher-deps-tls by Gilles Peskine · 3 years, 3 months ago
- afe149d Merge pull request #5846 from bootstrap-prime/development by Dave Rodgman · 3 years, 3 months ago
- 4283a6b Merge pull request #5736 from gilles-peskine-arm/psa-raw_key_agreement-buffer_too_small by Paul Elliott · 3 years, 3 months ago
- 6dbbf44 Fix typos in documentation and constants with typo finding tool by bootstrap-prime · 3 years, 3 months ago
- 8395d7a Change guard of mbedtls_ssl_cipher_to_psa() with USE_PSA_CRYPTO || SSL_PROTO_TLS1_3 by Neil Armstrong · 3 years, 3 months ago
- 0fa8ce3 TLS 1.3 only have AEAD ciphers, drop the PSA_ALG_IS_AEAD() check in mbedtls_ssl_tls13_get_cipher_key_info() by Neil Armstrong · 3 years, 3 months ago
- b818e16 Move out common PSA code from mbedtls_ssl_tls13_generate_handshake_keys/mbedtls_ssl_tls13_generate_application_keys by Neil Armstrong · 3 years, 3 months ago
- e3b0b8a Remove non-PSA code in mbedtls_ssl_tls13_generate_handshake_keys/mbedtls_ssl_tls13_generate_application_keys by Neil Armstrong · 3 years, 3 months ago
- 9361724 Code style fixes by Neil Armstrong · 3 years, 3 months ago
- 689557c Make CIPHER_C guard code as alternate of USE_PSA_CRYPTO in mbedtls_ssl_ciphersuite_get_cipher_key_bitlen() by Neil Armstrong · 3 years, 3 months ago
- 4f4f271 In mbedtls_ssl_tls13_generate_handshake_keys() and mbedtls_ssl_tls13_generate_application_keys(), avoid calling mbedtls_cipher_info_from_type() by Neil Armstrong · 3 years, 3 months ago
- a8093f5 In mbedtls_ssl_tls13_populate_transform() make sure mbedtls_cipher_info_from_type() is only called when USE_PSA is disabled by Neil Armstrong · 3 years, 3 months ago
- 801abb6 Provide a PSA definition of mbedtls_ssl_ciphersuite_get_cipher_key_bitlen() when MBEDTLS_USE_PSA_CRYPTO is defined by Neil Armstrong · 3 years, 3 months ago
- 6ab65e2 Merge pull request #5842 from mprse/decrypt_tests by Manuel Pégourié-Gonnard · 3 years, 3 months ago
- 42ed963 Update PSA compliance test branch by Gilles Peskine · 3 years, 3 months ago
- 9edf51d Merge pull request #5785 from gabor-mezei-arm/5460_unify_parsing_sig_alg_ext by Ronald Cron · 3 years, 3 months ago
- a478441 Merge pull request #5748 from yuhaoth/pr/add-tls13-write-certificate-and-verify by Paul Elliott · 3 years, 3 months ago
- 3e56130 psa_raw_key_agreement: return BUFFER_TOO_SMALL when warranted by Gilles Peskine · 3 years, 4 months ago
- 7be11a7 Use TEST_LE_U in some places where it applies by Gilles Peskine · 3 years, 4 months ago
- d146542 New test helper macros TEST_LE_U, TEST_LE_S by Gilles Peskine · 3 years, 4 months ago
- 3ff2544 Separate the validation of the size macros and of the function by Gilles Peskine · 3 years, 4 months ago
- d4a258a Improve PSA_RAW_KEY_AGREEMENT_OUTPUT_SIZE validation by Gilles Peskine · 3 years, 4 months ago
- 992bee8 Test psa_raw_key_agreement with a larger/smaller buffer by Gilles Peskine · 3 years, 4 months ago
- 2a04532 Merge pull request #5766 from leorosen/fix-var-init by Dave Rodgman · 3 years, 3 months ago
- 8da6da3 ssl-opt.sh: add test of RSA Opaque keys with TLS 1.2 server for decryption by Przemek Stekiel · 3 years, 3 months ago
- 9b7e296 Merge pull request #4211 from ccawley2011/mingw by Gilles Peskine · 3 years, 3 months ago
- f460191 Merge pull request #5840 from bensze01/python_3.10_support by Gilles Peskine · 3 years, 3 months ago
- a3008e7 Add missing local variable initialization by Leonid Rozenboim · 3 years, 4 months ago
- 696956d Typo by Gabor Mezei · 3 years, 3 months ago
- 0a4298b Remove unnecessary duble conversion by Gabor Mezei · 3 years, 3 months ago
- 44f138d Add minimum requirements for Python 3.10 support by Bence Szépkúti · 3 years, 3 months ago
- b89125b Add test without server certificate by Jerry Yu · 3 years, 3 months ago
- d87e46f Merge pull request #3641 from okhowang/c99 by Dave Rodgman · 3 years, 3 months ago
- 23d1a25 fix hrr handler undefine fail by Jerry Yu · 3 years, 3 months ago
- 1cd4f6a Merge pull request #5794 from mprse/cipher_dep by Manuel Pégourié-Gonnard · 3 years, 3 months ago
- 4014a04 Merge pull request #5617 from gilles-peskine-arm/chacha20-rfc7539-test-vector by Manuel Pégourié-Gonnard · 3 years, 3 months ago
- 9bc53a2 Merge pull request #5806 from josesimoes/fix-3031 by Manuel Pégourié-Gonnard · 3 years, 3 months ago
- 8b65420 Add comment by Dave Rodgman · 3 years, 3 months ago
- da5f483 all.sh: Fix order of CIPHER dependencies by Przemek Stekiel · 3 years, 3 months ago
- a09f835 Fix CIPHER dependencies dependeny and error messages by Przemek Stekiel · 3 years, 3 months ago
- 179d748 all.sh: add build/test config crypto_full minus CIPHER Dependency list: by Przemek Stekiel · 3 years, 3 months ago
- 10f3a60 all.sh: add build/test config full minus CIPHER by Przemek Stekiel · 3 years, 3 months ago
- ea805b4 mbedtls_config.h, check_config.h: fix CIPHER dependencies by Przemek Stekiel · 3 years, 3 months ago
- 58f5915 Merge pull request #5732 from daverodgman/warmsocks_spellingfixes by Dave Rodgman · 3 years, 3 months ago
- 34f6ac7 Merge pull request #5812 from adeaarm/development by Manuel Pégourié-Gonnard · 3 years, 3 months ago
- c9c6e8d Improve comments by Dave Rodgman · 3 years, 3 months ago
- 5a26f30 Refactor cert exchange states by Jerry Yu · 3 years, 3 months ago
- c450566 Update client auth tests by Jerry Yu · 3 years, 3 months ago
- f1c3c4e fix various issues by Jerry Yu · 3 years, 3 months ago
- c8bdbf7 test:add state check for certificate and verify by Jerry Yu · 3 years, 4 months ago
- c6e6dbf fix various issues by Jerry Yu · 3 years, 4 months ago
- 4ff9e14 Add server certificate verfiy by Jerry Yu · 3 years, 4 months ago
- 1bff711 tls13:server:add server certificate writing by Jerry Yu · 3 years, 4 months ago
- 83da34e tls13:server:add dummy write certificate by Jerry Yu · 3 years, 4 months ago
- 3009a97 Minor spelling / grammar improvements by Dave Rodgman · 3 years, 4 months ago
- 65a141a Fix minor grammatical error by Dave Rodgman · 3 years, 4 months ago
- 5c65c57 Fix additional misspellings found by codespell by Andrzej Kurek · 3 years, 4 months ago
- e27e96d Revert spelling fixes to ChangeLog by Dave Rodgman · 3 years, 4 months ago
- 8b0ecbc Redo of PR#5345. Fixed spelling and typographical errors found by CodeSpell. by Shaun Case · 3 years, 8 months ago
- 85fba90 Add comment by Dave Rodgman · 3 years, 3 months ago
- faef649 Fix Ubuntu compile error in udp_proxy.c by Dave Rodgman · 3 years, 3 months ago
- f5f1cfc Additional CMake flag for controlling C standard by Dave Rodgman · 3 years, 3 months ago
- df865c3 Pass c99 to compiler in CMakeLists.txt by okhowang(王沛文) · 5 years ago
- 86acf05 Update signiture algorithm handling by Gabor Mezei · 3 years, 3 months ago
- 53a3b14 Update documntation by Gabor Mezei · 3 years, 3 months ago
- c1051b6 Remove `MBEDTLS_SSL_SIG_ALG_SET` macro by Gabor Mezei · 3 years, 3 months ago
- 3631cf6 Rename signiture algorithm macros to better suite with TLS 1.2 by Gabor Mezei · 3 years, 3 months ago
- 24c7c2b Unify `MBEDTLS_TLS_SIG_NONE` macro definition for TLS 1.2 and 1.3 by Gabor Mezei · 3 years, 3 months ago
- a3d016c Rename and rewrite `mbedtls_ssl_sig_hash_set_find` function by Gabor Mezei · 3 years, 3 months ago
- 1226590 Explicitly set invalid value for the end of the signiture algorithm set by Gabor Mezei · 3 years, 3 months ago
- 15b95a6 Use common macro for the invalid signiture algorithm botn in TLS 1.2 and 1.3 by Gabor Mezei · 3 years, 3 months ago
- 1a3be08 Reorder defines to use previous definitions by Gabor Mezei · 3 years, 3 months ago
- 078e803 Unify parsing of the signature algorithms extension by Gabor Mezei · 3 years, 3 months ago
- 5479f53 Merge pull request #5772 from superna9999/5762-rsa-decrypt-pk by Manuel Pégourié-Gonnard · 3 years, 3 months ago
- 814562a Switch last TEST_ASSERT() in TEST_EQUAL() in pk_wrap_rsa_decrypt_test_vec() by Neil Armstrong · 3 years, 3 months ago
- d1a954d Merge pull request #5707 from yuhaoth/pr/add-tls13-write-hello-retry-request by Paul Elliott · 3 years, 3 months ago
- 4bfb007 Handle platform differences in gmtime_s by Dave Rodgman · 3 years, 3 months ago
- 3383e43 Add changelog entry by Dave Rodgman · 3 years, 3 months ago
- ad8dc48 Remove redundant comment by Dave Rodgman · 3 years, 3 months ago
- ea5496c Fix compilation with MinGW32 by Cameron Cawley · 4 years, 5 months ago
- 4265026 Merge pull request #5783 from mprse/md_dep_v3 by Manuel Pégourié-Gonnard · 3 years, 3 months ago
- f41553b fix various issues by Jerry Yu · 3 years, 3 months ago
- a745c7d Merge pull request #5779 from mprse/rsa_decr_1b by Manuel Pégourié-Gonnard · 3 years, 3 months ago
- 9bbb7ba Merge pull request #5791 from superna9999/5788-unify-non-opaque-and-opaque-psks by Manuel Pégourié-Gonnard · 3 years, 3 months ago