a few of the SSL options were added in 7.9.3 and it should be noted
accordingly
This commit is contained in:
		@@ -324,7 +324,8 @@ changed with \fICURLOPT_SSLCERTTYPE\fP.
 | 
				
			|||||||
.TP
 | 
					.TP
 | 
				
			||||||
.B CURLOPT_SSLCERTTYPE
 | 
					.B CURLOPT_SSLCERTTYPE
 | 
				
			||||||
Pass a pointer to a zero terminated string as parameter. The string should be
 | 
					Pass a pointer to a zero terminated string as parameter. The string should be
 | 
				
			||||||
the format of your certificate. Supported formats are "PEM" and "DER".
 | 
					the format of your certificate. Supported formats are "PEM" and "DER".  (Added
 | 
				
			||||||
 | 
					in 7.9.3)
 | 
				
			||||||
.TP
 | 
					.TP
 | 
				
			||||||
.B CURLOPT_SSLCERTPASSWD
 | 
					.B CURLOPT_SSLCERTPASSWD
 | 
				
			||||||
Pass a pointer to a zero terminated string as parameter. It will be used as
 | 
					Pass a pointer to a zero terminated string as parameter. It will be used as
 | 
				
			||||||
@@ -339,11 +340,12 @@ a certificate but you need one to load your private key.
 | 
				
			|||||||
.B CURLOPT_SSLKEY
 | 
					.B CURLOPT_SSLKEY
 | 
				
			||||||
Pass a pointer to a zero terminated string as parameter. The string should be
 | 
					Pass a pointer to a zero terminated string as parameter. The string should be
 | 
				
			||||||
the file name of your private key. The default format is "PEM" and can be
 | 
					the file name of your private key. The default format is "PEM" and can be
 | 
				
			||||||
changed with \fICURLOPT_SSLKEYTYPE\fP.
 | 
					changed with \fICURLOPT_SSLKEYTYPE\fP. (Added in 7.9.3)
 | 
				
			||||||
.TP
 | 
					.TP
 | 
				
			||||||
.B CURLOPT_SSLKEYTYPE
 | 
					.B CURLOPT_SSLKEYTYPE
 | 
				
			||||||
Pass a pointer to a zero terminated string as parameter. The string should be
 | 
					Pass a pointer to a zero terminated string as parameter. The string should be
 | 
				
			||||||
the format of your private key. Supported formats are "PEM", "DER" and "ENG".
 | 
					the format of your private key. Supported formats are "PEM", "DER" and "ENG".
 | 
				
			||||||
 | 
					(Added in 7.9.3)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
\fBNOTE:\fPThe format "ENG" enables you to load the private key from a crypto
 | 
					\fBNOTE:\fPThe format "ENG" enables you to load the private key from a crypto
 | 
				
			||||||
engine. in this case \fICURLOPT_SSLKEY\fP is used as an identifier passed to
 | 
					engine. in this case \fICURLOPT_SSLKEY\fP is used as an identifier passed to
 | 
				
			||||||
@@ -351,22 +353,25 @@ the engine. You have to set the crypto engine with \fICURLOPT_SSL_ENGINE\fP.
 | 
				
			|||||||
.TP
 | 
					.TP
 | 
				
			||||||
.B CURLOPT_SSLKEYASSWD
 | 
					.B CURLOPT_SSLKEYASSWD
 | 
				
			||||||
Pass a pointer to a zero terminated string as parameter. It will be used as
 | 
					Pass a pointer to a zero terminated string as parameter. It will be used as
 | 
				
			||||||
the password required to use the \fICURLOPT_SSLKEY\fP private key. If the password
 | 
					the password required to use the \fICURLOPT_SSLKEY\fP private key. If the
 | 
				
			||||||
is not supplied, you will be prompted for it. \fICURLOPT_PASSWDFUNCTION\fP can
 | 
					password is not supplied, you will be prompted for
 | 
				
			||||||
be used to set your own prompt function.
 | 
					it. \fICURLOPT_PASSWDFUNCTION\fP can be used to set your own prompt function.
 | 
				
			||||||
 | 
					(Added in 7.9.3)
 | 
				
			||||||
.TP
 | 
					.TP
 | 
				
			||||||
.B CURLOPT_SSL_ENGINE
 | 
					.B CURLOPT_SSL_ENGINE
 | 
				
			||||||
Pass a pointer to a zero terminated string as parameter. It will be used as
 | 
					Pass a pointer to a zero terminated string as parameter. It will be used as
 | 
				
			||||||
the identifier for the crypto engine you want to use for your private key.
 | 
					the identifier for the crypto engine you want to use for your private
 | 
				
			||||||
 | 
					key. (Added in 7.9.3)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
\fBNOTE:\fPIf the crypto device cannot be loaded, \fICURLE_SSL_ENGINE_NOTFOUND\fP
 | 
					\fBNOTE:\fPIf the crypto device cannot be loaded,
 | 
				
			||||||
is returned.
 | 
					\fICURLE_SSL_ENGINE_NOTFOUND\fP is returned.
 | 
				
			||||||
.TP
 | 
					.TP
 | 
				
			||||||
.B CURLOPT_SSL_ENGINEDEFAULT
 | 
					.B CURLOPT_SSL_ENGINEDEFAULT
 | 
				
			||||||
Sets the actual crypto engine as the default for (asymetric) crypto operations.
 | 
					Sets the actual crypto engine as the default for (asymetric) crypto
 | 
				
			||||||
 | 
					operations. (Added in 7.9.3)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
\fBNOTE:\fPIf the crypto device cannot be set, \fICURLE_SSL_ENGINE_SETFAILED\fP
 | 
					\fBNOTE:\fPIf the crypto device cannot be set,
 | 
				
			||||||
is returned.
 | 
					\fICURLE_SSL_ENGINE_SETFAILED\fP is returned.
 | 
				
			||||||
.TP
 | 
					.TP
 | 
				
			||||||
.B CURLOPT_CRLF
 | 
					.B CURLOPT_CRLF
 | 
				
			||||||
Convert Unix newlines to CRLF newlines on FTP uploads.
 | 
					Convert Unix newlines to CRLF newlines on FTP uploads.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user