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