Descriptioncrypto/tls: load a chain of certificates from a file.
Many recently issued certificates are chained: there's one or more
intermediate certificates between the host certificate and the root CA
certificate. This change causes the code to load any number of
certificates from the certificate file. This matches the behaviour of
common webservers, and the output of OpenSSL's command line tools.
Patch Set 1 #Patch Set 2 : diff -r b5d17ce5197c https://go.googlecode.com/hg/ #Patch Set 3 : diff -r b5d17ce5197c https://go.googlecode.com/hg/ #Patch Set 4 : diff -r b5d17ce5197c https://go.googlecode.com/hg/ #Patch Set 5 : diff -r 5b014ff57c09 https://go.googlecode.com/hg/ #MessagesTotal messages: 3
|