Deleted Added
full compact
x509v3_config.pod (1.1.1.4) x509v3_config.pod (1.1.1.5)
1=pod
2
3=head1 NAME
4
5x509v3_config - X509 V3 certificate extension configuration format
6
7=head1 DESCRIPTION
8

--- 79 unchanged lines hidden (view full) ---

88 [extensions]
89 subjectAltName = @alt_section
90
91 [alt_section]
92 email.1 = steve@example.com
93 email.2 = steve@example.org
94
95The syntax of raw extensions is defined by the source code that parses
1=pod
2
3=head1 NAME
4
5x509v3_config - X509 V3 certificate extension configuration format
6
7=head1 DESCRIPTION
8

--- 79 unchanged lines hidden (view full) ---

88 [extensions]
89 subjectAltName = @alt_section
90
91 [alt_section]
92 email.1 = steve@example.com
93 email.2 = steve@example.org
94
95The syntax of raw extensions is defined by the source code that parses
96the extension but should be documened.
96the extension but should be documented.
97See L</Certificate Policies> for an example of a raw extension.
98
99If an extension type is unsupported, then the I<arbitrary> extension syntax
100must be used, see the L</ARBITRARY EXTENSIONS> section for more details.
101
102=head1 STANDARD EXTENSIONS
103
104The following sections describe the syntax of each supported extension.

--- 480 unchanged lines hidden (view full) ---

585
586=head1 SEE ALSO
587
588L<openssl-req(1)>, L<openssl-ca(1)>, L<openssl-x509(1)>,
589L<ASN1_generate_nconf(3)>
590
591=head1 COPYRIGHT
592
97See L</Certificate Policies> for an example of a raw extension.
98
99If an extension type is unsupported, then the I<arbitrary> extension syntax
100must be used, see the L</ARBITRARY EXTENSIONS> section for more details.
101
102=head1 STANDARD EXTENSIONS
103
104The following sections describe the syntax of each supported extension.

--- 480 unchanged lines hidden (view full) ---

585
586=head1 SEE ALSO
587
588L<openssl-req(1)>, L<openssl-ca(1)>, L<openssl-x509(1)>,
589L<ASN1_generate_nconf(3)>
590
591=head1 COPYRIGHT
592
593Copyright 2004-2021 The OpenSSL Project Authors. All Rights Reserved.
593Copyright 2004-2023 The OpenSSL Project Authors. All Rights Reserved.
594
595Licensed under the Apache License 2.0 (the "License"). You may not use
596this file except in compliance with the License. You can obtain a copy
597in the file LICENSE in the source distribution or at
598L<https://www.openssl.org/source/license.html>.
599
600=cut
594
595Licensed under the Apache License 2.0 (the "License"). You may not use
596this file except in compliance with the License. You can obtain a copy
597in the file LICENSE in the source distribution or at
598L<https://www.openssl.org/source/license.html>.
599
600=cut