mbedtls/programs/pkey
Jaeden Amero 8dd1690993 Merge remote-tracking branch 'tls/development' into development
Resolve conflicts by performing the following operations:
- Reject changes related to building a crypto submodule, since Mbed
  Crypto is the crypto submodule.
- Reject X.509, NET, and SSL changes.
- Reject changes to README, as Mbed Crypto is a different project from
  Mbed TLS, with a different README.
- Avoid adding mention of ssl-opt.sh in a comment near some modified
  code in include/CMakeLists.txt (around where ENABLE_TESTING as added).
- Align config.pl in Mbed TLS with config.pl in Mbed Crypto where PSA
  options are concerned, to make future merging easier. There is no
  reason for the two to be different in this regard, now that Mbed TLS
  always depends on Mbed Crypto. Remaining differences are only the
  PSA_CRYPTO_KEY_FILE_ID_ENCODES_OWNER option and the absence of X.509,
  NET, and SSL related options in Mbed Crypto's config.pl.
- Align config.h in Mbed Crypto with Mbed TLS's copy, with a few notable
  exceptions:
  - Leave CMAC on by default.
  - Leave storage on by default (including ITS emulation).
  - Avoid documenting the PSA Crypto API as is in beta stage in
    documentation for MBEDTLS_PSA_CRYPTO_C.
  The only remaining differences are a lack of X.509, NET, and SSL
  options in Mbed Crypto's config.h, as well as an additional
  Mbed-Crypto-specific PSA_CRYPTO_KEY_FILE_ID_ENCODES_OWNER option.
  Documentation for the check params feature and related macros is also
  updated to match Mbed TLS's description.
- Reject tests/data_files/Makefile changes to generate DER versions of
  CRTs and keys, as none of those are used by Mbed Crypto tests.
- Add the "no PEM and no filesystem" test to all.sh, without ssl-opt.sh
  run, as Mbed Crypto doesn't have ssl-opt.sh. Also remove use of PSA
  Crypto storage and ITS emulation, since those depend on filesystem
  support.
- Reject addition of test when no ciphersuites have MAC to all.sh, as
  the option being tested, MBEDTLS_SSL_SOME_MODES_USE_MAC, is not
  present in Mbed Crypto.
- Use baremetal config in all.sh, as Mbed Crypto's baremetal
  configuration does exclude the net module (as it doesn't exist in Mbed
  Crypto)
- Reject cmake_subproject_build changes, continuing to link only
  libmbedcrypto.
- Reject changes to visualc and associated templates. Mbed Crypto
  doesn't need additional logic to handle submodule-sourced headers.
- Avoid adding fuzzers from Mbed TLS. The only relevant fuzzers are the
  privkey and pubkey fuzzers, but non-trivial work would be required to
  integrate those into Mbed Crypto (more than is comfortable in a merge
  commit).
- Reject addition of Docker wrappers for compat.sh and ssl-opt.sh, as
  those are not present in Mbed Crypto.
- Remove calls to SSL-related scripts from basic-in-docker.sh

Fix test errors by performing the following:
- Avoid using a link that Doxygen can't seem to resolve in Mbed Crypto,
  but can resolve in Mbed TLS. In documentation for
  MBEDTLS_CHECK_PARAMS, don't attempt to link to MBEDTLS_PARAM_FAILED.

* origin/development: (339 commits)
  Do not build fuzz on windows
  No booleans and import config
  Removing space before opening parenthesis
  Style corrections
  Syntax fix
  Fixes warnings from MSVC
  Add a linker flag to enable gcov in basic-build-test.sh
  Update crypto submodule to a revision with the HAVEGE header changes
  Test with MBEDTLS_ECP_RESTARTABLE
  Allow TODO in code
  Use the docstring in the command line help
  Split _abi_compliance_command into smaller functions
  Record the commits that were compared
  Document how to build the typical argument for -s
  Allow running /somewhere/else/path/to/abi_check.py
  tests: Limit each log to 10 GiB
  Warn if VLAs are used
  Remove redundant compiler flag
  Consistently spell -Wextra
  Fix parsing issue when int parameter is in base 16
  ...
2019-07-31 10:37:53 +01:00
..
CMakeLists.txt programs, tests: Depend only on libmbedcrypto 2019-04-25 11:46:21 +01:00
dh_genprime.c Remove mbedtls_param_failed from programs 2019-06-13 16:51:59 +02:00
dh_prime.txt - Changed saved value to RCF 3526 2048 MODP group 2012-10-03 19:50:54 +00:00
ecdh_curve25519.c Remove mbedtls_param_failed from programs 2019-06-13 16:51:59 +02:00
ecdsa.c Remove mbedtls_param_failed from programs 2019-06-13 16:51:59 +02:00
gen_key.c Remove mbedtls_param_failed from programs 2019-06-13 16:51:59 +02:00
key_app_writer.c Remove mbedtls_param_failed from programs 2019-06-13 16:51:59 +02:00
key_app.c Merge remote-tracking branch 'tls/development' into development 2019-07-31 10:37:53 +01:00
mpi_demo.c Remove mbedtls_param_failed from programs 2019-06-13 16:51:59 +02:00
pk_decrypt.c Remove mbedtls_param_failed from programs 2019-06-13 16:51:59 +02:00
pk_encrypt.c Remove mbedtls_param_failed from programs 2019-06-13 16:51:59 +02:00
pk_sign.c Remove mbedtls_param_failed from programs 2019-06-13 16:51:59 +02:00
pk_verify.c Remove mbedtls_param_failed from programs 2019-06-13 16:51:59 +02:00
rsa_decrypt.c Remove mbedtls_param_failed from programs 2019-06-13 16:51:59 +02:00
rsa_encrypt.c Remove mbedtls_param_failed from programs 2019-06-13 16:51:59 +02:00
rsa_genkey.c Merge remote-tracking branch 'tls/development' into development 2019-07-31 10:37:53 +01:00
rsa_priv.txt - Smaller default values 2012-10-24 14:29:17 +00:00
rsa_pub.txt - Smaller default values 2012-10-24 14:29:17 +00:00
rsa_sign_pss.c Merge remote-tracking branch 'tls/development' into development 2019-07-31 10:37:53 +01:00
rsa_sign.c Remove mbedtls_param_failed from programs 2019-06-13 16:51:59 +02:00
rsa_verify_pss.c Merge remote-tracking branch 'tls/development' into development 2019-07-31 10:37:53 +01:00
rsa_verify.c Remove mbedtls_param_failed from programs 2019-06-13 16:51:59 +02:00