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