Loading src/crypto/rsa.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -1074,6 +1074,7 @@ namespace netplus { // Try to parse modulus and exponent size_t pubCursor = cursor; size_t intBytesRead = 0; if (parseDERInteger(data + pubCursor, innerSeqLength - (pubCursor - cursor), n, intBytesRead)) { pubCursor += intBytesRead; Loading @@ -1090,3 +1091,5 @@ namespace netplus { return false; } }; test_rsa_compile.o 0 → 100644 +17.3 KiB File added.No diff preview for this file type. View file Loading
src/crypto/rsa.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -1074,6 +1074,7 @@ namespace netplus { // Try to parse modulus and exponent size_t pubCursor = cursor; size_t intBytesRead = 0; if (parseDERInteger(data + pubCursor, innerSeqLength - (pubCursor - cursor), n, intBytesRead)) { pubCursor += intBytesRead; Loading @@ -1090,3 +1091,5 @@ namespace netplus { return false; } };