extract-nss-root-certs icon indicating copy to clipboard operation
extract-nss-root-certs copied to clipboard

Results 2 extract-nss-root-certs issues
Sort by recently updated
recently updated
newest added

It seems that Go currently doesn't handle certificates with negative serial numbers: https://code.google.com/p/go/issues/detail?id=8265 At present, one of the root certificates in Mozilla's store has a negative serial number. As a...

Refactored, added tests and libized the code. - Refactored the code, to use the bufio.Scanner instead of the getLine() user function. - Refactored the helper functions to use simpler mechanics....