1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 19:58:11 +00:00
serenity/Userland/Libraries/LibCrypto/ASN1
Michiel Visser b16b61f6bc LibCrypto: Fix inverted boolean decoded error in ASN.1
ASN.1 encodes booleans as false is zero and true is non-zero. The
decoder currently returned true when the boolean was zero.

Since this decoder was barely used it did not cause any problems,
however for support of other certificate extensions the correct version
is required.
2022-04-17 10:10:19 +04:30
..
ASN1.cpp LibTLS: ASN1 parse_utc_time handle pre 2000 years 2022-04-17 10:10:19 +04:30
ASN1.h Everywhere: Pass AK::StringView by value 2021-11-11 01:27:46 +01:00
DER.cpp LibCrypto: Fix inverted boolean decoded error in ASN.1 2022-04-17 10:10:19 +04:30
DER.h AK: Convert AK::Format formatting helpers to returning ErrorOr<void> 2021-11-17 00:21:13 +01:00
PEM.cpp AK+Userland: Make AK::decode_base64 return ErrorOr 2022-01-24 22:36:09 +01:00
PEM.h AK+Userland: Use mpfard@serenityos.org for my copyright headers 2021-04-22 22:19:09 +02:00