- ae25bb0 Fix null pointer dereference in mpi_mod_int(0, 2) by Gilles Peskine · 3 years, 2 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
- 929c085 Merge pull request #5537 from xffbai/tls13-write-cert-req-msg by Ronald Cron · 3 years, 3 months ago
- aad9b0a Update code base on comments by XiaokangQian · 3 years, 3 months ago
- a987e1d Change state machine after encrypted extension and update cases by XiaokangQian · 3 years, 3 months ago
- ec6efb9 Change variable name to output_len by XiaokangQian · 3 years, 3 months ago
- cec9ae6 Change the code places of CERTIFICATE_REQUEST by XiaokangQian · 3 years, 3 months ago
- 45c2220 Update test cases and encrypted extension state set by XiaokangQian · 3 years, 3 months ago
- 2f150e1 Update status and add test cases for client certificate request by XiaokangQian · 3 years, 3 months ago
- 1f1f1e3 Temp change to align with client/server hello style by XiaokangQian · 3 years, 3 months ago
- 9dc4450 Fix commets issue about coding styles by XiaokangQian · 3 years, 3 months ago
- eaf3651 Rebase and solve conflicts by XiaokangQian · 3 years, 3 months ago
- 5ee73d8 Address review comments by Xiaofei Bai · 3 years, 5 months ago
- 9ca09d4 Add writing CertificateRequest msg on server side by Xiaofei Bai · 3 years, 6 months ago
- 612615f Merge pull request #5814 from paul-elliott-arm/travis_project by Paul Elliott · 3 years, 3 months ago
- 63d3deb Revert Coverity project name change by Paul Elliott · 3 years, 3 months ago
- 25b1f5d Merge pull request #5545 from xffbai/tls13-write-enc-ext by Ronald Cron · 3 years, 3 months ago
- ef2b98a fix coding style issues by Jerry Yu · 3 years, 3 months ago
- cb20d20 Further code optimization by Przemek Stekiel · 3 years, 3 months ago
- f86eb75 fix various issues by Jerry Yu · 3 years, 3 months ago
- 2d89b40 Merge pull request #5803 from paul-elliott-arm/travis_coverity_fix by Paul Elliott · 3 years, 3 months ago
- 8ecd668 Keep raw PSK when set via mbedtls_ssl_conf_psk() and feed as input_bytes by Neil Armstrong · 3 years, 3 months ago
- e110d25 Add set outbound transform by Jerry Yu · 3 years, 3 months ago
- 296bfba ssl_server2: add key_opaque_algs2 usage info by Przemek Stekiel · 3 years, 3 months ago
- 1d25e07 ssl_client2: fix default key opaque algs by Przemek Stekiel · 3 years, 3 months ago
- 488efa0 Fix compiler warnings: initialize local variables: psa_alg, psa_alg2, psa_usage by Przemek Stekiel · 3 years, 3 months ago
- 134eb8b Fix style by Przemek Stekiel · 3 years, 3 months ago
- 0921283 ssl_client2/ss_server2: optimize code for opaque key by Przemek Stekiel · 3 years, 3 months ago
- 76a41f5 ssl_test_lib: fix compilation flags for default config by Przemek Stekiel · 3 years, 3 months ago
- e5e9ba9 ssl_server2: refactor opaque code by Przemek Stekiel · 3 years, 3 months ago
- 89132a6 Fix call to mbedtls_pk_wrap_as_opaque(): use usage variable instead PSA_KEY_USAGE_SIGN_HASH by Przemek Stekiel · 3 years, 3 months ago
- b58c47a ssl_server2: use key opaque algs given from command line by Przemek Stekiel · 3 years, 3 months ago
- 344c561 ssl_server2: Add support for key_opaque_algs2 command line paramtere by Przemek Stekiel · 3 years, 3 months ago
- a17b5c6 ssl_client: use key opaque algs given from command line by Przemek Stekiel · 3 years, 3 months ago
- 01396a1 ssl_test_lib: add function translate given opaque algoritms to psa by Przemek Stekiel · 3 years, 3 months ago
- 77fc9ab Fix typos and code style by Przemek Stekiel · 3 years, 3 months ago
- 4ca0d72 ssl server: add key_opaque_algs command line option by Przemek Stekiel · 3 years, 3 months ago
- f1822fe ssl client: add key_opaque_algs command line option by Przemek Stekiel · 3 years, 3 months ago
- 85d692d ssl client/server: add parsing function for key_opaque_algs command line option by Przemek Stekiel · 3 years, 3 months ago
- e6e7bf5 Merge pull request #5801 from wernerlewis/asn1_memcpy_null by Paul Elliott · 3 years, 3 months ago
- b374a98 Add ChangeLog entry by Werner Lewis · 3 years, 3 months ago
- b73ed13 Change coverity secret token in travis by Paul Elliott · 3 years, 3 months ago
- e59a531 Fix memcpy() UB in mbedtls_asn1_named_data() by Werner Lewis · 3 years, 3 months ago
- 80f6f32 Make mbedtls_ssl_psk_derive_premaster() only for when MBEDTLS_USE_PSA_CRYPTO is not selected by Neil Armstrong · 3 years, 3 months ago
- 044a32c Remove mbedtls_ssl_get_psk() and it's usage when MBEDTLS_USE_PSA_CRYPTO is selected by Neil Armstrong · 3 years, 3 months ago
- cd05f0b Drop skip PMS generation for opaque XXX-PSK now Opaque PSA key is always present when MBEDTLS_USE_PSA_CRYPTO selected by Neil Armstrong · 3 years, 3 months ago
- e952a30 Remove RAW PSK when MBEDTLS_USE_PSA_CRYPTO is selected by Neil Armstrong · 3 years, 3 months ago
- 61f237a Remove PSA-only code dealing with non-opaque PSA key by Neil Armstrong · 3 years, 3 months ago
- 501c932 Import PSK as opaque PSA key for mbedtls_ssl_conf_psk() & mbedtls_ssl_set_hs_psk() by Neil Armstrong · 3 years, 3 months ago
- 4c3b4e0 Initialize & free PSA in test_multiple_psks() by Neil Armstrong · 3 years, 3 months ago
- b743d95 Do not erase input key in psa_tls12_prf_psk_to_ms_set_key() by Neil Armstrong · 3 years, 3 months ago
- 9da5e5a fix coding style issues by Jerry Yu · 3 years, 3 months ago
- 7c0da07 Update state check by Jerry Yu · 3 years, 3 months ago
- de66d12 remove out couter reset by Jerry Yu · 3 years, 3 months ago
- 39730a7 remove variable initial by Jerry Yu · 3 years, 3 months ago
- 8937eb4 fix various issues by Jerry Yu · 3 years, 3 months ago
- 068a13d Merge pull request #5771 from superna9999/5761-rsa-decrypt-rework-pk-wrap-as-opaque by Manuel Pégourié-Gonnard · 3 years, 3 months ago
- 67397fa Merge pull request #5704 from mprse/mixed_psk_2cx by Manuel Pégourié-Gonnard · 3 years, 3 months ago
- 169bf0b Fix comments (#endif flags) by Przemek Stekiel · 3 years, 3 months ago
- 310294f Merge pull request #5759 from tom-daubney-arm/correct_x509_flag_parse_tests by Gilles Peskine · 3 years, 3 months ago
- 2b5d898 Merge pull request #5644 from gilles-peskine-arm/psa-storage-format-test-exercise by Gilles Peskine · 3 years, 3 months ago
- 0381083 Merge pull request #5654 from gilles-peskine-arm/psa-crypto-config-file by Gilles Peskine · 3 years, 3 months ago
- 4098083 Merge pull request #5745 from superna9999/5712-pk-opaque-rsa-pss-sign-tls by Gilles Peskine · 3 years, 3 months ago
- ae396bb Merge pull request #5773 from daverodgman/fix_debug_helper by Gilles Peskine · 3 years, 3 months ago
- 4acd3c7 Merge pull request #5776 from mprse/mixed_psk_log by Gilles Peskine · 3 years, 3 months ago
- f216179 Merge pull request #2082 from hanno-arm/iotssl-2490 by Gilles Peskine · 3 years, 3 months ago
- 94e371a Update mbedtls_pk_wrap_as_opaque() usage in SSL client2 & server2 by Neil Armstrong · 3 years, 4 months ago
- 9597497 Update mbedtls_pk_wrap_as_opaque() usage in PK & X509write tests by Neil Armstrong · 3 years, 4 months ago
- a1fc18f Change mbedtls_pk_wrap_as_opaque() signature to specify alg, usage and key_enrollment_algorithm by Neil Armstrong · 3 years, 4 months ago
- 8855e36 Merge pull request #5674 from superna9999/5668-abstract-tls-mode-cleanup by Gilles Peskine · 3 years, 3 months ago
- 8a4b7fd Optimize code by Przemek Stekiel · 3 years, 3 months ago
- ad47487 Merge pull request #5742 from superna9999/5669-review-test-incompatible-psa by Manuel Pégourié-Gonnard · 3 years, 3 months ago
- ab452cc fix name issue by Jerry Yu · 3 years, 3 months ago
- 8abcee9 Fix typos by Przemek Stekiel · 3 years, 3 months ago
- 2230e6c Simplify PSA transform->ivlen set in ssl_tls12_populate_transform() by Neil Armstrong · 3 years, 3 months ago
- 3bf040e Reorganize PSA/!PSA code in mbedtls_ssl_ticket_setup() by Neil Armstrong · 3 years, 3 months ago
- 301711e Simplify mbedtls_ssl_get_base_mode by Gilles Peskine · 3 years, 3 months ago
- e108d98 Simplify mbedtls_ssl_get_mode by Gilles Peskine · 3 years, 3 months ago
- 98136b1 Fixup and update comment of disabled USE_PSA_CRYPTO test check in all.sh by Neil Armstrong · 3 years, 3 months ago
- efffd64 Note that MBEDTLS_CONFIG_FILE can't be defined inside the config file by Gilles Peskine · 3 years, 3 months ago
- 1c9eb72 Update PSA specific comment in pk_rsa_verify_ext_test_vec() by Neil Armstrong · 3 years, 3 months ago
- cef55db ssl-opt: add state check by Jerry Yu · 3 years, 4 months ago
- 4d3841a fix various issues by Jerry Yu · 3 years, 4 months ago
- cba64af TLS1.3: add writing encrypted extensions by Xiaofei Bai · 3 years, 6 months ago
- 8ba99e7 Clarify wording of documentation by Manuel Pégourié-Gonnard · 3 years, 3 months ago
- 002a7b2 Adapt ChangeLog by Hanno Becker · 7 years ago
- 2b9fb88 Clarify documentation of mbedtls_x509_crt_profile by Hanno Becker · 7 years ago
- eecd0d2 Merge pull request #5679 from yuhaoth/pr/add-tls13-write-server-hello by Ronald Cron · 3 years, 3 months ago
- b51561b Add change log entry for mixed-psk by Przemek Stekiel · 3 years, 3 months ago
- a828f4d Merge pull request #5684 from tom-daubney-arm/M-AEAD_decrypt_driver_dispatch_test by Ronald Cron · 3 years, 4 months ago
- e65d801 fix undeclare error by Jerry Yu · 3 years, 4 months ago
- 882e02e Move and fixup check_test_requires_psa_disabled() into check_test_cases() by Neil Armstrong · 3 years, 4 months ago
- 6e6967f Reorganize PSA INVALID_PADDING handling for test #5 in pk_rsa_verify_ext_test_vec() by Neil Armstrong · 3 years, 4 months ago
- 2f8c2a5 Merge pull request #5753 from tom-cosgrove-arm/fix-missing-prototypes-warnings-a64-sha256-sha512 by Gilles Peskine · 3 years, 4 months ago
- eef30bc Merge pull request #5755 from mpg/ecdsa-range-test by Gilles Peskine · 3 years, 4 months ago
- 72b99ed Merge pull request #5381 from mpg/benchmark-ecc-heap by Gilles Peskine · 3 years, 4 months ago
- 955ddd7 fix various issues by Jerry Yu · 3 years, 4 months ago
- 4914d50 Fix spelling error in generated helper code by Dave Rodgman · 3 years, 4 months ago
- b8f7694 Fix Doxygen syntax error in generated code by Dave Rodgman · 3 years, 4 months ago