- Global cipher_free_ctx (cipher_context_t *ctx) DEPRECATED
- Use cipher_free() instead
- File compat-1.2.h
- Use native PolarSSL 1.3 functions instead.
- Global md_free_ctx (md_context_t *ctx) DEPRECATED
- Use md_free() instead
- File memory.h
- Use the platform layer instead
- Global memory_set_own (void *(*malloc_func)(size_t), void(*free_func)(void *)) DEPRECATED
- Use platform_set_malloc_free instead
- File openssl.h
- Use native mbed TLS functions instead
- File pbkdf2.h
- Use pkcs5.h instead.
- Global pbkdf2_hmac (md_context_t *ctx, const unsigned char *password, size_t plen, const unsigned char *salt, size_t slen, unsigned int iteration_count, uint32_t key_length, unsigned char *output) DEPRECATED
- Use pkcs5_pbkdf2_hmac() instead
- Global pbkdf2_self_test (int verbose) DEPRECATED
- Use pkcs5_self_test() instead
- Global POLARSSL_ERROR_STRERROR_BC
- Do not define this and use polarssl_strerror() instead
- Global POLARSSL_PBKDF2_C
- Use POLARSSL_PKCS5_C instead
- Global ssl_set_own_cert_alt (ssl_context *ssl, x509_crt *own_cert, void *rsa_key, rsa_decrypt_func rsa_decrypt, rsa_sign_func rsa_sign, rsa_key_len_func rsa_key_len) DEPRECATED
- Please use
pk_init_ctx_rsa_alt()
and ssl_set_own_cert()
instead.
- Global ssl_set_own_cert_rsa (ssl_context *ssl, x509_crt *own_cert, rsa_context *rsa_key) DEPRECATED
- Please use
ssl_set_own_cert()
instead.
- Global x509_oid_get_description (x509_buf *oid) DEPRECATED
- Use oid_get_extended_key_usage() instead.
- Global x509_oid_get_numeric_string (char *buf, size_t size, x509_buf *oid) DEPRECATED
- Use oid_get_numeric_string() instead.