File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -1005,6 +1005,24 @@ \section{Modules}
10051005
10061006Clears the option flags of the SSL connection instance. See \fn {openssl.ssl.context:clearOptions}.
10071007
1008+ \subsubsection [\fn{ssl:setStore} ]{\fn {ssl:setStore($ store$ )} }
1009+
1010+ Associate the \module {openssl.x509.store} object $ store$ with $ ssl$ for both verification and chain building. Replaces any existing stores.
1011+
1012+ \emph {Only supported since OpenSSL 1.0.2. }
1013+
1014+ \subsubsection [\fn{ssl:setChainStore} ]{\fn {ssl:setChainStore($ store$ )} }
1015+
1016+ Associate the \module {openssl.x509.store} object $ store$ with $ ssl$ for chain building. Replaces any existing store.
1017+
1018+ \emph {Only supported since OpenSSL 1.0.2. }
1019+
1020+ \subsubsection [\fn{ssl:setVerifyStore} ]{\fn {ssl:setVerifyStore($ store$ )} }
1021+
1022+ Associate the \module {openssl.x509.store} object $ store$ with $ ssl$ for verification. Replaces any existing store.
1023+
1024+ \emph {Only supported since OpenSSL 1.0.2. }
1025+
10081026\subsubsection [\fn{ssl:setVerify} ]{\fn {ssl:setVerify([$ mode$ ][, $ depth$ ])} }
10091027
10101028Sets the verification mode flags and maximum validation chain depth.
You can’t perform that action at this time.
0 commit comments