- 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, 10 months ago
- 6c98352 Move msvc compatible fix to `common.h` by Jerry Yu · 3 years, 10 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
- 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, 10 months ago
- 7500a0e Combine changelog entries for muladdc assembly fix by David Horstmann · 3 years, 10 months ago
- 9e4c020 Merge pull request #4969 from jclab-joseph/pr/fix/build-alpine by Gilles Peskine · 3 years, 10 months ago
- 13841cb Mention areas that are not (well) tested. by Manuel Pégourié-Gonnard · 3 years, 10 months ago
- 9155b0e Clarify that 1.3 is excluded by Manuel Pégourié-Gonnard · 3 years, 10 months ago
- ca91017 Improve wording and fix some typos. by Manuel Pégourié-Gonnard · 3 years, 10 months ago
- d3ac4a9 Clarify wording of "not covered" section by Manuel Pégourié-Gonnard · 3 years, 10 months ago
- 6113af6 Fix test code to can be built on alpine by joseph · 3 years, 10 months ago
- f2cb19f Merge pull request #4891 from yuhaoth/pr/enable-key-exchange-in-client-hello by Ronald Cron · 3 years, 10 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
- 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
- 133740b tests: Improve incomplete then overflow tests by Ronald Cron · 3 years, 11 months ago
- 5b1df10 Update the list of issues fixed by Gilles Peskine · 3 years, 11 months ago
- 7a5ab04 Add tls13 test with everst and ecp restartable by Jerry Yu · 3 years, 11 months ago
- 388bd0d fix various issues by Jerry Yu · 3 years, 11 months ago
- d337fbc x86_64 MULADDC assembly: add missing constraints about memory by Gilles Peskine · 3 years, 11 months ago
- dd1fb9e add mbedtls_ecdh_setup_no_everest by Jerry Yu · 3 years, 11 months ago
- bdc7188 Remove restartable and everest from tls1.3 by Jerry Yu · 3 years, 11 months ago
- cacec72 Merge pull request #4938 from gilles-peskine-arm/psa_cipher_update_ecp-unused_parameter by Janos Follath · 3 years, 11 months ago
- d87d873 Fix the size in bytes by Gilles Peskine · 3 years, 11 months ago
- 1716f32 psa_cipher_update_ecb: remove parameter output_size by Gilles Peskine · 3 years, 11 months ago
- 55dffe5 Document the internal function psa_cipher_update_ecb by Gilles Peskine · 3 years, 11 months ago
- 335aca9 fix format issue by Jerry Yu · 3 years, 11 months ago
- 78e84e8 Merge pull request #4766 from SiliconLabs/silabs_import_copy_key_opaque by Gilles Peskine · 3 years, 11 months ago
- 72fc69b fix typo error by Jerry Yu · 3 years, 11 months ago
- 9d17bf4 Styling and refactoring by Archana · 3 years, 11 months ago
- 9a2b6ff Fix test vector dependency by Archana · 3 years, 11 months ago
- a316b7e Rebase and update signature for curve448 tests by Archana · 3 years, 11 months ago
- 74d99c6 Add a test to validate copy to read only lifetime by Archana · 3 years, 11 months ago
- 374fe5b Handle zeroed attributes key bits and type in copy by Archana · 3 years, 11 months ago
- 449608b Code style improvements by Archana · 3 years, 11 months ago
- 8a18036 Add opaque test driver support for copy key by Archana · 4 years, 1 month ago
- 6ed4bda pre-existing validation extended by Archana · 4 years ago
- 4d7ae1d Add test driver support for opaque key import by Archana · 4 years, 1 month ago
- d8a83dc Sizing of key buffer for opaque keys by Archana · 4 years, 2 months ago
- 3b097eb psa: Remove psa_key_slot_is_external() by Ronald Cron · 4 years ago
- 9b8b69c psa: Remove buggy report of RSA public exponent for opaque keys by Ronald Cron · 4 years ago
- 512ad81 psa: Fix slot number key attribute by Ronald Cron · 4 years ago
- ddae0f5 Clarify psa_get_and_lock_transparent_key_slot_with_policy() purpose by Ronald Cron · 4 years ago
- 7c522d4 Remove ecp_c undefine routines by Jerry Yu · 3 years, 11 months ago
- b60e3cf fix various issues by Jerry Yu · 3 years, 11 months ago
- ed2ef2d add client hello msg test by Jerry Yu · 4 years ago
- 56fc07f add key_share extension by Jerry Yu · 4 years ago
- 7236994 add signature algorithms extension by Jerry Yu · 4 years ago
- 6b64fe3 add supported groups extension by Jerry Yu · 4 years ago
- e226cef Add NamedGroup IANA values and helper functions by Jerry Yu · 4 years ago
- 26f4d15 Add key exchange modes helper functions by Jerry Yu · 4 years ago
- 7533635 Change dummy extension return by Jerry Yu · 4 years ago
- 3c28fd3 Merge pull request #4882 from yuhaoth/pr/add-tls13-client-hello-process by Ronald Cron · 4 years ago
- fec982e fix coding style issues by Jerry Yu · 4 years ago
- 4e38828 fix usage of iteration by Jerry Yu · 4 years ago
- bbe0952 fix name conversion issues by Jerry Yu · 4 years ago
- 83e4c12 Add CCM tests for passing unexpected input. by Mateusz Starzyk · 4 years ago
- efec38b Extend CCM corner cases tests. by Mateusz Starzyk · 4 years ago
- 5d7f6b1 Remove rendundat ctx->add_len check. by Mateusz Starzyk · 4 years ago
- cd975e4 Extend CCM corner cases tests. by Mateusz Starzyk · 4 years ago
- dbfb7bd fix various issues by Jerry Yu · 4 years ago
- 8c02bb4 fix various comment issues by Jerry Yu · 4 years ago
- e5d6106 Extend test in translate_ciphers.py by Joe Subbiani · 4 years ago
- 49d57bc Improve indentation according to pylint by Joe Subbiani · 4 years ago
- 54110b3 Reduce translate_ciphers.py test list by Joe Subbiani · 4 years ago
- b0aba9a Improve comments to be more accurate by Joe Subbiani · 4 years ago
- 1d592cb Remove NULL-SHA256 specific to OpenSSL by Joe Subbiani · 4 years ago
- 79f5790 Remove test_translate_format() by Joe Subbiani · 4 years ago
- a25ffab Integrate tests as unit tests into one file by Joe Subbiani · 4 years ago
- f2de374 Remove unused import by Joe Subbiani · 4 years ago
- a3d991c Improve python coding style by Joe Subbiani · 4 years ago
- 918ee79 Improve consitancy and useability by Joe Subbiani · 4 years ago
- 439a696 Improve translation error checking by Joe Subbiani · 4 years ago
- c3610ba Check exit status of translate_ciphers.py by Joe Subbiani · 4 years ago
- d614c0b Include translate ciphers tests in all.sh by Joe Subbiani · 4 years ago
- 3050f05 Subtract 1 from input in CCM's incomplete data tests by Mateusz Starzyk · 4 years ago
- ef387d7 change prototype of write body by Jerry Yu · 4 years ago
- 2c0fbf3 modify proc_chk macros by Jerry Yu · 4 years ago
- 0c63af6 fix comment issues by Jerry Yu · 4 years ago
- 790656a fix name conversion issues by Jerry Yu · 4 years ago
- 1bc2c1f fix various issues by Jerry Yu · 4 years ago
- f171e83 fix lenght mismatch error by Jerry Yu · 4 years ago
- b7ab336 fix format issue by Jerry Yu · 4 years ago
- a2cf7bd fix comment issues by Jerry Yu · 4 years ago
- 6a64310 Cleanup client_hello body. by Jerry Yu · 4 years ago
- 67d4ed5 force change state type by Jerry Yu · 4 years ago
- 159c5a0 fix comments issues by Jerry Yu · 4 years ago
- 08906d0 fix name conversion issues by Jerry Yu · 4 years ago
- e41dec0 Rename write signature algorithms function by Jerry Yu · 4 years ago