changed generation of manpages.
[gnutls.git] / doc / manpages / Makefile.am
blobfdf35879861be3b6d92a842a51f39f47f82bc40b
1 ## Process this file with automake to produce Makefile.in
2 # Copyright (C) 2003-2012 Free Software Foundation, Inc.
4 # Author: Nikos Mavroyanopoulos, Simon Josefsson
6 # This file is part of GnuTLS.
8 # This file is free software; you can redistribute it and/or modify it
9 # under the terms of the GNU General Public License as published by
10 # the Free Software Foundation; either version 3 of the License, or
11 # (at your option) any later version.
13 # This file is distributed in the hope that it will be useful, but
14 # WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16 # General Public License for more details.
18 # You should have received a copy of the GNU General Public License
19 # along with this file; if not, write to the Free Software Foundation,
20 # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
22 dist_man_MANS = gnutls-cli.1 gnutls-cli-debug.1 gnutls-serv.1   \
23         certtool.1 psktool.1 p11tool.1 ocsptool.1 tpmtool.1
25 if ENABLE_SRP
26 dist_man_MANS += srptool.1
27 endif
29 HEADER_FILES = $(top_srcdir)/lib/includes/gnutls/gnutls.h.in \
30         $(top_srcdir)/lib/includes/gnutls/x509.h $(top_srcdir)/lib/includes/gnutls/openpgp.h \
31         $(top_srcdir)/lib/includes/gnutls/pkcs12.h $(top_srcdir)/lib/includes/gnutls/pkcs11.h \
32         $(top_srcdir)/lib/includes/gnutls/abstract.h $(top_srcdir)/lib/includes/gnutls/compat.h \
33         $(top_srcdir)/lib/includes/gnutls/dtls.h $(top_srcdir)/lib/includes/gnutls/crypto.h \
34         $(top_srcdir)/lib/includes/gnutls/ocsp.h $(top_srcdir)/lib/includes/gnutls/tpm.h
36 # Note that our .def files depend on autogen
37 # supporting the @subheading texi keyword. This
38 # is not currently the case so we do remove it
39 # before processing. Once the new version of autogen
40 # is out, replace the sed and tmp files with a simple
41 # autogen -DMAN_SECTION=1 -Tagman-cmd.tpl $<
42 certtool.1: ../../src/certtool-args.def
43         -sed 's/@subheading \(.*\)/@*\n@var{\1}\n@*/' $< > "$<".tmp && \
44         autogen -DMAN_SECTION=1 -Tagman-cmd.tpl "$<".tmp && \
45         rm -f "$<".tmp
47 ocsptool.1: ../../src/ocsptool-args.def
48         -sed 's/@subheading \(.*\)/@*\n@var{\1}\n@*/' $< > "$<".tmp && \
49         autogen -DMAN_SECTION=1 -Tagman-cmd.tpl "$<".tmp && \
50         rm -f "$<".tmp
52 gnutls-cli.1: ../../src/cli-args.def
53         -sed 's/@subheading \(.*\)/@*\n@var{\1}\n@*/' $< > "$<".tmp && \
54         autogen -DMAN_SECTION=1 -Tagman-cmd.tpl "$<".tmp && \
55         rm -f "$<".tmp
57 gnutls-serv.1: ../../src/serv-args.def
58         -sed 's/@subheading \(.*\)/@*\n@var{\1}\n@*/' $< > "$<".tmp && \
59         autogen -DMAN_SECTION=1 -Tagman-cmd.tpl "$<".tmp && \
60         rm -f "$<".tmp
62 gnutls-cli-debug.1: ../../src/cli-debug-args.def
63         -sed 's/@subheading \(.*\)/@*\n@var{\1}\n@*/' $< > "$<".tmp && \
64         autogen -DMAN_SECTION=1 -Tagman-cmd.tpl "$<".tmp && \
65         rm -f "$<".tmp
67 srptool.1: ../../src/srptool-args.def
68         -sed 's/@subheading \(.*\)/@*\n@var{\1}\n@*/' $< > "$<".tmp && \
69         autogen -DMAN_SECTION=1 -Tagman-cmd.tpl "$<".tmp && \
70         rm -f "$<".tmp
72 p11tool.1: ../../src/p11tool-args.def
73         -sed 's/@subheading \(.*\)/@*\n@var{\1}\n@*/' $< > "$<".tmp && \
74         autogen -DMAN_SECTION=1 -Tagman-cmd.tpl "$<".tmp && \
75         rm -f "$<".tmp
77 tpmtool.1: ../../src/tpmtool-args.def
78         -sed 's/@subheading \(.*\)/@*\n@var{\1}\n@*/' $< > "$<".tmp && \
79         autogen -DMAN_SECTION=1 -Tagman-cmd.tpl "$<".tmp && \
80         rm -f "$<".tmp
82 psktool.1: ../../src/psk-args.def
83         -sed 's/@subheading \(.*\)/@*\n@var{\1}\n@*/' $< > "$<".tmp && \
84         autogen -DMAN_SECTION=1 -Tagman-cmd.tpl "$<".tmp && \
85         rm -f "$<".tmp
87 APIMANS =
88 APIMANS += gnutls_alert_get.3
89 APIMANS += gnutls_alert_get_name.3
90 APIMANS += gnutls_alert_get_strname.3
91 APIMANS += gnutls_alert_send.3
92 APIMANS += gnutls_alert_send_appropriate.3
93 APIMANS += gnutls_anon_allocate_client_credentials.3
94 APIMANS += gnutls_anon_allocate_server_credentials.3
95 APIMANS += gnutls_anon_free_client_credentials.3
96 APIMANS += gnutls_anon_free_server_credentials.3
97 APIMANS += gnutls_anon_set_params_function.3
98 APIMANS += gnutls_anon_set_server_dh_params.3
99 APIMANS += gnutls_anon_set_server_params_function.3
100 APIMANS += gnutls_auth_client_get_type.3
101 APIMANS += gnutls_auth_get_type.3
102 APIMANS += gnutls_auth_server_get_type.3
103 APIMANS += gnutls_bye.3
104 APIMANS += gnutls_certificate_activation_time_peers.3
105 APIMANS += gnutls_certificate_allocate_credentials.3
106 APIMANS += gnutls_certificate_client_get_request_status.3
107 APIMANS += gnutls_certificate_expiration_time_peers.3
108 APIMANS += gnutls_certificate_free_ca_names.3
109 APIMANS += gnutls_certificate_free_cas.3
110 APIMANS += gnutls_certificate_free_credentials.3
111 APIMANS += gnutls_certificate_free_crls.3
112 APIMANS += gnutls_certificate_free_keys.3
113 APIMANS += gnutls_certificate_get_issuer.3
114 APIMANS += gnutls_certificate_get_ours.3
115 APIMANS += gnutls_certificate_get_peers.3
116 APIMANS += gnutls_certificate_send_x509_rdn_sequence.3
117 APIMANS += gnutls_certificate_server_set_request.3
118 APIMANS += gnutls_certificate_set_dh_params.3
119 APIMANS += gnutls_certificate_set_key.3
120 APIMANS += gnutls_certificate_set_openpgp_key.3
121 APIMANS += gnutls_certificate_set_openpgp_key_file.3
122 APIMANS += gnutls_certificate_set_openpgp_key_file2.3
123 APIMANS += gnutls_certificate_set_openpgp_key_mem.3
124 APIMANS += gnutls_certificate_set_openpgp_key_mem2.3
125 APIMANS += gnutls_certificate_set_openpgp_keyring_file.3
126 APIMANS += gnutls_certificate_set_openpgp_keyring_mem.3
127 APIMANS += gnutls_certificate_set_params_function.3
128 APIMANS += gnutls_certificate_set_pin_function.3
129 APIMANS += gnutls_certificate_set_retrieve_function.3
130 APIMANS += gnutls_certificate_set_retrieve_function2.3
131 APIMANS += gnutls_certificate_set_rsa_export_params.3
132 APIMANS += gnutls_certificate_set_verify_flags.3
133 APIMANS += gnutls_certificate_set_verify_function.3
134 APIMANS += gnutls_certificate_set_verify_limits.3
135 APIMANS += gnutls_certificate_set_x509_crl.3
136 APIMANS += gnutls_certificate_set_x509_crl_file.3
137 APIMANS += gnutls_certificate_set_x509_crl_mem.3
138 APIMANS += gnutls_certificate_set_x509_key.3
139 APIMANS += gnutls_certificate_set_x509_key_file.3
140 APIMANS += gnutls_certificate_set_x509_key_mem.3
141 APIMANS += gnutls_certificate_set_x509_simple_pkcs12_file.3
142 APIMANS += gnutls_certificate_set_x509_simple_pkcs12_mem.3
143 APIMANS += gnutls_certificate_set_x509_system_trust.3
144 APIMANS += gnutls_certificate_set_x509_trust.3
145 APIMANS += gnutls_certificate_set_x509_trust_file.3
146 APIMANS += gnutls_certificate_set_x509_trust_mem.3
147 APIMANS += gnutls_certificate_type_get.3
148 APIMANS += gnutls_certificate_type_get_id.3
149 APIMANS += gnutls_certificate_type_get_name.3
150 APIMANS += gnutls_certificate_type_list.3
151 APIMANS += gnutls_certificate_type_set_priority.3
152 APIMANS += gnutls_certificate_verify_peers2.3
153 APIMANS += gnutls_check_version.3
154 APIMANS += gnutls_cipher_add_auth.3
155 APIMANS += gnutls_cipher_decrypt.3
156 APIMANS += gnutls_cipher_decrypt2.3
157 APIMANS += gnutls_cipher_deinit.3
158 APIMANS += gnutls_cipher_encrypt.3
159 APIMANS += gnutls_cipher_encrypt2.3
160 APIMANS += gnutls_cipher_get.3
161 APIMANS += gnutls_cipher_get_block_size.3
162 APIMANS += gnutls_cipher_get_id.3
163 APIMANS += gnutls_cipher_get_key_size.3
164 APIMANS += gnutls_cipher_get_name.3
165 APIMANS += gnutls_cipher_init.3
166 APIMANS += gnutls_cipher_list.3
167 APIMANS += gnutls_cipher_set_iv.3
168 APIMANS += gnutls_cipher_set_priority.3
169 APIMANS += gnutls_cipher_suite_get_name.3
170 APIMANS += gnutls_cipher_suite_info.3
171 APIMANS += gnutls_cipher_tag.3
172 APIMANS += gnutls_compression_get.3
173 APIMANS += gnutls_compression_get_id.3
174 APIMANS += gnutls_compression_get_name.3
175 APIMANS += gnutls_compression_list.3
176 APIMANS += gnutls_compression_set_priority.3
177 APIMANS += gnutls_credentials_clear.3
178 APIMANS += gnutls_credentials_set.3
179 APIMANS += gnutls_db_check_entry.3
180 APIMANS += gnutls_db_get_ptr.3
181 APIMANS += gnutls_db_remove_session.3
182 APIMANS += gnutls_db_set_cache_expiration.3
183 APIMANS += gnutls_db_set_ptr.3
184 APIMANS += gnutls_db_set_remove_function.3
185 APIMANS += gnutls_db_set_retrieve_function.3
186 APIMANS += gnutls_db_set_store_function.3
187 APIMANS += gnutls_deinit.3
188 APIMANS += gnutls_dh_get_group.3
189 APIMANS += gnutls_dh_get_peers_public_bits.3
190 APIMANS += gnutls_dh_get_prime_bits.3
191 APIMANS += gnutls_dh_get_pubkey.3
192 APIMANS += gnutls_dh_get_secret_bits.3
193 APIMANS += gnutls_dh_params_cpy.3
194 APIMANS += gnutls_dh_params_deinit.3
195 APIMANS += gnutls_dh_params_export_pkcs3.3
196 APIMANS += gnutls_dh_params_export_raw.3
197 APIMANS += gnutls_dh_params_generate2.3
198 APIMANS += gnutls_dh_params_import_pkcs3.3
199 APIMANS += gnutls_dh_params_import_raw.3
200 APIMANS += gnutls_dh_params_init.3
201 APIMANS += gnutls_dh_set_prime_bits.3
202 APIMANS += gnutls_dtls_cookie_send.3
203 APIMANS += gnutls_dtls_cookie_verify.3
204 APIMANS += gnutls_dtls_get_data_mtu.3
205 APIMANS += gnutls_dtls_get_mtu.3
206 APIMANS += gnutls_dtls_get_timeout.3
207 APIMANS += gnutls_dtls_prestate_set.3
208 APIMANS += gnutls_dtls_set_data_mtu.3
209 APIMANS += gnutls_dtls_set_mtu.3
210 APIMANS += gnutls_dtls_set_timeouts.3
211 APIMANS += gnutls_ecc_curve_get.3
212 APIMANS += gnutls_ecc_curve_get_name.3
213 APIMANS += gnutls_ecc_curve_get_size.3
214 APIMANS += gnutls_ecc_curve_list.3
215 APIMANS += gnutls_error_is_fatal.3
216 APIMANS += gnutls_error_to_alert.3
217 APIMANS += gnutls_fingerprint.3
218 APIMANS += gnutls_global_deinit.3
219 APIMANS += gnutls_global_init.3
220 APIMANS += gnutls_global_set_audit_log_function.3
221 APIMANS += gnutls_global_set_log_function.3
222 APIMANS += gnutls_global_set_log_level.3
223 APIMANS += gnutls_global_set_mem_functions.3
224 APIMANS += gnutls_global_set_mutex.3
225 APIMANS += gnutls_global_set_time_function.3
226 APIMANS += gnutls_handshake.3
227 APIMANS += gnutls_handshake_get_last_in.3
228 APIMANS += gnutls_handshake_get_last_out.3
229 APIMANS += gnutls_handshake_set_max_packet_length.3
230 APIMANS += gnutls_handshake_set_post_client_hello_function.3
231 APIMANS += gnutls_handshake_set_private_extensions.3
232 APIMANS += gnutls_handshake_set_timeout.3
233 APIMANS += gnutls_hash.3
234 APIMANS += gnutls_hash_deinit.3
235 APIMANS += gnutls_hash_fast.3
236 APIMANS += gnutls_hash_get_len.3
237 APIMANS += gnutls_hash_init.3
238 APIMANS += gnutls_hash_output.3
239 APIMANS += gnutls_heartbeat_allowed.3
240 APIMANS += gnutls_heartbeat_enable.3
241 APIMANS += gnutls_heartbeat_get_timeout.3
242 APIMANS += gnutls_heartbeat_ping.3
243 APIMANS += gnutls_heartbeat_pong.3
244 APIMANS += gnutls_heartbeat_set_timeouts.3
245 APIMANS += gnutls_hex2bin.3
246 APIMANS += gnutls_hex_decode.3
247 APIMANS += gnutls_hex_encode.3
248 APIMANS += gnutls_hmac.3
249 APIMANS += gnutls_hmac_deinit.3
250 APIMANS += gnutls_hmac_fast.3
251 APIMANS += gnutls_hmac_get_len.3
252 APIMANS += gnutls_hmac_init.3
253 APIMANS += gnutls_hmac_output.3
254 APIMANS += gnutls_init.3
255 APIMANS += gnutls_key_generate.3
256 APIMANS += gnutls_kx_get.3
257 APIMANS += gnutls_kx_get_id.3
258 APIMANS += gnutls_kx_get_name.3
259 APIMANS += gnutls_kx_list.3
260 APIMANS += gnutls_kx_set_priority.3
261 APIMANS += gnutls_load_file.3
262 APIMANS += gnutls_mac_get.3
263 APIMANS += gnutls_mac_get_id.3
264 APIMANS += gnutls_mac_get_key_size.3
265 APIMANS += gnutls_mac_get_name.3
266 APIMANS += gnutls_mac_list.3
267 APIMANS += gnutls_mac_set_priority.3
268 APIMANS += gnutls_ocsp_req_add_cert.3
269 APIMANS += gnutls_ocsp_req_add_cert_id.3
270 APIMANS += gnutls_ocsp_req_deinit.3
271 APIMANS += gnutls_ocsp_req_export.3
272 APIMANS += gnutls_ocsp_req_get_cert_id.3
273 APIMANS += gnutls_ocsp_req_get_extension.3
274 APIMANS += gnutls_ocsp_req_get_nonce.3
275 APIMANS += gnutls_ocsp_req_get_version.3
276 APIMANS += gnutls_ocsp_req_import.3
277 APIMANS += gnutls_ocsp_req_init.3
278 APIMANS += gnutls_ocsp_req_print.3
279 APIMANS += gnutls_ocsp_req_randomize_nonce.3
280 APIMANS += gnutls_ocsp_req_set_extension.3
281 APIMANS += gnutls_ocsp_req_set_nonce.3
282 APIMANS += gnutls_ocsp_resp_deinit.3
283 APIMANS += gnutls_ocsp_resp_export.3
284 APIMANS += gnutls_ocsp_resp_get_certs.3
285 APIMANS += gnutls_ocsp_resp_get_extension.3
286 APIMANS += gnutls_ocsp_resp_get_nonce.3
287 APIMANS += gnutls_ocsp_resp_get_produced.3
288 APIMANS += gnutls_ocsp_resp_get_responder.3
289 APIMANS += gnutls_ocsp_resp_get_response.3
290 APIMANS += gnutls_ocsp_resp_get_signature.3
291 APIMANS += gnutls_ocsp_resp_get_signature_algorithm.3
292 APIMANS += gnutls_ocsp_resp_get_single.3
293 APIMANS += gnutls_ocsp_resp_get_status.3
294 APIMANS += gnutls_ocsp_resp_get_version.3
295 APIMANS += gnutls_ocsp_resp_import.3
296 APIMANS += gnutls_ocsp_resp_init.3
297 APIMANS += gnutls_ocsp_resp_print.3
298 APIMANS += gnutls_ocsp_resp_verify.3
299 APIMANS += gnutls_ocsp_resp_verify_direct.3
300 APIMANS += gnutls_openpgp_crt_check_hostname.3
301 APIMANS += gnutls_openpgp_crt_deinit.3
302 APIMANS += gnutls_openpgp_crt_export.3
303 APIMANS += gnutls_openpgp_crt_get_auth_subkey.3
304 APIMANS += gnutls_openpgp_crt_get_creation_time.3
305 APIMANS += gnutls_openpgp_crt_get_expiration_time.3
306 APIMANS += gnutls_openpgp_crt_get_fingerprint.3
307 APIMANS += gnutls_openpgp_crt_get_key_id.3
308 APIMANS += gnutls_openpgp_crt_get_key_usage.3
309 APIMANS += gnutls_openpgp_crt_get_name.3
310 APIMANS += gnutls_openpgp_crt_get_pk_algorithm.3
311 APIMANS += gnutls_openpgp_crt_get_pk_dsa_raw.3
312 APIMANS += gnutls_openpgp_crt_get_pk_rsa_raw.3
313 APIMANS += gnutls_openpgp_crt_get_preferred_key_id.3
314 APIMANS += gnutls_openpgp_crt_get_revoked_status.3
315 APIMANS += gnutls_openpgp_crt_get_subkey_count.3
316 APIMANS += gnutls_openpgp_crt_get_subkey_creation_time.3
317 APIMANS += gnutls_openpgp_crt_get_subkey_expiration_time.3
318 APIMANS += gnutls_openpgp_crt_get_subkey_fingerprint.3
319 APIMANS += gnutls_openpgp_crt_get_subkey_id.3
320 APIMANS += gnutls_openpgp_crt_get_subkey_idx.3
321 APIMANS += gnutls_openpgp_crt_get_subkey_pk_algorithm.3
322 APIMANS += gnutls_openpgp_crt_get_subkey_pk_dsa_raw.3
323 APIMANS += gnutls_openpgp_crt_get_subkey_pk_rsa_raw.3
324 APIMANS += gnutls_openpgp_crt_get_subkey_revoked_status.3
325 APIMANS += gnutls_openpgp_crt_get_subkey_usage.3
326 APIMANS += gnutls_openpgp_crt_get_version.3
327 APIMANS += gnutls_openpgp_crt_import.3
328 APIMANS += gnutls_openpgp_crt_init.3
329 APIMANS += gnutls_openpgp_crt_print.3
330 APIMANS += gnutls_openpgp_crt_set_preferred_key_id.3
331 APIMANS += gnutls_openpgp_crt_verify_ring.3
332 APIMANS += gnutls_openpgp_crt_verify_self.3
333 APIMANS += gnutls_openpgp_keyring_check_id.3
334 APIMANS += gnutls_openpgp_keyring_deinit.3
335 APIMANS += gnutls_openpgp_keyring_get_crt.3
336 APIMANS += gnutls_openpgp_keyring_get_crt_count.3
337 APIMANS += gnutls_openpgp_keyring_import.3
338 APIMANS += gnutls_openpgp_keyring_init.3
339 APIMANS += gnutls_openpgp_privkey_deinit.3
340 APIMANS += gnutls_openpgp_privkey_export.3
341 APIMANS += gnutls_openpgp_privkey_export_dsa_raw.3
342 APIMANS += gnutls_openpgp_privkey_export_rsa_raw.3
343 APIMANS += gnutls_openpgp_privkey_export_subkey_dsa_raw.3
344 APIMANS += gnutls_openpgp_privkey_export_subkey_rsa_raw.3
345 APIMANS += gnutls_openpgp_privkey_get_fingerprint.3
346 APIMANS += gnutls_openpgp_privkey_get_key_id.3
347 APIMANS += gnutls_openpgp_privkey_get_pk_algorithm.3
348 APIMANS += gnutls_openpgp_privkey_get_preferred_key_id.3
349 APIMANS += gnutls_openpgp_privkey_get_revoked_status.3
350 APIMANS += gnutls_openpgp_privkey_get_subkey_count.3
351 APIMANS += gnutls_openpgp_privkey_get_subkey_creation_time.3
352 APIMANS += gnutls_openpgp_privkey_get_subkey_fingerprint.3
353 APIMANS += gnutls_openpgp_privkey_get_subkey_id.3
354 APIMANS += gnutls_openpgp_privkey_get_subkey_idx.3
355 APIMANS += gnutls_openpgp_privkey_get_subkey_pk_algorithm.3
356 APIMANS += gnutls_openpgp_privkey_get_subkey_revoked_status.3
357 APIMANS += gnutls_openpgp_privkey_import.3
358 APIMANS += gnutls_openpgp_privkey_init.3
359 APIMANS += gnutls_openpgp_privkey_sec_param.3
360 APIMANS += gnutls_openpgp_privkey_set_preferred_key_id.3
361 APIMANS += gnutls_openpgp_privkey_sign_hash.3
362 APIMANS += gnutls_openpgp_send_cert.3
363 APIMANS += gnutls_openpgp_set_recv_key_function.3
364 APIMANS += gnutls_pcert_deinit.3
365 APIMANS += gnutls_pcert_import_openpgp.3
366 APIMANS += gnutls_pcert_import_openpgp_raw.3
367 APIMANS += gnutls_pcert_import_x509.3
368 APIMANS += gnutls_pcert_import_x509_raw.3
369 APIMANS += gnutls_pcert_list_import_x509_raw.3
370 APIMANS += gnutls_pem_base64_decode.3
371 APIMANS += gnutls_pem_base64_decode_alloc.3
372 APIMANS += gnutls_pem_base64_encode.3
373 APIMANS += gnutls_pem_base64_encode_alloc.3
374 APIMANS += gnutls_perror.3
375 APIMANS += gnutls_pk_algorithm_get_name.3
376 APIMANS += gnutls_pk_bits_to_sec_param.3
377 APIMANS += gnutls_pkcs11_add_provider.3
378 APIMANS += gnutls_pkcs11_copy_secret_key.3
379 APIMANS += gnutls_pkcs11_copy_x509_crt.3
380 APIMANS += gnutls_pkcs11_copy_x509_privkey.3
381 APIMANS += gnutls_pkcs11_deinit.3
382 APIMANS += gnutls_pkcs11_delete_url.3
383 APIMANS += gnutls_pkcs11_get_pin_function.3
384 APIMANS += gnutls_pkcs11_init.3
385 APIMANS += gnutls_pkcs11_obj_deinit.3
386 APIMANS += gnutls_pkcs11_obj_export.3
387 APIMANS += gnutls_pkcs11_obj_export_url.3
388 APIMANS += gnutls_pkcs11_obj_get_info.3
389 APIMANS += gnutls_pkcs11_obj_get_type.3
390 APIMANS += gnutls_pkcs11_obj_import_url.3
391 APIMANS += gnutls_pkcs11_obj_init.3
392 APIMANS += gnutls_pkcs11_obj_list_import_url.3
393 APIMANS += gnutls_pkcs11_obj_list_import_url2.3
394 APIMANS += gnutls_pkcs11_obj_set_pin_function.3
395 APIMANS += gnutls_pkcs11_privkey_deinit.3
396 APIMANS += gnutls_pkcs11_privkey_export_url.3
397 APIMANS += gnutls_pkcs11_privkey_generate.3
398 APIMANS += gnutls_pkcs11_privkey_get_info.3
399 APIMANS += gnutls_pkcs11_privkey_get_pk_algorithm.3
400 APIMANS += gnutls_pkcs11_privkey_import_url.3
401 APIMANS += gnutls_pkcs11_privkey_init.3
402 APIMANS += gnutls_pkcs11_privkey_set_pin_function.3
403 APIMANS += gnutls_pkcs11_reinit.3
404 APIMANS += gnutls_pkcs11_set_pin_function.3
405 APIMANS += gnutls_pkcs11_set_token_function.3
406 APIMANS += gnutls_pkcs11_token_get_flags.3
407 APIMANS += gnutls_pkcs11_token_get_info.3
408 APIMANS += gnutls_pkcs11_token_get_mechanism.3
409 APIMANS += gnutls_pkcs11_token_get_url.3
410 APIMANS += gnutls_pkcs11_token_init.3
411 APIMANS += gnutls_pkcs11_token_set_pin.3
412 APIMANS += gnutls_pkcs11_type_get_name.3
413 APIMANS += gnutls_pkcs12_bag_decrypt.3
414 APIMANS += gnutls_pkcs12_bag_deinit.3
415 APIMANS += gnutls_pkcs12_bag_encrypt.3
416 APIMANS += gnutls_pkcs12_bag_get_count.3
417 APIMANS += gnutls_pkcs12_bag_get_data.3
418 APIMANS += gnutls_pkcs12_bag_get_friendly_name.3
419 APIMANS += gnutls_pkcs12_bag_get_key_id.3
420 APIMANS += gnutls_pkcs12_bag_get_type.3
421 APIMANS += gnutls_pkcs12_bag_init.3
422 APIMANS += gnutls_pkcs12_bag_set_crl.3
423 APIMANS += gnutls_pkcs12_bag_set_crt.3
424 APIMANS += gnutls_pkcs12_bag_set_data.3
425 APIMANS += gnutls_pkcs12_bag_set_friendly_name.3
426 APIMANS += gnutls_pkcs12_bag_set_key_id.3
427 APIMANS += gnutls_pkcs12_deinit.3
428 APIMANS += gnutls_pkcs12_export.3
429 APIMANS += gnutls_pkcs12_generate_mac.3
430 APIMANS += gnutls_pkcs12_get_bag.3
431 APIMANS += gnutls_pkcs12_import.3
432 APIMANS += gnutls_pkcs12_init.3
433 APIMANS += gnutls_pkcs12_set_bag.3
434 APIMANS += gnutls_pkcs12_simple_parse.3
435 APIMANS += gnutls_pkcs12_verify_mac.3
436 APIMANS += gnutls_pkcs7_deinit.3
437 APIMANS += gnutls_pkcs7_delete_crl.3
438 APIMANS += gnutls_pkcs7_delete_crt.3
439 APIMANS += gnutls_pkcs7_export.3
440 APIMANS += gnutls_pkcs7_get_crl_count.3
441 APIMANS += gnutls_pkcs7_get_crl_raw.3
442 APIMANS += gnutls_pkcs7_get_crt_count.3
443 APIMANS += gnutls_pkcs7_get_crt_raw.3
444 APIMANS += gnutls_pkcs7_import.3
445 APIMANS += gnutls_pkcs7_init.3
446 APIMANS += gnutls_pkcs7_set_crl.3
447 APIMANS += gnutls_pkcs7_set_crl_raw.3
448 APIMANS += gnutls_pkcs7_set_crt.3
449 APIMANS += gnutls_pkcs7_set_crt_raw.3
450 APIMANS += gnutls_pk_get_id.3
451 APIMANS += gnutls_pk_get_name.3
452 APIMANS += gnutls_pk_list.3
453 APIMANS += gnutls_pk_to_sign.3
454 APIMANS += gnutls_prf.3
455 APIMANS += gnutls_prf_raw.3
456 APIMANS += gnutls_priority_certificate_type_list.3
457 APIMANS += gnutls_priority_compression_list.3
458 APIMANS += gnutls_priority_deinit.3
459 APIMANS += gnutls_priority_ecc_curve_list.3
460 APIMANS += gnutls_priority_get_cipher_suite_index.3
461 APIMANS += gnutls_priority_init.3
462 APIMANS += gnutls_priority_protocol_list.3
463 APIMANS += gnutls_priority_set.3
464 APIMANS += gnutls_priority_set_direct.3
465 APIMANS += gnutls_priority_sign_list.3
466 APIMANS += gnutls_privkey_decrypt_data.3
467 APIMANS += gnutls_privkey_deinit.3
468 APIMANS += gnutls_privkey_get_pk_algorithm.3
469 APIMANS += gnutls_privkey_get_type.3
470 APIMANS += gnutls_privkey_import_ext.3
471 APIMANS += gnutls_privkey_import_ext2.3
472 APIMANS += gnutls_privkey_import_openpgp.3
473 APIMANS += gnutls_privkey_import_openpgp_raw.3
474 APIMANS += gnutls_privkey_import_pkcs11.3
475 APIMANS += gnutls_privkey_import_pkcs11_url.3
476 APIMANS += gnutls_privkey_import_tpm_raw.3
477 APIMANS += gnutls_privkey_import_tpm_url.3
478 APIMANS += gnutls_privkey_import_url.3
479 APIMANS += gnutls_privkey_import_x509.3
480 APIMANS += gnutls_privkey_import_x509_raw.3
481 APIMANS += gnutls_privkey_init.3
482 APIMANS += gnutls_privkey_set_pin_function.3
483 APIMANS += gnutls_privkey_sign_data.3
484 APIMANS += gnutls_privkey_sign_hash.3
485 APIMANS += gnutls_protocol_get_id.3
486 APIMANS += gnutls_protocol_get_name.3
487 APIMANS += gnutls_protocol_get_version.3
488 APIMANS += gnutls_protocol_list.3
489 APIMANS += gnutls_protocol_set_priority.3
490 APIMANS += gnutls_psk_allocate_client_credentials.3
491 APIMANS += gnutls_psk_allocate_server_credentials.3
492 APIMANS += gnutls_psk_client_get_hint.3
493 APIMANS += gnutls_psk_free_client_credentials.3
494 APIMANS += gnutls_psk_free_server_credentials.3
495 APIMANS += gnutls_psk_server_get_username.3
496 APIMANS += gnutls_psk_set_client_credentials.3
497 APIMANS += gnutls_psk_set_client_credentials_function.3
498 APIMANS += gnutls_psk_set_params_function.3
499 APIMANS += gnutls_psk_set_server_credentials_file.3
500 APIMANS += gnutls_psk_set_server_credentials_function.3
501 APIMANS += gnutls_psk_set_server_credentials_hint.3
502 APIMANS += gnutls_psk_set_server_dh_params.3
503 APIMANS += gnutls_psk_set_server_params_function.3
504 APIMANS += gnutls_pubkey_deinit.3
505 APIMANS += gnutls_pubkey_encrypt_data.3
506 APIMANS += gnutls_pubkey_export.3
507 APIMANS += gnutls_pubkey_get_key_id.3
508 APIMANS += gnutls_pubkey_get_key_usage.3
509 APIMANS += gnutls_pubkey_get_openpgp_key_id.3
510 APIMANS += gnutls_pubkey_get_pk_algorithm.3
511 APIMANS += gnutls_pubkey_get_pk_dsa_raw.3
512 APIMANS += gnutls_pubkey_get_pk_ecc_raw.3
513 APIMANS += gnutls_pubkey_get_pk_ecc_x962.3
514 APIMANS += gnutls_pubkey_get_pk_rsa_raw.3
515 APIMANS += gnutls_pubkey_get_preferred_hash_algorithm.3
516 APIMANS += gnutls_pubkey_get_verify_algorithm.3
517 APIMANS += gnutls_pubkey_import.3
518 APIMANS += gnutls_pubkey_import_dsa_raw.3
519 APIMANS += gnutls_pubkey_import_ecc_raw.3
520 APIMANS += gnutls_pubkey_import_ecc_x962.3
521 APIMANS += gnutls_pubkey_import_openpgp.3
522 APIMANS += gnutls_pubkey_import_pkcs11.3
523 APIMANS += gnutls_pubkey_import_pkcs11_url.3
524 APIMANS += gnutls_pubkey_import_privkey.3
525 APIMANS += gnutls_pubkey_import_rsa_raw.3
526 APIMANS += gnutls_pubkey_import_tpm_raw.3
527 APIMANS += gnutls_pubkey_import_tpm_url.3
528 APIMANS += gnutls_pubkey_import_url.3
529 APIMANS += gnutls_pubkey_import_x509.3
530 APIMANS += gnutls_pubkey_init.3
531 APIMANS += gnutls_pubkey_set_key_usage.3
532 APIMANS += gnutls_pubkey_set_pin_function.3
533 APIMANS += gnutls_pubkey_verify_data.3
534 APIMANS += gnutls_pubkey_verify_data2.3
535 APIMANS += gnutls_pubkey_verify_hash.3
536 APIMANS += gnutls_pubkey_verify_hash2.3
537 APIMANS += gnutls_random_art.3
538 APIMANS += gnutls_record_check_pending.3
539 APIMANS += gnutls_record_disable_padding.3
540 APIMANS += gnutls_record_get_direction.3
541 APIMANS += gnutls_record_get_discarded.3
542 APIMANS += gnutls_record_get_max_size.3
543 APIMANS += gnutls_record_recv.3
544 APIMANS += gnutls_record_recv_seq.3
545 APIMANS += gnutls_record_send.3
546 APIMANS += gnutls_record_set_max_size.3
547 APIMANS += gnutls_rehandshake.3
548 APIMANS += gnutls_rnd.3
549 APIMANS += gnutls_rsa_export_get_modulus_bits.3
550 APIMANS += gnutls_rsa_export_get_pubkey.3
551 APIMANS += gnutls_rsa_params_cpy.3
552 APIMANS += gnutls_rsa_params_deinit.3
553 APIMANS += gnutls_rsa_params_export_pkcs1.3
554 APIMANS += gnutls_rsa_params_export_raw.3
555 APIMANS += gnutls_rsa_params_generate2.3
556 APIMANS += gnutls_rsa_params_import_pkcs1.3
557 APIMANS += gnutls_rsa_params_import_raw.3
558 APIMANS += gnutls_rsa_params_init.3
559 APIMANS += gnutls_safe_renegotiation_status.3
560 APIMANS += gnutls_sec_param_get_name.3
561 APIMANS += gnutls_sec_param_to_pk_bits.3
562 APIMANS += gnutls_server_name_get.3
563 APIMANS += gnutls_server_name_set.3
564 APIMANS += gnutls_session_channel_binding.3
565 APIMANS += gnutls_session_enable_compatibility_mode.3
566 APIMANS += gnutls_session_get_data.3
567 APIMANS += gnutls_session_get_data2.3
568 APIMANS += gnutls_session_get_id.3
569 APIMANS += gnutls_session_get_ptr.3
570 APIMANS += gnutls_session_get_random.3
571 APIMANS += gnutls_session_is_resumed.3
572 APIMANS += gnutls_session_resumption_requested.3
573 APIMANS += gnutls_session_set_data.3
574 APIMANS += gnutls_session_set_premaster.3
575 APIMANS += gnutls_session_set_ptr.3
576 APIMANS += gnutls_session_ticket_enable_client.3
577 APIMANS += gnutls_session_ticket_enable_server.3
578 APIMANS += gnutls_session_ticket_key_generate.3
579 APIMANS += gnutls_set_default_export_priority.3
580 APIMANS += gnutls_set_default_priority.3
581 APIMANS += gnutls_sign_algorithm_get.3
582 APIMANS += gnutls_sign_algorithm_get_requested.3
583 APIMANS += gnutls_sign_callback_get.3
584 APIMANS += gnutls_sign_callback_set.3
585 APIMANS += gnutls_sign_get_hash_algorithm.3
586 APIMANS += gnutls_sign_get_id.3
587 APIMANS += gnutls_sign_get_name.3
588 APIMANS += gnutls_sign_get_pk_algorithm.3
589 APIMANS += gnutls_sign_list.3
590 APIMANS += gnutls_srp_allocate_client_credentials.3
591 APIMANS += gnutls_srp_allocate_server_credentials.3
592 APIMANS += gnutls_srp_base64_decode.3
593 APIMANS += gnutls_srp_base64_decode_alloc.3
594 APIMANS += gnutls_srp_base64_encode.3
595 APIMANS += gnutls_srp_base64_encode_alloc.3
596 APIMANS += gnutls_srp_free_client_credentials.3
597 APIMANS += gnutls_srp_free_server_credentials.3
598 APIMANS += gnutls_srp_server_get_username.3
599 APIMANS += gnutls_srp_set_client_credentials.3
600 APIMANS += gnutls_srp_set_client_credentials_function.3
601 APIMANS += gnutls_srp_set_prime_bits.3
602 APIMANS += gnutls_srp_set_server_credentials_file.3
603 APIMANS += gnutls_srp_set_server_credentials_function.3
604 APIMANS += gnutls_srp_verifier.3
605 APIMANS += gnutls_status_request_ocsp_client.3
606 APIMANS += gnutls_status_request_ocsp_server.3
607 APIMANS += gnutls_store_commitment.3
608 APIMANS += gnutls_store_pubkey.3
609 APIMANS += gnutls_strerror.3
610 APIMANS += gnutls_strerror_name.3
611 APIMANS += gnutls_supplemental_get_name.3
612 APIMANS += gnutls_tdb_deinit.3
613 APIMANS += gnutls_tdb_init.3
614 APIMANS += gnutls_tdb_set_store_commitment_func.3
615 APIMANS += gnutls_tdb_set_store_func.3
616 APIMANS += gnutls_tdb_set_verify_func.3
617 APIMANS += gnutls_tpm_get_registered.3
618 APIMANS += gnutls_tpm_key_list_deinit.3
619 APIMANS += gnutls_tpm_key_list_get_url.3
620 APIMANS += gnutls_tpm_privkey_delete.3
621 APIMANS += gnutls_tpm_privkey_generate.3
622 APIMANS += gnutls_transport_get_ptr.3
623 APIMANS += gnutls_transport_get_ptr2.3
624 APIMANS += gnutls_transport_set_errno.3
625 APIMANS += gnutls_transport_set_errno_function.3
626 APIMANS += gnutls_transport_set_ptr.3
627 APIMANS += gnutls_transport_set_ptr2.3
628 APIMANS += gnutls_transport_set_pull_function.3
629 APIMANS += gnutls_transport_set_pull_timeout_function.3
630 APIMANS += gnutls_transport_set_push_function.3
631 APIMANS += gnutls_transport_set_vec_push_function.3
632 APIMANS += gnutls_url_is_supported.3
633 APIMANS += gnutls_verify_stored_pubkey.3
634 APIMANS += gnutls_x509_crl_check_issuer.3
635 APIMANS += gnutls_x509_crl_deinit.3
636 APIMANS += gnutls_x509_crl_export.3
637 APIMANS += gnutls_x509_crl_get_authority_key_gn_serial.3
638 APIMANS += gnutls_x509_crl_get_authority_key_id.3
639 APIMANS += gnutls_x509_crl_get_crt_count.3
640 APIMANS += gnutls_x509_crl_get_crt_serial.3
641 APIMANS += gnutls_x509_crl_get_dn_oid.3
642 APIMANS += gnutls_x509_crl_get_extension_data.3
643 APIMANS += gnutls_x509_crl_get_extension_info.3
644 APIMANS += gnutls_x509_crl_get_extension_oid.3
645 APIMANS += gnutls_x509_crl_get_issuer_dn.3
646 APIMANS += gnutls_x509_crl_get_issuer_dn_by_oid.3
647 APIMANS += gnutls_x509_crl_get_next_update.3
648 APIMANS += gnutls_x509_crl_get_number.3
649 APIMANS += gnutls_x509_crl_get_raw_issuer_dn.3
650 APIMANS += gnutls_x509_crl_get_signature.3
651 APIMANS += gnutls_x509_crl_get_signature_algorithm.3
652 APIMANS += gnutls_x509_crl_get_this_update.3
653 APIMANS += gnutls_x509_crl_get_version.3
654 APIMANS += gnutls_x509_crl_import.3
655 APIMANS += gnutls_x509_crl_init.3
656 APIMANS += gnutls_x509_crl_list_import.3
657 APIMANS += gnutls_x509_crl_list_import2.3
658 APIMANS += gnutls_x509_crl_print.3
659 APIMANS += gnutls_x509_crl_privkey_sign.3
660 APIMANS += gnutls_x509_crl_set_authority_key_id.3
661 APIMANS += gnutls_x509_crl_set_crt.3
662 APIMANS += gnutls_x509_crl_set_crt_serial.3
663 APIMANS += gnutls_x509_crl_set_next_update.3
664 APIMANS += gnutls_x509_crl_set_number.3
665 APIMANS += gnutls_x509_crl_set_this_update.3
666 APIMANS += gnutls_x509_crl_set_version.3
667 APIMANS += gnutls_x509_crl_sign.3
668 APIMANS += gnutls_x509_crl_sign2.3
669 APIMANS += gnutls_x509_crl_verify.3
670 APIMANS += gnutls_x509_crq_deinit.3
671 APIMANS += gnutls_x509_crq_export.3
672 APIMANS += gnutls_x509_crq_get_attribute_by_oid.3
673 APIMANS += gnutls_x509_crq_get_attribute_data.3
674 APIMANS += gnutls_x509_crq_get_attribute_info.3
675 APIMANS += gnutls_x509_crq_get_basic_constraints.3
676 APIMANS += gnutls_x509_crq_get_challenge_password.3
677 APIMANS += gnutls_x509_crq_get_dn.3
678 APIMANS += gnutls_x509_crq_get_dn_by_oid.3
679 APIMANS += gnutls_x509_crq_get_dn_oid.3
680 APIMANS += gnutls_x509_crq_get_extension_by_oid.3
681 APIMANS += gnutls_x509_crq_get_extension_data.3
682 APIMANS += gnutls_x509_crq_get_extension_info.3
683 APIMANS += gnutls_x509_crq_get_key_id.3
684 APIMANS += gnutls_x509_crq_get_key_purpose_oid.3
685 APIMANS += gnutls_x509_crq_get_key_rsa_raw.3
686 APIMANS += gnutls_x509_crq_get_key_usage.3
687 APIMANS += gnutls_x509_crq_get_pk_algorithm.3
688 APIMANS += gnutls_x509_crq_get_private_key_usage_period.3
689 APIMANS += gnutls_x509_crq_get_subject_alt_name.3
690 APIMANS += gnutls_x509_crq_get_subject_alt_othername_oid.3
691 APIMANS += gnutls_x509_crq_get_version.3
692 APIMANS += gnutls_x509_crq_import.3
693 APIMANS += gnutls_x509_crq_init.3
694 APIMANS += gnutls_x509_crq_print.3
695 APIMANS += gnutls_x509_crq_privkey_sign.3
696 APIMANS += gnutls_x509_crq_set_attribute_by_oid.3
697 APIMANS += gnutls_x509_crq_set_basic_constraints.3
698 APIMANS += gnutls_x509_crq_set_challenge_password.3
699 APIMANS += gnutls_x509_crq_set_dn_by_oid.3
700 APIMANS += gnutls_x509_crq_set_key.3
701 APIMANS += gnutls_x509_crq_set_key_purpose_oid.3
702 APIMANS += gnutls_x509_crq_set_key_rsa_raw.3
703 APIMANS += gnutls_x509_crq_set_key_usage.3
704 APIMANS += gnutls_x509_crq_set_private_key_usage_period.3
705 APIMANS += gnutls_x509_crq_set_pubkey.3
706 APIMANS += gnutls_x509_crq_set_subject_alt_name.3
707 APIMANS += gnutls_x509_crq_set_version.3
708 APIMANS += gnutls_x509_crq_sign.3
709 APIMANS += gnutls_x509_crq_sign2.3
710 APIMANS += gnutls_x509_crq_verify.3
711 APIMANS += gnutls_x509_crt_check_hostname.3
712 APIMANS += gnutls_x509_crt_check_issuer.3
713 APIMANS += gnutls_x509_crt_check_revocation.3
714 APIMANS += gnutls_x509_crt_cpy_crl_dist_points.3
715 APIMANS += gnutls_x509_crt_deinit.3
716 APIMANS += gnutls_x509_crt_export.3
717 APIMANS += gnutls_x509_crt_get_activation_time.3
718 APIMANS += gnutls_x509_crt_get_authority_info_access.3
719 APIMANS += gnutls_x509_crt_get_authority_key_gn_serial.3
720 APIMANS += gnutls_x509_crt_get_authority_key_id.3
721 APIMANS += gnutls_x509_crt_get_basic_constraints.3
722 APIMANS += gnutls_x509_crt_get_ca_status.3
723 APIMANS += gnutls_x509_crt_get_crl_dist_points.3
724 APIMANS += gnutls_x509_crt_get_dn.3
725 APIMANS += gnutls_x509_crt_get_dn_by_oid.3
726 APIMANS += gnutls_x509_crt_get_dn_oid.3
727 APIMANS += gnutls_x509_crt_get_expiration_time.3
728 APIMANS += gnutls_x509_crt_get_extension_by_oid.3
729 APIMANS += gnutls_x509_crt_get_extension_data.3
730 APIMANS += gnutls_x509_crt_get_extension_info.3
731 APIMANS += gnutls_x509_crt_get_extension_oid.3
732 APIMANS += gnutls_x509_crt_get_fingerprint.3
733 APIMANS += gnutls_x509_crt_get_issuer.3
734 APIMANS += gnutls_x509_crt_get_issuer_alt_name.3
735 APIMANS += gnutls_x509_crt_get_issuer_alt_name2.3
736 APIMANS += gnutls_x509_crt_get_issuer_alt_othername_oid.3
737 APIMANS += gnutls_x509_crt_get_issuer_dn.3
738 APIMANS += gnutls_x509_crt_get_issuer_dn_by_oid.3
739 APIMANS += gnutls_x509_crt_get_issuer_dn_oid.3
740 APIMANS += gnutls_x509_crt_get_issuer_unique_id.3
741 APIMANS += gnutls_x509_crt_get_key_id.3
742 APIMANS += gnutls_x509_crt_get_key_purpose_oid.3
743 APIMANS += gnutls_x509_crt_get_key_usage.3
744 APIMANS += gnutls_x509_crt_get_pk_algorithm.3
745 APIMANS += gnutls_x509_crt_get_pk_dsa_raw.3
746 APIMANS += gnutls_x509_crt_get_pk_rsa_raw.3
747 APIMANS += gnutls_x509_crt_get_preferred_hash_algorithm.3
748 APIMANS += gnutls_x509_crt_get_private_key_usage_period.3
749 APIMANS += gnutls_x509_crt_get_proxy.3
750 APIMANS += gnutls_x509_crt_get_raw_dn.3
751 APIMANS += gnutls_x509_crt_get_raw_issuer_dn.3
752 APIMANS += gnutls_x509_crt_get_serial.3
753 APIMANS += gnutls_x509_crt_get_signature.3
754 APIMANS += gnutls_x509_crt_get_signature_algorithm.3
755 APIMANS += gnutls_x509_crt_get_subject.3
756 APIMANS += gnutls_x509_crt_get_subject_alt_name.3
757 APIMANS += gnutls_x509_crt_get_subject_alt_name2.3
758 APIMANS += gnutls_x509_crt_get_subject_alt_othername_oid.3
759 APIMANS += gnutls_x509_crt_get_subject_key_id.3
760 APIMANS += gnutls_x509_crt_get_subject_unique_id.3
761 APIMANS += gnutls_x509_crt_get_verify_algorithm.3
762 APIMANS += gnutls_x509_crt_get_version.3
763 APIMANS += gnutls_x509_crt_import.3
764 APIMANS += gnutls_x509_crt_import_pkcs11.3
765 APIMANS += gnutls_x509_crt_import_pkcs11_url.3
766 APIMANS += gnutls_x509_crt_init.3
767 APIMANS += gnutls_x509_crt_list_import.3
768 APIMANS += gnutls_x509_crt_list_import2.3
769 APIMANS += gnutls_x509_crt_list_import_pkcs11.3
770 APIMANS += gnutls_x509_crt_list_verify.3
771 APIMANS += gnutls_x509_crt_print.3
772 APIMANS += gnutls_x509_crt_privkey_sign.3
773 APIMANS += gnutls_x509_crt_set_activation_time.3
774 APIMANS += gnutls_x509_crt_set_authority_info_access.3
775 APIMANS += gnutls_x509_crt_set_authority_key_id.3
776 APIMANS += gnutls_x509_crt_set_basic_constraints.3
777 APIMANS += gnutls_x509_crt_set_ca_status.3
778 APIMANS += gnutls_x509_crt_set_crl_dist_points.3
779 APIMANS += gnutls_x509_crt_set_crl_dist_points2.3
780 APIMANS += gnutls_x509_crt_set_crq.3
781 APIMANS += gnutls_x509_crt_set_crq_extensions.3
782 APIMANS += gnutls_x509_crt_set_dn_by_oid.3
783 APIMANS += gnutls_x509_crt_set_expiration_time.3
784 APIMANS += gnutls_x509_crt_set_extension_by_oid.3
785 APIMANS += gnutls_x509_crt_set_issuer_dn_by_oid.3
786 APIMANS += gnutls_x509_crt_set_key.3
787 APIMANS += gnutls_x509_crt_set_key_purpose_oid.3
788 APIMANS += gnutls_x509_crt_set_key_usage.3
789 APIMANS += gnutls_x509_crt_set_pin_function.3
790 APIMANS += gnutls_x509_crt_set_private_key_usage_period.3
791 APIMANS += gnutls_x509_crt_set_proxy.3
792 APIMANS += gnutls_x509_crt_set_proxy_dn.3
793 APIMANS += gnutls_x509_crt_set_pubkey.3
794 APIMANS += gnutls_x509_crt_set_serial.3
795 APIMANS += gnutls_x509_crt_set_subject_alternative_name.3
796 APIMANS += gnutls_x509_crt_set_subject_alt_name.3
797 APIMANS += gnutls_x509_crt_set_subject_key_id.3
798 APIMANS += gnutls_x509_crt_set_version.3
799 APIMANS += gnutls_x509_crt_sign.3
800 APIMANS += gnutls_x509_crt_sign2.3
801 APIMANS += gnutls_x509_crt_verify.3
802 APIMANS += gnutls_x509_crt_verify_data.3
803 APIMANS += gnutls_x509_crt_verify_hash.3
804 APIMANS += gnutls_x509_dn_deinit.3
805 APIMANS += gnutls_x509_dn_export.3
806 APIMANS += gnutls_x509_dn_get_rdn_ava.3
807 APIMANS += gnutls_x509_dn_import.3
808 APIMANS += gnutls_x509_dn_init.3
809 APIMANS += gnutls_x509_dn_oid_known.3
810 APIMANS += gnutls_x509_dn_oid_name.3
811 APIMANS += gnutls_x509_privkey_cpy.3
812 APIMANS += gnutls_x509_privkey_deinit.3
813 APIMANS += gnutls_x509_privkey_export.3
814 APIMANS += gnutls_x509_privkey_export_dsa_raw.3
815 APIMANS += gnutls_x509_privkey_export_ecc_raw.3
816 APIMANS += gnutls_x509_privkey_export_pkcs8.3
817 APIMANS += gnutls_x509_privkey_export_rsa_raw.3
818 APIMANS += gnutls_x509_privkey_export_rsa_raw2.3
819 APIMANS += gnutls_x509_privkey_fix.3
820 APIMANS += gnutls_x509_privkey_generate.3
821 APIMANS += gnutls_x509_privkey_get_key_id.3
822 APIMANS += gnutls_x509_privkey_get_pk_algorithm.3
823 APIMANS += gnutls_x509_privkey_get_pk_algorithm2.3
824 APIMANS += gnutls_x509_privkey_import.3
825 APIMANS += gnutls_x509_privkey_import2.3
826 APIMANS += gnutls_x509_privkey_import_dsa_raw.3
827 APIMANS += gnutls_x509_privkey_import_ecc_raw.3
828 APIMANS += gnutls_x509_privkey_import_openssl.3
829 APIMANS += gnutls_x509_privkey_import_pkcs8.3
830 APIMANS += gnutls_x509_privkey_import_rsa_raw.3
831 APIMANS += gnutls_x509_privkey_import_rsa_raw2.3
832 APIMANS += gnutls_x509_privkey_init.3
833 APIMANS += gnutls_x509_privkey_sec_param.3
834 APIMANS += gnutls_x509_privkey_sign_data.3
835 APIMANS += gnutls_x509_privkey_sign_hash.3
836 APIMANS += gnutls_x509_privkey_verify_params.3
837 APIMANS += gnutls_x509_rdn_get.3
838 APIMANS += gnutls_x509_rdn_get_by_oid.3
839 APIMANS += gnutls_x509_rdn_get_oid.3
840 APIMANS += gnutls_x509_trust_list_add_cas.3
841 APIMANS += gnutls_x509_trust_list_add_crls.3
842 APIMANS += gnutls_x509_trust_list_add_named_crt.3
843 APIMANS += gnutls_x509_trust_list_add_system_trust.3
844 APIMANS += gnutls_x509_trust_list_add_trust_file.3
845 APIMANS += gnutls_x509_trust_list_add_trust_mem.3
846 APIMANS += gnutls_x509_trust_list_deinit.3
847 APIMANS += gnutls_x509_trust_list_get_issuer.3
848 APIMANS += gnutls_x509_trust_list_init.3
849 APIMANS += gnutls_x509_trust_list_verify_crt.3
850 APIMANS += gnutls_x509_trust_list_verify_named_crt.3
852 dist_man_MANS += $(APIMANS)
854 $(APIMANS): stamp_mans
856 compare-makefile:
857         FUNCS=`cat $(top_srcdir)/lib/includes/gnutls/*.h | $(top_srcdir)/doc/scripts/getfuncs.pl|sort`; \
858         MANS=""; \
859         for i in $$FUNCS; do \
860                 MANS="$$MANS\nAPIMANS += $$i.3"; \
861         done; \
862         grep -v -e '^APIMANS += ' Makefile.am | \
863                 perl -p -e "s/^APIMANS =/APIMANS =$$MANS/" > tmp-$@; \
864         diff -u $(srcdir)/Makefile.am tmp-$@
866 stamp_mans: $(HEADER_FILES)
867         @echo -n "Creating man pages for gnutls.h..." && \
868         for i in `$(top_srcdir)/doc/scripts/getfuncs.pl <$(top_srcdir)/lib/includes/gnutls/gnutls.h.in`; do \
869                 $(top_srcdir)/doc/scripts/gdoc -man \
870                         -module $(PACKAGE) -sourceversion $(VERSION) \
871                         -bugsto $(PACKAGE_BUGREPORT) \
872                         -pkg-name "$(PACKAGE_NAME)" \
873                         -include "gnutls/gnutls.h" \
874                         -seeinfo $(PACKAGE) -verbatimcopying \
875                         -copyright "2012 Free Software Foundation, Inc." \
876                         -function $$i \
877                         $(top_srcdir)/lib/*.c $(top_srcdir)/lib/*/*.c > $$i.3 2>/dev/null && \
878                 echo -n "."; \
879         done
880         @echo ""
881         @echo -n "Creating man pages for compat.h..." && \
882         for i in `$(top_srcdir)/doc/scripts/getfuncs.pl <$(top_srcdir)/lib/includes/gnutls/compat.h`; do \
883                 $(top_srcdir)/doc/scripts/gdoc -man \
884                         -module $(PACKAGE) -sourceversion $(VERSION) \
885                         -bugsto $(PACKAGE_BUGREPORT) \
886                         -pkg-name "$(PACKAGE_NAME)" \
887                         -include "gnutls/compat.h" \
888                         -seeinfo $(PACKAGE) -verbatimcopying \
889                         -copyright "2012 Free Software Foundation, Inc." \
890                         -function $$i \
891                         $(top_srcdir)/lib/*.c $(top_srcdir)/lib/*/*.c > $$i.3 2>/dev/null && \
892                 echo -n "."; \
893         done
894         @echo ""
895         @echo -n "Creating man pages for x509.h..." && \
896         for i in `$(top_srcdir)/doc/scripts/getfuncs.pl <$(top_srcdir)/lib/includes/gnutls/x509.h`; do \
897                 $(top_srcdir)/doc/scripts/gdoc -man \
898                         -module $(PACKAGE) -sourceversion $(VERSION) \
899                         -bugsto $(PACKAGE_BUGREPORT) \
900                         -pkg-name "$(PACKAGE_NAME)" \
901                         -include "gnutls/x509.h" \
902                         -seeinfo $(PACKAGE) -verbatimcopying \
903                         -copyright "2012 Free Software Foundation, Inc." \
904                         -function $$i \
905                         $(top_srcdir)/lib/*.c $(top_srcdir)/lib/*/*.c > $$i.3 2>/dev/null && \
906                 echo -n "."; \
907         done
908         @echo ""
909         @echo -n "Creating man pages for ocsp.h..." && \
910         for i in `$(top_srcdir)/doc/scripts/getfuncs.pl <$(top_srcdir)/lib/includes/gnutls/ocsp.h`; do \
911                 $(top_srcdir)/doc/scripts/gdoc -man \
912                         -module $(PACKAGE) -sourceversion $(VERSION) \
913                         -bugsto $(PACKAGE_BUGREPORT) \
914                         -pkg-name "$(PACKAGE_NAME)" \
915                         -include "gnutls/ocsp.h" \
916                         -seeinfo $(PACKAGE) -verbatimcopying \
917                         -copyright "2012 Free Software Foundation, Inc." \
918                         -function $$i \
919                         $(top_srcdir)/lib/*.c $(top_srcdir)/lib/*/*.c > $$i.3 2>/dev/null && \
920                 echo -n "."; \
921         done
922         @echo ""
923         @echo -n "Creating man pages for abstract.h..." && \
924         for i in `$(top_srcdir)/doc/scripts/getfuncs.pl <$(top_srcdir)/lib/includes/gnutls/abstract.h`; do \
925                 $(top_srcdir)/doc/scripts/gdoc -man \
926                         -module $(PACKAGE) -sourceversion $(VERSION) \
927                         -bugsto $(PACKAGE_BUGREPORT) \
928                         -pkg-name "$(PACKAGE_NAME)" \
929                         -include "gnutls/abstract.h" \
930                         -seeinfo $(PACKAGE) -verbatimcopying \
931                         -copyright "2012 Free Software Foundation, Inc." \
932                         -function $$i \
933                         $(top_srcdir)/lib/*.c $(top_srcdir)/lib/*/*.c > $$i.3 2>/dev/null && \
934                 echo -n "."; \
935         done
936         @echo ""
937         @echo -n "Creating man pages for pkcs12.h..." && \
938         for i in `$(top_srcdir)/doc/scripts/getfuncs.pl <$(top_srcdir)/lib/includes/gnutls/pkcs12.h`; do \
939                 $(top_srcdir)/doc/scripts/gdoc -man \
940                         -module $(PACKAGE) -sourceversion $(VERSION) \
941                         -bugsto $(PACKAGE_BUGREPORT) \
942                         -pkg-name "$(PACKAGE_NAME)" \
943                         -include "gnutls/pkcs12.h" \
944                         -seeinfo $(PACKAGE) -verbatimcopying \
945                         -copyright "2012 Free Software Foundation, Inc." \
946                         -function $$i \
947                         $(top_srcdir)/lib/*.c $(top_srcdir)/lib/*/*.c > $$i.3 2>/dev/null && \
948                 echo -n "."; \
949         done
950         @echo ""
951         @echo -n "Creating man pages for pkcs11.h..." && \
952         for i in `$(top_srcdir)/doc/scripts/getfuncs.pl <$(top_srcdir)/lib/includes/gnutls/pkcs11.h`; do \
953                 $(top_srcdir)/doc/scripts/gdoc -man \
954                         -module $(PACKAGE) -sourceversion $(VERSION) \
955                         -bugsto $(PACKAGE_BUGREPORT) \
956                         -pkg-name "$(PACKAGE_NAME)" \
957                         -include "gnutls/pkcs11.h" \
958                         -seeinfo $(PACKAGE) -verbatimcopying \
959                         -copyright "2012 Free Software Foundation, Inc." \
960                         -function $$i \
961                         $(top_srcdir)/lib/*.c $(top_srcdir)/lib/*/*.c > $$i.3 2>/dev/null && \
962                 echo -n "."; \
963         done
964         @echo ""
965         @echo -n "Creating man pages for dtls.h..." && \
966         for i in `$(top_srcdir)/doc/scripts/getfuncs.pl <$(top_srcdir)/lib/includes/gnutls/dtls.h`; do \
967                 $(top_srcdir)/doc/scripts/gdoc -man \
968                         -module $(PACKAGE) -sourceversion $(VERSION) \
969                         -bugsto $(PACKAGE_BUGREPORT) \
970                         -pkg-name "$(PACKAGE_NAME)" \
971                         -include "gnutls/dtls.h" \
972                         -seeinfo $(PACKAGE) -verbatimcopying \
973                         -copyright "2012 Free Software Foundation, Inc." \
974                         -function $$i \
975                         $(top_srcdir)/lib/*.c $(top_srcdir)/lib/*/*.c > $$i.3 2>/dev/null && \
976                 echo -n "."; \
977         done
978         @echo ""
979         @echo -n "Creating man pages for openpgp.h..." && \
980         for i in `$(top_srcdir)/doc/scripts/getfuncs.pl <$(top_srcdir)/lib/includes/gnutls/openpgp.h`; do \
981                 $(top_srcdir)/doc/scripts/gdoc -man \
982                         -module $(PACKAGE) -sourceversion $(VERSION) \
983                         -bugsto $(PACKAGE_BUGREPORT) \
984                         -pkg-name "$(PACKAGE_NAME)" \
985                         -include "gnutls/openpgp.h" \
986                         -seeinfo $(PACKAGE) -verbatimcopying \
987                         -copyright "2012 Free Software Foundation, Inc." \
988                         -function $$i \
989                         $(top_srcdir)/lib/*.c $(top_srcdir)/lib/*/*.c > $$i.3 2>/dev/null && \
990                 echo -n "."; \
991         done
992         @echo ""
993         @echo -n "Creating man pages for crypto.h..." && \
994         for i in `$(top_srcdir)/doc/scripts/getfuncs.pl <$(top_srcdir)/lib/includes/gnutls/crypto.h`; do \
995                 $(top_srcdir)/doc/scripts/gdoc -man \
996                         -module $(PACKAGE) -sourceversion $(VERSION) \
997                         -bugsto $(PACKAGE_BUGREPORT) \
998                         -pkg-name "$(PACKAGE_NAME)" \
999                         -include "gnutls/crypto.h" \
1000                         -seeinfo $(PACKAGE) -verbatimcopying \
1001                         -copyright "2012 Free Software Foundation, Inc." \
1002                         -function $$i \
1003                         $(top_srcdir)/lib/*.c $(top_srcdir)/lib/*/*.c > $$i.3 2>/dev/null && \
1004                 echo -n "."; \
1005         done
1006         @echo ""
1007         @echo -n "Creating man pages for tpm.h..." && \
1008         for i in `$(top_srcdir)/doc/scripts/getfuncs.pl <$(top_srcdir)/lib/includes/gnutls/tpm.h`; do \
1009                 $(top_srcdir)/doc/scripts/gdoc -man \
1010                         -module $(PACKAGE) -sourceversion $(VERSION) \
1011                         -bugsto $(PACKAGE_BUGREPORT) \
1012                         -pkg-name "$(PACKAGE_NAME)" \
1013                         -include "gnutls/tpm.h" \
1014                         -seeinfo $(PACKAGE) -verbatimcopying \
1015                         -copyright "2012 Free Software Foundation, Inc." \
1016                         -function $$i \
1017                         $(top_srcdir)/lib/*.c $(top_srcdir)/lib/*/*.c > $$i.3 2>/dev/null && \
1018                 echo -n "."; \
1019         done
1020         @echo ""
1021         echo $@ > $@
1023 .PHONY: update-makefile