mirror of
https://github.com/Noratrieb/tls.git
synced 2026-01-16 01:25:02 +01:00
accept more signature algos
This commit is contained in:
parent
df9e3ea17d
commit
57f6feb70a
5 changed files with 28 additions and 11 deletions
|
|
@ -14,7 +14,10 @@ pub struct FrameReader<R> {
|
|||
|
||||
impl<R> FrameReader<R> {
|
||||
pub fn new(read: R) -> Self {
|
||||
FrameReader { read, is_hello_retry_request: false }
|
||||
FrameReader {
|
||||
read,
|
||||
is_hello_retry_request: false,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue