mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 05:30:07 -05:00
ITS#10035 Fix setting TLSv1.3 ciphersuite
This commit is contained in:
parent
53906655ef
commit
818e2a5455
1 changed files with 1 additions and 1 deletions
|
|
@ -335,7 +335,7 @@ tlso_ctx_cipher13( tlso_ctx *ctx, char *suites )
|
|||
if ( !strncmp( ver, "TLSv", 4 ) && strncmp( ver+4, "1.3", 3 ) >= 0 ) {
|
||||
if ( tls13_suites[0] )
|
||||
ts = tlso_stecpy( ts, ":", te );
|
||||
ts = tlso_stecpy( ts, sname, te );
|
||||
ts = tlso_stecpy( ts, nptr, te );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue