index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tests
/
LibCrypto
Age
Commit message (
Expand
)
Author
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
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-31
LibCrypto+Tests: Test and demonstrate broken ASN1::parse_utc_time
Ben Wiederhake
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-02
LibCrypto: Add a way to compare UnsignedBigInteger with double
Moustafa Raafat
2022-08-26
LibCrypto: Add a constructor to (Un)SignedBigInteger taking a double
davidot
2022-08-26
LibCrypto: Make the constructors of (Un)SignedBigInteger templated
davidot
2022-08-26
LibCrypto: Add a rounding mode to UnsignedBigInteger::to_double
davidot
2022-08-24
LibCrypto: Implement a (mostly) proper to_double for UnsignedBigInteger
davidot
2022-08-24
LibCrypto: Add a way to compare a SignedBigInteger with a double
davidot
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-05-12
LibCrypto: Add Ed25519
stelar7
2022-04-13
LibCrypto: Add ChaCha20
stelar7
2022-04-08
LibCrypto: Add Poly1305
stelar7
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-26
LibCrypto: Correctly add length to SHA384 and SHA512 hashes
Michiel Visser
2022-03-20
LibCrypto: Add DH exchange for SECP256r1 to TestCurves
Michiel Visser
2022-03-20
LibCrypto+LibTLS: Add SECP256r1 support to LibTLS
Michiel Visser
2022-03-20
LibCrypto+LibTLS: Generalize the elliptic curve interface
Michiel Visser
2022-03-18
LibCrypto: Implement the SECP256r1 elliptic curve
Michiel Visser
2022-03-09
LibCrypto: Add curve X448
stelar7
2022-02-18
LibCrypto: Add curve x25519
stelar7
2022-02-06
LibCrypto: Do not allow signed big integers to be negative zero
Timothy Flynn
2022-01-18
LibCrypto+LibJS: Better bitwise binary_xor binop
Nico Weber
2022-01-18
LibCrypto+LibJS: Better bigint bitwise_or binop
Nico Weber
2022-01-18
LibCrypto+LibJS: Better bigint bitwise_and binop
Nico Weber
2022-01-18
LibJS+LibCrypto: Fix SignedBitInteger::bitwise_not and use it in LibJS
Nico Weber
2021-12-08
LibCrypto+Tests: Avoid implicitly copying ByteBuffer
Ben Wiederhake
2021-11-16
LibCrypto: Fix subtracting two negative `SignedBigInteger`s
Linus Groh
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-09-02
Tests: Remove all file(GLOB) from CMakeLists in Tests
Andrew Kaster
2021-07-01
LibCrypto: Add tests for SignedBigInteger bitwise operations
Gal Horowitz
2021-06-29
LibCrypto: Replace from_base{2,8,10,16}() & to_base10 with from_base(N)
Idan Horowitz
2021-06-19
LibCrypto+LibTLS: Split and move test suite into Tests directory
Peter Bocan