aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-23Temporarily update crypto-submodule target branchdevelopment-psa-proposed-2archive/development-psa-proposed-2Hanno Becker
2018-11-23Merge branch 'iotssl-2597-psa-hashing-x509' into development-psa-proposedHanno Becker
2018-11-23Merge branch 'iotssl-2578-psa-sig-verification' into development-psa-proposedHanno Becker
2018-11-23Merge branch 'psa_cipher_integration' into development-psa-proposedHanno Becker
2018-11-23Merge branch 'psa_cipher' into development-psa-proposedHanno Becker
2018-11-23Merge branch 'opaque_psk_implementation' into development-psa-proposedHanno Becker
2018-11-23Merge branch 'iotssl-2596-opaque-csr-creation' into development-psa-proposedHanno Becker
2018-11-23Merge branch 'iotssl-2574-pk-opaque-tls' into development-psa-proposedHanno Becker
2018-11-23Merge branch 'iotssl-2580-pk-opaque-psa' into development-psa-proposedHanno Becker
2018-11-22pkwrite: add an explicit cast to size_tAndrzej Kurek
2018-11-22Remove trailing whitespaceAndrzej Kurek
2018-11-22pkwrite: add a safety check before calculating the buffer sizeAndrzej Kurek
2018-11-22Cosmetic changesAndrzej Kurek
2018-11-22Add CSR write testing using opaque keysAndrzej Kurek
2018-11-22pkwrite: add opaque key handling for public key exportingAndrzej Kurek
2018-11-22Remove trailing whitespaceAndrzej Kurek
2018-11-22x509: remove unnecessary calls to psa_hash_abortAndrzej Kurek
2018-11-22x509: use the PSA API to perform hashing operationsAndrzej Kurek
2018-11-22pk_wrap.c: fix length mismatch check placementAndrzej Kurek
2018-11-22pk_wrap.c: tidy up signature extractionAndrzej Kurek
2018-11-22Cosmetic changesAndrzej Kurek
2018-11-22pk_wrap: rework and tidy up signature extractionAndrzej Kurek
2018-11-22pk_wrap: reuse a static buffer for signature extractionAndrzej Kurek
2018-11-22pk_wrap: rework signature extraction to work with small r and s values Andrzej Kurek
2018-11-22Add tests for ECDSA verify with short r, s valuesManuel Pégourié-Gonnard
2018-11-22pk_wrap: improve error codes returned from ecdsa_verify_wrapAndrzej Kurek
2018-11-22pk_wrap: switch to helper functions defined in psa_util.hAndrzej Kurek
2018-11-22pk_wrap: test if a valid md_alg is passed to ecdsa_verify_wrapAndrzej Kurek
2018-11-22pk_wrap: destroy key slot on errors with policy or key importingAndrzej Kurek
2018-11-22pk_wrap: add a check for equal signature partsAndrzej Kurek
2018-11-22pk_wrap: check if curve conversion is successfulAndrzej Kurek
2018-11-22pk_wrap: nullify the signature pointer on error in extract_ecdsa_sigAndrzej Kurek
2018-11-22pk_wrap: cosmetic changesAndrzej Kurek
2018-11-22pk_wrap.c: add support for ecdsa signature verification using PSAAndrzej Kurek
2018-11-22Implement key_opaque option to ssl_client2Manuel Pégourié-Gonnard
2018-11-22Add option key_opaque to ssl_client2 (skeleton)Manuel Pégourié-Gonnard
2018-11-22Rename PSA test in ssl-opt.shHanno Becker
2018-11-22Remove superfluous quotes in ssl-opt.shHanno Becker
2018-11-22Use PSA-based ciphers for record protections in TLS-1.2 onlyHanno Becker
2018-11-22Use PSA-based ciphers for SSL ticket protectionHanno Becker
2018-11-22Introduce macros for constants in SSL ticket implementationHanno Becker
2018-11-22Add runs for specific PSA-supported ciphersuites to ssl-opt.shHanno Becker
2018-11-22Omit tests from ssl-opt.sh which force a disabled ciphersuiteHanno Becker
2018-11-22Setup PSA-based cipher context in mbedtls_ssl_derive_keys()Hanno Becker
2018-11-22Improve doc wording of PSA status field of mbedtls_cipher_context_tHanno Becker
2018-11-22Return 'Feature unavailable' error for ciphers unsupported by PSAHanno Becker
2018-11-22Don't use multiline comments in enums to silence check-names.shHanno Becker
2018-11-22Add missing newline at the end of test_suite_cipher.gcm.dataHanno Becker
2018-11-22Minor rewording in documentation of PSA-based cipher contextHanno Becker
2018-11-22Use enum for slot state in PSA-based cipher contextHanno Becker