Ali Mohammad Pur
38418fdfdf
AK+Userland: Use mpfard@serenityos.org for my copyright headers
2021-04-22 22:19:09 +02:00
Brian Gianforcaro
1682f0b760
Everything: Move to SPDX license identifiers in all files.
...
SPDX License Identifiers are a more compact / standardized
way of representing file license information.
See: https://spdx.dev/resources/use/#identifiers
This was done with the `ambr` search and replace tool.
ambr --no-parent-ignore --key-from-file --rep-from-file key.txt rep.txt *
2021-04-22 11:22:27 +02:00
AnotherTest
ae49171755
LibCrypto: Avoid creating bools from anything except bools
2021-04-18 14:18:16 +02:00
AnotherTest
ed28008d78
LibCrypo: Add an ASN.1/DER pretty-printer
...
It's much easier to debug things when we can actually *see* them :P
2021-04-18 14:18:16 +02:00
AnotherTest
65de2d236d
LibCrypto: Allow the user to override the DER read kind and class
...
This is useful for parsing non-universal types.
2021-04-18 14:18:16 +02:00
Andreas Kling
ed9ab38b3b
LibCrypto: Use BitmapView instead of Bitmap::wrap()
2021-03-04 11:25:45 +01:00
AnotherTest
3fe7ac0924
LibCrypto: Make a better ASN.1 parser
...
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-02-14 13:30:10 +01:00
Andreas Kling
13d7c09125
Libraries: Move to Userland/Libraries/
2021-01-12 12:17:46 +01:00