Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling | |
2020-12-19 | LibTLS+LibCrypto: Replace a whole bunch of ByteBuffers with Spans | Andreas Kling | |
2020-08-25 | AK: Add Endian.h header to replace NetworkOrdered.h. | asynts | |
2020-05-02 | LibTLS: Split TLSv12 to sensible categorical files | AnotherTest | |
This commit splits the TLSv12 file into multiple files, and also removes some magic values, to make the code less horrible. :^) |