Searched refs:SubjectAlternativeName (Results 1 - 5 of 5) sorted by relevance
/third_party/rust/crates/rust-openssl/openssl/src/x509/ |
H A D | extension.rs | 442 pub struct SubjectAlternativeName { structure names 447 impl Default for SubjectAlternativeName { 448 fn default() -> SubjectAlternativeName { in default() 449 SubjectAlternativeName::new() in default() 453 impl SubjectAlternativeName { impls 454 /// Construct a new `SubjectAlternativeName` extension. 455 pub fn new() -> SubjectAlternativeName { in new() 456 SubjectAlternativeName { in new() 463 pub fn critical(&mut self) -> &mut SubjectAlternativeName { in critical() 469 pub fn email(&mut self, email: &str) -> &mut SubjectAlternativeName { in email() [all...] |
H A D | tests.rs | 13 AuthorityKeyIdentifier, BasicConstraints, ExtendedKeyUsage, KeyUsage, SubjectAlternativeName, 337 let subject_alternative_name = SubjectAlternativeName::new() in x509_builder() 393 SubjectAlternativeName::new() in x509_extension_to_der() 400 SubjectAlternativeName::new() in x509_extension_to_der() 450 let subject_alternative_name = SubjectAlternativeName::new() in x509_req_builder() 1081 let san = SubjectAlternativeName::new() in ipaddress_as_subject_alternative_name_is_formatted_in_debug() 1134 let san = SubjectAlternativeName::new() in other_name_as_subject_alternative_name()
|
/third_party/rust/crates/rust-openssl/openssl/examples/ |
H A D | mk_certs.rs | 13 AuthorityKeyIdentifier, BasicConstraints, KeyUsage, SubjectAlternativeName, 130 let subject_alt_name = SubjectAlternativeName::new() in mk_ca_signed_cert()
|
/third_party/node/deps/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/ |
H A D | sigstore_common.js | 3 exports.TimeRange = exports.X509CertificateChain = exports.SubjectAlternativeName = exports.X509Certificate = exports.DistinguishedName = exports.ObjectIdentifierValuePair = exports.ObjectIdentifier = exports.PublicKeyIdentifier = exports.PublicKey = exports.RFC3161SignedTimestamp = exports.LogId = exports.MessageSignature = exports.HashOutput = exports.subjectAlternativeNameTypeToJSON = exports.subjectAlternativeNameTypeFromJSON = exports.SubjectAlternativeNameType = exports.publicKeyDetailsToJSON = exports.publicKeyDetailsFromJSON = exports.PublicKeyDetails = exports.hashAlgorithmToJSON = exports.hashAlgorithmFromJSON = exports.HashAlgorithm = void 0; 472 exports.SubjectAlternativeName = {
|
H A D | sigstore_verification.js | 15 san: isSet(object.san) ? sigstore_common_1.SubjectAlternativeName.fromJSON(object.san) : undefined, 22 message.san !== undefined && (obj.san = message.san ? sigstore_common_1.SubjectAlternativeName.toJSON(message.san) : undefined);
|
Completed in 4 milliseconds