mirror of
https://github.com/curl/curl.git
synced 2026-08-25 08:53:36 +03:00
gtls: Add P12 format support
This change adds P12 format support for GnuTLS backend. Closes #14991
This commit is contained in:
parent
a4703dac13
commit
7307c1a289
2 changed files with 14 additions and 2 deletions
|
|
@ -39,7 +39,7 @@ the format of your certificate.
|
|||
Supported formats are "PEM" and "DER", except with Secure Transport or
|
||||
Schannel. OpenSSL (versions 0.9.3 and later), Secure Transport (on iOS 5 or
|
||||
later, or macOS 10.7 or later) and Schannel support "P12" for PKCS#12-encoded
|
||||
files.
|
||||
files. GnuTLS supports P12 starting with curl 8.11.0.
|
||||
|
||||
The application does not have to keep the string around after setting this
|
||||
option.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue