projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72e442a
)
Add two recently added functions
author
Ralf S. Engelschall
<rse@openssl.org>
Mon, 22 Mar 1999 15:53:08 +0000
(15:53 +0000)
committer
Ralf S. Engelschall
<rse@openssl.org>
Mon, 22 Mar 1999 15:53:08 +0000
(15:53 +0000)
doc/ssl.pod
patch
|
blob
|
history
diff --git
a/doc/ssl.pod
b/doc/ssl.pod
index cec801b386d7445983a0a238b1f340413bab58ef..46ee443f5753185fb41916a19eff05534ff1ffbe 100644
(file)
--- a/
doc/ssl.pod
+++ b/
doc/ssl.pod
@@
-397,6
+397,10
@@
connection defined in the B<SSL> structure.
=item int B<SSL_accept>(SSL *ssl);
+=item int B<SSL_add_dir_cert_subjects_to_stack>(STACK *stack, const char *dir);
+
+=item int B<SSL_add_file_cert_subjects_to_stack>(STACK *stack, const char *file);
+
=item int B<SSL_add_client_CA>(SSL *ssl, X509 *x);
=item char *B<SSL_alert_desc_string>(int value);