- Added proper support for TLS 1.2 signature_algorithm extension on server
side - Minor const changes to other extension parsing functions
This commit is contained in:
parent
1d29fb5e33
commit
23f3680898
4 changed files with 170 additions and 21 deletions
|
@ -2834,7 +2834,8 @@ int ssl_handshake_init( ssl_context *ssl )
|
|||
sha4_starts( &ssl->handshake->fin_sha4, 1 );
|
||||
|
||||
ssl->handshake->update_checksum = ssl_update_checksum_start;
|
||||
|
||||
ssl->handshake->sig_alg = SSL_HASH_SHA1;
|
||||
|
||||
return( 0 );
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue