no need to distribute gnutls.ps
[gnutls.git] / doc / Makefile.am
blob87303d1365b826a3395b732a034d203c3021e198
1 ## Process this file with automake to produce Makefile.in
2 # Copyright (C) 2000-2012 Free Software Foundation, Inc.
4 # Author: Nikos Mavrogiannopoulos
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 EXTRA_DIST = TODO certtool.cfg gnutls.pdf gnutls.html   \
23         doxygen/Doxyfile.in doxygen/Doxyfile.orig texinfo.css \
24         gnutls-guile.pdf gnutls-guile.html stamp_enums stamp_functions
26 SUBDIRS = examples cyclo scripts manpages credentials latex
27 if ENABLE_GTK_DOC
28 SUBDIRS += reference
29 endif
31 SRC_DEF_CLI = 
32 SRC_DEF_CLI_DEBUG = 
33 SRC_DEF_SERV = 
34 SRC_DEF_CERTTOOL = 
35 SRC_DEF_OCSPTOOL = 
36 SRC_DEF_SRPTOOL = 
37 SRC_DEF_PSKTOOL = 
38 SRC_DEF_P11TOOL = 
39 if WANT_TEST_SUITE
40 SRC_DEF_CLI += ../src/cli-args.def
41 SRC_DEF_CLI_DEBUG += ../src/cli-debug-args.def
42 SRC_DEF_SERV += ../src/serv-args.def
43 SRC_DEF_CERTTOOL += ../src/certtool-args.def
44 SRC_DEF_OCSPTOOL += ../src/ocsptool-args.def
45 SRC_DEF_SRPTOOL += ../src/srptool-args.def
46 SRC_DEF_PSKTOOL += ../src/psk-args.def
47 SRC_DEF_P11TOOL += ../src/p11tool-args.def
48 endif
50 invoke-gnutls-cli.texi: $(SRC_DEF_CLI)
51         @-cd ../src/ && autogen -Tagtexi-cmd.tpl $< && \
52         rm -f ../doc/$@ && \
53         ../doc/scripts/cleanup-autogen.pl <../src/$@ >../doc/$@.tmp && \
54         mv -f ../doc/$@.tmp ../doc/$@ && \
55         rm -f ../src/$@
57 invoke-gnutls-cli-debug.texi: $(SRC_DEF_CLI_DEBUG)
58         @-cd ../src/ && autogen -Tagtexi-cmd.tpl $< && \
59         rm -f ../doc/$@ && \
60         ../doc/scripts/cleanup-autogen.pl <../src/$@ >../doc/$@.tmp && \
61         mv -f ../doc/$@.tmp ../doc/$@ && \
62         rm -f ../src/$@
64 invoke-gnutls-serv.texi: $(SRC_DEF_SERV)
65         @-cd ../src/ && autogen -Tagtexi-cmd.tpl $< && \
66         rm -f ../doc/$@ && \
67         ../doc/scripts/cleanup-autogen.pl <../src/$@ >../doc/$@.tmp && \
68         mv -f ../doc/$@.tmp ../doc/$@ && \
69         rm -f ../src/$@
71 invoke-certtool.texi: $(SRC_DEF_CERTTOOL)
72         @-cd ../src/ && autogen -Tagtexi-cmd.tpl $< && \
73         rm -f ../doc/$@ && \
74         ../doc/scripts/cleanup-autogen.pl <../src/$@ >../doc/$@.tmp && \
75         mv -f ../doc/$@.tmp ../doc/$@ && \
76         rm -f ../src/$@
78 invoke-ocsptool.texi: $(SRC_DEF_OCSPTOOL)
79         @-cd ../src/ && autogen -Tagtexi-cmd.tpl $< && \
80         rm -f ../doc/$@ && \
81         ../doc/scripts/cleanup-autogen.pl <../src/$@ >../doc/$@.tmp && \
82         mv -f ../doc/$@.tmp ../doc/$@ && \
83         rm -f ../src/$@
85 invoke-srptool.texi: $(SRC_DEF_SRPTOOL)
86         @-cd ../src/ && autogen -Tagtexi-cmd.tpl $< && \
87         rm -f ../doc/$@ && \
88         ../doc/scripts/cleanup-autogen.pl <../src/$@ >../doc/$@.tmp && \
89         mv -f ../doc/$@.tmp ../doc/$@ && \
90         rm -f ../src/$@ && \
91         sed -i 's/@subheading/@subsubheading/g' ../doc/$@ && \
92         sed -i 's/@section/@subsection/g' ../doc/$@
94 invoke-psktool.texi: $(SRC_DEF_PSKTOOL)
95         @-cd ../src/ && autogen -Tagtexi-cmd.tpl $< && \
96         rm -f ../doc/$@ && \
97         ../doc/scripts/cleanup-autogen.pl <../src/$@ >../doc/$@.tmp && \
98         mv -f ../doc/$@.tmp ../doc/$@ && \
99         rm -f ../src/$@ && \
100         sed -i 's/@subheading/@subsubheading/g' ../doc/$@ && \
101         sed -i 's/@section/@subsection/g' ../doc/$@
103 invoke-p11tool.texi: $(SRC_DEF_P11TOOL)
104         @-cd ../src/ && autogen -Tagtexi-cmd.tpl $< && \
105         rm -f ../doc/$@ && \
106         ../doc/scripts/cleanup-autogen.pl <../src/$@ >../doc/$@.tmp && \
107         mv -f ../doc/$@.tmp ../doc/$@ && \
108         rm -f ../src/$@ && \
109         sed -i 's/@subheading/@subsubheading/g' ../doc/$@ && \
110         sed -i 's/@section/@subsection/g' ../doc/$@
112 info_TEXINFOS = gnutls.texi gnutls-guile.texi
113 gnutls_TEXINFOS = gnutls.texi fdl-1.3.texi                              \
114         cha-bib.texi cha-cert-auth.texi cha-cert-auth2.texi             \
115         cha-ciphersuites.texi cha-copying.texi cha-functions.texi       \
116         cha-gtls-app.texi cha-internals.texi cha-intro-tls.texi         \
117         cha-library.texi cha-preface.texi cha-programs.texi             \
118         sec-tls-app.texi cha-errors.texi cha-support.texi               \
119         cha-shared-key.texi cha-gtls-examples.texi cha-upgrade.texi
121 gnutls_TEXINFOS += invoke-gnutls-cli.texi invoke-gnutls-cli-debug.texi \
122         invoke-gnutls-serv.texi invoke-certtool.texi invoke-srptool.texi \
123         invoke-ocsptool.texi invoke-psktool.texi invoke-p11tool.texi
125 gnutls_TEXINFOS += stamp_functions
127 # Examples.
128 gnutls_TEXINFOS += examples/ex-client-anon.c                            \
129         examples/ex-session-info.c examples/ex-verify.c                 \
130         examples/ex-cert-select.c examples/ex-client-resume.c           \
131         examples/ex-client-srp.c examples/ex-client-x509.c              \
132         examples/ex-serv-x509.c examples/ex-serv-anon.c                 \
133         examples/ex-serv-pgp.c examples/ex-serv-srp.c                   \
134         examples/ex-alert.c examples/ex-x509-info.c examples/ex-crq.c   \
135         examples/ex-pkcs12.c examples/ex-client-dtls.c
137 # Images.  Make sure there are eps + png + pdf of each, plus the source dia.
138 gnutls_TEXINFOS += gnutls-internals.dia gnutls-internals.eps            \
139                    gnutls-internals.png
140 gnutls_TEXINFOS += gnutls-layers.dia gnutls-layers.eps                  \
141                    gnutls-layers.png
142 gnutls_TEXINFOS += gnutls-crypto-layers.dia gnutls-crypto-layers.eps    \
143                    gnutls-crypto-layers.png
144 gnutls_TEXINFOS += gnutls-pgp.dia gnutls-pgp.eps gnutls-pgp.png
145 gnutls_TEXINFOS += gnutls-x509.dia gnutls-x509.eps gnutls-x509.png
146 gnutls_TEXINFOS += gnutls-logo.eps gnutls-logo.png
147 gnutls_TEXINFOS += pkcs11-vision.dia pkcs11-vision.eps pkcs11-vision.png
149 # Images.  Make sure there are eps + png + pdf of each, plus the source dia.
150 gnutls_TEXINFOS += gnutls-client-server-use-case.dia    \
151         gnutls-client-server-use-case.eps               \
152         gnutls-client-server-use-case.png
153 gnutls_TEXINFOS += gnutls-handshake-sequence.dia                        \
154         gnutls-handshake-sequence.eps gnutls-handshake-sequence.png
155 gnutls_TEXINFOS += gnutls-handshake-state.dia                   \
156         gnutls-handshake-state.eps gnutls-handshake-state.png
157 gnutls_TEXINFOS += gnutls-modauth.dia gnutls-modauth.eps        \
158         gnutls-modauth.png
160 imagesdir = $(infodir)
161 images_DATA = \
162         gnutls-handshake-state.png      \
163         gnutls-layers.png gnutls-modauth.png gnutls-pgp.png     \
164         gnutls-client-server-use-case.png                       \
165         gnutls-handshake-sequence.png gnutls-internals.png      \
166         gnutls-logo.png gnutls-x509.png \
167         pkcs11-vision.png
169 AM_MAKEINFOFLAGS = -I $(top_srcdir)/doc
170 TEXI2DVI = texi2dvi $(AM_MAKEINFOFLAGS)
171 AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS) \
172         --no-split --css-include=$(srcdir)/texinfo.css
174 MAINTAINERCLEANFILES =
176 # Generated texinfos.
178 gnutls_TEXINFOS += gnutls-api.texi x509-api.texi pgp-api.texi           \
179         pkcs12-api.texi pkcs11-api.texi abstract-api.texi               \
180         compat-api.texi dtls-api.texi crypto-api.texi ocsp-api.texi
182 MAINTAINERCLEANFILES += gnutls-api.texi x509-api.texi pgp-api.texi      \
183         pkcs12-api.texi pkcs11-api.texi abstract-api.texi               \
184         compat-api.texi dtls-api.texi crypto-api.texi ocsp-api.texi
186 HEADER_FILES = $(top_srcdir)/lib/includes/gnutls/gnutls.h.in \
187         $(top_srcdir)/lib/includes/gnutls/x509.h $(top_srcdir)/lib/includes/gnutls/openpgp.h \
188         $(top_srcdir)/lib/includes/gnutls/pkcs12.h $(top_srcdir)/lib/includes/gnutls/pkcs11.h \
189         $(top_srcdir)/lib/includes/gnutls/abstract.h $(top_srcdir)/lib/includes/gnutls/compat.h \
190         $(top_srcdir)/lib/includes/gnutls/dtls.h $(top_srcdir)/lib/includes/gnutls/crypto.h \
191         $(top_srcdir)/lib/includes/gnutls/ocsp.h
193 gnutls-api.texi: $(top_srcdir)/lib/includes/gnutls/gnutls.h.in
194         echo "" > $@-tmp
195         for i in `$(top_srcdir)/doc/scripts/getfuncs.pl <$(top_srcdir)/lib/includes/gnutls/gnutls.h.in|sort|uniq`; do \
196                 echo -n "Creating documentation for $$i... " && \
197                 $(srcdir)/scripts/gdoc -texinfo \
198                         -function $$i \
199                         $(top_srcdir)/lib/*.c $(top_srcdir)/lib/*/*.c >> $@-tmp 2>/dev/null && \
200                 echo "ok"; \
201         done
202         mv -f $@-tmp $@
204 x509-api.texi: $(top_srcdir)/lib/includes/gnutls/x509.h
205         echo "" > $@-tmp
206         for i in `$(top_srcdir)/doc/scripts/getfuncs.pl <$(top_srcdir)/lib/includes/gnutls/x509.h|sort|uniq`; do \
207                 echo -n "Creating documentation for $$i... " && \
208                 $(srcdir)/scripts/gdoc -texinfo \
209                         -function $$i \
210                         $(top_srcdir)/lib/*.c $(top_srcdir)/lib/*/*.c >> $@-tmp 2>/dev/null && \
211                 echo "ok"; \
212         done
213         mv -f $@-tmp $@
215 pgp-api.texi: $(top_srcdir)/lib/includes/gnutls/openpgp.h
216         echo "" > $@-tmp
217         for i in `$(top_srcdir)/doc/scripts/getfuncs.pl <$(top_srcdir)/lib/includes/gnutls/openpgp.h|sort|uniq`; do \
218                 echo -n "Creating documentation for $$i... " && \
219                 $(srcdir)/scripts/gdoc -texinfo \
220                         -function $$i \
221                         $(top_srcdir)/lib/*.c $(top_srcdir)/lib/*/*.c >> $@-tmp 2>/dev/null && \
222                 echo "ok"; \
223         done
224         mv -f $@-tmp $@
227 pkcs12-api.texi: $(top_srcdir)/lib/includes/gnutls/pkcs12.h
228         echo "" > $@-tmp
229         for i in `$(top_srcdir)/doc/scripts/getfuncs.pl <$(top_srcdir)/lib/includes/gnutls/pkcs12.h|sort|uniq`; do \
230                 echo -n "Creating documentation for $$i... " && \
231                 $(srcdir)/scripts/gdoc -texinfo \
232                         -function $$i \
233                         $(top_srcdir)/lib/*.c $(top_srcdir)/lib/*/*.c >> $@-tmp 2>/dev/null && \
234                 echo "ok"; \
235         done
236         mv -f $@-tmp $@
238 pkcs11-api.texi: $(top_srcdir)/lib/includes/gnutls/pkcs11.h
239         echo "" > $@-tmp
240         for i in `$(top_srcdir)/doc/scripts/getfuncs.pl <$(top_srcdir)/lib/includes/gnutls/pkcs11.h|sort|uniq`; do \
241                 echo -n "Creating documentation for $$i... " && \
242                 $(srcdir)/scripts/gdoc -texinfo \
243                         -function $$i \
244                         $(top_srcdir)/lib/*.c $(top_srcdir)/lib/*/*.c >> $@-tmp 2>/dev/null && \
245                 echo "ok"; \
246         done
247         mv -f $@-tmp $@
249 abstract-api.texi: $(top_srcdir)/lib/includes/gnutls/abstract.h
250         echo "" > $@-tmp
251         for i in `$(top_srcdir)/doc/scripts/getfuncs.pl <$(top_srcdir)/lib/includes/gnutls/abstract.h|sort|uniq`; do \
252                 echo -n "Creating documentation for $$i... " && \
253                 $(srcdir)/scripts/gdoc -texinfo \
254                         -function $$i \
255                         $(top_srcdir)/lib/*.c $(top_srcdir)/lib/*/*.c >> $@-tmp 2>/dev/null && \
256                 echo "ok"; \
257         done
258         mv -f $@-tmp $@
260 compat-api.texi: $(top_srcdir)/lib/includes/gnutls/compat.h
261         echo "" > $@-tmp
262         for i in `$(top_srcdir)/doc/scripts/getfuncs.pl <$(top_srcdir)/lib/includes/gnutls/compat.h|sort|uniq`; do \
263                 echo -n "Creating documentation for $$i... " && \
264                 $(srcdir)/scripts/gdoc -texinfo \
265                         -function $$i \
266                         $(top_srcdir)/lib/*.c $(top_srcdir)/lib/*/*.c >> $@-tmp 2>/dev/null && \
267                 echo "ok"; \
268         done
269         mv -f $@-tmp $@
271 dtls-api.texi: $(top_srcdir)/lib/includes/gnutls/dtls.h
272         echo "" > $@-tmp
273         for i in `$(top_srcdir)/doc/scripts/getfuncs.pl <$(top_srcdir)/lib/includes/gnutls/dtls.h|sort|uniq`; do \
274                 echo -n "Creating documentation for $$i... " && \
275                 $(srcdir)/scripts/gdoc -texinfo \
276                         -function $$i \
277                         $(top_srcdir)/lib/*.c $(top_srcdir)/lib/*/*.c >> $@-tmp 2>/dev/null && \
278                 echo "ok"; \
279         done
280         mv -f $@-tmp $@
282 crypto-api.texi: $(top_srcdir)/lib/includes/gnutls/crypto.h
283         echo "" > $@-tmp
284         for i in `$(top_srcdir)/doc/scripts/getfuncs.pl <$(top_srcdir)/lib/includes/gnutls/crypto.h|sort|uniq`; do \
285                 echo -n "Creating documentation for $$i... " && \
286                 $(srcdir)/scripts/gdoc -texinfo \
287                         -function $$i \
288                         $(top_srcdir)/lib/*.c $(top_srcdir)/lib/*/*.c >> $@-tmp 2>/dev/null && \
289                 echo "ok"; \
290         done
291         mv -f $@-tmp $@
293 ocsp-api.texi: $(top_srcdir)/lib/includes/gnutls/ocsp.h
294         echo "" > $@-tmp
295         for i in `$(top_srcdir)/doc/scripts/getfuncs.pl <$(top_srcdir)/lib/includes/gnutls/ocsp.h|sort|uniq`; do \
296                 echo -n "Creating documentation for file $$i... " && \
297                 $(srcdir)/scripts/gdoc -texinfo \
298                         -function $$i \
299                         $(top_srcdir)/lib/*.c $(top_srcdir)/lib/*/*.c >> $@-tmp 2>/dev/null && \
300                 echo "ok"; \
301         done
302         mv -f $@-tmp $@
304 # Generated texinfos.
305 # for some reason it does not work when cross compiling
306 if !WINDOWS
307 gnutls_TEXINFOS += error_codes.texi algorithms.texi alerts.texi enums.texi
308 endif
310 DISTCLEANFILES = error_codes.texi algorithms.texi alerts.texi enums.texi
312 AM_CPPFLAGS = \
313         -I$(top_builddir)/lib/includes -I$(top_srcdir)/lib/includes \
314         -I$(top_builddir)/
316 EXTRA_PROGRAMS = errcodes printlist alert-printlist
318 errcodes_SOURCES = errcodes.c common.c common.h
319 errcodes_LDADD = ../lib/libgnutls.la ../gl/libgnu.la
321 printlist_SOURCES = printlist.c common.c common.h
322 printlist_LDADD = ../lib/libgnutls.la ../gl/libgnu.la
324 alert_printlist_SOURCES = alert-printlist.c common.c common.h
325 alert_printlist_LDADD = ../lib/libgnutls.la ../gl/libgnu.la
327 error_codes.texi: $(top_srcdir)/lib/gnutls_errors.c $(srcdir)/errcodes.c
328         $(MAKE) $(builddir)/errcodes
329         $(builddir)/errcodes > $@-tmp
330         mv -f $@-tmp $@
332 algorithms.texi: $(top_srcdir)/lib/algorithms/ciphers.c $(srcdir)/printlist.c
333         $(MAKE) $(builddir)/printlist
334         $(builddir)/printlist > $@-tmp
335         mv -f $@-tmp $@
337 alerts.texi: $(top_srcdir)/lib/gnutls_alert.c $(srcdir)/alert-printlist.c
338         $(MAKE) $(builddir)/alert-printlist
339         $(builddir)/alert-printlist > $@-tmp
340         mv -f $@-tmp $@
342 enums.texi: $(HEADER_FILES)
343         echo "" > $@-tmp
344         for i in $^; do \
345                 echo -n "Creating documentation for $$i... " && \
346                 $(srcdir)/scripts/gdoc -texinfo $$i >> $@-tmp && \
347                 echo "ok"; \
348         done
349         mv -f $@-tmp $@
351 gnutls_TEXINFOS += $(ENUMS) $(FUNCS)
352 DISTCLEANFILES += $(ENUMS) stamp_enums stamp_functions
354 stamp_functions: gnutls-api.texi x509-api.texi pgp-api.texi pkcs12-api.texi pkcs11-api.texi abstract-api.texi compat-api.texi dtls-api.texi crypto-api.texi ocsp-api.texi
355         -mkdir functions
356         for i in $^; do \
357                 $(srcdir)/scripts/split-texi.pl functions < $$i; \
358         done
359         sed -i 's/\@anchor{.*//g' functions/*
360         sed -i 's/\@subheading.*//g' functions/*
361         echo $@ > $@
362         $(MAKE) compare-makefile
364 stamp_enums: enums.texi
365         -mkdir enums
366         $(srcdir)/scripts/split-texi.pl enums enum < enums.texi
367         echo $@ > $@
368         $(MAKE) compare-makefile
370 $(ENUMS): stamp_enums
372 $(FUNCS): stamp_functions
374 compare-makefile: enums.texi
375         ENUMS=`grep '^@c ' enums.texi | sed 's/@c //g' | sort`; \
376         STR=""; \
377         for i in $$ENUMS; do \
378                 STR="$$STR\nENUMS += enums/$$i"; \
379         done; \
380         grep -v -e '^ENUMS += ' $(srcdir)/Makefile.am | \
381                 perl -p -e "s,^ENUMS =,ENUMS =$$STR," > tmp-$@; \
382         diff -u $(srcdir)/Makefile.am tmp-$@
383         rm -f tmp-$@
384         FUNCS=`cat $(top_srcdir)/lib/includes/gnutls/*.h | $(top_srcdir)/doc/scripts/getfuncs.pl`; \
385         MANS=""; \
386         for i in $$FUNCS; do \
387                 MANS="$$MANS\nFUNCS += functions/$$i"; \
388         done; \
389         grep -v -e '^FUNCS += ' Makefile.am | \
390                 perl -p -e "s,^FUNCS =,FUNCS =$$MANS," > tmp-$@; \
391         diff -u $(srcdir)/Makefile.am tmp-$@
392         rm -f tmp-$@
394 .PHONY: compare-makefile
396 # Guile texinfos.
398 guile_texi = core.c.texi
399 BUILT_SOURCES        = $(guile_texi)
400 MAINTAINERCLEANFILES += $(guile_texi)
401 EXTRA_DIST           += $(guile_texi) extract-guile-c-doc.scm
402 guile_TEXINFOS       = gnutls-guile.texi $(guile_texi)
404 if HAVE_GUILE
406 GUILE_FOR_BUILD =                               \
407   GUILE_AUTO_COMPILE=0                          \
408   $(GUILE) -L $(top_srcdir)/guile/modules
410 SNARF_CPPFLAGS = -I$(top_srcdir) -I$(top_builddir)                      \
411          -I$(top_srcdir)/lib/includes -I$(top_builddir)/lib/includes    \
412          -I$(top_srcdir)/extra/includes                         \
413          -I$(top_srcdir)/guile/src -I$(top_builddir)/guile/src          \
414          $(GUILE_CFLAGS)
416 core.c.texi: $(top_srcdir)/guile/src/core.c
417         $(MAKE) -C ../guile/src built-sources &&                        \
418         $(GUILE_FOR_BUILD) -l "$(srcdir)/extract-guile-c-doc.scm"       \
419            -e '(apply main (cdr (command-line)))'                       \
420            -- "$^" "$(CPP)" "$(SNARF_CPPFLAGS) $(CPPFLAGS)"             \
421            > "$@"
423 else !HAVE_GUILE
425 core.c.texi:
426         echo "(Guile not available, documentation not generated.)" > $@
428 endif !HAVE_GUILE
430 gnutls.xml: epub.texi
431         makeinfo --docbook $<
432         sed -i 's/\&\#8226;//g' $@
434 gnutls.epub: gnutls.xml
435         dbtoepub $<
436         epub-fix --delete-unmanifested gnutls.epub
438 ENUMS =
439 ENUMS += enums/gnutls_alert_description_t
440 ENUMS += enums/gnutls_alert_level_t
441 ENUMS += enums/gnutls_certificate_import_flags
442 ENUMS += enums/gnutls_certificate_print_formats_t
443 ENUMS += enums/gnutls_certificate_request_t
444 ENUMS += enums/gnutls_certificate_status_t
445 ENUMS += enums/gnutls_certificate_type_t
446 ENUMS += enums/gnutls_certificate_verify_flags
447 ENUMS += enums/gnutls_channel_binding_t
448 ENUMS += enums/gnutls_cipher_algorithm_t
449 ENUMS += enums/gnutls_close_request_t
450 ENUMS += enums/gnutls_compression_method_t
451 ENUMS += enums/gnutls_credentials_type_t
452 ENUMS += enums/gnutls_digest_algorithm_t
453 ENUMS += enums/gnutls_ecc_curve_t
454 ENUMS += enums/gnutls_handshake_description_t
455 ENUMS += enums/gnutls_kx_algorithm_t
456 ENUMS += enums/gnutls_mac_algorithm_t
457 ENUMS += enums/gnutls_openpgp_crt_fmt_t
458 ENUMS += enums/gnutls_openpgp_crt_status_t
459 ENUMS += enums/gnutls_params_type_t
460 ENUMS += enums/gnutls_pk_algorithm_t
461 ENUMS += enums/gnutls_pkcs11_obj_attr_t
462 ENUMS += enums/gnutls_pkcs11_obj_info_t
463 ENUMS += enums/gnutls_pkcs11_obj_type_t
464 ENUMS += enums/gnutls_pkcs11_token_info_t
465 ENUMS += enums/gnutls_pkcs12_bag_type_t
466 ENUMS += enums/gnutls_pkcs_encrypt_flags_t
467 ENUMS += enums/gnutls_privkey_type_t
468 ENUMS += enums/gnutls_protocol_t
469 ENUMS += enums/gnutls_psk_key_flags
470 ENUMS += enums/gnutls_rnd_level_t
471 ENUMS += enums/gnutls_sec_param_t
472 ENUMS += enums/gnutls_server_name_type_t
473 ENUMS += enums/gnutls_sign_algorithm_t
474 ENUMS += enums/gnutls_supplemental_data_format_type_t
475 ENUMS += enums/gnutls_x509_crt_fmt_t
476 ENUMS += enums/gnutls_x509_subject_alt_name_t
478 FUNCS =
479 FUNCS += functions/gnutls_pubkey_init
480 FUNCS += functions/gnutls_pubkey_deinit
481 FUNCS += functions/gnutls_pubkey_get_pk_algorithm
482 FUNCS += functions/gnutls_pubkey_import_x509
483 FUNCS += functions/gnutls_pubkey_import_pkcs11
484 FUNCS += functions/gnutls_pubkey_import_openpgp
485 FUNCS += functions/gnutls_pubkey_import_privkey
486 FUNCS += functions/gnutls_pubkey_get_preferred_hash_algorithm
487 FUNCS += functions/gnutls_pubkey_get_pk_rsa_raw
488 FUNCS += functions/gnutls_pubkey_get_pk_dsa_raw
489 FUNCS += functions/gnutls_pubkey_get_pk_ecc_raw
490 FUNCS += functions/gnutls_pubkey_get_pk_ecc_x962
491 FUNCS += functions/gnutls_pubkey_export
492 FUNCS += functions/gnutls_pubkey_get_key_id
493 FUNCS += functions/gnutls_pubkey_get_openpgp_key_id
494 FUNCS += functions/gnutls_pubkey_get_key_usage
495 FUNCS += functions/gnutls_pubkey_set_key_usage
496 FUNCS += functions/gnutls_pubkey_import
497 FUNCS += functions/gnutls_pubkey_import_pkcs11_url
498 FUNCS += functions/gnutls_pubkey_import_dsa_raw
499 FUNCS += functions/gnutls_pubkey_import_rsa_raw
500 FUNCS += functions/gnutls_pubkey_import_ecc_x962
501 FUNCS += functions/gnutls_pubkey_import_ecc_raw
502 FUNCS += functions/gnutls_pubkey_encrypt_data
503 FUNCS += functions/gnutls_x509_crt_set_pubkey
504 FUNCS += functions/gnutls_x509_crq_set_pubkey
505 FUNCS += functions/gnutls_pubkey_verify_hash
506 FUNCS += functions/gnutls_pubkey_verify_hash2
507 FUNCS += functions/gnutls_pubkey_get_verify_algorithm
508 FUNCS += functions/gnutls_pubkey_verify_data
509 FUNCS += functions/gnutls_pubkey_verify_data2
510 FUNCS += functions/gnutls_privkey_init
511 FUNCS += functions/gnutls_privkey_deinit
512 FUNCS += functions/gnutls_privkey_get_pk_algorithm
513 FUNCS += functions/gnutls_privkey_get_type
514 FUNCS += functions/gnutls_privkey_import_pkcs11
515 FUNCS += functions/gnutls_privkey_import_x509
516 FUNCS += functions/gnutls_privkey_import_openpgp
517 FUNCS += functions/gnutls_privkey_import_ext
518 FUNCS += functions/gnutls_privkey_sign_data
519 FUNCS += functions/gnutls_privkey_sign_hash
520 FUNCS += functions/gnutls_privkey_decrypt_data
521 FUNCS += functions/gnutls_x509_crt_privkey_sign
522 FUNCS += functions/gnutls_x509_crl_privkey_sign
523 FUNCS += functions/gnutls_x509_crq_privkey_sign
524 FUNCS += functions/gnutls_pcert_import_x509
525 FUNCS += functions/gnutls_pcert_list_import_x509_raw
526 FUNCS += functions/gnutls_pcert_import_x509_raw
527 FUNCS += functions/gnutls_pcert_import_openpgp_raw
528 FUNCS += functions/gnutls_pcert_import_openpgp
529 FUNCS += functions/gnutls_pcert_deinit
530 FUNCS += functions/gnutls_certificate_set_retrieve_function2
531 FUNCS += functions/gnutls_certificate_set_key
532 FUNCS += functions/gnutls_sign_callback_set
533 FUNCS += functions/gnutls_sign_callback_get
534 FUNCS += functions/gnutls_x509_privkey_sign_hash
535 FUNCS += functions/gnutls_openpgp_privkey_sign_hash
536 FUNCS += functions/gnutls_x509_privkey_sign_data
537 FUNCS += functions/gnutls_x509_crt_verify_data
538 FUNCS += functions/gnutls_x509_crt_verify_hash
539 FUNCS += functions/gnutls_x509_crt_get_verify_algorithm
540 FUNCS += functions/gnutls_x509_crt_get_preferred_hash_algorithm
541 FUNCS += functions/gnutls_x509_crq_sign
542 FUNCS += functions/gnutls_x509_crl_sign
543 FUNCS += functions/gnutls_cipher_set_priority
544 FUNCS += functions/gnutls_mac_set_priority
545 FUNCS += functions/gnutls_compression_set_priority
546 FUNCS += functions/gnutls_kx_set_priority
547 FUNCS += functions/gnutls_protocol_set_priority
548 FUNCS += functions/gnutls_certificate_type_set_priority
549 FUNCS += functions/gnutls_rsa_params_init
550 FUNCS += functions/gnutls_rsa_params_deinit
551 FUNCS += functions/gnutls_rsa_params_cpy
552 FUNCS += functions/gnutls_rsa_params_import_raw
553 FUNCS += functions/gnutls_rsa_params_generate2
554 FUNCS += functions/gnutls_rsa_params_export_raw
555 FUNCS += functions/gnutls_rsa_params_export_pkcs1
556 FUNCS += functions/gnutls_rsa_params_import_pkcs1
557 FUNCS += functions/gnutls_rsa_export_get_pubkey
558 FUNCS += functions/gnutls_rsa_export_get_modulus_bits
559 FUNCS += functions/gnutls_set_default_export_priority
560 FUNCS += functions/gnutls_certificate_set_rsa_export_params
561 FUNCS += functions/gnutls_cipher_init
562 FUNCS += functions/gnutls_cipher_encrypt
563 FUNCS += functions/gnutls_cipher_decrypt
564 FUNCS += functions/gnutls_cipher_decrypt2
565 FUNCS += functions/gnutls_cipher_encrypt2
566 FUNCS += functions/gnutls_cipher_set_iv
567 FUNCS += functions/gnutls_cipher_tag
568 FUNCS += functions/gnutls_cipher_add_auth
569 FUNCS += functions/gnutls_cipher_deinit
570 FUNCS += functions/gnutls_cipher_get_block_size
571 FUNCS += functions/gnutls_hmac_init
572 FUNCS += functions/gnutls_hmac
573 FUNCS += functions/gnutls_hmac_output
574 FUNCS += functions/gnutls_hmac_deinit
575 FUNCS += functions/gnutls_hmac_get_len
576 FUNCS += functions/gnutls_hmac_fast
577 FUNCS += functions/gnutls_hash_init
578 FUNCS += functions/gnutls_hash
579 FUNCS += functions/gnutls_hash_output
580 FUNCS += functions/gnutls_hash_deinit
581 FUNCS += functions/gnutls_hash_get_len
582 FUNCS += functions/gnutls_hash_fast
583 FUNCS += functions/gnutls_rnd
584 FUNCS += functions/gnutls_dtls_set_timeouts
585 FUNCS += functions/gnutls_dtls_get_mtu
586 FUNCS += functions/gnutls_dtls_get_data_mtu
587 FUNCS += functions/gnutls_dtls_set_mtu
588 FUNCS += functions/gnutls_dtls_get_timeout
589 FUNCS += functions/gnutls_dtls_cookie_send
590 FUNCS += functions/gnutls_dtls_cookie_verify
591 FUNCS += functions/gnutls_dtls_prestate_set
592 FUNCS += functions/gnutls_record_get_discarded
593 FUNCS += functions/gnutls_pk_algorithm_get_name
594 FUNCS += functions/gnutls_init
595 FUNCS += functions/gnutls_deinit
596 FUNCS += functions/gnutls_bye
597 FUNCS += functions/gnutls_handshake
598 FUNCS += functions/gnutls_rehandshake
599 FUNCS += functions/gnutls_alert_get
600 FUNCS += functions/gnutls_alert_send
601 FUNCS += functions/gnutls_alert_send_appropriate
602 FUNCS += functions/gnutls_alert_get_name
603 FUNCS += functions/gnutls_alert_get_strname
604 FUNCS += functions/gnutls_pk_bits_to_sec_param
605 FUNCS += functions/gnutls_sec_param_get_name
606 FUNCS += functions/gnutls_sec_param_to_pk_bits
607 FUNCS += functions/gnutls_ecc_curve_get_name
608 FUNCS += functions/gnutls_ecc_curve_get_size
609 FUNCS += functions/gnutls_ecc_curve_get
610 FUNCS += functions/gnutls_cipher_get
611 FUNCS += functions/gnutls_kx_get
612 FUNCS += functions/gnutls_mac_get
613 FUNCS += functions/gnutls_compression_get
614 FUNCS += functions/gnutls_certificate_type_get
615 FUNCS += functions/gnutls_sign_algorithm_get_requested
616 FUNCS += functions/gnutls_cipher_get_key_size
617 FUNCS += functions/gnutls_mac_get_key_size
618 FUNCS += functions/gnutls_cipher_get_name
619 FUNCS += functions/gnutls_mac_get_name
620 FUNCS += functions/gnutls_compression_get_name
621 FUNCS += functions/gnutls_kx_get_name
622 FUNCS += functions/gnutls_certificate_type_get_name
623 FUNCS += functions/gnutls_pk_get_name
624 FUNCS += functions/gnutls_sign_get_name
625 FUNCS += functions/gnutls_pk_to_sign
626 FUNCS += functions/gnutls_mac_get_id
627 FUNCS += functions/gnutls_compression_get_id
628 FUNCS += functions/gnutls_cipher_get_id
629 FUNCS += functions/gnutls_kx_get_id
630 FUNCS += functions/gnutls_protocol_get_id
631 FUNCS += functions/gnutls_certificate_type_get_id
632 FUNCS += functions/gnutls_pk_get_id
633 FUNCS += functions/gnutls_sign_get_id
634 FUNCS += functions/gnutls_ecc_curve_list
635 FUNCS += functions/gnutls_cipher_list
636 FUNCS += functions/gnutls_mac_list
637 FUNCS += functions/gnutls_compression_list
638 FUNCS += functions/gnutls_protocol_list
639 FUNCS += functions/gnutls_certificate_type_list
640 FUNCS += functions/gnutls_kx_list
641 FUNCS += functions/gnutls_pk_list
642 FUNCS += functions/gnutls_sign_list
643 FUNCS += functions/gnutls_cipher_suite_info
644 FUNCS += functions/gnutls_error_is_fatal
645 FUNCS += functions/gnutls_error_to_alert
646 FUNCS += functions/gnutls_perror
647 FUNCS += functions/gnutls_strerror
648 FUNCS += functions/gnutls_strerror_name
649 FUNCS += functions/gnutls_handshake_set_private_extensions
650 FUNCS += functions/gnutls_handshake_get_last_out
651 FUNCS += functions/gnutls_handshake_get_last_in
652 FUNCS += functions/gnutls_record_send
653 FUNCS += functions/gnutls_record_recv
654 FUNCS += functions/gnutls_record_recv_seq
655 FUNCS += functions/gnutls_session_enable_compatibility_mode
656 FUNCS += functions/gnutls_record_disable_padding
657 FUNCS += functions/gnutls_record_get_direction
658 FUNCS += functions/gnutls_record_get_max_size
659 FUNCS += functions/gnutls_record_set_max_size
660 FUNCS += functions/gnutls_record_check_pending
661 FUNCS += functions/gnutls_prf
662 FUNCS += functions/gnutls_prf_raw
663 FUNCS += functions/gnutls_server_name_set
664 FUNCS += functions/gnutls_server_name_get
665 FUNCS += functions/gnutls_safe_renegotiation_status
666 FUNCS += functions/gnutls_supplemental_get_name
667 FUNCS += functions/gnutls_session_ticket_key_generate
668 FUNCS += functions/gnutls_session_ticket_enable_client
669 FUNCS += functions/gnutls_session_ticket_enable_server
670 FUNCS += functions/gnutls_key_generate
671 FUNCS += functions/gnutls_priority_init
672 FUNCS += functions/gnutls_priority_deinit
673 FUNCS += functions/gnutls_priority_get_cipher_suite_index
674 FUNCS += functions/gnutls_priority_set
675 FUNCS += functions/gnutls_priority_set_direct
676 FUNCS += functions/gnutls_priority_certificate_type_list
677 FUNCS += functions/gnutls_priority_sign_list
678 FUNCS += functions/gnutls_priority_protocol_list
679 FUNCS += functions/gnutls_priority_compression_list
680 FUNCS += functions/gnutls_priority_ecc_curve_list
681 FUNCS += functions/gnutls_set_default_priority
682 FUNCS += functions/gnutls_cipher_suite_get_name
683 FUNCS += functions/gnutls_protocol_get_version
684 FUNCS += functions/gnutls_protocol_get_name
685 FUNCS += functions/gnutls_session_set_data
686 FUNCS += functions/gnutls_session_get_data
687 FUNCS += functions/gnutls_session_get_data2
688 FUNCS += functions/gnutls_session_get_random
689 FUNCS += functions/gnutls_session_get_id
690 FUNCS += functions/gnutls_session_channel_binding
691 FUNCS += functions/gnutls_session_is_resumed
692 FUNCS += functions/gnutls_session_resumption_requested
693 FUNCS += functions/gnutls_db_set_cache_expiration
694 FUNCS += functions/gnutls_db_remove_session
695 FUNCS += functions/gnutls_db_set_retrieve_function
696 FUNCS += functions/gnutls_db_set_remove_function
697 FUNCS += functions/gnutls_db_set_store_function
698 FUNCS += functions/gnutls_db_set_ptr
699 FUNCS += functions/gnutls_db_get_ptr
700 FUNCS += functions/gnutls_db_check_entry
701 FUNCS += functions/gnutls_handshake_set_post_client_hello_function
702 FUNCS += functions/gnutls_handshake_set_max_packet_length
703 FUNCS += functions/gnutls_check_version
704 FUNCS += functions/gnutls_credentials_clear
705 FUNCS += functions/gnutls_credentials_set
706 FUNCS += functions/gnutls_anon_free_server_credentials
707 FUNCS += functions/gnutls_anon_allocate_server_credentials
708 FUNCS += functions/gnutls_anon_set_server_dh_params
709 FUNCS += functions/gnutls_anon_set_server_params_function
710 FUNCS += functions/gnutls_anon_free_client_credentials
711 FUNCS += functions/gnutls_anon_allocate_client_credentials
712 FUNCS += functions/gnutls_certificate_free_credentials
713 FUNCS += functions/gnutls_certificate_allocate_credentials
714 FUNCS += functions/gnutls_certificate_get_issuer
715 FUNCS += functions/gnutls_certificate_free_keys
716 FUNCS += functions/gnutls_certificate_free_cas
717 FUNCS += functions/gnutls_certificate_free_ca_names
718 FUNCS += functions/gnutls_certificate_free_crls
719 FUNCS += functions/gnutls_certificate_set_dh_params
720 FUNCS += functions/gnutls_certificate_set_verify_flags
721 FUNCS += functions/gnutls_certificate_set_verify_limits
722 FUNCS += functions/gnutls_certificate_set_x509_system_trust
723 FUNCS += functions/gnutls_certificate_set_x509_trust_file
724 FUNCS += functions/gnutls_certificate_set_x509_trust_mem
725 FUNCS += functions/gnutls_certificate_set_x509_crl_file
726 FUNCS += functions/gnutls_certificate_set_x509_crl_mem
727 FUNCS += functions/gnutls_certificate_set_x509_key_file
728 FUNCS += functions/gnutls_certificate_set_x509_key_mem
729 FUNCS += functions/gnutls_certificate_send_x509_rdn_sequence
730 FUNCS += functions/gnutls_certificate_set_x509_simple_pkcs12_file
731 FUNCS += functions/gnutls_certificate_set_x509_simple_pkcs12_mem
732 FUNCS += functions/gnutls_certificate_set_x509_key
733 FUNCS += functions/gnutls_certificate_set_x509_trust
734 FUNCS += functions/gnutls_certificate_set_x509_crl
735 FUNCS += functions/gnutls_global_init
736 FUNCS += functions/gnutls_global_deinit
737 FUNCS += functions/gnutls_global_set_mutex
738 FUNCS += functions/gnutls_global_set_mem_functions
739 FUNCS += functions/gnutls_global_set_time_function
740 FUNCS += functions/gnutls_global_set_log_function
741 FUNCS += functions/gnutls_global_set_audit_log_function
742 FUNCS += functions/gnutls_global_set_log_level
743 FUNCS += functions/gnutls_dh_params_init
744 FUNCS += functions/gnutls_dh_params_deinit
745 FUNCS += functions/gnutls_dh_params_import_raw
746 FUNCS += functions/gnutls_dh_params_import_pkcs3
747 FUNCS += functions/gnutls_dh_params_generate2
748 FUNCS += functions/gnutls_dh_params_export_pkcs3
749 FUNCS += functions/gnutls_dh_params_export_raw
750 FUNCS += functions/gnutls_dh_params_cpy
751 FUNCS += functions/gnutls_transport_set_ptr
752 FUNCS += functions/gnutls_transport_set_ptr2
753 FUNCS += functions/gnutls_transport_get_ptr
754 FUNCS += functions/gnutls_transport_get_ptr2
755 FUNCS += functions/gnutls_transport_set_vec_push_function
756 FUNCS += functions/gnutls_transport_set_push_function
757 FUNCS += functions/gnutls_transport_set_pull_function
758 FUNCS += functions/gnutls_transport_set_pull_timeout_function
759 FUNCS += functions/gnutls_transport_set_errno_function
760 FUNCS += functions/gnutls_transport_set_errno
761 FUNCS += functions/gnutls_session_set_ptr
762 FUNCS += functions/gnutls_session_get_ptr
763 FUNCS += functions/gnutls_openpgp_send_cert
764 FUNCS += functions/gnutls_fingerprint
765 FUNCS += functions/gnutls_random_art
766 FUNCS += functions/gnutls_srp_free_client_credentials
767 FUNCS += functions/gnutls_srp_allocate_client_credentials
768 FUNCS += functions/gnutls_srp_set_client_credentials
769 FUNCS += functions/gnutls_srp_free_server_credentials
770 FUNCS += functions/gnutls_srp_allocate_server_credentials
771 FUNCS += functions/gnutls_srp_set_server_credentials_file
772 FUNCS += functions/gnutls_srp_server_get_username
773 FUNCS += functions/gnutls_srp_set_prime_bits
774 FUNCS += functions/gnutls_srp_verifier
775 FUNCS += functions/gnutls_srp_set_server_credentials_function
776 FUNCS += functions/gnutls_srp_set_client_credentials_function
777 FUNCS += functions/gnutls_srp_base64_encode
778 FUNCS += functions/gnutls_srp_base64_encode_alloc
779 FUNCS += functions/gnutls_srp_base64_decode
780 FUNCS += functions/gnutls_srp_base64_decode_alloc
781 FUNCS += functions/gnutls_psk_free_client_credentials
782 FUNCS += functions/gnutls_psk_allocate_client_credentials
783 FUNCS += functions/gnutls_psk_set_client_credentials
784 FUNCS += functions/gnutls_psk_free_server_credentials
785 FUNCS += functions/gnutls_psk_allocate_server_credentials
786 FUNCS += functions/gnutls_psk_set_server_credentials_file
787 FUNCS += functions/gnutls_psk_set_server_credentials_hint
788 FUNCS += functions/gnutls_psk_server_get_username
789 FUNCS += functions/gnutls_psk_client_get_hint
790 FUNCS += functions/gnutls_psk_set_server_credentials_function
791 FUNCS += functions/gnutls_psk_set_client_credentials_function
792 FUNCS += functions/gnutls_hex_encode
793 FUNCS += functions/gnutls_hex_decode
794 FUNCS += functions/gnutls_psk_set_server_dh_params
795 FUNCS += functions/gnutls_psk_set_server_params_function
796 FUNCS += functions/gnutls_auth_get_type
797 FUNCS += functions/gnutls_auth_server_get_type
798 FUNCS += functions/gnutls_auth_client_get_type
799 FUNCS += functions/gnutls_dh_set_prime_bits
800 FUNCS += functions/gnutls_dh_get_secret_bits
801 FUNCS += functions/gnutls_dh_get_peers_public_bits
802 FUNCS += functions/gnutls_dh_get_prime_bits
803 FUNCS += functions/gnutls_dh_get_group
804 FUNCS += functions/gnutls_dh_get_pubkey
805 FUNCS += functions/gnutls_certificate_set_retrieve_function
806 FUNCS += functions/gnutls_certificate_set_verify_function
807 FUNCS += functions/gnutls_certificate_server_set_request
808 FUNCS += functions/gnutls_certificate_get_peers
809 FUNCS += functions/gnutls_certificate_get_ours
810 FUNCS += functions/gnutls_certificate_activation_time_peers
811 FUNCS += functions/gnutls_certificate_expiration_time_peers
812 FUNCS += functions/gnutls_certificate_client_get_request_status
813 FUNCS += functions/gnutls_certificate_verify_peers2
814 FUNCS += functions/gnutls_pem_base64_encode
815 FUNCS += functions/gnutls_pem_base64_decode
816 FUNCS += functions/gnutls_pem_base64_encode_alloc
817 FUNCS += functions/gnutls_pem_base64_decode_alloc
818 FUNCS += functions/gnutls_certificate_set_params_function
819 FUNCS += functions/gnutls_anon_set_params_function
820 FUNCS += functions/gnutls_psk_set_params_function
821 FUNCS += functions/gnutls_hex2bin
822 FUNCS += functions/gnutls_tdb_init
823 FUNCS += functions/gnutls_tdb_set_store_func
824 FUNCS += functions/gnutls_tdb_set_store_commitment_func
825 FUNCS += functions/gnutls_tdb_set_verify_func
826 FUNCS += functions/gnutls_tdb_deinit
827 FUNCS += functions/gnutls_verify_stored_pubkey
828 FUNCS += functions/gnutls_store_commitment
829 FUNCS += functions/gnutls_store_pubkey
830 FUNCS += functions/gnutls_ocsp_req_init
831 FUNCS += functions/gnutls_ocsp_req_deinit
832 FUNCS += functions/gnutls_ocsp_req_import
833 FUNCS += functions/gnutls_ocsp_req_export
834 FUNCS += functions/gnutls_ocsp_req_print
835 FUNCS += functions/gnutls_ocsp_req_get_version
836 FUNCS += functions/gnutls_ocsp_req_get_cert_id
837 FUNCS += functions/gnutls_ocsp_req_add_cert_id
838 FUNCS += functions/gnutls_ocsp_req_add_cert
839 FUNCS += functions/gnutls_ocsp_req_get_extension
840 FUNCS += functions/gnutls_ocsp_req_set_extension
841 FUNCS += functions/gnutls_ocsp_req_get_nonce
842 FUNCS += functions/gnutls_ocsp_req_set_nonce
843 FUNCS += functions/gnutls_ocsp_req_randomize_nonce
844 FUNCS += functions/gnutls_ocsp_resp_init
845 FUNCS += functions/gnutls_ocsp_resp_deinit
846 FUNCS += functions/gnutls_ocsp_resp_import
847 FUNCS += functions/gnutls_ocsp_resp_export
848 FUNCS += functions/gnutls_ocsp_resp_print
849 FUNCS += functions/gnutls_ocsp_resp_get_status
850 FUNCS += functions/gnutls_ocsp_resp_get_response
851 FUNCS += functions/gnutls_ocsp_resp_get_version
852 FUNCS += functions/gnutls_ocsp_resp_get_responder
853 FUNCS += functions/gnutls_ocsp_resp_get_produced
854 FUNCS += functions/gnutls_ocsp_resp_get_single
855 FUNCS += functions/gnutls_ocsp_resp_get_extension
856 FUNCS += functions/gnutls_ocsp_resp_get_nonce
857 FUNCS += functions/gnutls_ocsp_resp_get_signature_algorithm
858 FUNCS += functions/gnutls_ocsp_resp_get_signature
859 FUNCS += functions/gnutls_ocsp_resp_get_certs
860 FUNCS += functions/gnutls_ocsp_resp_verify_direct
861 FUNCS += functions/gnutls_ocsp_resp_verify
862 FUNCS += functions/gnutls_openpgp_crt_init
863 FUNCS += functions/gnutls_openpgp_crt_deinit
864 FUNCS += functions/gnutls_openpgp_crt_import
865 FUNCS += functions/gnutls_openpgp_crt_export
866 FUNCS += functions/gnutls_openpgp_crt_print
867 FUNCS += functions/gnutls_openpgp_crt_get_key_usage
868 FUNCS += functions/gnutls_openpgp_crt_get_fingerprint
869 FUNCS += functions/gnutls_openpgp_crt_get_subkey_fingerprint
870 FUNCS += functions/gnutls_openpgp_crt_get_name
871 FUNCS += functions/gnutls_openpgp_crt_get_pk_algorithm
872 FUNCS += functions/gnutls_openpgp_crt_get_version
873 FUNCS += functions/gnutls_openpgp_crt_get_creation_time
874 FUNCS += functions/gnutls_openpgp_crt_get_expiration_time
875 FUNCS += functions/gnutls_openpgp_crt_get_key_id
876 FUNCS += functions/gnutls_openpgp_crt_check_hostname
877 FUNCS += functions/gnutls_openpgp_crt_get_revoked_status
878 FUNCS += functions/gnutls_openpgp_crt_get_subkey_count
879 FUNCS += functions/gnutls_openpgp_crt_get_subkey_idx
880 FUNCS += functions/gnutls_openpgp_crt_get_subkey_revoked_status
881 FUNCS += functions/gnutls_openpgp_crt_get_subkey_pk_algorithm
882 FUNCS += functions/gnutls_openpgp_crt_get_subkey_creation_time
883 FUNCS += functions/gnutls_openpgp_crt_get_subkey_expiration_time
884 FUNCS += functions/gnutls_openpgp_crt_get_subkey_id
885 FUNCS += functions/gnutls_openpgp_crt_get_subkey_usage
886 FUNCS += functions/gnutls_openpgp_crt_get_subkey_pk_dsa_raw
887 FUNCS += functions/gnutls_openpgp_crt_get_subkey_pk_rsa_raw
888 FUNCS += functions/gnutls_openpgp_crt_get_pk_dsa_raw
889 FUNCS += functions/gnutls_openpgp_crt_get_pk_rsa_raw
890 FUNCS += functions/gnutls_openpgp_crt_get_preferred_key_id
891 FUNCS += functions/gnutls_openpgp_crt_set_preferred_key_id
892 FUNCS += functions/gnutls_openpgp_privkey_init
893 FUNCS += functions/gnutls_openpgp_privkey_deinit
894 FUNCS += functions/gnutls_openpgp_privkey_get_pk_algorithm
895 FUNCS += functions/gnutls_openpgp_privkey_sec_param
896 FUNCS += functions/gnutls_openpgp_privkey_import
897 FUNCS += functions/gnutls_openpgp_privkey_get_fingerprint
898 FUNCS += functions/gnutls_openpgp_privkey_get_subkey_fingerprint
899 FUNCS += functions/gnutls_openpgp_privkey_get_key_id
900 FUNCS += functions/gnutls_openpgp_privkey_get_subkey_count
901 FUNCS += functions/gnutls_openpgp_privkey_get_subkey_idx
902 FUNCS += functions/gnutls_openpgp_privkey_get_subkey_revoked_status
903 FUNCS += functions/gnutls_openpgp_privkey_get_revoked_status
904 FUNCS += functions/gnutls_openpgp_privkey_get_subkey_pk_algorithm
905 FUNCS += functions/gnutls_openpgp_privkey_get_subkey_id
906 FUNCS += functions/gnutls_openpgp_privkey_get_subkey_creation_time
907 FUNCS += functions/gnutls_openpgp_privkey_export_subkey_dsa_raw
908 FUNCS += functions/gnutls_openpgp_privkey_export_subkey_rsa_raw
909 FUNCS += functions/gnutls_openpgp_privkey_export_dsa_raw
910 FUNCS += functions/gnutls_openpgp_privkey_export_rsa_raw
911 FUNCS += functions/gnutls_openpgp_privkey_export
912 FUNCS += functions/gnutls_openpgp_privkey_set_preferred_key_id
913 FUNCS += functions/gnutls_openpgp_privkey_get_preferred_key_id
914 FUNCS += functions/gnutls_openpgp_crt_get_auth_subkey
915 FUNCS += functions/gnutls_openpgp_keyring_init
916 FUNCS += functions/gnutls_openpgp_keyring_deinit
917 FUNCS += functions/gnutls_openpgp_keyring_import
918 FUNCS += functions/gnutls_openpgp_keyring_check_id
919 FUNCS += functions/gnutls_openpgp_crt_verify_ring
920 FUNCS += functions/gnutls_openpgp_crt_verify_self
921 FUNCS += functions/gnutls_openpgp_keyring_get_crt
922 FUNCS += functions/gnutls_openpgp_keyring_get_crt_count
923 FUNCS += functions/gnutls_openpgp_set_recv_key_function
924 FUNCS += functions/gnutls_certificate_set_openpgp_key
925 FUNCS += functions/gnutls_certificate_set_openpgp_key_file
926 FUNCS += functions/gnutls_certificate_set_openpgp_key_mem
927 FUNCS += functions/gnutls_certificate_set_openpgp_key_file2
928 FUNCS += functions/gnutls_certificate_set_openpgp_key_mem2
929 FUNCS += functions/gnutls_certificate_set_openpgp_keyring_mem
930 FUNCS += functions/gnutls_certificate_set_openpgp_keyring_file
931 FUNCS += functions/gnutls_pkcs11_init
932 FUNCS += functions/gnutls_pkcs11_reinit
933 FUNCS += functions/gnutls_pkcs11_deinit
934 FUNCS += functions/gnutls_pkcs11_set_token_function
935 FUNCS += functions/gnutls_pkcs11_set_pin_function
936 FUNCS += functions/gnutls_pkcs11_add_provider
937 FUNCS += functions/gnutls_pkcs11_obj_init
938 FUNCS += functions/gnutls_pkcs11_obj_import_url
939 FUNCS += functions/gnutls_pkcs11_obj_export_url
940 FUNCS += functions/gnutls_pkcs11_obj_deinit
941 FUNCS += functions/gnutls_pkcs11_obj_export
942 FUNCS += functions/gnutls_pkcs11_copy_x509_crt
943 FUNCS += functions/gnutls_pkcs11_copy_x509_privkey
944 FUNCS += functions/gnutls_pkcs11_delete_url
945 FUNCS += functions/gnutls_pkcs11_copy_secret_key
946 FUNCS += functions/gnutls_pkcs11_obj_get_info
947 FUNCS += functions/gnutls_pkcs11_token_init
948 FUNCS += functions/gnutls_pkcs11_token_get_mechanism
949 FUNCS += functions/gnutls_pkcs11_token_set_pin
950 FUNCS += functions/gnutls_pkcs11_token_get_url
951 FUNCS += functions/gnutls_pkcs11_token_get_info
952 FUNCS += functions/gnutls_pkcs11_token_get_flags
953 FUNCS += functions/gnutls_pkcs11_obj_list_import_url
954 FUNCS += functions/gnutls_x509_crt_import_pkcs11
955 FUNCS += functions/gnutls_x509_crt_import_pkcs11_url
956 FUNCS += functions/gnutls_pkcs11_obj_get_type
957 FUNCS += functions/gnutls_pkcs11_type_get_name
958 FUNCS += functions/gnutls_x509_crt_list_import_pkcs11
959 FUNCS += functions/gnutls_pkcs11_privkey_init
960 FUNCS += functions/gnutls_pkcs11_privkey_deinit
961 FUNCS += functions/gnutls_pkcs11_privkey_get_pk_algorithm
962 FUNCS += functions/gnutls_pkcs11_privkey_get_info
963 FUNCS += functions/gnutls_pkcs11_privkey_import_url
964 FUNCS += functions/gnutls_pkcs11_privkey_export_url
965 FUNCS += functions/gnutls_pkcs11_privkey_generate
966 FUNCS += functions/gnutls_pkcs12_init
967 FUNCS += functions/gnutls_pkcs12_deinit
968 FUNCS += functions/gnutls_pkcs12_import
969 FUNCS += functions/gnutls_pkcs12_export
970 FUNCS += functions/gnutls_pkcs12_get_bag
971 FUNCS += functions/gnutls_pkcs12_set_bag
972 FUNCS += functions/gnutls_pkcs12_generate_mac
973 FUNCS += functions/gnutls_pkcs12_verify_mac
974 FUNCS += functions/gnutls_pkcs12_bag_decrypt
975 FUNCS += functions/gnutls_pkcs12_bag_encrypt
976 FUNCS += functions/gnutls_pkcs12_bag_get_type
977 FUNCS += functions/gnutls_pkcs12_bag_get_data
978 FUNCS += functions/gnutls_pkcs12_bag_set_data
979 FUNCS += functions/gnutls_pkcs12_bag_set_crl
980 FUNCS += functions/gnutls_pkcs12_bag_set_crt
981 FUNCS += functions/gnutls_pkcs12_bag_init
982 FUNCS += functions/gnutls_pkcs12_bag_deinit
983 FUNCS += functions/gnutls_pkcs12_bag_get_count
984 FUNCS += functions/gnutls_pkcs12_bag_get_key_id
985 FUNCS += functions/gnutls_pkcs12_bag_set_key_id
986 FUNCS += functions/gnutls_pkcs12_bag_get_friendly_name
987 FUNCS += functions/gnutls_pkcs12_bag_set_friendly_name
988 FUNCS += functions/gnutls_x509_crt_init
989 FUNCS += functions/gnutls_x509_crt_deinit
990 FUNCS += functions/gnutls_x509_crt_import
991 FUNCS += functions/gnutls_x509_crt_list_import2
992 FUNCS += functions/gnutls_x509_crt_list_import
993 FUNCS += functions/gnutls_x509_crt_export
994 FUNCS += functions/gnutls_x509_crt_get_private_key_usage_period
995 FUNCS += functions/gnutls_x509_crt_get_issuer_dn
996 FUNCS += functions/gnutls_x509_crt_get_issuer_dn_oid
997 FUNCS += functions/gnutls_x509_crt_get_issuer_dn_by_oid
998 FUNCS += functions/gnutls_x509_crt_get_dn
999 FUNCS += functions/gnutls_x509_crt_get_dn_oid
1000 FUNCS += functions/gnutls_x509_crt_get_dn_by_oid
1001 FUNCS += functions/gnutls_x509_crt_check_hostname
1002 FUNCS += functions/gnutls_x509_crt_get_signature_algorithm
1003 FUNCS += functions/gnutls_x509_crt_get_signature
1004 FUNCS += functions/gnutls_x509_crt_get_version
1005 FUNCS += functions/gnutls_x509_crt_get_key_id
1006 FUNCS += functions/gnutls_x509_crt_set_private_key_usage_period
1007 FUNCS += functions/gnutls_x509_crt_set_authority_key_id
1008 FUNCS += functions/gnutls_x509_crt_get_authority_key_id
1009 FUNCS += functions/gnutls_x509_crt_get_authority_key_gn_serial
1010 FUNCS += functions/gnutls_x509_crt_get_subject_key_id
1011 FUNCS += functions/gnutls_x509_crt_get_subject_unique_id
1012 FUNCS += functions/gnutls_x509_crt_get_issuer_unique_id
1013 FUNCS += functions/gnutls_x509_crt_get_authority_info_access
1014 FUNCS += functions/gnutls_x509_crt_get_crl_dist_points
1015 FUNCS += functions/gnutls_x509_crt_set_crl_dist_points2
1016 FUNCS += functions/gnutls_x509_crt_set_crl_dist_points
1017 FUNCS += functions/gnutls_x509_crt_cpy_crl_dist_points
1018 FUNCS += functions/gnutls_x509_crl_sign2
1019 FUNCS += functions/gnutls_x509_crt_get_activation_time
1020 FUNCS += functions/gnutls_x509_crt_get_expiration_time
1021 FUNCS += functions/gnutls_x509_crt_get_serial
1022 FUNCS += functions/gnutls_x509_crt_get_pk_algorithm
1023 FUNCS += functions/gnutls_x509_crt_get_pk_rsa_raw
1024 FUNCS += functions/gnutls_x509_crt_get_pk_dsa_raw
1025 FUNCS += functions/gnutls_x509_crt_get_subject_alt_name
1026 FUNCS += functions/gnutls_x509_crt_get_subject_alt_name2
1027 FUNCS += functions/gnutls_x509_crt_get_subject_alt_othername_oid
1028 FUNCS += functions/gnutls_x509_crt_get_issuer_alt_name
1029 FUNCS += functions/gnutls_x509_crt_get_issuer_alt_name2
1030 FUNCS += functions/gnutls_x509_crt_get_issuer_alt_othername_oid
1031 FUNCS += functions/gnutls_x509_crt_get_ca_status
1032 FUNCS += functions/gnutls_x509_crt_get_basic_constraints
1033 FUNCS += functions/gnutls_x509_crt_get_key_usage
1034 FUNCS += functions/gnutls_x509_crt_set_key_usage
1035 FUNCS += functions/gnutls_x509_crt_set_authority_info_access
1036 FUNCS += functions/gnutls_x509_crt_get_proxy
1037 FUNCS += functions/gnutls_x509_dn_oid_known
1038 FUNCS += functions/gnutls_x509_dn_oid_name
1039 FUNCS += functions/gnutls_x509_crt_get_extension_oid
1040 FUNCS += functions/gnutls_x509_crt_get_extension_by_oid
1041 FUNCS += functions/gnutls_x509_crt_get_extension_info
1042 FUNCS += functions/gnutls_x509_crt_get_extension_data
1043 FUNCS += functions/gnutls_x509_crt_set_extension_by_oid
1044 FUNCS += functions/gnutls_x509_crt_set_dn_by_oid
1045 FUNCS += functions/gnutls_x509_crt_set_issuer_dn_by_oid
1046 FUNCS += functions/gnutls_x509_crt_set_version
1047 FUNCS += functions/gnutls_x509_crt_set_key
1048 FUNCS += functions/gnutls_x509_crt_set_ca_status
1049 FUNCS += functions/gnutls_x509_crt_set_basic_constraints
1050 FUNCS += functions/gnutls_x509_crt_set_subject_alternative_name
1051 FUNCS += functions/gnutls_x509_crt_set_subject_alt_name
1052 FUNCS += functions/gnutls_x509_crt_sign
1053 FUNCS += functions/gnutls_x509_crt_sign2
1054 FUNCS += functions/gnutls_x509_crt_set_activation_time
1055 FUNCS += functions/gnutls_x509_crt_set_expiration_time
1056 FUNCS += functions/gnutls_x509_crt_set_serial
1057 FUNCS += functions/gnutls_x509_crt_set_subject_key_id
1058 FUNCS += functions/gnutls_x509_crt_set_proxy_dn
1059 FUNCS += functions/gnutls_x509_crt_set_proxy
1060 FUNCS += functions/gnutls_x509_crt_print
1061 FUNCS += functions/gnutls_x509_crl_print
1062 FUNCS += functions/gnutls_x509_crt_get_raw_issuer_dn
1063 FUNCS += functions/gnutls_x509_crt_get_raw_dn
1064 FUNCS += functions/gnutls_x509_rdn_get
1065 FUNCS += functions/gnutls_x509_rdn_get_oid
1066 FUNCS += functions/gnutls_x509_rdn_get_by_oid
1067 FUNCS += functions/gnutls_x509_crt_get_subject
1068 FUNCS += functions/gnutls_x509_crt_get_issuer
1069 FUNCS += functions/gnutls_x509_dn_get_rdn_ava
1070 FUNCS += functions/gnutls_x509_dn_init
1071 FUNCS += functions/gnutls_x509_dn_import
1072 FUNCS += functions/gnutls_x509_dn_export
1073 FUNCS += functions/gnutls_x509_dn_deinit
1074 FUNCS += functions/gnutls_x509_crl_init
1075 FUNCS += functions/gnutls_x509_crl_deinit
1076 FUNCS += functions/gnutls_x509_crl_import
1077 FUNCS += functions/gnutls_x509_crl_export
1078 FUNCS += functions/gnutls_x509_crl_get_raw_issuer_dn
1079 FUNCS += functions/gnutls_x509_crl_get_issuer_dn
1080 FUNCS += functions/gnutls_x509_crl_get_issuer_dn_by_oid
1081 FUNCS += functions/gnutls_x509_crl_get_dn_oid
1082 FUNCS += functions/gnutls_x509_crl_get_signature_algorithm
1083 FUNCS += functions/gnutls_x509_crl_get_signature
1084 FUNCS += functions/gnutls_x509_crl_get_version
1085 FUNCS += functions/gnutls_x509_crl_get_this_update
1086 FUNCS += functions/gnutls_x509_crl_get_next_update
1087 FUNCS += functions/gnutls_x509_crl_get_crt_count
1088 FUNCS += functions/gnutls_x509_crl_get_crt_serial
1089 FUNCS += functions/gnutls_x509_crl_check_issuer
1090 FUNCS += functions/gnutls_x509_crl_list_import2
1091 FUNCS += functions/gnutls_x509_crl_list_import
1092 FUNCS += functions/gnutls_x509_crl_set_version
1093 FUNCS += functions/gnutls_x509_crl_set_this_update
1094 FUNCS += functions/gnutls_x509_crl_set_next_update
1095 FUNCS += functions/gnutls_x509_crl_set_crt_serial
1096 FUNCS += functions/gnutls_x509_crl_set_crt
1097 FUNCS += functions/gnutls_x509_crl_get_authority_key_id
1098 FUNCS += functions/gnutls_x509_crl_get_authority_key_gn_serial
1099 FUNCS += functions/gnutls_x509_crl_get_number
1100 FUNCS += functions/gnutls_x509_crl_get_extension_oid
1101 FUNCS += functions/gnutls_x509_crl_get_extension_info
1102 FUNCS += functions/gnutls_x509_crl_get_extension_data
1103 FUNCS += functions/gnutls_x509_crl_set_authority_key_id
1104 FUNCS += functions/gnutls_x509_crl_set_number
1105 FUNCS += functions/gnutls_pkcs7_init
1106 FUNCS += functions/gnutls_pkcs7_deinit
1107 FUNCS += functions/gnutls_pkcs7_import
1108 FUNCS += functions/gnutls_pkcs7_export
1109 FUNCS += functions/gnutls_pkcs7_get_crt_count
1110 FUNCS += functions/gnutls_pkcs7_get_crt_raw
1111 FUNCS += functions/gnutls_pkcs7_set_crt_raw
1112 FUNCS += functions/gnutls_pkcs7_set_crt
1113 FUNCS += functions/gnutls_pkcs7_delete_crt
1114 FUNCS += functions/gnutls_pkcs7_get_crl_raw
1115 FUNCS += functions/gnutls_pkcs7_get_crl_count
1116 FUNCS += functions/gnutls_pkcs7_set_crl_raw
1117 FUNCS += functions/gnutls_pkcs7_set_crl
1118 FUNCS += functions/gnutls_pkcs7_delete_crl
1119 FUNCS += functions/gnutls_x509_crt_check_issuer
1120 FUNCS += functions/gnutls_x509_crt_list_verify
1121 FUNCS += functions/gnutls_x509_crt_verify
1122 FUNCS += functions/gnutls_x509_crl_verify
1123 FUNCS += functions/gnutls_x509_crt_check_revocation
1124 FUNCS += functions/gnutls_x509_crt_get_fingerprint
1125 FUNCS += functions/gnutls_x509_crt_get_key_purpose_oid
1126 FUNCS += functions/gnutls_x509_crt_set_key_purpose_oid
1127 FUNCS += functions/gnutls_x509_privkey_init
1128 FUNCS += functions/gnutls_x509_privkey_deinit
1129 FUNCS += functions/gnutls_x509_privkey_sec_param
1130 FUNCS += functions/gnutls_x509_privkey_cpy
1131 FUNCS += functions/gnutls_x509_privkey_import
1132 FUNCS += functions/gnutls_x509_privkey_import_pkcs8
1133 FUNCS += functions/gnutls_x509_privkey_import_rsa_raw
1134 FUNCS += functions/gnutls_x509_privkey_import_rsa_raw2
1135 FUNCS += functions/gnutls_x509_privkey_import_ecc_raw
1136 FUNCS += functions/gnutls_x509_privkey_fix
1137 FUNCS += functions/gnutls_x509_privkey_export_dsa_raw
1138 FUNCS += functions/gnutls_x509_privkey_import_dsa_raw
1139 FUNCS += functions/gnutls_x509_privkey_get_pk_algorithm
1140 FUNCS += functions/gnutls_x509_privkey_get_key_id
1141 FUNCS += functions/gnutls_x509_privkey_generate
1142 FUNCS += functions/gnutls_x509_privkey_verify_params
1143 FUNCS += functions/gnutls_x509_privkey_export
1144 FUNCS += functions/gnutls_x509_privkey_export_pkcs8
1145 FUNCS += functions/gnutls_x509_privkey_export_rsa_raw2
1146 FUNCS += functions/gnutls_x509_privkey_export_rsa_raw
1147 FUNCS += functions/gnutls_x509_privkey_export_ecc_raw
1148 FUNCS += functions/gnutls_x509_crq_sign2
1149 FUNCS += functions/gnutls_x509_crq_print
1150 FUNCS += functions/gnutls_x509_crq_verify
1151 FUNCS += functions/gnutls_x509_crq_init
1152 FUNCS += functions/gnutls_x509_crq_deinit
1153 FUNCS += functions/gnutls_x509_crq_import
1154 FUNCS += functions/gnutls_x509_crq_get_private_key_usage_period
1155 FUNCS += functions/gnutls_x509_crq_get_dn
1156 FUNCS += functions/gnutls_x509_crq_get_dn_oid
1157 FUNCS += functions/gnutls_x509_crq_get_dn_by_oid
1158 FUNCS += functions/gnutls_x509_crq_set_dn_by_oid
1159 FUNCS += functions/gnutls_x509_crq_set_version
1160 FUNCS += functions/gnutls_x509_crq_get_version
1161 FUNCS += functions/gnutls_x509_crq_set_key
1162 FUNCS += functions/gnutls_x509_crq_set_challenge_password
1163 FUNCS += functions/gnutls_x509_crq_get_challenge_password
1164 FUNCS += functions/gnutls_x509_crq_set_attribute_by_oid
1165 FUNCS += functions/gnutls_x509_crq_get_attribute_by_oid
1166 FUNCS += functions/gnutls_x509_crq_export
1167 FUNCS += functions/gnutls_x509_crt_set_crq
1168 FUNCS += functions/gnutls_x509_crt_set_crq_extensions
1169 FUNCS += functions/gnutls_x509_crq_set_private_key_usage_period
1170 FUNCS += functions/gnutls_x509_crq_set_key_rsa_raw
1171 FUNCS += functions/gnutls_x509_crq_set_subject_alt_name
1172 FUNCS += functions/gnutls_x509_crq_set_key_usage
1173 FUNCS += functions/gnutls_x509_crq_set_basic_constraints
1174 FUNCS += functions/gnutls_x509_crq_set_key_purpose_oid
1175 FUNCS += functions/gnutls_x509_crq_get_key_purpose_oid
1176 FUNCS += functions/gnutls_x509_crq_get_extension_data
1177 FUNCS += functions/gnutls_x509_crq_get_extension_info
1178 FUNCS += functions/gnutls_x509_crq_get_attribute_data
1179 FUNCS += functions/gnutls_x509_crq_get_attribute_info
1180 FUNCS += functions/gnutls_x509_crq_get_pk_algorithm
1181 FUNCS += functions/gnutls_x509_crq_get_key_id
1182 FUNCS += functions/gnutls_x509_crq_get_key_rsa_raw
1183 FUNCS += functions/gnutls_x509_crq_get_key_usage
1184 FUNCS += functions/gnutls_x509_crq_get_basic_constraints
1185 FUNCS += functions/gnutls_x509_crq_get_subject_alt_name
1186 FUNCS += functions/gnutls_x509_crq_get_subject_alt_othername_oid
1187 FUNCS += functions/gnutls_x509_crq_get_extension_by_oid
1188 FUNCS += functions/gnutls_x509_trust_list_init
1189 FUNCS += functions/gnutls_x509_trust_list_deinit
1190 FUNCS += functions/gnutls_x509_trust_list_get_issuer
1191 FUNCS += functions/gnutls_x509_trust_list_add_cas
1192 FUNCS += functions/gnutls_x509_trust_list_add_named_crt
1193 FUNCS += functions/gnutls_x509_trust_list_add_crls
1194 FUNCS += functions/gnutls_x509_trust_list_verify_named_crt
1195 FUNCS += functions/gnutls_x509_trust_list_verify_crt