index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibCrypto
/
ASN1
Age
Commit message (
Expand
)
Author
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
Meta+Userland: Simplify some formatters
sin-ack
2022-04-17
LibCrypto: Implement custom BitStringView for ASN.1 decoder
Michiel Visser
2022-04-17
LibCrypto: Fix inverted boolean decoded error in ASN.1
Michiel Visser
2022-04-17
LibTLS: ASN1 parse_utc_time handle pre 2000 years
Michiel Visser
2022-01-24
AK+Userland: Make AK::decode_base64 return ErrorOr
Sam Atkins
2022-01-07
Everywhere: Fix many spelling errors
mjz19910
2021-11-17
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
Andreas Kling
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-10
AK: Make ByteBuffer::try_* functions return ErrorOr<void>
Andreas Kling
2021-11-10
Everywhere: Remove unused AK/Bitmap includes
Ben Wiederhake
2021-10-23
AK+Everywhere: Make Base64 decoding fallible
Ben Wiederhake
2021-09-06
Everywhere: Use OOM-safe ByteBuffer APIs where possible
Ali Mohammad Pur
2021-08-19
AK: Move FormatParser definition from header to implementation file
Timothy Flynn
2021-05-31
LibCrypto: Fix bound checks when reading bitmaps
Ben Wiederhake
2021-05-17
Everywhere: Fix a bunch of typos
Linus Groh
2021-04-22
AK+Userland: Use mpfard@serenityos.org for my copyright headers
Ali Mohammad Pur
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-18
LibCrypto: Avoid creating bools from anything except bools
AnotherTest
2021-04-18
LibCrypto: Implement UTCTime and GeneralizedTime parsers
AnotherTest
2021-04-18
LibCrypo: Add an ASN.1/DER pretty-printer
AnotherTest
2021-04-18
LibCrypto: Allow the user to override the DER read kind and class
AnotherTest
2021-04-18
LibCrypto: Add the GeneralizedTime ASN.1 type
AnotherTest
2021-03-08
LibCrypto: Fail with overflow when bitfield has too many unused bits
AnotherTest
2021-03-04
LibCrypto: Use BitmapView instead of Bitmap::wrap()
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-14
LibCrypto: Make a better ASN.1 parser
AnotherTest
2021-01-22
LibCrypto: Make PEM.h able to stand alone
Ben Wiederhake
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling