Lines Matching refs:public

129    * Fix a sloppy check in LMS public key import, which could lead to accepting
237 computes the public key (which was immediately discarded). Fixes #9732.
299 from the public API in Mbed TLS 4.0:
388 * Fix unintended performance regression when using short RSA public keys.
444 need these formats can call mbedtls_pk_parse_{public,}key() followed by
461 * In the PSA API, the experimental way to encode the public exponent of
539 key pair with a custom public exponent.
665 * Use heap memory to allocate DER encoded public/private key.
666 This reduces stack usage significantly for writing a public/private
789 public and private keys in RFC 8410 format using the existing PK APIs.
1095 to read non-public fields for padding mode and hash id from
1142 an ECC public key. Reject this properly.
1157 * Make the fields of mbedtls_pk_rsassa_pss_options public. This makes it
1301 corresponding new public API call has been added in the library,
1386 public key. This bug meant that it was possible to verify a
1387 signature with an invalid public key, in some cases. Reported by
1583 * Fix check of certificate key usage in TLS 1.3. The usage of the public key
1628 only, but in fact it does apply to the public key type of the end entity
1714 * Declare a number of structure fields as public: the fields of
1809 * Fix the error returned by psa_generate_key() for a public key. Fixes #4551.
1854 The fields were never intended to be public.
1931 returned from the public SSL API.
1963 encryption use the public key. Verification functions also no longer have
2032 * Direct access to fields of structures declared in public headers is no
2033 longer supported except for fields that are documented public. Use accessor
2109 * The RSA module no longer supports private-key operations with the public
2202 or Curve448 static ECDH key after inputting a chosen public key and
2448 include this extension in all CA certificates that contain public keys
2710 * PSA key import will now correctly import a Curve25519/Curve448 public key
2779 private key that didn't include the uncompressed public key), as well as
3204 * Add public API for tls-prf function, according to requested enum.
3227 * Add public API for tls-prf function, according to requested enum.
3247 public macro MBEDTLS_X509_ID_FLAG. This could lead to invalid evaluation
3655 * Allow the forward declaration of public structs. Contributed by Dawid
3850 * Extend the public API with the function of mbedtls_net_poll() to allow user
3853 * Add function mbedtls_ssl_check_pending() to the public API to allow
3863 in configurations that omit certain hashes or public-key algorithms.
3902 public-key algorithms. Includes contributions by Gert van Dijk.
3975 * Add support for public keys encoded in PKCS#1 format. #1122
4118 (e.g. signing with a public key).
4810 * All public identifiers moved to the mbedtls_* or MBEDTLS_* namespace.
4917 Semi-API changes (technically public, morally private)
4997 * The benchmark program also prints heap usage for public-key primitives
5089 * Add function pk_check_pair() to test if public and private keys match.
5219 * All public contexts have _init() and _free() functions now for simpler
5935 * Handle encryption with private key and decryption with public key as per
6007 * Handle encryption with private key and decryption with public key as per
6061 * Fixed rsa_encrypt and rsa_decrypt examples to use public key for