• Kenny Root's avatar
    BIGNUM convert to Java BigInteger · 1744cf2b
    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.
    
    Change-Id: I6bfe9577f0936678476193b55433b7d7dbc04400
    1744cf2b
OpenSSLX509Certificate.java 16.6 KB