Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-29 | LibCrypto: Format all files with clang-format 10 | AnotherTest | |
2020-05-27 | LibCrypto+LibTLS: Use AK/Random.h | Andreas Kling | |
This makes it possible to build both of these on Linux. | |||
2020-05-26 | LibCrypto: Put some debug spam behind CRYPTO_DEBUG | Andreas Kling | |
2020-05-02 | LibCrypto: Rename UnsignedBigInteger APIs to match their actions | AnotherTest | |
2020-05-02 | LibCrypto: Ensure that EME padding does not contain zeros | AnotherTest | |
With this fix, we can now reliably open TLS connections! | |||
2020-05-02 | LibCrypto+LibTLS: Reformat everything | AnotherTest | |
I have no idea how I'll squash _this_ one... | |||
2020-05-02 | LibCrypto: Implement RSA in terms of UnsignedBigInteger | AnotherTest | |
This commit also adds enough ASN.1/DER to parse RSA keys |