mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
Remove get cipher bytes from header
This commit is contained in:
@ -1641,6 +1641,7 @@ int wolfSSL_get_ciphers(char* buf, int len)
|
|||||||
return WOLFSSL_SUCCESS;
|
return WOLFSSL_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#ifndef NO_ERROR_STRINGS
|
#ifndef NO_ERROR_STRINGS
|
||||||
/* places a list of all supported cipher suites in TLS_* format into "buf"
|
/* places a list of all supported cipher suites in TLS_* format into "buf"
|
||||||
* return WOLFSSL_SUCCESS on success */
|
* return WOLFSSL_SUCCESS on success */
|
||||||
|
@ -1730,6 +1730,7 @@ static int test_wolfSSL_CTX_set_cipher_list_bytes(void)
|
|||||||
return EXPECT_RESULT();
|
return EXPECT_RESULT();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static int test_wolfSSL_CTX_use_certificate_file(void)
|
static int test_wolfSSL_CTX_use_certificate_file(void)
|
||||||
{
|
{
|
||||||
EXPECT_DECLS;
|
EXPECT_DECLS;
|
||||||
|
@ -1169,7 +1169,6 @@ WOLFSSL_API char* wolfSSL_get_cipher_list(int priority);
|
|||||||
WOLFSSL_API char* wolfSSL_get_cipher_list_ex(WOLFSSL* ssl, int priority);
|
WOLFSSL_API char* wolfSSL_get_cipher_list_ex(WOLFSSL* ssl, int priority);
|
||||||
WOLFSSL_API int wolfSSL_get_ciphers(char* buf, int len);
|
WOLFSSL_API int wolfSSL_get_ciphers(char* buf, int len);
|
||||||
WOLFSSL_API int wolfSSL_get_ciphers_iana(char* buf, int len);
|
WOLFSSL_API int wolfSSL_get_ciphers_iana(char* buf, int len);
|
||||||
WOLFSSL_API int wolfSSL_get_cipher_list_bytes(byte* buf, int *len);
|
|
||||||
WOLFSSL_API const char* wolfSSL_get_cipher_name(WOLFSSL* ssl);
|
WOLFSSL_API const char* wolfSSL_get_cipher_name(WOLFSSL* ssl);
|
||||||
WOLFSSL_API const char* wolfSSL_get_cipher_name_from_suite(
|
WOLFSSL_API const char* wolfSSL_get_cipher_name_from_suite(
|
||||||
unsigned char cipherSuite0, unsigned char cipherSuite);
|
unsigned char cipherSuite0, unsigned char cipherSuite);
|
||||||
|
Reference in New Issue
Block a user