mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-20 22:05:15 +00:00
tinyCrypt: Add ServerKeyExchange parsing code
This commit is contained in:
parent
d849c7ca19
commit
75f12d1eb9
4 changed files with 70 additions and 1 deletions
|
|
@ -1830,4 +1830,9 @@ MBEDTLS_ALWAYS_INLINE static inline void mbedtls_ssl_pend_fatal_alert(
|
|||
|
||||
#define MBEDTLS_SSL_CHK(f) do { if( ( ret = f ) < 0 ) goto cleanup; } while( 0 )
|
||||
|
||||
#if defined(MBEDTLS_USE_TINYCRYPT)
|
||||
int mbedtls_ssl_ecdh_read_peerkey( mbedtls_ssl_context *ssl,
|
||||
unsigned char **p, unsigned char *end );
|
||||
#endif /* MBEDTLS_USE_TINYCRYPT */
|
||||
|
||||
#endif /* ssl_internal.h */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue