Searched refs:certificateAuthorities (Results 1 – 2 of 2) sorted by relevance
1832 certificateAuthorities [][]byte member1859 if len(m.certificateAuthorities) > 0 {1861 certificateAuthorities := extensions.addU16LengthPrefixed().addU16LengthPrefixed()1862 for _, ca := range m.certificateAuthorities {1863 caEntry := certificateAuthorities.addU16LengthPrefixed()1883 certificateAuthorities := body.addU16LengthPrefixed()1884 for _, ca := range m.certificateAuthorities {1885 caEntry := certificateAuthorities.addU16LengthPrefixed()1933 if !parseCAs(&body, &m.certificateAuthorities) || len(body) != 0 {1946 if !parseCAs(&reader, &m.certificateAuthorities) ||
848 certReq.certificateAuthorities = config.ClientCAs.Subjects()1618 certReq.certificateAuthorities = config.ClientCAs.Subjects()