mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
SSL_TLS doesn't depend on PK any more
(But PK does depend on RSA or ECP.)
This commit is contained in:
parent
34ced2dffe
commit
1a483833b3
6 changed files with 26 additions and 5 deletions
|
|
@ -197,7 +197,9 @@ const int *ssl_list_ciphersuites( void );
|
|||
const ssl_ciphersuite_t *ssl_ciphersuite_from_string( const char *ciphersuite_name );
|
||||
const ssl_ciphersuite_t *ssl_ciphersuite_from_id( int ciphersuite_id );
|
||||
|
||||
#if defined(POLARSSL_PK_C)
|
||||
pk_type_t ssl_get_ciphersuite_sig_pk_alg( const ssl_ciphersuite_t *info );
|
||||
#endif
|
||||
|
||||
int ssl_ciphersuite_uses_ec( const ssl_ciphersuite_t *info );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue