Searched refs:certificateAuthorities (Results 1 – 2 of 2) sorted by relevance
1995 certificateAuthorities [][]byte member2029 if len(m.certificateAuthorities) > 0 {2031 certificateAuthorities := extensions.addU16LengthPrefixed().addU16LengthPrefixed()2032 for _, ca := range m.certificateAuthorities {2033 caEntry := certificateAuthorities.addU16LengthPrefixed()2053 certificateAuthorities := body.addU16LengthPrefixed()2054 for _, ca := range m.certificateAuthorities {2055 caEntry := certificateAuthorities.addU16LengthPrefixed()2108 if !parseCAs(&body, &m.certificateAuthorities) || len(body) != 0 {2123 if !parseCAs(&reader, &m.certificateAuthorities) ||
869 certReq.certificateAuthorities = config.ClientCAs.Subjects()1687 certReq.certificateAuthorities = config.ClientCAs.Subjects()