Lines Matching refs:certificate
11 chain certificate processing
41 SSL_CTX_set0_chain() and SSL_CTX_set1_chain() set the certificate chain
42 associated with the current certificate of B<ctx> to B<sk>.
45 certificate B<x509> to the chain associated with the current certificate of
49 certificate of B<ctx>.
52 current certificate of B<ctx>. (This is implemented by calling
55 SSL_CTX_build_cert_chain() builds the certificate chain for B<ctx>.
71 (i.e. server or client) certificate. This is the last certificate loaded or
75 certificate, but only if B<x509> has already been loaded into B<ctx> using a
83 SSL_CTX_set_current_cert() changes the current certificate to a value based
85 the first valid certificate or B<SSL_CERT_SET_NEXT> to set the next valid
86 certificate after the current certificate. These two operations can be
90 If B<ssl> is a server and has sent a certificate to a connected client
91 this option sets that certificate to the current certificate and returns 1.
92 If the negotiated cipher suite is anonymous (and thus no certificate will
93 be sent) 2 is returned and the current certificate is unchanged. If B<ssl>
94 is not a server or a certificate has not been sent 0 is returned and
95 the current certificate is unchanged.
98 increment the reference count of the supplied certificate or chain so it must
100 not increment reference counts and the supplied certificate or chain
110 an RSA and a DSA certificate can (and often will) have different chains.
115 sending incorrect certificate chains often cause problems with peers.
135 no server certificate is used because the cipher suites is anonymous and 0