- 6d576c9 Call setbuf when reading or writing files: programs by Gilles Peskine · 3 years, 1 month ago
- cb20d20 Further code optimization by Przemek Stekiel · 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
- 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
- 94e371a Update mbedtls_pk_wrap_as_opaque() usage in SSL client2 & server2 by Neil Armstrong · 3 years, 4 months ago
- 72b99ed Merge pull request #5381 from mpg/benchmark-ecc-heap by Gilles Peskine · 3 years, 4 months ago
- cb322ea Enable support for psa opaque DHE-PSK key exchange on the server side by Przemek Stekiel · 3 years, 4 months ago
- b293aaa Enable support for psa opaque DHE-PSK key exchange on the client side by Przemek Stekiel · 3 years, 4 months ago
- 14d11b0 Enable support for psa opaque ECDHE-PSK key exchange on the server side by Przemek Stekiel · 3 years, 4 months ago
- 19b80f8 Enable support for psa opaque ECDHE-PSK key exchange on the client side by Przemek Stekiel · 3 years, 4 months ago
- aeb710f Enable support for psa opaque RSA-PSK key exchange on the server side by Przemek Stekiel · 3 years, 4 months ago
- fc72e42 ssl_client2: Enable support for TLS 1.2 RSA-PSK opaque ciphersuite by Przemek Stekiel · 3 years, 4 months ago
- 38b8aa4 Merge pull request #5539 from xkqian/add_client_hello_to_server by Ronald Cron · 3 years, 4 months ago
- 21f82c7 Merge pull request #5709 from superna9999/5625-pk-opaque-rsa-tls12 by Manuel Pégourié-Gonnard · 3 years, 4 months ago
- afbfed9 Merge pull request #5582 from gilles-peskine-arm/ssl-opt-auto-psk by Gilles Peskine · 3 years, 4 months ago
- 318dc76 Fix test failure issue and update code styles by XiaokangQian · 3 years, 4 months ago
- a2da9c7 Merge pull request #5631 from gstrauss/enum-tls-vers by Paul Elliott · 3 years, 4 months ago
- e3af4cb mbedtls_ssl_(read|write)_version using tls_version by Glenn Strauss · 3 years, 5 months ago
- 60bfe60 mbedtls_ssl_ciphersuite_t min_tls_version,max_tls_version by Glenn Strauss · 3 years, 5 months ago
- f0b1271 Support RSA Opaque PK keys in ssl_server2 by Neil Armstrong · 3 years, 5 months ago
- ed35887 Merge pull request #2104 from hanno-arm/iotssl-2071 by Dave Rodgman · 3 years, 4 months ago
- 8f5a29a Improve fix for printf specifier by Dave Rodgman · 3 years, 4 months ago
- eaba723 Fix printf specifier by Dave Rodgman · 3 years, 4 months ago
- e2e7e94 Fail for types not of size 2, 4 or 8 by Dave Rodgman · 3 years, 4 months ago
- baae59c Improve documentation of absence-of-padding check by Hanno Becker · 7 years ago
- 0d7dd3c Check that size_t and ptrdiff_t don't have padding by Hanno Becker · 7 years ago
- 4ab3850 Check that integer types don't use padding bits in selftest by Hanno Becker · 7 years ago
- e756f64 Seed the PRNG even if time() isn't available by Gilles Peskine · 3 years, 4 months ago
- 99a732b Fix off-by-one in buffer_size usage by Gilles Peskine · 3 years, 4 months ago
- 8bb96d9 Fix buffer size calculation by Gilles Peskine · 3 years, 4 months ago
- 017a199 Update references to old Github organisation by Dave Rodgman · 3 years, 4 months ago
- 79c0041 Add PSA && TLS1_3 check_config by Jerry Yu · 3 years, 5 months ago
- 3a58b46 add pss_rsae_sha{384,512} by Jerry Yu · 3 years, 5 months ago
- 2cecd8a Merge pull request #3624 from daxtens/timeless by Dave Rodgman · 3 years, 5 months ago
- 10e5cdb Merge pull request #5454 from gstrauss/cert_cb-user_data by Manuel Pégourié-Gonnard · 3 years, 5 months ago
- d815114 Merge pull request #5524 from mprse/tls_ecdh_2c by Manuel Pégourié-Gonnard · 3 years, 5 months ago
- 541318a Refactor ssl_context_info time printing by Andrzej Kurek · 3 years, 5 months ago
- 554b820 Guard cache_timeout in ssl_server2 with MBEDTLS_HAVE_TIME by Andrzej Kurek · 3 years, 5 months ago
- 6056e7a Fix benchmark and udp_proxy dependency on MBEDTLS_HAVE_TIME by Andrzej Kurek · 3 years, 5 months ago
- 06a00af Fix requirement mismatch in fuzz/common.c by Andrzej Kurek · 3 years, 5 months ago
- ca53459 programs/fuzz: Remove superfluous MBEDTLS_HAVE_TIME by David Horstmann · 3 years, 8 months ago
- 4e0cc40 programs/fuzz: Use build_info.h in common.h by David Horstmann · 3 years, 8 months ago
- 5b9cb9e programs/test: fix build without MBEDTLS_HAVE_TIME by David Horstmann · 3 years, 8 months ago
- 9ed9bc9 programs/ssl: Fix compile errors when MBEDTLS_HAVE_TIME is not defined by Raoul Strackx · 5 years ago
- f071024 Do not include time.h without MBEDTLS_HAVE_TIME by Daniel Axtens · 5 years ago
- 3f076df Fix comments for conditional compilation by Przemek Stekiel · 3 years, 5 months ago
- 48a37f0 Add cert_cb use to programs/ssl/ssl_server2.c by Glenn Strauss · 3 years, 6 months ago
- fd222da Fix the build when MBEDTLS_PLATFORM_C is unset by Gilles Peskine · 3 years, 5 months ago
- 6d24795 Merge pull request #5533 from paul-elliott-arm/fix_fuzz_privkey_null_ctx by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- 5d7e61f Fix uninitialised return value. by Paul Elliott · 3 years, 6 months ago
- a1b5069 Merge pull request #5526 from paul-elliott-arm/fix_fuzzer_null_ref by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- a1dc3e5 Add safety to dummy_random in case of NULL context by Paul Elliott · 3 years, 6 months ago
- 169f115 ssl_client2: init psa crypto for TLS 1.3 build by Przemyslaw Stekiel · 3 years, 6 months ago
- bb01681 Ensure valid context is used in fuzz_dtlsserver by Paul Elliott · 3 years, 6 months ago
- 51a7679 Ensure context is passed in to dummy_rand by Paul Elliott · 3 years, 6 months ago
- 00738bf Ensure ctr_drbg is initialised every time by Paul Elliott · 3 years, 6 months ago
- a941b62 Create public macros for ssl_ticket key,name sizes by Glenn Strauss · 3 years, 6 months ago
- e328245 Add test case use of mbedtls_ssl_ticket_rotate by Glenn Strauss · 3 years, 6 months ago
- 9193f7d Merge pull request #5436 from mpg/prog-hmac-cipher-psa by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- ae1bae8 Give a magic constant a name by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- c82504e Clean up output from cipher_aead_demo by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- 5e6c884 Improve info() function in cipher_aead_demo by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- 64754e1 Wrap long lines by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- 340808c Add comments on error codes by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- 48bae02 Avoid hardcoding a size by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- cf99beb Improve naming consistency by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- 6f20595 Merge pull request #5462 from gilles-peskine-arm/ssl-test-pkey-message-clarity by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- 1ab2d69 Merge pull request #5385 from AndrzejKurek/use-psa-crypto-reduced-configs by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- f6ea19c Work around bug in PSA_MAC_LENGTH() by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- 12ec571 Fix bug in md_hmac_demo by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- 29088a4 Avoid duplicate program names by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- 6fdc9e8 Move aead_non_psa out of the psa/ directory by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- cc50f1b Fix copypasta by Gilles Peskine · 3 years, 6 months ago
- 69bb3f5 Move hmac_non_psa out of psa/ directory by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- 248b385 Add comments to AEAD (non-PSA) examples by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- 6349794 Demonstrate better practices in HMAC examples by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- f392a02 Add comments to the HMAC (non-)PSA examples by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- fd1d13c Avoid requiring too much C99 support by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- 7d5ef17 Split aead_cipher_psa by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- edf6e83 Split hmac_md_psa.c by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- 1a45c71 Fix cleanup code by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- 3aae30c Use PSA macros for buffer sizes by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- beef9c2 Use better names for dummy data by Manuel Pégourié-Gonnard · 3 years, 6 months ago
- 428a97e Improve option names by Manuel Pégourié-Gonnard · 3 years, 6 months ago