stelar7
|
0b70314379
LibCrypto: Store the TBS ASN.1 data on the certificate
|
2 years ago |
stelar7
|
8273fc230c
LibCrypto: Add missing ASN1 tag kinds
|
2 years ago |
Tim Schumacher
|
ecd1862859
AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted
|
2 years ago |
Tim Schumacher
|
43f98ac6e1
Everywhere: Remove the `AK::` qualifier from Stream usages
|
2 years ago |
Tim Schumacher
|
a6bcad551d
LibCrypto: Use `AK::Stream` for pretty printing DER
|
2 years ago |
Tim Schumacher
|
f5fb1396e8
LibCrypto: Use `ErrorOr` error handling for parsing DER
|
2 years ago |
Tim Schumacher
|
ae64b68717
AK: Deprecate the old `AK::Stream`
|
2 years ago |
ericLemanissier
|
2065bc5e98
LibCrypto: Propagate errors using TRY
|
2 years ago |
Ali Mohammad Pur
|
f96a3c002a
Everywhere: Stop shoving things into ::std and mentioning them as such
|
2 years ago |
Linus Groh
|
d26aabff04
Everywhere: Run clang-format
|
2 years ago |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 years ago |
sin-ack
|
7456904a39
Meta+Userland: Simplify some formatters
|
3 years ago |
Michiel Visser
|
a6e465fba2
LibCrypto: Implement custom BitStringView for ASN.1 decoder
|
3 years ago |
Michiel Visser
|
b16b61f6bc
LibCrypto: Fix inverted boolean decoded error in ASN.1
|
3 years ago |
mjz19910
|
3102d8e160
Everywhere: Fix many spelling errors
|
3 years ago |
Andreas Kling
|
216e21a1fa
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
|
3 years ago |
Ben Wiederhake
|
850db15d66
Everywhere: Remove unused AK/Bitmap includes
|
3 years ago |
Ben Wiederhake
|
05d49cc0cb
LibCrypto: Fix bound checks when reading bitmaps
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
AnotherTest
|
ed28008d78
LibCrypo: Add an ASN.1/DER pretty-printer
|
4 years ago |
AnotherTest
|
8cc279ed74
LibCrypto: Fail with overflow when bitfield has too many unused bits
|
4 years ago |
Andreas Kling
|
ed9ab38b3b
LibCrypto: Use BitmapView instead of Bitmap::wrap()
|
4 years ago |
AnotherTest
|
3fe7ac0924
LibCrypto: Make a better ASN.1 parser
|
4 years ago |