SSL_CTX_use_certificate_chain_file() is preferred over SSL_CTX_use_certificate_file(). It allows the use of complete certificate chains instead of loading only the first certificate in a PEM file. |
||
|---|---|---|
| .. | ||
| error.rs | ||
| mod.rs | ||
| tests.rs | ||
SSL_CTX_use_certificate_chain_file() is preferred over SSL_CTX_use_certificate_file(). It allows the use of complete certificate chains instead of loading only the first certificate in a PEM file. |
||
|---|---|---|
| .. | ||
| error.rs | ||
| mod.rs | ||
| tests.rs | ||