mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:07:45 +00:00
LibTLS: Remove some unused/unimplemented declarations
This commit is contained in:
parent
aafc451016
commit
6f5ab30253
1 changed files with 0 additions and 6 deletions
|
@ -246,12 +246,8 @@ struct Options {
|
||||||
};
|
};
|
||||||
|
|
||||||
struct Context {
|
struct Context {
|
||||||
String to_string() const;
|
|
||||||
bool verify() const;
|
|
||||||
bool verify_chain() const;
|
bool verify_chain() const;
|
||||||
|
|
||||||
static void print_file(StringView fname);
|
|
||||||
|
|
||||||
Options options;
|
Options options;
|
||||||
|
|
||||||
u8 remote_random[32];
|
u8 remote_random[32];
|
||||||
|
@ -471,8 +467,6 @@ private:
|
||||||
ssize_t handle_message(ReadonlyBytes);
|
ssize_t handle_message(ReadonlyBytes);
|
||||||
ssize_t handle_random(ReadonlyBytes);
|
ssize_t handle_random(ReadonlyBytes);
|
||||||
|
|
||||||
size_t asn1_length(ReadonlyBytes, size_t* octets);
|
|
||||||
|
|
||||||
void pseudorandom_function(Bytes output, ReadonlyBytes secret, const u8* label, size_t label_length, ReadonlyBytes seed, ReadonlyBytes seed_b);
|
void pseudorandom_function(Bytes output, ReadonlyBytes secret, const u8* label, size_t label_length, ReadonlyBytes seed, ReadonlyBytes seed_b);
|
||||||
|
|
||||||
size_t key_length() const
|
size_t key_length() const
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue