Descriptioncrypto/rsa: left-pad PKCS#1 v1.5 outputs.
OpenSSL requires that RSA signatures be exactly the same byte-length
as the modulus. Currently it'll reject ~1/256 of our signatures: those
that end up a byte shorter.
Fixes issue 3796.
Patch Set 1 #Patch Set 2 : diff -r 63d9b9b595c5 https://code.google.com/p/go/ #Patch Set 3 : diff -r 63d9b9b595c5 https://code.google.com/p/go/ #
Total comments: 2
Patch Set 4 : diff -r 744f0397f41a https://code.google.com/p/go/ #MessagesTotal messages: 4
|