Lines Matching refs:current
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
48 SSL_CTX_get0_chain_certs() retrieves the chain associated with the current
52 current certificate of B<ctx>. (This is implemented by calling
70 Each of these functions operates on the I<current> end entity
74 SSL_CTX_select_current_cert() selects B<x509> as the current end entity
83 SSL_CTX_set_current_cert() changes the current certificate to a value based
86 certificate after the current certificate. These two operations can be
91 this option sets that certificate to the current certificate and returns 1.
93 be sent) 2 is returned and the current certificate is unchanged. If B<ssl>
95 the current certificate is unchanged.