Lines Matching refs:public

86    * Fix a sloppy check in LMS public key import, which could lead to accepting
194 computes the public key (which was immediately discarded). Fixes #9732.
256 from the public API in Mbed TLS 4.0:
345 * Fix unintended performance regression when using short RSA public keys.
401 need these formats can call mbedtls_pk_parse_{public,}key() followed by
418 * In the PSA API, the experimental way to encode the public exponent of
496 key pair with a custom public exponent.
622 * Use heap memory to allocate DER encoded public/private key.
623 This reduces stack usage significantly for writing a public/private
746 public and private keys in RFC 8410 format using the existing PK APIs.
1052 to read non-public fields for padding mode and hash id from
1099 an ECC public key. Reject this properly.
1114 * Make the fields of mbedtls_pk_rsassa_pss_options public. This makes it
1258 corresponding new public API call has been added in the library,
1343 public key. This bug meant that it was possible to verify a
1344 signature with an invalid public key, in some cases. Reported by
1540 * Fix check of certificate key usage in TLS 1.3. The usage of the public key
1585 only, but in fact it does apply to the public key type of the end entity
1671 * Declare a number of structure fields as public: the fields of
1766 * Fix the error returned by psa_generate_key() for a public key. Fixes #4551.
1811 The fields were never intended to be public.
1888 returned from the public SSL API.
1920 encryption use the public key. Verification functions also no longer have
1989 * Direct access to fields of structures declared in public headers is no
1990 longer supported except for fields that are documented public. Use accessor
2066 * The RSA module no longer supports private-key operations with the public
2159 or Curve448 static ECDH key after inputting a chosen public key and
2405 include this extension in all CA certificates that contain public keys
2667 * PSA key import will now correctly import a Curve25519/Curve448 public key
2736 private key that didn't include the uncompressed public key), as well as
3161 * Add public API for tls-prf function, according to requested enum.
3184 * Add public API for tls-prf function, according to requested enum.
3204 public macro MBEDTLS_X509_ID_FLAG. This could lead to invalid evaluation
3612 * Allow the forward declaration of public structs. Contributed by Dawid
3807 * Extend the public API with the function of mbedtls_net_poll() to allow user
3810 * Add function mbedtls_ssl_check_pending() to the public API to allow
3820 in configurations that omit certain hashes or public-key algorithms.
3859 public-key algorithms. Includes contributions by Gert van Dijk.
3932 * Add support for public keys encoded in PKCS#1 format. #1122
4075 (e.g. signing with a public key).
4767 * All public identifiers moved to the mbedtls_* or MBEDTLS_* namespace.
4874 Semi-API changes (technically public, morally private)
4954 * The benchmark program also prints heap usage for public-key primitives
5046 * Add function pk_check_pair() to test if public and private keys match.
5176 * All public contexts have _init() and _free() functions now for simpler
5892 * Handle encryption with private key and decryption with public key as per
5964 * Handle encryption with private key and decryption with public key as per
6018 * Fixed rsa_encrypt and rsa_decrypt examples to use public key for