mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-30 14:15:39 -04:00
The "abort" command aborts an ongoing transaction started by a "set ssl ca-file" command. Since the updated CA file data is not pushed into the cafile tree until a "commit ssl ca-file" call is performed, the abort command simply clears the new cafile_entry that was stored in the cafile_transaction. This fixes a subpart of GitHub issue #1057. |
||
|---|---|---|
| .. | ||
| add_ssl_crt-list.vtc | ||
| ca-auth.crt | ||
| cert1-example.com.pem.ecdsa | ||
| cert1-example.com.pem.rsa | ||
| cert2-example.com.pem.ecdsa | ||
| cert2-example.com.pem.rsa | ||
| client1.pem | ||
| client2_expired.pem | ||
| client3_revoked.pem | ||
| common.crt | ||
| common.key | ||
| common.pem | ||
| crl-auth.pem | ||
| del_ssl_crt-list.vtc | ||
| ecdsa.crt | ||
| ecdsa.key | ||
| ecdsa.pem | ||
| filters.crt-list | ||
| localhost.crt-list | ||
| README | ||
| set_cafile_client.pem | ||
| set_cafile_interCA1.crt | ||
| set_cafile_interCA2.crt | ||
| set_cafile_rootCA.crt | ||
| set_cafile_server.pem | ||
| set_default_cert.crt-list | ||
| set_default_cert.pem | ||
| set_ssl_cafile.vtc | ||
| set_ssl_cert.vtc | ||
| set_ssl_cert_bundle.vtc | ||
| set_ssl_cert_noext.vtc | ||
| set_ssl_server_cert.vtc | ||
| simple.crt-list | ||
| ssl_client_auth.vtc | ||
| ssl_client_samples.vtc | ||
| ssl_crt-list_filters.vtc | ||
| ssl_frontend_samples.vtc | ||
| ssl_server_samples.vtc | ||
| ssl_simple_crt-list.vtc | ||
| wrong_ctx_storage.vtc | ||
File list: - common.pem: PEM file which may be used by most of the VTC files.