sync with OpenBSD -current
This commit is contained in:
parent
cc53d18db3
commit
6f15bbf720
63 changed files with 758 additions and 802 deletions
|
@ -1,4 +1,4 @@
|
|||
.\" $OpenBSD: SSL_CTX_add1_chain_cert.3,v 1.1 2019/04/05 18:29:43 schwarze Exp $
|
||||
.\" $OpenBSD: SSL_CTX_add1_chain_cert.3,v 1.2 2025/01/18 10:45:12 tb Exp $
|
||||
.\" selective merge up to: OpenSSL df75c2bf Dec 9 01:02:36 2018 +0100
|
||||
.\"
|
||||
.\" This file was written by Dr. Stephen Henson <steve@openssl.org>
|
||||
|
@ -49,7 +49,7 @@
|
|||
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
||||
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd $Mdocdate: April 5 2019 $
|
||||
.Dd $Mdocdate: January 18 2025 $
|
||||
.Dt SSL_CTX_ADD1_CHAIN_CERT 3
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -203,7 +203,7 @@ in the parent
|
|||
.Vt SSL_CTX .
|
||||
.Pp
|
||||
One chain can be set for each key type supported by a server.
|
||||
So, for example, an RSA and a DSA certificate can (and often will) have
|
||||
So, for example, an RSA and an ECDSA certificate can have
|
||||
different chains.
|
||||
.Pp
|
||||
If any certificates are added using these functions, no certificates
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue