Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-13 | LibCrypto: Split BigInteger operations into an Algorithms class | DexesTTP | |
Since the operations are already complicated and will become even more so soon, let's split them into their own files. We can also integrate the NumberTheory operations that would better fit there into this class as well. This commit doesn't change behaviors, but moves the allocation of some variables into caller classes. | |||
2021-05-13 | LibCrypto: Enable -Wvla for LibCrypto | Ali Mohammad Pur | |
Resolves part of #7071. | |||
2021-02-14 | LibCrypto: Make a better ASN.1 parser | AnotherTest | |
And use it to parse RSA keys. As a bonus, this one shouldn't be reading out of bounds or messing with the stack (as much) anymore. | |||
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling | |