- c48f43b Fix PSA AEAD GCM's update output buffer length verification. by Mateusz Starzyk · 3 years, 10 months ago
- f28261f Remove output buffer limitation for PSA with GCM. by Mateusz Starzyk · 3 years, 10 months ago
- cd51e76 Merge pull request #4338 from paul-elliott-arm/psa-m-aead by Ronald Cron · 3 years, 10 months ago
- 8739f0f Fix incorrect nonce length on oneshot test by Paul Elliott · 3 years, 10 months ago
- cc12395 Test invalid nonce length for multipart AEAD with short tag by Gilles Peskine · 3 years, 10 months ago
- 96b332c Test invalid nonce length for one-shot AEAD decryption by Gilles Peskine · 3 years, 10 months ago
- 4ef7bd8 Simplify PSA_ALG_AEAD_WITH_SHORTENED_TAG with full-length tag by Gilles Peskine · 3 years, 10 months ago
- 60116ae Invert logic on nonce length tests by Paul Elliott · 3 years, 10 months ago
- 355f59e Fix formatting issues by Paul Elliott · 3 years, 10 months ago
- e716e6c Switch cipher enabled macros by Paul Elliott · 3 years, 10 months ago
- bfe3d87 Merge pull request #4842 from gilles-peskine-arm/public_fields-3.0-info by Gilles Peskine · 3 years, 10 months ago
- 1869377 Merge pull request #4942 from yuhaoth/pr/add-tls13-client-dummy-state-handlers by Manuel Pégourié-Gonnard · 3 years, 10 months ago
- 0729885 Merge pull request #4963 from ronald-cron-arm/tls13-mvp by Manuel Pégourié-Gonnard · 3 years, 10 months ago
- baff51c Make sure nonce length checks use base algorithm by Paul Elliott · 3 years, 10 months ago
- 7fc96c1 Fix test description by Ronald Cron · 3 years, 10 months ago
- fb87721 Fix supported signature documentation by Ronald Cron · 3 years, 10 months ago
- 8ee9ed6 Fix and improve the documentation of supported groups by Ronald Cron · 3 years, 10 months ago
- 814f0c5 Remove check for lack of supported ciphers by Paul Elliott · 3 years, 10 months ago
- 946c920 Add safety for nonce length to internal driver by Paul Elliott · 3 years, 10 months ago
- 45cb82f Merge pull request #4918 from yuhaoth/pr/add-send-alert-message-macro by Ronald Cron · 3 years, 10 months ago
- 5b8618b fixup: Make the fields of mbedtls_ecp_curve_info public by Gilles Peskine · 3 years, 10 months ago
- bb0f9e1 Move all nonce length checks to PSA Core by Paul Elliott · 3 years, 10 months ago
- dff6c5d Restore internal driver for aead_set_lengths by Paul Elliott · 3 years, 10 months ago
- ad8d0ba Keep consistency order. by Jerry Yu · 3 years, 10 months ago
- d52398d fix double underscore fail by Jerry Yu · 3 years, 10 months ago
- 4ed1ed1 Move nonce size checking to PSA Core by Paul Elliott · 3 years, 10 months ago
- 325d374 Move set lengths checking to PSA Core by Paul Elliott · 3 years, 10 months ago
- 745f5f2 Add test for PolyChaCha with shortened tag by Paul Elliott · 3 years, 10 months ago
- c78833a Add reminder of assumption to documentation by Paul Elliott · 3 years, 10 months ago
- f164b6a Add an overview section by Ronald Cron · 3 years, 10 months ago
- 847c358 Expend coding rules by Ronald Cron · 3 years, 10 months ago
- 3e7c403 Miscellaneous improvements by Ronald Cron · 3 years, 10 months ago
- fecda8d Improve the description of common macros usage by Ronald Cron · 3 years, 10 months ago
- 99733f0 Amend vector variables by Ronald Cron · 3 years, 10 months ago
- b194466 Amend TLS 1.3 prefix by Ronald Cron · 3 years, 10 months ago
- 72064b3 Fix usage of backticks by Ronald Cron · 3 years, 10 months ago
- 660c723 Add paragraph about expected quality by Ronald Cron · 3 years, 10 months ago
- 7a7032a Remove out of MVP scope items by Ronald Cron · 3 years, 10 months ago
- c3b510f Amend supported groups and signatures based on spec 9.1 section by Ronald Cron · 3 years, 10 months ago
- 3160d70 Add comments about key_share and supported_versions support by Ronald Cron · 3 years, 10 months ago
- 85e5108 Add support for server_name extension by Ronald Cron · 3 years, 10 months ago
- 004df8a Improve comment about handshake failure with HRR and CertificateRequest by Ronald Cron · 3 years, 10 months ago
- 1fa5088 Improve comment about PSK TLS 1.3 configuration options by Ronald Cron · 3 years, 10 months ago
- b19be6b Merge pull request #1638 from dgreen-arm/check-names-rewrite by Gilles Peskine · 3 years, 10 months ago
- 023987f Use GitHub table format by Ronald Cron · 3 years, 10 months ago
- def52c3 Remove obscure comment about TLS 1.3 renegotiation config option by Ronald Cron · 3 years, 10 months ago
- 3bf1f97 fix various issue on pending send alert by Jerry Yu · 3 years, 11 months ago
- bbd5a3f fix pending_alert issues by Jerry Yu · 3 years, 11 months ago
- 394ece6 Add function for set pending alert flag by Jerry Yu · 3 years, 11 months ago
- 33cedca fix comments issue by Jerry Yu · 3 years, 11 months ago
- e704781 add pend fatal alert by Jerry Yu · 3 years, 11 months ago
- e86cd65 fix unused-variable fail without MBEDTLS_DEBUG_C by Jerry Yu · 3 years, 10 months ago
- 860b4ee Rename `*_read_*` to `*_process_*` by Jerry Yu · 3 years, 10 months ago
- 6e81b27 Add client state number check by Jerry Yu · 3 years, 10 months ago
- 435756f Keep consistent order in dummy functions by Jerry Yu · 3 years, 11 months ago
- 6c98352 Move msvc compatible fix to `common.h` by Jerry Yu · 3 years, 11 months ago
- 3523a3b Improve dispatch tests by Jerry Yu · 3 years, 11 months ago
- 687101b tls13: add dummy state machine handler by Jerry Yu · 3 years, 11 months ago
- c7e7fe5 Add missing MBEDTLS_PRIVATE by Paul Elliott · 3 years, 10 months ago
- aafb21f Merge pull request #4968 from davidhorstmann-arm/fix-aarch64-asm-constraints by Gilles Peskine · 3 years, 10 months ago
- 27f84fc Merge pull request #4813 from JoeSubbiani/TranslateCiphersuite_dev by Ronald Cron · 3 years, 10 months ago
- bd4960c Merge pull request #4961 from mpg/doc-use-psa-crypto by Gilles Peskine · 3 years, 11 months ago
- c3a6f63 Merge updates from upstream development branch into check-names-rewrite by Yuto Takano · 3 years, 11 months ago
- 7500a0e Combine changelog entries for muladdc assembly fix by David Horstmann · 3 years, 11 months ago
- 9e4c020 Merge pull request #4969 from jclab-joseph/pr/fix/build-alpine by Gilles Peskine · 3 years, 11 months ago
- 32f46ba Remove ability to turn off chunked ad/data tests by Paul Elliott · 3 years, 11 months ago
- 5977bc9 Add MBEDTLS_PRIVATE to new structs by Paul Elliott · 3 years, 11 months ago
- 71b0567 Merge remote-tracking branch 'upstream/development' into psa-m-aead-merge by Paul Elliott · 3 years, 11 months ago
- 13841cb Mention areas that are not (well) tested. by Manuel Pégourié-Gonnard · 3 years, 11 months ago
- 9155b0e Clarify that 1.3 is excluded by Manuel Pégourié-Gonnard · 3 years, 11 months ago
- ca91017 Improve wording and fix some typos. by Manuel Pégourié-Gonnard · 3 years, 11 months ago
- d3ac4a9 Clarify wording of "not covered" section by Manuel Pégourié-Gonnard · 3 years, 11 months ago
- 6113af6 Fix test code to can be built on alpine by joseph · 3 years, 11 months ago
- f2cb19f Merge pull request #4891 from yuhaoth/pr/enable-key-exchange-in-client-hello by Ronald Cron · 3 years, 11 months ago
- 3db0b70 Remove unnecessary test steps by Paul Elliott · 3 years, 11 months ago
- 88ecbe1 Test generated nonce test generates expected sizes by Paul Elliott · 3 years, 11 months ago
- 90fdc11 Make NULL tag check more explicit by Paul Elliott · 3 years, 11 months ago
- 70618b2 Change sizeof to variable rather than struct by Paul Elliott · 3 years, 11 months ago
- 2c363a8 Add NULL / 0 buffer tests for update test by Paul Elliott · 3 years, 11 months ago
- fbb4c6d Replace AEAD operation init func with macro by Paul Elliott · 3 years, 11 months ago
- a2a09b0 Remove double initialisation of AEAD operation by Paul Elliott · 3 years, 11 months ago
- bb979e7 Rename enum types by Paul Elliott · 3 years, 11 months ago
- bdc2c68 Add missing not setting nonce tests by Paul Elliott · 3 years, 11 months ago
- 3ecdb3e Change test dependencys to PSA_WANT by Paul Elliott · 3 years, 11 months ago
- 11c81df Fix aarch64 assembly for bignum multiplication by David Horstmann · 3 years, 11 months ago
- 76e31ec Add gnutls version test for client hello by Jerry Yu · 3 years, 11 months ago
- 1e07869 Fix inaccuracy in key exchange summary by Manuel Pégourié-Gonnard · 3 years, 11 months ago
- 3785c90 Define TLS 1.3 MVP and document coding rules by Ronald Cron · 3 years, 11 months ago
- 73a0e1d Document parts not covered by USE_PSA_CRYPTO by Manuel Pégourié-Gonnard · 3 years, 11 months ago
- f0f2294 Merge pull request #4708 from mstarzyk-mobica/ccm_chunked by Gilles Peskine · 3 years, 11 months ago
- 200bcf7 Remove warning about PSA Crypto being beta by Manuel Pégourié-Gonnard · 3 years, 11 months ago
- 1b08c5f Document current effects of USE_PSA_CRYPTO by Manuel Pégourié-Gonnard · 3 years, 11 months ago
- 13b0beb Add docs/use-psa-crypto.md by Manuel Pégourié-Gonnard · 3 years, 11 months ago
- 304689e Merge pull request #4947 from gilles-peskine-arm/muladdc-amd64-memory-development by Gilles Peskine · 3 years, 11 months ago
- 93cb611 Merge pull request #4878 from SiliconLabs/remove_dependency_4877 by Gilles Peskine · 3 years, 11 months ago
- 0f32b7d Apply fixes to test driver from lib implementation by Paul Elliott · 3 years, 11 months ago
- 64555bd Add missing initialisation to setup test. by Paul Elliott · 3 years, 11 months ago
- 4a76088 Fix leaked test buffer by Paul Elliott · 3 years, 11 months ago
- 6043e49 Fix missed documentation header pt 2 by Paul Elliott · 3 years, 11 months ago
- 8eec8d4 Fix missed documentation header by Paul Elliott · 3 years, 11 months ago