Age | Commit message (Expand) | Author |
---|---|---|
2020-05-30 | Lagom: Adjust AK, LibCore and LibTLS to build on MacOS | Marcin Gasperowicz |
2020-05-27 | LibTLS: Add more TLS 1.2 error descriptions | Luke |
2020-05-26 | LibTLS: Put lots of debug spam behind TLS_DEBUG | Andreas Kling |
2020-05-18 | LibCore+LibTLS: Don't keep a "ready to write" notifier on all Sockets | Andreas Kling |
2020-05-07 | LibTLS: Verify server certificate expiry date | AnotherTest |
2020-05-05 | LibTLS: Try to disambiguate errors in case of failure | AnotherTest |
2020-05-03 | LibTLS: Put some debug spam behind an #ifdef | Andreas Kling |
2020-05-02 | LibTLS: Split TLSv12 to sensible categorical files | AnotherTest |
2020-05-02 | LibTLS: Switch to Hash::Manager for hashing and add SHA1 | AnotherTest |
2020-05-02 | LibCrypto+LibTLS: Generalise the use of IV length | AnotherTest |
2020-05-02 | LibTLS: Make enough stuff work to have a demo run | AnotherTest |