diff options
author | Pierre Pronchery <pierre@freebsdfoundation.org> | 2023-08-02 16:26:43 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2023-08-03 01:09:39 +0000 |
commit | cf2fc1b0f5ce501f5a29d307294e5637e0f5aba6 (patch) | |
tree | a2a5a488a727724dbe0c40f964fd21be2bf2d2c6 /doc/man3/X509_add_cert.pod | |
parent | b84c4564effd02dfdc047dd6cbeaf910bbb1a888 (diff) | |
download | src-cf2fc1b0f5ce501f5a29d307294e5637e0f5aba6.tar.gz src-cf2fc1b0f5ce501f5a29d307294e5637e0f5aba6.zip |
Diffstat (limited to 'doc/man3/X509_add_cert.pod')
-rw-r--r-- | doc/man3/X509_add_cert.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man3/X509_add_cert.pod b/doc/man3/X509_add_cert.pod index 1512d81701b8..907164e9710e 100644 --- a/doc/man3/X509_add_cert.pod +++ b/doc/man3/X509_add_cert.pod @@ -31,7 +31,7 @@ The value B<X509_ADD_FLAG_DEFAULT>, which equals 0, means no special semantics. If B<X509_ADD_FLAG_UP_REF> is set then the reference counts of those certificates added successfully are increased. -If B<X509_ADD_FLAG_PREPEND> is set then the certifcates are prepended to I<sk>. +If B<X509_ADD_FLAG_PREPEND> is set then the certificates are prepended to I<sk>. By default they are appended to I<sk>. In both cases the original order of the added certificates is preserved. @@ -66,7 +66,7 @@ were added in OpenSSL 3.0. =head1 COPYRIGHT -Copyright 2019-2020 The OpenSSL Project Authors. All Rights Reserved. +Copyright 2019-2023 The OpenSSL Project Authors. All Rights Reserved. Licensed under the Apache License 2.0 (the "License"). You may not use this file except in compliance with the License. You can obtain a copy |