• Kenny Root's avatar
    DO NOT MERGE BIGNUM convert to Java BigInteger · 0e142ede
    Kenny Root authored
    Java BigInteger is in two's complement, so it needs conversion for
    negative numbers. We were mishandling it before and the previous change
    just hacked around it. Actually convert to two's complement instead.
    
    (cherry picked from commit 1744cf2b)
    
    Bug: 13789608
    
    Change-Id: I6bfe9577f0936678476193b55433b7d7dbc04400
    0e142ede
OpenSSLX509Certificate.java 16.6 KB