Lines Matching refs:parameters
411 * In the PSA API, domain parameters are no longer used for anything.
542 the function call (i.e. no buffer parameters are in shared memory),
635 to select only some of the parameters / groups, with the macros
639 support for these domain parameters.
752 parameters from RFC 7919. This includes a built-in implementation based
1450 * Add function mbedtls_ecp_export() to export ECP key pair parameters.
1899 now takes extra output parameters for the last partial output block.
1900 mbedtls_gcm_update() now takes extra parameters for the output length.
1921 RNG parameters.
1949 error if its parameters are invalid.
2493 algorithm parameters (only the size) when comparing the signature in the
2495 NULL algorithm parameters entry would look identical to an array of REAL
2497 valid. However, if the parameters do not match in *any* way then the
2831 * Fix issue in DTLS handling of new associations with the same parameters
2885 read all the CRT parameters from the DER structure rather than
3203 * Add missing parentheses around parameters in the definition of the
3318 of parameters in the API. This allows detection of obvious misuses of the
3320 changed, but requirements on parameters have been made more explicit in
3439 pairs or Diffie-Hellman parameters, but was insufficient to validate
3440 Diffie-Hellman parameters properly.
3745 * Changed the Clang parameters used in the CMake build files to work for
3830 unable to parse keys which had only the optional parameters field of the
3954 * In test_suite_pk, pass valid parameters when testing for hash length
3978 * Use (void) when defining functions with no parameters. Contributed by
4024 * Change default choice of DHE parameters from untrustworthy RFC 5114
4025 to RFC 3526 containing parameters generated in a nothing-up-my-sleeve
4083 * Deprecate untrustworthy DHE parameters from RFC 5114. Superseded by
4084 parameters from RFC 3526 or the newly added parameters from RFC 7919.
4088 * Deprecate mbedtls_ssl_conf_dh_param() for setting default DHE parameters
4090 accepting DHM parameters in binary form, matching the new constants.
4129 * Add a check for invalid private parameters in mbedtls_ecdsa_sign().
4759 * Expanded configurability of security parameters in the SSL module with
4762 parameters.
4801 pointer, parameters reordered).
4857 * Removed test DHM parameters from the test certs module.
4895 * Default DHM parameters server-side upgraded from 1024 to 2048 bits.
4944 * Add support for reading DH parameters with privateValueLength included
4956 * New script ecc-heap.sh helps measuring the impact of ECC parameters on
5990 * Fixed generation of DHM parameters to correct length (found by Ruslan