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
Age
Commit message (
Expand
)
Author
2023-05-18
LibCrypto: Add a checksumming stream wrapper
kleines Filmröllchen
2023-05-18
LibCrypto: Add generic 8-bit CRC
kleines Filmröllchen
2023-05-18
LibCrypto: Expose checksum type of ChecksumFunction
kleines Filmröllchen
2023-05-08
LibCrypto+LibTLS: Avoid crashing on invalid input
Ben Wiederhake
2023-05-05
LibCrypto: Store the TBS ASN.1 data on the certificate
stelar7
2023-04-15
LibTLS: Change CertificateKeyAlgorithm from enum to struct
stelar7
2023-04-11
AK: Add option to the string formatter to use a digit separator
Tim Ledbetter
2023-04-09
LibCrypto: Add PBKDF2
stelar7
2023-04-09
Everywhere: Remove unused DeprecatedString includes
Ben Wiederhake
2023-04-06
LibCrypto: Add ability to rewrite current tag kind
stelar7
2023-04-06
LibCrypto: Add missing ASN1 tag kinds
stelar7
2023-04-03
LibCrypto: Add PEM encoder
Fabian Dellwing
2023-04-03
AK+Everywhere: Change AK::fill_with_random to accept a Bytes object
Timothy Flynn
2023-03-31
LibCrypto: Implement little endian CRC using the slicing-by-8 algorithm
Timothy Flynn
2023-03-25
LibCrypto: Use 8-byte crc32 instruction on arm too
Nico Weber
2023-03-25
LibCrypto: Start sometimes hardware-accelerating crc32
Nico Weber
2023-03-24
LibCrypto: Update entire blocks in `SHA*::update()`
Jelle Raaijmakers
2023-03-24
LibCrypto: Stop shadowing `i` variable
Jelle Raaijmakers
2023-03-16
LibCrypto: Add multiple PEM parser
Fabian Dellwing
2023-03-13
AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted
Tim Schumacher
2023-03-04
AK+LibCrypto: Delete 64x64 wide multiplication workarounds
Dan Klishch
2023-02-25
Everywhere: Use _{short_,}string to create Strings from literals
Linus Groh
2023-02-13
Everywhere: Remove the `AK::` qualifier from Stream usages
Tim Schumacher
2023-02-10
Everywhere: Remove needless copies of Error / ErrorOr instances
Timothy Flynn
2023-02-08
LibCrypto: Use `AK::Stream` for pretty printing DER
Tim Schumacher
2023-02-08
LibCrypto: Use `ErrorOr` error handling for parsing DER
Tim Schumacher
2023-02-08
LibCrypto: Do a simple copy for buffered GHash bytes
Tim Schumacher
2023-01-29
AK: Deprecate the old `AK::Stream`
Tim Schumacher
2023-01-27
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
Linus Groh
2023-01-27
LibCrypto: Remove declarations for non-existent methods
Sam Atkins
2023-01-20
Everywhere: Convert known short-strings to the infallible String factory
Timothy Flynn
2023-01-15
LibCrypto: Define *BigInteger::to_base to convert big integers to String
Timothy Flynn
2023-01-15
LibCrypto+Everywhere: Rename *BigInteger::to_base to to_base_deprecated
Timothy Flynn
2023-01-06
LibCrypto: Use default Crypto::Hash::Digest comparison operators
Nico Weber
2023-01-05
LibCrypto: Add equality operators for Crypto::Hash::Digest<>
Nico Weber
2023-01-05
LibCrypto: Add a Formatter for Crypto::Hash::Digest<>
Nico Weber
2023-01-05
LibCrypto: Use nested namespace specifiers in Hash/
Nico Weber
2023-01-04
Everywhere: Remove some redundant `inline` keywords
Nico Weber
2023-01-02
Everywhere: Remove unused includes of AK/Concepts.h
Ben Wiederhake
2023-01-02
Everywhere: Remove unused includes of AK/StdLibExtras.h
Ben Wiederhake
2023-01-02
LibCrypto: Propagate errors using TRY
ericLemanissier
2022-12-31
LibCrypto: Don't crash in ASN1::parse_generalized_time on missing 'Z'
Ben Wiederhake
2022-12-31
LibCrypto: Don't crash in ASN1::parse_utc_time on missing 'Z'
Ben Wiederhake
2022-12-14
Everywhere: Stop shoving things into ::std and mentioning them as such
Ali Mohammad Pur
2022-12-09
Everywhere: Use C++ concepts instead of requires clauses
Moustafa Raafat
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-12-03
Everywhere: Run clang-format
Linus Groh
2022-11-03
AK+LibC+LibCrypto: Move FloatExtractor to AK/FloatingPoint.h
Dan Klishch
2022-11-02
LibCrypto: Add a way to compare UnsignedBigInteger with double
Moustafa Raafat
[next]