mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:07:34 +00:00
LibCrypto: Make a better ASN.1 parser
And use it to parse RSA keys. As a bonus, this one shouldn't be reading out of bounds or messing with the stack (as much) anymore.
This commit is contained in:
parent
4d40864b9d
commit
3fe7ac0924
13 changed files with 893 additions and 624 deletions
|
@ -322,6 +322,10 @@
|
|||
#cmakedefine01 RESOURCE_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef RSA_PARSE_DEBUG
|
||||
#cmakedefine01 RSA_PARSE_DEBUG
|
||||
#endif
|
||||
|
||||
#ifndef SAFE_SYSCALL_DEBUG
|
||||
#cmakedefine01 SAFE_SYSCALL_DEBUG
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue