Descriptioncrypto/x509: if a parent cert has a raw subject, use it.
This avoids a problem when creating certificates with parents that
were produce by other code: the Go structures don't contain all the
information about the various ASN.1 string types etc and so that
information would otherwise be lost.
Patch Set 1 #Patch Set 2 : diff -r 8eb71b50b26f https://go.googlecode.com/hg/ #Patch Set 3 : diff -r 8eb71b50b26f https://go.googlecode.com/hg/ #Patch Set 4 : diff -r 8eb71b50b26f https://go.googlecode.com/hg/ #MessagesTotal messages: 3
|