index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibCrypto
/
PK
Age
Commit message (
Expand
)
Author
2020-08-15
AK: Rename span() to bytes() when appropriate.
asynts
2020-07-31
LibCrypto: Do not trim leading zeros in export_data by default
AnotherTest
2020-07-27
LibCrypto: Change the signatures of RSA::import_[XXX]_key to use Span.
asynts
2020-07-27
LibCrypto: Change the signature of decode_pem to use Span.
asynts
2020-07-27
LibCrypto: Change the signature of RSA::parse_rsa_key to use Span.
asynts
2020-07-27
LibCrypto: Change [XXX]BigInteger::export_data() to use Span.
asynts
2020-05-29
LibCrypto: Format all files with clang-format 10
AnotherTest
2020-05-27
LibCrypto+LibTLS: Use AK/Random.h
Andreas Kling
2020-05-26
LibCrypto: Put some debug spam behind CRYPTO_DEBUG
Andreas Kling
2020-05-02
LibCrypto: Rename UnsignedBigInteger APIs to match their actions
AnotherTest
2020-05-02
LibCrypto: Ensure that EME padding does not contain zeros
AnotherTest
2020-05-02
LibCrypto+LibTLS: Reformat everything
AnotherTest
2020-05-02
LibCrypto: Implement RSA in terms of UnsignedBigInteger
AnotherTest