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
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