mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-04-28 10:44:38 +00:00
Fix no-psk
Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/7306)
This commit is contained in:
parent
ec0c5f5693
commit
734af93a27
@ -471,7 +471,11 @@ struct ssl_method_st {
|
|||||||
long (*ssl_ctx_callback_ctrl) (SSL_CTX *s, int cb_id, void (*fp) (void));
|
long (*ssl_ctx_callback_ctrl) (SSL_CTX *s, int cb_id, void (*fp) (void));
|
||||||
};
|
};
|
||||||
|
|
||||||
# define TLS13_MAX_RESUMPTION_PSK_LENGTH PSK_MAX_PSK_LEN
|
/*
|
||||||
|
* Matches the length of PSK_MAX_PSK_LEN. We keep it the same value for
|
||||||
|
* consistency, even in the event of OPENSSL_NO_PSK being defined.
|
||||||
|
*/
|
||||||
|
# define TLS13_MAX_RESUMPTION_PSK_LENGTH 256
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Lets make this into an ASN.1 type structure as follows
|
* Lets make this into an ASN.1 type structure as follows
|
||||||
|
Loading…
x
Reference in New Issue
Block a user