mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 19:58:11 +00:00
![]() 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. |
||
---|---|---|
.. | ||
ASN1.cpp | ||
ASN1.h | ||
DER.cpp | ||
DER.h | ||
PEM.cpp | ||
PEM.h |