Commit d51f03fa authored by jan.koester's avatar jan.koester
Browse files

test

parent 3f5b3ab1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;
                
@@ -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.