PublicKey.parseRSA() has this check:

        if len(pk.e.bytes) > 3 {
                err = errors.UnsupportedError("large public exponent")
                return
        }

I get that it is valuable to limit the exponent size, but this limit
is too low: quite a few RSA keys in a dump from the public key server
network cannot be parsed as a result.

Is there are reason for this really low limit?

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to