mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-11 20:16:02 +00:00
LibTLS: Implement a preliminary version of the TLS protocol
TLS::TLSv12 is a Core::Socket, however, I think splitting that into a TLS::Socket would probably be beneficial
This commit is contained in:
parent
7eb72c72e8
commit
2247036acf
Notes:
sideshowbarker
2024-07-19 07:05:06 +09:00
Author: https://github.com/alimpfard
Commit: 2247036acf
Pull-request: https://github.com/SerenityOS/serenity/pull/1661
Reviewed-by: https://github.com/Dexesttp
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/itamar8910
3 changed files with 63 additions and 1 deletions
|
@ -119,6 +119,7 @@ namespace Cipher {
|
|||
length -= block_size;
|
||||
offset += block_size;
|
||||
}
|
||||
out.trim(offset);
|
||||
this->prune_padding(out);
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue