glib2 3.0.7-x86-mingw32 → 3.0.8-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +24 -12
- data/ext/glib2/extconf.rb +1 -0
- data/ext/glib2/glib2.def +4 -0
- data/ext/glib2/rbglib-variant.c +163 -12
- data/ext/glib2/rbglib.c +31 -8
- data/ext/glib2/rbglib.h +15 -1
- data/ext/glib2/rbglib2conversions.h +3 -0
- data/ext/glib2/rbglib_iochannel.c +0 -3
- data/ext/glib2/rbglib_iochannel_win32_socket.c +0 -1
- data/ext/glib2/rbglib_matchinfo.c +179 -0
- data/ext/glib2/rbglib_regex.c +484 -0
- data/ext/glib2/rbgobj_value.c +7 -1
- data/ext/glib2/rbgprivate.h +2 -0
- data/ext/glib2/rbgutil.c +7 -0
- data/ext/glib2/rbgutil.h +2 -0
- data/lib/2.2/glib2.so +0 -0
- data/lib/2.3/glib2.so +0 -0
- data/lib/glib2/regex.rb +29 -0
- data/lib/glib2.rb +2 -1
- data/lib/gnome2/rake/external-package.rb +6 -1
- data/lib/gnome2/rake/package-task.rb +1 -1
- data/lib/gnome2/rake/package.rb +9 -0
- data/lib/gnome2/rake/windows-binary-build-task.rb +35 -11
- data/lib/mkmf-gnome2.rb +3 -1
- data/test/test-match-info.rb +113 -0
- data/test/test-regex.rb +320 -0
- data/vendor/local/bin/asn1Coding.exe +0 -0
- data/vendor/local/bin/asn1Decoding.exe +0 -0
- data/vendor/local/bin/asn1Parser.exe +0 -0
- data/vendor/local/bin/envsubst.exe +0 -0
- data/vendor/local/bin/gdbus.exe +0 -0
- data/vendor/local/bin/gettext.exe +0 -0
- data/vendor/local/bin/gettext.sh +1 -1
- data/vendor/local/bin/gio-querymodules.exe +0 -0
- data/vendor/local/bin/glib-compile-resources.exe +0 -0
- data/vendor/local/bin/glib-compile-schemas.exe +0 -0
- data/vendor/local/bin/glib-genmarshal.exe +0 -0
- data/vendor/local/bin/glib-gettextize +1 -1
- data/vendor/local/bin/glib-mkenums +2 -2
- data/vendor/local/bin/gobject-query.exe +0 -0
- data/vendor/local/bin/gresource.exe +0 -0
- data/vendor/local/bin/gsettings.exe +0 -0
- data/vendor/local/bin/gspawn-win32-helper-console.exe +0 -0
- data/vendor/local/bin/gspawn-win32-helper.exe +0 -0
- data/vendor/local/bin/iconv.exe +0 -0
- data/vendor/local/bin/idn.exe +0 -0
- data/vendor/local/bin/libasprintf-0.dll +0 -0
- data/vendor/local/bin/libcharset-1.dll +0 -0
- data/vendor/local/bin/libffi-6.dll +0 -0
- data/vendor/local/bin/libgio-2.0-0.dll +0 -0
- data/vendor/local/bin/libglib-2.0-0.dll +0 -0
- data/vendor/local/bin/libgmodule-2.0-0.dll +0 -0
- data/vendor/local/bin/libgmp-10.dll +0 -0
- data/vendor/local/bin/libgnutls-30.def +993 -984
- data/vendor/local/bin/libgnutls-30.dll +0 -0
- data/vendor/local/bin/libgobject-2.0-0.dll +0 -0
- data/vendor/local/bin/libgthread-2.0-0.dll +0 -0
- data/vendor/local/bin/libhogweed-4-2.dll +0 -0
- data/vendor/local/bin/libiconv-2.dll +0 -0
- data/vendor/local/bin/libidn-11.dll +0 -0
- data/vendor/local/bin/libintl-8.dll +0 -0
- data/vendor/local/bin/{libnettle-6-1.dll → libnettle-6-2.dll} +0 -0
- data/vendor/local/bin/libp11-kit-0.dll +0 -0
- data/vendor/local/bin/libpcre-1.dll +0 -0
- data/vendor/local/bin/libpcrecpp-0.dll +0 -0
- data/vendor/local/bin/libpcreposix-0.dll +0 -0
- data/vendor/local/bin/libtasn1-6.dll +0 -0
- data/vendor/local/bin/nettle-hash.exe +0 -0
- data/vendor/local/bin/nettle-lfib-stream.exe +0 -0
- data/vendor/local/bin/nettle-pbkdf2.exe +0 -0
- data/vendor/local/bin/ngettext.exe +0 -0
- data/vendor/local/bin/p11-kit.exe +0 -0
- data/vendor/local/bin/pcre-config +133 -0
- data/vendor/local/bin/pcregrep.exe +0 -0
- data/vendor/local/bin/pcretest.exe +0 -0
- data/vendor/local/bin/pkcs1-conv.exe +0 -0
- data/vendor/local/bin/sexp-conv.exe +0 -0
- data/vendor/local/bin/trust.exe +0 -0
- data/vendor/local/include/glib-2.0/gio/gdatagrambased.h +144 -0
- data/vendor/local/include/glib-2.0/gio/gdbusconnection.h +9 -1
- data/vendor/local/include/glib-2.0/gio/gdtlsclientconnection.h +75 -0
- data/vendor/local/include/glib-2.0/gio/gdtlsconnection.h +191 -0
- data/vendor/local/include/glib-2.0/gio/gdtlsserverconnection.h +69 -0
- data/vendor/local/include/glib-2.0/gio/gfileinfo.h +14 -0
- data/vendor/local/include/glib-2.0/gio/gio-autocleanups.h +1 -0
- data/vendor/local/include/glib-2.0/gio/gio.h +4 -0
- data/vendor/local/include/glib-2.0/gio/gioenums.h +69 -13
- data/vendor/local/include/glib-2.0/gio/gioenumtypes.h +2 -0
- data/vendor/local/include/glib-2.0/gio/giotypes.h +77 -0
- data/vendor/local/include/glib-2.0/gio/gliststore.h +5 -0
- data/vendor/local/include/glib-2.0/gio/gnetworkmonitor.h +3 -0
- data/vendor/local/include/glib-2.0/gio/gsettings.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gsettingsschema.h +3 -0
- data/vendor/local/include/glib-2.0/gio/gsimpleasyncresult.h +25 -25
- data/vendor/local/include/glib-2.0/gio/gsocket.h +7 -0
- data/vendor/local/include/glib-2.0/gio/gsocketconnectable.h +6 -0
- data/vendor/local/include/glib-2.0/gio/gsocketlistener.h +4 -1
- data/vendor/local/include/glib-2.0/gio/gtlsbackend.h +14 -0
- data/vendor/local/include/glib-2.0/gio/gtlsclientconnection.h +7 -0
- data/vendor/local/include/glib-2.0/glib/gasyncqueue.h +13 -0
- data/vendor/local/include/glib-2.0/glib/gbacktrace.h +2 -0
- data/vendor/local/include/glib-2.0/glib/glib-autocleanups.h +12 -4
- data/vendor/local/include/glib-2.0/glib/gmacros.h +46 -10
- data/vendor/local/include/glib-2.0/glib/gmain.h +3 -1
- data/vendor/local/include/glib-2.0/glib/gmem.h +7 -5
- data/vendor/local/include/glib-2.0/glib/gmessages.h +8 -8
- data/vendor/local/include/glib-2.0/glib/gnode.h +2 -2
- data/vendor/local/include/glib-2.0/glib/gpoll.h +2 -9
- data/vendor/local/include/glib-2.0/glib/gsequence.h +2 -0
- data/vendor/local/include/glib-2.0/glib/gstdio.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gstrfuncs.h +1 -0
- data/vendor/local/include/glib-2.0/glib/gtestutils.h +15 -2
- data/vendor/local/include/glib-2.0/glib/gthreadpool.h +4 -0
- data/vendor/local/include/glib-2.0/glib/gtrashstack.h +10 -57
- data/vendor/local/include/glib-2.0/glib/gtypes.h +61 -6
- data/vendor/local/include/glib-2.0/glib/gunicode.h +15 -1
- data/vendor/local/include/glib-2.0/glib/gutils.h +36 -57
- data/vendor/local/include/glib-2.0/glib/gversionmacros.h +59 -10
- data/vendor/local/include/glib-2.0/gobject/gboxed.h +3 -3
- data/vendor/local/include/glib-2.0/gobject/gclosure.h +2 -1
- data/vendor/local/include/glib-2.0/gobject/glib-types.h +0 -7
- data/vendor/local/include/glib-2.0/gobject/gobject-autocleanups.h +0 -1
- data/vendor/local/include/glib-2.0/gobject/gobject.h +8 -4
- data/vendor/local/include/glib-2.0/gobject/gparam.h +5 -2
- data/vendor/local/include/glib-2.0/gobject/gsignal.h +3 -0
- data/vendor/local/include/glib-2.0/gobject/gtype.h +47 -26
- data/vendor/local/include/glib-2.0/gobject/gtypemodule.h +1 -0
- data/vendor/local/include/gmp.h +56 -24
- data/vendor/local/include/gnutls/gnutls.h +79 -39
- data/vendor/local/include/gnutls/pkcs11.h +6 -0
- data/vendor/local/include/gnutls/pkcs7.h +17 -4
- data/vendor/local/include/gnutls/x509.h +8 -0
- data/vendor/local/include/libintl.h +1 -1
- data/vendor/local/include/libtasn1.h +1 -1
- data/vendor/local/include/nettle/rsa.h +72 -0
- data/vendor/local/include/nettle/sha3.h +4 -0
- data/vendor/local/include/nettle/version.h +8 -1
- data/vendor/local/include/p11-kit-1/p11-kit/p11-kit.h +1 -0
- data/vendor/local/include/pcre.h +677 -0
- data/vendor/local/include/pcre_scanner.h +172 -0
- data/vendor/local/include/pcre_stringpiece.h +180 -0
- data/vendor/local/include/pcrecpp.h +710 -0
- data/vendor/local/include/pcrecpparg.h +174 -0
- data/vendor/local/include/pcreposix.h +146 -0
- data/vendor/local/lib/gio/modules/libgiognutls.a +0 -0
- data/vendor/local/lib/gio/modules/libgiognutls.dll +0 -0
- data/vendor/local/lib/gio/modules/libgiognutls.dll.a +0 -0
- data/vendor/local/lib/gio/modules/libgiognutls.la +3 -3
- data/vendor/local/lib/glib-2.0/include/glibconfig.h +4 -16
- data/vendor/local/lib/libasprintf.a +0 -0
- data/vendor/local/lib/libasprintf.dll.a +0 -0
- data/vendor/local/lib/libcharset.a +0 -0
- data/vendor/local/lib/libcharset.dll.a +0 -0
- data/vendor/local/lib/libffi.a +0 -0
- data/vendor/local/lib/libffi.dll.a +0 -0
- data/vendor/local/lib/libgio-2.0.dll.a +0 -0
- data/vendor/local/lib/libgio-2.0.la +5 -5
- data/vendor/local/lib/libglib-2.0.dll.a +0 -0
- data/vendor/local/lib/libglib-2.0.la +5 -5
- data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
- data/vendor/local/lib/libgmodule-2.0.la +5 -5
- data/vendor/local/lib/libgmp.dll.a +0 -0
- data/vendor/local/lib/libgmp.la +4 -4
- data/vendor/local/lib/libgnutls.dll.a +0 -0
- data/vendor/local/lib/libgnutls.la +3 -3
- data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
- data/vendor/local/lib/libgobject-2.0.la +5 -5
- data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
- data/vendor/local/lib/libgthread-2.0.la +5 -5
- data/vendor/local/lib/libhogweed.a +0 -0
- data/vendor/local/lib/libhogweed.dll.a +0 -0
- data/vendor/local/lib/libiconv.dll.a +0 -0
- data/vendor/local/lib/libidn.a +0 -0
- data/vendor/local/lib/libidn.dll.a +0 -0
- data/vendor/local/lib/libintl.a +0 -0
- data/vendor/local/lib/libintl.dll.a +0 -0
- data/vendor/local/lib/libintl.la +1 -1
- data/vendor/local/lib/libnettle.a +0 -0
- data/vendor/local/lib/libnettle.dll.a +0 -0
- data/vendor/local/lib/libp11-kit.dll.a +0 -0
- data/vendor/local/lib/libpcre.a +0 -0
- data/vendor/local/lib/libpcre.dll.a +0 -0
- data/vendor/local/lib/libpcre.la +41 -0
- data/vendor/local/lib/libpcrecpp.a +0 -0
- data/vendor/local/lib/libpcrecpp.dll.a +0 -0
- data/vendor/local/lib/libpcrecpp.la +41 -0
- data/vendor/local/lib/libpcreposix.a +0 -0
- data/vendor/local/lib/libpcreposix.dll.a +0 -0
- data/vendor/local/lib/libpcreposix.la +41 -0
- data/vendor/local/lib/libtasn1.a +0 -0
- data/vendor/local/lib/libtasn1.dll.a +0 -0
- data/vendor/local/lib/libtasn1.la +1 -1
- data/vendor/local/lib/p11-kit/p11-kit-remote.exe +0 -0
- data/vendor/local/lib/pkcs11/p11-kit-trust.dll +0 -0
- data/vendor/local/lib/pkcs11/p11-kit-trust.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/gio-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/glib-2.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gmodule-export-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gnutls.pc +2 -2
- data/vendor/local/lib/pkgconfig/gobject-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gthread-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/hogweed.pc +1 -1
- data/vendor/local/lib/pkgconfig/libpcre.pc +13 -0
- data/vendor/local/lib/pkgconfig/libpcrecpp.pc +12 -0
- data/vendor/local/lib/pkgconfig/libpcreposix.pc +13 -0
- data/vendor/local/lib/pkgconfig/libtasn1.pc +1 -1
- data/vendor/local/lib/pkgconfig/nettle.pc +1 -1
- data/vendor/local/lib/pkgconfig/p11-kit-1.pc +1 -1
- data/vendor/local/share/aclocal/glib-gettext.m4 +3 -2
- data/vendor/local/share/doc/pcre/AUTHORS +45 -0
- data/vendor/local/share/doc/pcre/COPYING +5 -0
- data/vendor/local/share/doc/pcre/ChangeLog +5918 -0
- data/vendor/local/share/doc/pcre/LICENCE +93 -0
- data/vendor/local/share/doc/pcre/NEWS +716 -0
- data/vendor/local/share/doc/pcre/README +1002 -0
- data/vendor/local/share/doc/pcre/html/NON-AUTOTOOLS-BUILD.txt +772 -0
- data/vendor/local/share/doc/pcre/html/README.txt +1002 -0
- data/vendor/local/share/doc/pcre/html/index.html +185 -0
- data/vendor/local/share/doc/pcre/html/pcre-config.html +109 -0
- data/vendor/local/share/doc/pcre/html/pcre.html +224 -0
- data/vendor/local/share/doc/pcre/html/pcre16.html +384 -0
- data/vendor/local/share/doc/pcre/html/pcre32.html +382 -0
- data/vendor/local/share/doc/pcre/html/pcre_assign_jit_stack.html +76 -0
- data/vendor/local/share/doc/pcre/html/pcre_compile.html +111 -0
- data/vendor/local/share/doc/pcre/html/pcre_compile2.html +115 -0
- data/vendor/local/share/doc/pcre/html/pcre_config.html +94 -0
- data/vendor/local/share/doc/pcre/html/pcre_copy_named_substring.html +65 -0
- data/vendor/local/share/doc/pcre/html/pcre_copy_substring.html +61 -0
- data/vendor/local/share/doc/pcre/html/pcre_dfa_exec.html +129 -0
- data/vendor/local/share/doc/pcre/html/pcre_exec.html +111 -0
- data/vendor/local/share/doc/pcre/html/pcre_free_study.html +46 -0
- data/vendor/local/share/doc/pcre/html/pcre_free_substring.html +46 -0
- data/vendor/local/share/doc/pcre/html/pcre_free_substring_list.html +46 -0
- data/vendor/local/share/doc/pcre/html/pcre_fullinfo.html +118 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_named_substring.html +68 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_stringnumber.html +57 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_stringtable_entries.html +60 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_substring.html +64 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_substring_list.html +61 -0
- data/vendor/local/share/doc/pcre/html/pcre_jit_exec.html +108 -0
- data/vendor/local/share/doc/pcre/html/pcre_jit_stack_alloc.html +55 -0
- data/vendor/local/share/doc/pcre/html/pcre_jit_stack_free.html +48 -0
- data/vendor/local/share/doc/pcre/html/pcre_maketables.html +48 -0
- data/vendor/local/share/doc/pcre/html/pcre_pattern_to_host_byte_order.html +58 -0
- data/vendor/local/share/doc/pcre/html/pcre_refcount.html +51 -0
- data/vendor/local/share/doc/pcre/html/pcre_study.html +68 -0
- data/vendor/local/share/doc/pcre/html/pcre_utf16_to_host_byte_order.html +57 -0
- data/vendor/local/share/doc/pcre/html/pcre_utf32_to_host_byte_order.html +57 -0
- data/vendor/local/share/doc/pcre/html/pcre_version.html +46 -0
- data/vendor/local/share/doc/pcre/html/pcreapi.html +2922 -0
- data/vendor/local/share/doc/pcre/html/pcrebuild.html +534 -0
- data/vendor/local/share/doc/pcre/html/pcrecallout.html +286 -0
- data/vendor/local/share/doc/pcre/html/pcrecompat.html +235 -0
- data/vendor/local/share/doc/pcre/html/pcrecpp.html +368 -0
- data/vendor/local/share/doc/pcre/html/pcredemo.html +426 -0
- data/vendor/local/share/doc/pcre/html/pcregrep.html +759 -0
- data/vendor/local/share/doc/pcre/html/pcrejit.html +452 -0
- data/vendor/local/share/doc/pcre/html/pcrelimits.html +90 -0
- data/vendor/local/share/doc/pcre/html/pcrematching.html +242 -0
- data/vendor/local/share/doc/pcre/html/pcrepartial.html +509 -0
- data/vendor/local/share/doc/pcre/html/pcrepattern.html +3273 -0
- data/vendor/local/share/doc/pcre/html/pcreperform.html +195 -0
- data/vendor/local/share/doc/pcre/html/pcreposix.html +290 -0
- data/vendor/local/share/doc/pcre/html/pcreprecompile.html +163 -0
- data/vendor/local/share/doc/pcre/html/pcresample.html +110 -0
- data/vendor/local/share/doc/pcre/html/pcrestack.html +225 -0
- data/vendor/local/share/doc/pcre/html/pcresyntax.html +561 -0
- data/vendor/local/share/doc/pcre/html/pcretest.html +1158 -0
- data/vendor/local/share/doc/pcre/html/pcreunicode.html +262 -0
- data/vendor/local/share/doc/pcre/pcre-config.txt +86 -0
- data/vendor/local/share/doc/pcre/pcre.txt +10455 -0
- data/vendor/local/share/doc/pcre/pcregrep.txt +741 -0
- data/vendor/local/share/doc/pcre/pcretest.txt +1087 -0
- data/vendor/local/share/gdb/auto-load/{libglib-2.0.so.0.4400.1-gdb.py → home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libglib-2.0.so.0.4800.0-gdb.py} +0 -0
- data/vendor/local/share/gdb/auto-load/{libgobject-2.0.so.0.4400.1-gdb.py → home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgobject-2.0.so.0.4800.0-gdb.py} +0 -0
- data/vendor/local/share/gettext/ABOUT-NLS +382 -413
- data/vendor/local/share/gettext/its/gschema.its +25 -0
- data/vendor/local/share/gettext/its/gschema.loc +10 -0
- data/vendor/local/share/glib-2.0/codegen/__init__.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/__init__.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen.py +22 -0
- data/vendor/local/share/glib-2.0/codegen/codegen.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_main.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_main.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/config.py +1 -1
- data/vendor/local/share/glib-2.0/codegen/config.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/config.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/dbustypes.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/dbustypes.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/parser.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/parser.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/utils.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/utils.pyo +0 -0
- data/vendor/local/share/glib-2.0/gdb/glib.py +4 -0
- data/vendor/local/share/glib-2.0/schemas/gschemas.compiled +0 -0
- data/vendor/local/share/gtk-doc/html/gio/GAction.html +58 -64
- data/vendor/local/share/gtk-doc/html/gio/GActionGroup.html +75 -80
- data/vendor/local/share/gtk-doc/html/gio/GActionMap.html +50 -51
- data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +72 -97
- data/vendor/local/share/gtk-doc/html/gio/GAppInfoMonitor.html +7 -8
- data/vendor/local/share/gtk-doc/html/gio/GApplication.html +174 -160
- data/vendor/local/share/gtk-doc/html/gio/GApplicationCommandLine.html +127 -132
- data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +90 -92
- data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +43 -46
- data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +17 -26
- data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +12 -17
- data/vendor/local/share/gtk-doc/html/gio/GBytesIcon.html +10 -11
- data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +45 -52
- data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +14 -18
- data/vendor/local/share/gtk-doc/html/gio/GConverter.html +20 -21
- data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +41 -48
- data/vendor/local/share/gtk-doc/html/gio/GDBusActionGroup.html +9 -10
- data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +34 -40
- data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +337 -258
- data/vendor/local/share/gtk-doc/html/gio/GDBusInterface.html +23 -22
- data/vendor/local/share/gtk-doc/html/gio/GDBusInterfaceSkeleton.html +44 -50
- data/vendor/local/share/gtk-doc/html/gio/GDBusMenuModel.html +9 -10
- data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +143 -158
- data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +59 -54
- data/vendor/local/share/gtk-doc/html/gio/GDBusObject.html +19 -22
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManager.html +25 -27
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerClient.html +48 -52
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerServer.html +34 -31
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectProxy.html +15 -17
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectSkeleton.html +25 -28
- data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +105 -122
- data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +32 -39
- data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +40 -51
- data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +17 -28
- data/vendor/local/share/gtk-doc/html/gio/GDatagramBased.html +766 -0
- data/vendor/local/share/gtk-doc/html/gio/GDrive.html +56 -75
- data/vendor/local/share/gtk-doc/html/gio/GDtlsClientConnection.html +468 -0
- data/vendor/local/share/gtk-doc/html/gio/GDtlsConnection.html +1521 -0
- data/vendor/local/share/gtk-doc/html/gio/GDtlsServerConnection.html +208 -0
- data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +16 -19
- data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +16 -17
- data/vendor/local/share/gtk-doc/html/gio/GFile.html +204 -240
- data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +36 -41
- data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +13 -15
- data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +8 -9
- data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +128 -145
- data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +8 -9
- data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +75 -36
- data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +10 -13
- data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +41 -43
- data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +56 -44
- data/vendor/local/share/gtk-doc/html/gio/GIcon.html +20 -23
- data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +103 -118
- data/vendor/local/share/gtk-doc/html/gio/GInetAddressMask.html +39 -47
- data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +31 -37
- data/vendor/local/share/gtk-doc/html/gio/GInitable.html +17 -19
- data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +32 -44
- data/vendor/local/share/gtk-doc/html/gio/GListModel.html +28 -29
- data/vendor/local/share/gtk-doc/html/gio/GListStore.html +80 -35
- data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +10 -11
- data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +11 -15
- data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +38 -38
- data/vendor/local/share/gtk-doc/html/gio/GMenu.html +138 -145
- data/vendor/local/share/gtk-doc/html/gio/GMenuModel.html +84 -94
- data/vendor/local/share/gtk-doc/html/gio/GMount.html +54 -66
- data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +34 -42
- data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +26 -28
- data/vendor/local/share/gtk-doc/html/gio/GNetworkMonitor.html +97 -39
- data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +18 -23
- data/vendor/local/share/gtk-doc/html/gio/GNotification.html +49 -47
- data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +39 -56
- data/vendor/local/share/gtk-doc/html/gio/GPermission.html +26 -34
- data/vendor/local/share/gtk-doc/html/gio/GPollableInputStream.html +16 -20
- data/vendor/local/share/gtk-doc/html/gio/GPollableOutputStream.html +16 -20
- data/vendor/local/share/gtk-doc/html/gio/GPropertyAction.html +33 -20
- data/vendor/local/share/gtk-doc/html/gio/GProxy.html +30 -32
- data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +42 -51
- data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +17 -19
- data/vendor/local/share/gtk-doc/html/gio/GRemoteActionGroup.html +15 -16
- data/vendor/local/share/gtk-doc/html/gio/GResolver.html +46 -47
- data/vendor/local/share/gtk-doc/html/gio/GResource.html +79 -74
- data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +12 -18
- data/vendor/local/share/gtk-doc/html/gio/GSettings.html +325 -200
- data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +28 -29
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html +46 -49
- data/vendor/local/share/gtk-doc/html/gio/GSimpleActionGroup.html +21 -23
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +258 -162
- data/vendor/local/share/gtk-doc/html/gio/GSimpleIOStream.html +11 -13
- data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +7 -9
- data/vendor/local/share/gtk-doc/html/gio/GSimpleProxyResolver.html +16 -18
- data/vendor/local/share/gtk-doc/html/gio/GSocket.html +470 -281
- data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +27 -32
- data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +76 -85
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +118 -72
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +28 -33
- data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +26 -30
- data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +180 -62
- data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +51 -28
- data/vendor/local/share/gtk-doc/html/gio/GSrvTarget.html +25 -31
- data/vendor/local/share/gtk-doc/html/gio/GSubprocess.html +63 -75
- data/vendor/local/share/gtk-doc/html/gio/GSubprocessLauncher.html +49 -54
- data/vendor/local/share/gtk-doc/html/gio/GTask.html +406 -404
- data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +11 -13
- data/vendor/local/share/gtk-doc/html/gio/GTcpWrapperConnection.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/GTestDBus.html +36 -38
- data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +30 -31
- data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +11 -14
- data/vendor/local/share/gtk-doc/html/gio/GTlsBackend.html +172 -46
- data/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html +26 -32
- data/vendor/local/share/gtk-doc/html/gio/GTlsClientConnection.html +96 -37
- data/vendor/local/share/gtk-doc/html/gio/GTlsConnection.html +64 -66
- data/vendor/local/share/gtk-doc/html/gio/GTlsDatabase.html +256 -63
- data/vendor/local/share/gtk-doc/html/gio/GTlsFileDatabase.html +15 -16
- data/vendor/local/share/gtk-doc/html/gio/GTlsInteraction.html +150 -49
- data/vendor/local/share/gtk-doc/html/gio/GTlsPassword.html +46 -51
- data/vendor/local/share/gtk-doc/html/gio/GTlsServerConnection.html +21 -18
- data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +21 -26
- data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +21 -25
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +31 -37
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +24 -28
- data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +15 -19
- data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +15 -19
- data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +43 -47
- data/vendor/local/share/gtk-doc/html/gio/GVfs.html +22 -24
- data/vendor/local/share/gtk-doc/html/gio/GVolume.html +43 -54
- data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +26 -27
- data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +15 -17
- data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +11 -13
- data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +21 -6
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-28.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-30.html +11 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-32.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-34.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-36.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-38.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-40.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-42.html +11 -5
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-44.html +5 -6
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-46.html +211 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-48.html +283 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +107 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +459 -8
- data/vendor/local/share/gtk-doc/html/gio/application.html +5 -6
- data/vendor/local/share/gtk-doc/html/gio/async.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/ch01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/ch02.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/ch03.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/ch32.html +29 -172
- data/vendor/local/share/gtk-doc/html/gio/ch33.html +187 -27
- data/vendor/local/share/gtk-doc/html/gio/ch33s02.html +15 -34
- data/vendor/local/share/gtk-doc/html/gio/ch33s03.html +16 -137
- data/vendor/local/share/gtk-doc/html/gio/ch34.html +26 -87
- data/vendor/local/share/gtk-doc/html/gio/ch34s02.html +37 -121
- data/vendor/local/share/gtk-doc/html/gio/ch34s03.html +132 -176
- data/vendor/local/share/gtk-doc/html/gio/ch34s04.html +19 -71
- data/vendor/local/share/gtk-doc/html/gio/ch34s05.html +24 -908
- data/vendor/local/share/gtk-doc/html/gio/{ch33s06.html → ch34s06.html} +9 -10
- data/vendor/local/share/gtk-doc/html/gio/{ch33s07.html → ch34s07.html} +9 -10
- data/vendor/local/share/gtk-doc/html/gio/ch35.html +94 -0
- data/vendor/local/share/gtk-doc/html/gio/ch35s02.html +141 -0
- data/vendor/local/share/gtk-doc/html/gio/ch35s03.html +201 -0
- data/vendor/local/share/gtk-doc/html/gio/ch35s04.html +96 -0
- data/vendor/local/share/gtk-doc/html/gio/conversion.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/data-models.html +4 -5
- data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/extending.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/file_mon.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/file_ops.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/gapplication-tool.html +11 -12
- data/vendor/local/share/gtk-doc/html/gio/gdbus-codegen.html +199 -200
- data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/gdbus-example-gdbus-codegen.html +89 -0
- data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/gdbus.html +9 -10
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +24 -28
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +77 -87
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +19 -27
- data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +43 -57
- data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +47 -52
- data/vendor/local/share/gtk-doc/html/gio/gio-GActionGroup-exporter.html +11 -13
- data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +20 -27
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/gio-GDBusError.html +59 -67
- data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +16 -21
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +21 -17
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +9 -12
- data/vendor/local/share/gtk-doc/html/gio/gio-GMenuModel-exporter.html +11 -13
- data/vendor/local/share/gtk-doc/html/gio/gio-GSettingsSchema-GSettingsSchemaSource.html +147 -114
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32InputStream.html +12 -16
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32OutputStream.html +13 -17
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32RegistryKey.html +2066 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +29 -32
- data/vendor/local/share/gtk-doc/html/gio/gio-TLS-Overview.html +16 -13
- data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +54 -75
- data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +27 -30
- data/vendor/local/share/gtk-doc/html/gio/gio-gnetworking.h.html +5 -6
- data/vendor/local/share/gtk-doc/html/gio/gio-gpollableutils.html +16 -21
- data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +11 -8
- data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +4 -5
- data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +194 -140
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-resources.html +6 -7
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +12 -6
- data/vendor/local/share/gtk-doc/html/gio/gresource-tool.html +5 -6
- data/vendor/local/share/gtk-doc/html/gio/gsettings-tool.html +5 -6
- data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/icons.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/index.html +41 -45
- data/vendor/local/share/gtk-doc/html/gio/index.sgml +204 -137
- data/vendor/local/share/gtk-doc/html/gio/migrating.html +22 -44
- data/vendor/local/share/gtk-doc/html/gio/networking.html +6 -4
- data/vendor/local/share/gtk-doc/html/gio/permissions.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/pt01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/pt02.html +20 -5
- data/vendor/local/share/gtk-doc/html/gio/registry.html +32 -0
- data/vendor/local/share/gtk-doc/html/gio/resolver.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/resources.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/running-gio-apps.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/settings.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/streaming.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/gio/subprocesses.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/testing.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/tls.html +12 -4
- data/vendor/local/share/gtk-doc/html/gio/tools.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/types.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/utils.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +16 -6
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-18.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-2.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-28.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-30.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-32.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-34.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-36.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-38.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-40.html +7 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-42.html +12 -6
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-44.html +5 -6
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-46.html +68 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-48.html +68 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +46 -8
- data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +80 -9
- data/vendor/local/share/gtk-doc/html/glib/deprecated.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +68 -85
- data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +254 -84
- data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +130 -144
- data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +19 -23
- data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +33 -46
- data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +22 -26
- data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +89 -82
- data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +87 -112
- data/vendor/local/share/gtk-doc/html/glib/glib-Bounds-checked-integer-arithmetic.html +384 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +100 -114
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +83 -143
- data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +14 -19
- data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +49 -64
- data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +141 -156
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +32 -38
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-HMACs.html +24 -31
- data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +28 -32
- data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +108 -141
- data/vendor/local/share/gtk-doc/html/glib/glib-Deprecated-Thread-APIs.html +98 -113
- data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +89 -112
- data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +93 -125
- data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +50 -58
- data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +189 -171
- data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +99 -134
- data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +172 -217
- data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +32 -42
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +430 -451
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +53 -66
- data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +12 -18
- data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +167 -192
- data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +58 -78
- data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +14 -20
- data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +70 -79
- data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +68 -102
- data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +166 -183
- data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +33 -41
- data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +80 -92
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +101 -119
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +102 -75
- data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +133 -60
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +192 -162
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +107 -155
- data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +69 -103
- data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +12 -16
- data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +199 -230
- data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +54 -67
- data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +15 -22
- data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +24 -39
- data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +29 -36
- data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +187 -173
- data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +13 -17
- data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +104 -117
- data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +62 -89
- data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +26 -38
- data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +15 -23
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +13 -18
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +210 -261
- data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +95 -101
- data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +306 -268
- data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +373 -369
- data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +79 -45
- data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +316 -319
- data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +12 -15
- data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +44 -26
- data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +20 -21
- data/vendor/local/share/gtk-doc/html/glib/glib-UNIX-specific-utilities-and-integration.html +44 -53
- data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +21 -26
- data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +200 -220
- data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +51 -28
- data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +38 -41
- data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +25 -34
- data/vendor/local/share/gtk-doc/html/glib/glib-building.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-core.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +6 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-programming.html +4 -5
- data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +14 -15
- data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-running.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +44 -59
- data/vendor/local/share/gtk-doc/html/glib/glib.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/gtester.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +149 -149
- data/vendor/local/share/gtk-doc/html/glib/gvariant-text.html +11 -12
- data/vendor/local/share/gtk-doc/html/glib/index.html +9 -5
- data/vendor/local/share/gtk-doc/html/glib/index.sgml +36 -2
- data/vendor/local/share/gtk-doc/html/glib/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/glib/tools.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +53 -57
- data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +72 -77
- data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +19 -20
- data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +14 -6
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-28.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-30.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-32.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-34.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-36.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-38.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-40.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-42.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-44.html +5 -6
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-46.html +34 -0
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +7 -8
- data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +22 -17
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +85 -135
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +80 -144
- data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +7 -8
- data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +59 -75
- data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +20 -21
- data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +19 -20
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +68 -89
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +227 -218
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +48 -57
- data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +125 -96
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +78 -90
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +143 -138
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +226 -285
- data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +306 -289
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +450 -448
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +22 -23
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +11 -12
- data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +32 -91
- data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +134 -133
- data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2 +4 -8
- data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +89 -98
- data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +119 -112
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +199 -183
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +30 -30
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +32 -33
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +80 -32
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +73 -53
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +52 -50
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +255 -133
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +147 -111
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +65 -122
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-override.html +93 -79
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-prerequisite.html +80 -54
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +82 -87
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +126 -62
- data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +61 -54
- data/vendor/local/share/gtk-doc/html/gobject/index.html +10 -10
- data/vendor/local/share/gtk-doc/html/gobject/index.sgml +4 -2
- data/vendor/local/share/gtk-doc/html/gobject/pr01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/pt01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/pt02.html +10 -11
- data/vendor/local/share/gtk-doc/html/gobject/pt03.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/rn01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/rn02.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/signal.html +98 -198
- data/vendor/local/share/gtk-doc/html/gobject/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +10 -11
- data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/config-example.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/config-files.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/config.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-building-style.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-building.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-commands.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-debugging.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-paths.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-testing.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/gtk-doc.css +9 -6
- data/vendor/local/share/gtk-doc/html/p11-kit/index.html +2 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/index.sgml +22 -0
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Deprecated.html +3 -13
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Future.html +3 -14
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Modules.html +3 -15
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-PIN-Callbacks.html +3 -14
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-URIs.html +3 -18
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Utilities.html +3 -8
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit.devhelp2 +22 -1
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit.html +2 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/pkcs11-conf.html +7 -8
- data/vendor/local/share/gtk-doc/html/p11-kit/reference.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/sharing-managed.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/sharing.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/tools.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-disable.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-glib-networking.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-module.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-nss.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/trust.html +3 -4
- data/vendor/local/share/info/gmp.info +153 -158
- data/vendor/local/share/info/gmp.info-1 +131 -178
- data/vendor/local/share/info/gmp.info-2 +250 -193
- data/vendor/local/share/info/libtasn1.info +2 -2
- data/vendor/local/share/license/gmp/AUTHORS +1 -1
- data/vendor/local/share/license/pcre/AUTHORS +45 -0
- data/vendor/local/share/license/pcre/COPYING +5 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/en@boldquot/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/en@boldquot/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/en@quot/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/en@quot/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/gd/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/is/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/man/man1/asn1Coding.1 +1 -1
- data/vendor/local/share/man/man1/asn1Decoding.1 +1 -1
- data/vendor/local/share/man/man1/asn1Parser.1 +1 -1
- data/vendor/local/share/man/man1/envsubst.1 +1 -1
- data/vendor/local/share/man/man1/gapplication.1 +2 -2
- data/vendor/local/share/man/man1/gdbus-codegen.1 +23 -22
- data/vendor/local/share/man/man1/gdbus.1 +2 -2
- data/vendor/local/share/man/man1/gettext.1 +1 -1
- data/vendor/local/share/man/man1/gio-querymodules.1 +2 -2
- data/vendor/local/share/man/man1/glib-compile-resources.1 +2 -2
- data/vendor/local/share/man/man1/glib-compile-schemas.1 +7 -2
- data/vendor/local/share/man/man1/glib-genmarshal.1 +2 -2
- data/vendor/local/share/man/man1/glib-gettextize.1 +2 -2
- data/vendor/local/share/man/man1/glib-mkenums.1 +2 -2
- data/vendor/local/share/man/man1/gobject-query.1 +2 -2
- data/vendor/local/share/man/man1/gresource.1 +2 -2
- data/vendor/local/share/man/man1/gsettings.1 +2 -2
- data/vendor/local/share/man/man1/gtester-report.1 +2 -2
- data/vendor/local/share/man/man1/gtester.1 +2 -2
- data/vendor/local/share/man/man1/ngettext.1 +1 -1
- data/vendor/local/share/man/man1/pcre-config.1 +92 -0
- data/vendor/local/share/man/man1/pcregrep.1 +683 -0
- data/vendor/local/share/man/man1/pcretest.1 +1156 -0
- data/vendor/local/share/man/man3/asn1_array2tree.3 +1 -1
- data/vendor/local/share/man/man3/asn1_bit_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_check_version.3 +1 -1
- data/vendor/local/share/man/man3/asn1_copy_node.3 +1 -1
- data/vendor/local/share/man/man3/asn1_create_element.3 +1 -1
- data/vendor/local/share/man/man3/asn1_decode_simple_ber.3 +1 -1
- data/vendor/local/share/man/man3/asn1_decode_simple_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_delete_element.3 +1 -1
- data/vendor/local/share/man/man3/asn1_delete_structure.3 +1 -1
- data/vendor/local/share/man/man3/asn1_delete_structure2.3 +1 -1
- data/vendor/local/share/man/man3/asn1_der_coding.3 +1 -1
- data/vendor/local/share/man/man3/asn1_der_decoding.3 +1 -1
- data/vendor/local/share/man/man3/asn1_der_decoding2.3 +1 -1
- data/vendor/local/share/man/man3/asn1_der_decoding_element.3 +1 -1
- data/vendor/local/share/man/man3/asn1_der_decoding_startEnd.3 +1 -1
- data/vendor/local/share/man/man3/asn1_dup_node.3 +1 -1
- data/vendor/local/share/man/man3/asn1_encode_simple_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_expand_any_defined_by.3 +1 -1
- data/vendor/local/share/man/man3/asn1_expand_octet_string.3 +1 -1
- data/vendor/local/share/man/man3/asn1_find_node.3 +1 -1
- data/vendor/local/share/man/man3/asn1_find_structure_from_oid.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_bit_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_length_ber.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_length_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_object_id_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_octet_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_tag_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_length_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_number_of_elements.3 +1 -1
- data/vendor/local/share/man/man3/asn1_octet_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_parser2array.3 +1 -1
- data/vendor/local/share/man/man3/asn1_parser2tree.3 +1 -1
- data/vendor/local/share/man/man3/asn1_perror.3 +1 -1
- data/vendor/local/share/man/man3/asn1_print_structure.3 +1 -1
- data/vendor/local/share/man/man3/asn1_read_node_value.3 +1 -1
- data/vendor/local/share/man/man3/asn1_read_tag.3 +1 -1
- data/vendor/local/share/man/man3/asn1_read_value.3 +1 -1
- data/vendor/local/share/man/man3/asn1_read_value_type.3 +1 -1
- data/vendor/local/share/man/man3/asn1_strerror.3 +1 -1
- data/vendor/local/share/man/man3/asn1_write_value.3 +1 -1
- data/vendor/local/share/man/man3/bind_textdomain_codeset.3 +1 -1
- data/vendor/local/share/man/man3/bindtextdomain.3 +1 -1
- data/vendor/local/share/man/man3/gettext.3 +1 -1
- data/vendor/local/share/man/man3/ngettext.3 +1 -1
- data/vendor/local/share/man/man3/pcre.3 +230 -0
- data/vendor/local/share/man/man3/pcre16.3 +371 -0
- data/vendor/local/share/man/man3/pcre16_assign_jit_stack.3 +59 -0
- data/vendor/local/share/man/man3/pcre16_compile.3 +96 -0
- data/vendor/local/share/man/man3/pcre16_compile2.3 +101 -0
- data/vendor/local/share/man/man3/pcre16_config.3 +79 -0
- data/vendor/local/share/man/man3/pcre16_copy_named_substring.3 +51 -0
- data/vendor/local/share/man/man3/pcre16_copy_substring.3 +47 -0
- data/vendor/local/share/man/man3/pcre16_dfa_exec.3 +118 -0
- data/vendor/local/share/man/man3/pcre16_exec.3 +99 -0
- data/vendor/local/share/man/man3/pcre16_free_study.3 +31 -0
- data/vendor/local/share/man/man3/pcre16_free_substring.3 +31 -0
- data/vendor/local/share/man/man3/pcre16_free_substring_list.3 +31 -0
- data/vendor/local/share/man/man3/pcre16_fullinfo.3 +103 -0
- data/vendor/local/share/man/man3/pcre16_get_named_substring.3 +54 -0
- data/vendor/local/share/man/man3/pcre16_get_stringnumber.3 +43 -0
- data/vendor/local/share/man/man3/pcre16_get_stringtable_entries.3 +46 -0
- data/vendor/local/share/man/man3/pcre16_get_substring.3 +50 -0
- data/vendor/local/share/man/man3/pcre16_get_substring_list.3 +47 -0
- data/vendor/local/share/man/man3/pcre16_jit_exec.3 +96 -0
- data/vendor/local/share/man/man3/pcre16_jit_stack_alloc.3 +43 -0
- data/vendor/local/share/man/man3/pcre16_jit_stack_free.3 +35 -0
- data/vendor/local/share/man/man3/pcre16_maketables.3 +33 -0
- data/vendor/local/share/man/man3/pcre16_pattern_to_host_byte_order.3 +44 -0
- data/vendor/local/share/man/man3/pcre16_refcount.3 +36 -0
- data/vendor/local/share/man/man3/pcre16_study.3 +54 -0
- data/vendor/local/share/man/man3/pcre16_utf16_to_host_byte_order.3 +45 -0
- data/vendor/local/share/man/man3/pcre16_version.3 +31 -0
- data/vendor/local/share/man/man3/pcre32.3 +369 -0
- data/vendor/local/share/man/man3/pcre32_assign_jit_stack.3 +59 -0
- data/vendor/local/share/man/man3/pcre32_compile.3 +96 -0
- data/vendor/local/share/man/man3/pcre32_compile2.3 +101 -0
- data/vendor/local/share/man/man3/pcre32_config.3 +79 -0
- data/vendor/local/share/man/man3/pcre32_copy_named_substring.3 +51 -0
- data/vendor/local/share/man/man3/pcre32_copy_substring.3 +47 -0
- data/vendor/local/share/man/man3/pcre32_dfa_exec.3 +118 -0
- data/vendor/local/share/man/man3/pcre32_exec.3 +99 -0
- data/vendor/local/share/man/man3/pcre32_free_study.3 +31 -0
- data/vendor/local/share/man/man3/pcre32_free_substring.3 +31 -0
- data/vendor/local/share/man/man3/pcre32_free_substring_list.3 +31 -0
- data/vendor/local/share/man/man3/pcre32_fullinfo.3 +103 -0
- data/vendor/local/share/man/man3/pcre32_get_named_substring.3 +54 -0
- data/vendor/local/share/man/man3/pcre32_get_stringnumber.3 +43 -0
- data/vendor/local/share/man/man3/pcre32_get_stringtable_entries.3 +46 -0
- data/vendor/local/share/man/man3/pcre32_get_substring.3 +50 -0
- data/vendor/local/share/man/man3/pcre32_get_substring_list.3 +47 -0
- data/vendor/local/share/man/man3/pcre32_jit_exec.3 +96 -0
- data/vendor/local/share/man/man3/pcre32_jit_stack_alloc.3 +43 -0
- data/vendor/local/share/man/man3/pcre32_jit_stack_free.3 +35 -0
- data/vendor/local/share/man/man3/pcre32_maketables.3 +33 -0
- data/vendor/local/share/man/man3/pcre32_pattern_to_host_byte_order.3 +44 -0
- data/vendor/local/share/man/man3/pcre32_refcount.3 +36 -0
- data/vendor/local/share/man/man3/pcre32_study.3 +54 -0
- data/vendor/local/share/man/man3/pcre32_utf32_to_host_byte_order.3 +45 -0
- data/vendor/local/share/man/man3/pcre32_version.3 +31 -0
- data/vendor/local/share/man/man3/pcre_assign_jit_stack.3 +59 -0
- data/vendor/local/share/man/man3/pcre_compile.3 +96 -0
- data/vendor/local/share/man/man3/pcre_compile2.3 +101 -0
- data/vendor/local/share/man/man3/pcre_config.3 +79 -0
- data/vendor/local/share/man/man3/pcre_copy_named_substring.3 +51 -0
- data/vendor/local/share/man/man3/pcre_copy_substring.3 +47 -0
- data/vendor/local/share/man/man3/pcre_dfa_exec.3 +118 -0
- data/vendor/local/share/man/man3/pcre_exec.3 +99 -0
- data/vendor/local/share/man/man3/pcre_free_study.3 +31 -0
- data/vendor/local/share/man/man3/pcre_free_substring.3 +31 -0
- data/vendor/local/share/man/man3/pcre_free_substring_list.3 +31 -0
- data/vendor/local/share/man/man3/pcre_fullinfo.3 +103 -0
- data/vendor/local/share/man/man3/pcre_get_named_substring.3 +54 -0
- data/vendor/local/share/man/man3/pcre_get_stringnumber.3 +43 -0
- data/vendor/local/share/man/man3/pcre_get_stringtable_entries.3 +46 -0
- data/vendor/local/share/man/man3/pcre_get_substring.3 +50 -0
- data/vendor/local/share/man/man3/pcre_get_substring_list.3 +47 -0
- data/vendor/local/share/man/man3/pcre_jit_exec.3 +96 -0
- data/vendor/local/share/man/man3/pcre_jit_stack_alloc.3 +43 -0
- data/vendor/local/share/man/man3/pcre_jit_stack_free.3 +35 -0
- data/vendor/local/share/man/man3/pcre_maketables.3 +33 -0
- data/vendor/local/share/man/man3/pcre_pattern_to_host_byte_order.3 +44 -0
- data/vendor/local/share/man/man3/pcre_refcount.3 +36 -0
- data/vendor/local/share/man/man3/pcre_study.3 +54 -0
- data/vendor/local/share/man/man3/pcre_utf16_to_host_byte_order.3 +45 -0
- data/vendor/local/share/man/man3/pcre_utf32_to_host_byte_order.3 +45 -0
- data/vendor/local/share/man/man3/pcre_version.3 +31 -0
- data/vendor/local/share/man/man3/pcreapi.3 +2919 -0
- data/vendor/local/share/man/man3/pcrebuild.3 +550 -0
- data/vendor/local/share/man/man3/pcrecallout.3 +255 -0
- data/vendor/local/share/man/man3/pcrecompat.3 +200 -0
- data/vendor/local/share/man/man3/pcrecpp.3 +348 -0
- data/vendor/local/share/man/man3/pcredemo.3 +424 -0
- data/vendor/local/share/man/man3/pcrejit.3 +431 -0
- data/vendor/local/share/man/man3/pcrelimits.3 +71 -0
- data/vendor/local/share/man/man3/pcrematching.3 +214 -0
- data/vendor/local/share/man/man3/pcrepartial.3 +476 -0
- data/vendor/local/share/man/man3/pcrepattern.3 +3301 -0
- data/vendor/local/share/man/man3/pcreperform.3 +177 -0
- data/vendor/local/share/man/man3/pcreposix.3 +267 -0
- data/vendor/local/share/man/man3/pcreprecompile.3 +155 -0
- data/vendor/local/share/man/man3/pcresample.3 +99 -0
- data/vendor/local/share/man/man3/pcrestack.3 +215 -0
- data/vendor/local/share/man/man3/pcresyntax.3 +540 -0
- data/vendor/local/share/man/man3/pcreunicode.3 +249 -0
- data/vendor/local/share/man/man3/textdomain.3 +1 -1
- metadata +233 -22
- data/lib/2.0/glib2.so +0 -0
- data/lib/2.1/glib2.so +0 -0
- data/vendor/local/bin/libhogweed-4-1.dll +0 -0
- data/vendor/local/share/gtk-doc/html/gio/ExampleAnimal.html +0 -1537
- data/vendor/local/share/gtk-doc/html/gio/ExampleCat.html +0 -679
- data/vendor/local/share/gtk-doc/html/gio/ExampleObject.html +0 -572
- data/vendor/local/share/gtk-doc/html/gio/ExampleObjectManagerClient.html +0 -561
- data/vendor/local/share/gtk-doc/html/gio/ch31.html +0 -75
- data/vendor/local/share/gtk-doc/html/gio/ch32s02.html +0 -41
- data/vendor/local/share/gtk-doc/html/gio/ch32s03.html +0 -39
- data/vendor/local/share/gtk-doc/html/gio/ch33s04.html +0 -46
- data/vendor/local/share/gtk-doc/html/gio/ch33s05.html +0 -48
- data/vendor/local/share/gtk-doc/html/gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html +0 -161
- data/vendor/local/share/gtk-doc/html/gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Cat.html +0 -51
@@ -61,987 +61,996 @@ EXPORTS
|
|
61
61
|
gnutls_certificate_send_x509_rdn_sequence @60
|
62
62
|
gnutls_certificate_server_set_request @61
|
63
63
|
gnutls_certificate_set_dh_params @62
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
|
486
|
-
|
487
|
-
|
488
|
-
|
489
|
-
|
490
|
-
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
|
518
|
-
|
519
|
-
|
520
|
-
|
521
|
-
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
|
533
|
-
|
534
|
-
|
535
|
-
|
536
|
-
|
537
|
-
|
538
|
-
|
539
|
-
|
540
|
-
|
541
|
-
|
542
|
-
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
|
547
|
-
|
548
|
-
|
549
|
-
|
550
|
-
|
551
|
-
|
552
|
-
|
553
|
-
|
554
|
-
|
555
|
-
|
556
|
-
|
557
|
-
|
558
|
-
|
559
|
-
|
560
|
-
|
561
|
-
|
562
|
-
|
563
|
-
|
564
|
-
|
565
|
-
|
566
|
-
|
567
|
-
|
568
|
-
|
569
|
-
|
570
|
-
|
571
|
-
|
572
|
-
|
573
|
-
|
574
|
-
|
575
|
-
|
576
|
-
|
577
|
-
|
578
|
-
|
579
|
-
|
580
|
-
|
581
|
-
|
582
|
-
|
583
|
-
|
584
|
-
|
585
|
-
|
586
|
-
|
587
|
-
|
588
|
-
|
589
|
-
|
590
|
-
|
591
|
-
|
592
|
-
|
593
|
-
|
594
|
-
|
595
|
-
|
596
|
-
|
597
|
-
|
598
|
-
|
599
|
-
|
600
|
-
|
601
|
-
|
602
|
-
|
603
|
-
|
604
|
-
|
605
|
-
|
606
|
-
|
607
|
-
|
608
|
-
|
609
|
-
|
610
|
-
|
611
|
-
|
612
|
-
|
613
|
-
|
614
|
-
|
615
|
-
|
616
|
-
|
617
|
-
|
618
|
-
|
619
|
-
|
620
|
-
|
621
|
-
|
622
|
-
|
623
|
-
|
624
|
-
|
625
|
-
|
626
|
-
|
627
|
-
|
628
|
-
|
629
|
-
|
630
|
-
|
631
|
-
|
632
|
-
|
633
|
-
|
634
|
-
|
635
|
-
|
636
|
-
|
637
|
-
|
638
|
-
|
639
|
-
|
640
|
-
|
641
|
-
|
642
|
-
|
643
|
-
|
644
|
-
|
645
|
-
|
646
|
-
|
647
|
-
|
648
|
-
|
649
|
-
|
650
|
-
|
651
|
-
|
652
|
-
|
653
|
-
|
654
|
-
|
655
|
-
|
656
|
-
|
657
|
-
|
658
|
-
|
659
|
-
|
660
|
-
|
661
|
-
|
662
|
-
|
663
|
-
|
664
|
-
|
665
|
-
|
666
|
-
|
667
|
-
|
668
|
-
|
669
|
-
|
670
|
-
|
671
|
-
|
672
|
-
|
673
|
-
|
674
|
-
|
675
|
-
|
676
|
-
|
677
|
-
|
678
|
-
|
679
|
-
|
680
|
-
|
681
|
-
|
682
|
-
|
683
|
-
|
684
|
-
|
685
|
-
|
686
|
-
|
687
|
-
|
688
|
-
|
689
|
-
|
690
|
-
|
691
|
-
|
692
|
-
|
693
|
-
|
694
|
-
|
695
|
-
|
696
|
-
|
697
|
-
|
698
|
-
|
699
|
-
|
700
|
-
|
701
|
-
|
702
|
-
|
703
|
-
|
704
|
-
|
705
|
-
|
706
|
-
|
707
|
-
|
708
|
-
|
709
|
-
|
710
|
-
|
711
|
-
|
712
|
-
|
713
|
-
|
714
|
-
|
715
|
-
|
716
|
-
|
717
|
-
|
718
|
-
|
719
|
-
|
720
|
-
|
721
|
-
|
722
|
-
|
723
|
-
|
724
|
-
|
725
|
-
|
726
|
-
|
727
|
-
|
728
|
-
|
729
|
-
|
730
|
-
|
731
|
-
|
732
|
-
|
733
|
-
|
734
|
-
|
735
|
-
|
736
|
-
|
737
|
-
|
738
|
-
|
739
|
-
|
740
|
-
|
741
|
-
|
742
|
-
|
743
|
-
|
744
|
-
|
745
|
-
|
746
|
-
|
747
|
-
|
748
|
-
|
749
|
-
|
750
|
-
|
751
|
-
|
752
|
-
|
753
|
-
|
754
|
-
|
755
|
-
|
756
|
-
|
757
|
-
|
758
|
-
|
759
|
-
|
760
|
-
|
761
|
-
|
762
|
-
|
763
|
-
|
764
|
-
|
765
|
-
|
766
|
-
|
767
|
-
|
768
|
-
|
769
|
-
|
770
|
-
|
771
|
-
|
772
|
-
|
773
|
-
|
774
|
-
|
775
|
-
|
776
|
-
|
777
|
-
|
778
|
-
|
779
|
-
|
780
|
-
|
781
|
-
|
782
|
-
|
783
|
-
|
784
|
-
|
785
|
-
|
786
|
-
|
787
|
-
|
788
|
-
|
789
|
-
|
790
|
-
|
791
|
-
|
792
|
-
|
793
|
-
|
794
|
-
|
795
|
-
|
796
|
-
|
797
|
-
|
798
|
-
|
799
|
-
|
800
|
-
|
801
|
-
|
802
|
-
|
803
|
-
|
804
|
-
|
805
|
-
|
806
|
-
|
807
|
-
|
808
|
-
|
809
|
-
|
810
|
-
|
811
|
-
|
812
|
-
|
813
|
-
|
814
|
-
|
815
|
-
|
816
|
-
|
817
|
-
|
818
|
-
|
819
|
-
|
820
|
-
|
821
|
-
|
822
|
-
|
823
|
-
|
824
|
-
|
825
|
-
|
826
|
-
|
827
|
-
|
828
|
-
|
829
|
-
|
830
|
-
|
831
|
-
|
832
|
-
|
833
|
-
|
834
|
-
|
835
|
-
|
836
|
-
|
837
|
-
|
838
|
-
|
839
|
-
|
840
|
-
|
841
|
-
|
842
|
-
|
843
|
-
|
844
|
-
|
845
|
-
|
846
|
-
|
847
|
-
|
848
|
-
|
849
|
-
|
850
|
-
|
851
|
-
|
852
|
-
|
853
|
-
|
854
|
-
|
855
|
-
|
856
|
-
|
857
|
-
|
858
|
-
|
859
|
-
|
860
|
-
|
861
|
-
|
862
|
-
|
863
|
-
|
864
|
-
|
865
|
-
|
866
|
-
|
867
|
-
|
868
|
-
|
869
|
-
|
870
|
-
|
871
|
-
|
872
|
-
|
873
|
-
|
874
|
-
|
875
|
-
|
876
|
-
|
877
|
-
|
878
|
-
|
879
|
-
|
880
|
-
|
881
|
-
|
882
|
-
|
883
|
-
|
884
|
-
|
885
|
-
|
886
|
-
|
887
|
-
|
888
|
-
|
889
|
-
|
890
|
-
|
891
|
-
|
892
|
-
|
893
|
-
|
894
|
-
|
895
|
-
|
896
|
-
|
897
|
-
|
898
|
-
|
899
|
-
|
900
|
-
|
901
|
-
|
902
|
-
|
903
|
-
|
904
|
-
|
905
|
-
|
906
|
-
|
907
|
-
|
908
|
-
|
909
|
-
|
910
|
-
|
911
|
-
|
912
|
-
|
913
|
-
|
914
|
-
|
915
|
-
|
916
|
-
|
917
|
-
|
918
|
-
|
919
|
-
|
920
|
-
|
921
|
-
|
922
|
-
|
923
|
-
|
924
|
-
|
925
|
-
|
926
|
-
|
927
|
-
|
928
|
-
|
929
|
-
|
930
|
-
|
931
|
-
|
932
|
-
|
933
|
-
|
934
|
-
|
935
|
-
|
936
|
-
|
937
|
-
|
938
|
-
|
939
|
-
|
940
|
-
|
941
|
-
|
942
|
-
|
943
|
-
|
944
|
-
|
945
|
-
|
946
|
-
|
947
|
-
|
948
|
-
|
949
|
-
|
950
|
-
|
951
|
-
|
952
|
-
|
953
|
-
|
954
|
-
|
955
|
-
|
956
|
-
|
957
|
-
|
958
|
-
|
959
|
-
|
960
|
-
|
961
|
-
|
962
|
-
|
963
|
-
|
964
|
-
|
965
|
-
|
966
|
-
|
967
|
-
|
968
|
-
|
969
|
-
|
970
|
-
|
971
|
-
|
972
|
-
|
973
|
-
|
974
|
-
|
975
|
-
|
976
|
-
|
977
|
-
|
978
|
-
|
979
|
-
|
980
|
-
|
981
|
-
|
982
|
-
|
983
|
-
|
984
|
-
|
985
|
-
|
986
|
-
|
987
|
-
|
988
|
-
|
989
|
-
|
990
|
-
|
991
|
-
|
992
|
-
|
993
|
-
|
994
|
-
|
995
|
-
|
996
|
-
|
997
|
-
|
998
|
-
|
999
|
-
|
1000
|
-
|
1001
|
-
|
1002
|
-
|
1003
|
-
|
1004
|
-
|
1005
|
-
|
1006
|
-
|
1007
|
-
|
1008
|
-
|
1009
|
-
|
1010
|
-
|
1011
|
-
|
1012
|
-
|
1013
|
-
|
1014
|
-
|
1015
|
-
|
1016
|
-
|
1017
|
-
|
1018
|
-
|
1019
|
-
|
1020
|
-
|
1021
|
-
|
1022
|
-
|
1023
|
-
|
1024
|
-
|
1025
|
-
|
1026
|
-
|
1027
|
-
|
1028
|
-
|
1029
|
-
|
1030
|
-
|
1031
|
-
|
1032
|
-
|
1033
|
-
|
1034
|
-
|
1035
|
-
|
1036
|
-
|
1037
|
-
|
1038
|
-
|
1039
|
-
|
1040
|
-
|
1041
|
-
|
1042
|
-
|
1043
|
-
|
1044
|
-
|
1045
|
-
|
1046
|
-
|
1047
|
-
|
64
|
+
gnutls_certificate_set_flags @63
|
65
|
+
gnutls_certificate_set_key @64
|
66
|
+
gnutls_certificate_set_ocsp_status_request_file @65
|
67
|
+
gnutls_certificate_set_ocsp_status_request_function @66
|
68
|
+
gnutls_certificate_set_openpgp_key @67
|
69
|
+
gnutls_certificate_set_openpgp_key_file @68
|
70
|
+
gnutls_certificate_set_openpgp_key_file2 @69
|
71
|
+
gnutls_certificate_set_openpgp_key_mem @70
|
72
|
+
gnutls_certificate_set_openpgp_key_mem2 @71
|
73
|
+
gnutls_certificate_set_openpgp_keyring_file @72
|
74
|
+
gnutls_certificate_set_openpgp_keyring_mem @73
|
75
|
+
gnutls_certificate_set_params_function @74
|
76
|
+
gnutls_certificate_set_pin_function @75
|
77
|
+
gnutls_certificate_set_retrieve_function @76
|
78
|
+
gnutls_certificate_set_retrieve_function2 @77
|
79
|
+
gnutls_certificate_set_trust_list @78
|
80
|
+
gnutls_certificate_set_verify_flags @79
|
81
|
+
gnutls_certificate_set_verify_function @80
|
82
|
+
gnutls_certificate_set_verify_limits @81
|
83
|
+
gnutls_certificate_set_x509_crl @82
|
84
|
+
gnutls_certificate_set_x509_crl_file @83
|
85
|
+
gnutls_certificate_set_x509_crl_mem @84
|
86
|
+
gnutls_certificate_set_x509_key @85
|
87
|
+
gnutls_certificate_set_x509_key_file @86
|
88
|
+
gnutls_certificate_set_x509_key_file2 @87
|
89
|
+
gnutls_certificate_set_x509_key_mem @88
|
90
|
+
gnutls_certificate_set_x509_key_mem2 @89
|
91
|
+
gnutls_certificate_set_x509_simple_pkcs12_file @90
|
92
|
+
gnutls_certificate_set_x509_simple_pkcs12_mem @91
|
93
|
+
gnutls_certificate_set_x509_system_trust @92
|
94
|
+
gnutls_certificate_set_x509_trust @93
|
95
|
+
gnutls_certificate_set_x509_trust_dir @94
|
96
|
+
gnutls_certificate_set_x509_trust_file @95
|
97
|
+
gnutls_certificate_set_x509_trust_mem @96
|
98
|
+
gnutls_certificate_type_get @97
|
99
|
+
gnutls_certificate_type_get_id @98
|
100
|
+
gnutls_certificate_type_get_name @99
|
101
|
+
gnutls_certificate_type_list @100
|
102
|
+
gnutls_certificate_verification_status_print @101
|
103
|
+
gnutls_certificate_verify_peers @102
|
104
|
+
gnutls_certificate_verify_peers2 @103
|
105
|
+
gnutls_certificate_verify_peers3 @104
|
106
|
+
gnutls_check_version @105
|
107
|
+
gnutls_cipher_add_auth @106
|
108
|
+
gnutls_cipher_decrypt @107
|
109
|
+
gnutls_cipher_decrypt2 @108
|
110
|
+
gnutls_cipher_deinit @109
|
111
|
+
gnutls_cipher_encrypt @110
|
112
|
+
gnutls_cipher_encrypt2 @111
|
113
|
+
gnutls_cipher_get @112
|
114
|
+
gnutls_cipher_get_block_size @113
|
115
|
+
gnutls_cipher_get_id @114
|
116
|
+
gnutls_cipher_get_iv_size @115
|
117
|
+
gnutls_cipher_get_key_size @116
|
118
|
+
gnutls_cipher_get_name @117
|
119
|
+
gnutls_cipher_get_tag_size @118
|
120
|
+
gnutls_cipher_init @119
|
121
|
+
gnutls_cipher_list @120
|
122
|
+
gnutls_cipher_set_iv @121
|
123
|
+
gnutls_cipher_suite_get_name @122
|
124
|
+
gnutls_cipher_suite_info @123
|
125
|
+
gnutls_cipher_tag @124
|
126
|
+
gnutls_compression_get @125
|
127
|
+
gnutls_compression_get_id @126
|
128
|
+
gnutls_compression_get_name @127
|
129
|
+
gnutls_compression_list @128
|
130
|
+
gnutls_credentials_clear @129
|
131
|
+
gnutls_credentials_get @130
|
132
|
+
gnutls_credentials_set @131
|
133
|
+
gnutls_crypto_register_aead_cipher @132
|
134
|
+
gnutls_crypto_register_cipher @133
|
135
|
+
gnutls_crypto_register_digest @134
|
136
|
+
gnutls_crypto_register_mac @135
|
137
|
+
gnutls_db_check_entry @136
|
138
|
+
gnutls_db_check_entry_time @137
|
139
|
+
gnutls_db_get_default_cache_expiration @138
|
140
|
+
gnutls_db_get_ptr @139
|
141
|
+
gnutls_db_remove_session @140
|
142
|
+
gnutls_db_set_cache_expiration @141
|
143
|
+
gnutls_db_set_ptr @142
|
144
|
+
gnutls_db_set_remove_function @143
|
145
|
+
gnutls_db_set_retrieve_function @144
|
146
|
+
gnutls_db_set_store_function @145
|
147
|
+
gnutls_deinit @146
|
148
|
+
gnutls_dh_get_group @147
|
149
|
+
gnutls_dh_get_peers_public_bits @148
|
150
|
+
gnutls_dh_get_prime_bits @149
|
151
|
+
gnutls_dh_get_pubkey @150
|
152
|
+
gnutls_dh_get_secret_bits @151
|
153
|
+
gnutls_dh_params_cpy @152
|
154
|
+
gnutls_dh_params_deinit @153
|
155
|
+
gnutls_dh_params_export2_pkcs3 @154
|
156
|
+
gnutls_dh_params_export_pkcs3 @155
|
157
|
+
gnutls_dh_params_export_raw @156
|
158
|
+
gnutls_dh_params_generate2 @157
|
159
|
+
gnutls_dh_params_import_pkcs3 @158
|
160
|
+
gnutls_dh_params_import_raw @159
|
161
|
+
gnutls_dh_params_import_raw2 @160
|
162
|
+
gnutls_dh_params_init @161
|
163
|
+
gnutls_dh_set_prime_bits @162
|
164
|
+
gnutls_digest_get_id @163
|
165
|
+
gnutls_digest_get_name @164
|
166
|
+
gnutls_digest_get_oid @165
|
167
|
+
gnutls_digest_list @166
|
168
|
+
gnutls_dtls_cookie_send @167
|
169
|
+
gnutls_dtls_cookie_verify @168
|
170
|
+
gnutls_dtls_get_data_mtu @169
|
171
|
+
gnutls_dtls_get_mtu @170
|
172
|
+
gnutls_dtls_get_timeout @171
|
173
|
+
gnutls_dtls_prestate_set @172
|
174
|
+
gnutls_dtls_set_data_mtu @173
|
175
|
+
gnutls_dtls_set_mtu @174
|
176
|
+
gnutls_dtls_set_timeouts @175
|
177
|
+
gnutls_ecc_curve_get @176
|
178
|
+
gnutls_ecc_curve_get_id @177
|
179
|
+
gnutls_ecc_curve_get_name @178
|
180
|
+
gnutls_ecc_curve_get_oid @179
|
181
|
+
gnutls_ecc_curve_get_size @180
|
182
|
+
gnutls_ecc_curve_list @181
|
183
|
+
gnutls_error_is_fatal @182
|
184
|
+
gnutls_error_to_alert @183
|
185
|
+
gnutls_est_record_overhead_size @184
|
186
|
+
gnutls_ext_get_data @185
|
187
|
+
gnutls_ext_register @186
|
188
|
+
gnutls_ext_set_data @187
|
189
|
+
gnutls_fingerprint @188
|
190
|
+
gnutls_fips140_mode_enabled @189
|
191
|
+
gnutls_free @190 DATA
|
192
|
+
gnutls_global_deinit @191
|
193
|
+
gnutls_global_init @192
|
194
|
+
gnutls_global_set_audit_log_function @193
|
195
|
+
gnutls_global_set_log_function @194
|
196
|
+
gnutls_global_set_log_level @195
|
197
|
+
gnutls_global_set_mem_functions @196
|
198
|
+
gnutls_global_set_mutex @197
|
199
|
+
gnutls_global_set_time_function @198
|
200
|
+
gnutls_handshake @199
|
201
|
+
gnutls_handshake_description_get_name @200
|
202
|
+
gnutls_handshake_get_last_in @201
|
203
|
+
gnutls_handshake_get_last_out @202
|
204
|
+
gnutls_handshake_set_hook_function @203
|
205
|
+
gnutls_handshake_set_max_packet_length @204
|
206
|
+
gnutls_handshake_set_post_client_hello_function @205
|
207
|
+
gnutls_handshake_set_private_extensions @206
|
208
|
+
gnutls_handshake_set_random @207
|
209
|
+
gnutls_handshake_set_timeout @208
|
210
|
+
gnutls_hash @209
|
211
|
+
gnutls_hash_deinit @210
|
212
|
+
gnutls_hash_fast @211
|
213
|
+
gnutls_hash_get_len @212
|
214
|
+
gnutls_hash_init @213
|
215
|
+
gnutls_hash_output @214
|
216
|
+
gnutls_heartbeat_allowed @215
|
217
|
+
gnutls_heartbeat_enable @216
|
218
|
+
gnutls_heartbeat_get_timeout @217
|
219
|
+
gnutls_heartbeat_ping @218
|
220
|
+
gnutls_heartbeat_pong @219
|
221
|
+
gnutls_heartbeat_set_timeouts @220
|
222
|
+
gnutls_hex2bin @221
|
223
|
+
gnutls_hex_decode @222
|
224
|
+
gnutls_hex_decode2 @223
|
225
|
+
gnutls_hex_encode @224
|
226
|
+
gnutls_hex_encode2 @225
|
227
|
+
gnutls_hmac @226
|
228
|
+
gnutls_hmac_deinit @227
|
229
|
+
gnutls_hmac_fast @228
|
230
|
+
gnutls_hmac_get_len @229
|
231
|
+
gnutls_hmac_init @230
|
232
|
+
gnutls_hmac_output @231
|
233
|
+
gnutls_hmac_set_nonce @232
|
234
|
+
gnutls_init @233
|
235
|
+
gnutls_key_generate @234
|
236
|
+
gnutls_kx_get @235
|
237
|
+
gnutls_kx_get_id @236
|
238
|
+
gnutls_kx_get_name @237
|
239
|
+
gnutls_kx_list @238
|
240
|
+
gnutls_load_file @239
|
241
|
+
gnutls_mac_get @240
|
242
|
+
gnutls_mac_get_id @241
|
243
|
+
gnutls_mac_get_key_size @242
|
244
|
+
gnutls_mac_get_name @243
|
245
|
+
gnutls_mac_get_nonce_size @244
|
246
|
+
gnutls_mac_list @245
|
247
|
+
gnutls_malloc @246 DATA
|
248
|
+
gnutls_memcmp @247
|
249
|
+
gnutls_memset @248
|
250
|
+
gnutls_ocsp_req_add_cert @249
|
251
|
+
gnutls_ocsp_req_add_cert_id @250
|
252
|
+
gnutls_ocsp_req_deinit @251
|
253
|
+
gnutls_ocsp_req_export @252
|
254
|
+
gnutls_ocsp_req_get_cert_id @253
|
255
|
+
gnutls_ocsp_req_get_extension @254
|
256
|
+
gnutls_ocsp_req_get_nonce @255
|
257
|
+
gnutls_ocsp_req_get_version @256
|
258
|
+
gnutls_ocsp_req_import @257
|
259
|
+
gnutls_ocsp_req_init @258
|
260
|
+
gnutls_ocsp_req_print @259
|
261
|
+
gnutls_ocsp_req_randomize_nonce @260
|
262
|
+
gnutls_ocsp_req_set_extension @261
|
263
|
+
gnutls_ocsp_req_set_nonce @262
|
264
|
+
gnutls_ocsp_resp_check_crt @263
|
265
|
+
gnutls_ocsp_resp_deinit @264
|
266
|
+
gnutls_ocsp_resp_export @265
|
267
|
+
gnutls_ocsp_resp_get_certs @266
|
268
|
+
gnutls_ocsp_resp_get_extension @267
|
269
|
+
gnutls_ocsp_resp_get_nonce @268
|
270
|
+
gnutls_ocsp_resp_get_produced @269
|
271
|
+
gnutls_ocsp_resp_get_responder @270
|
272
|
+
gnutls_ocsp_resp_get_responder_raw_id @271
|
273
|
+
gnutls_ocsp_resp_get_response @272
|
274
|
+
gnutls_ocsp_resp_get_signature @273
|
275
|
+
gnutls_ocsp_resp_get_signature_algorithm @274
|
276
|
+
gnutls_ocsp_resp_get_single @275
|
277
|
+
gnutls_ocsp_resp_get_status @276
|
278
|
+
gnutls_ocsp_resp_get_version @277
|
279
|
+
gnutls_ocsp_resp_import @278
|
280
|
+
gnutls_ocsp_resp_init @279
|
281
|
+
gnutls_ocsp_resp_print @280
|
282
|
+
gnutls_ocsp_resp_verify @281
|
283
|
+
gnutls_ocsp_resp_verify_direct @282
|
284
|
+
gnutls_ocsp_status_request_enable_client @283
|
285
|
+
gnutls_ocsp_status_request_get @284
|
286
|
+
gnutls_ocsp_status_request_is_checked @285
|
287
|
+
gnutls_oid_to_digest @286
|
288
|
+
gnutls_oid_to_ecc_curve @287
|
289
|
+
gnutls_oid_to_pk @288
|
290
|
+
gnutls_oid_to_sign @289
|
291
|
+
gnutls_openpgp_crt_check_email @290
|
292
|
+
gnutls_openpgp_crt_check_hostname @291
|
293
|
+
gnutls_openpgp_crt_check_hostname2 @292
|
294
|
+
gnutls_openpgp_crt_deinit @293
|
295
|
+
gnutls_openpgp_crt_export @294
|
296
|
+
gnutls_openpgp_crt_export2 @295
|
297
|
+
gnutls_openpgp_crt_get_auth_subkey @296
|
298
|
+
gnutls_openpgp_crt_get_creation_time @297
|
299
|
+
gnutls_openpgp_crt_get_expiration_time @298
|
300
|
+
gnutls_openpgp_crt_get_fingerprint @299
|
301
|
+
gnutls_openpgp_crt_get_key_id @300
|
302
|
+
gnutls_openpgp_crt_get_key_usage @301
|
303
|
+
gnutls_openpgp_crt_get_name @302
|
304
|
+
gnutls_openpgp_crt_get_pk_algorithm @303
|
305
|
+
gnutls_openpgp_crt_get_pk_dsa_raw @304
|
306
|
+
gnutls_openpgp_crt_get_pk_rsa_raw @305
|
307
|
+
gnutls_openpgp_crt_get_preferred_key_id @306
|
308
|
+
gnutls_openpgp_crt_get_revoked_status @307
|
309
|
+
gnutls_openpgp_crt_get_subkey_count @308
|
310
|
+
gnutls_openpgp_crt_get_subkey_creation_time @309
|
311
|
+
gnutls_openpgp_crt_get_subkey_expiration_time @310
|
312
|
+
gnutls_openpgp_crt_get_subkey_fingerprint @311
|
313
|
+
gnutls_openpgp_crt_get_subkey_id @312
|
314
|
+
gnutls_openpgp_crt_get_subkey_idx @313
|
315
|
+
gnutls_openpgp_crt_get_subkey_pk_algorithm @314
|
316
|
+
gnutls_openpgp_crt_get_subkey_pk_dsa_raw @315
|
317
|
+
gnutls_openpgp_crt_get_subkey_pk_rsa_raw @316
|
318
|
+
gnutls_openpgp_crt_get_subkey_revoked_status @317
|
319
|
+
gnutls_openpgp_crt_get_subkey_usage @318
|
320
|
+
gnutls_openpgp_crt_get_version @319
|
321
|
+
gnutls_openpgp_crt_import @320
|
322
|
+
gnutls_openpgp_crt_init @321
|
323
|
+
gnutls_openpgp_crt_print @322
|
324
|
+
gnutls_openpgp_crt_set_preferred_key_id @323
|
325
|
+
gnutls_openpgp_crt_verify_ring @324
|
326
|
+
gnutls_openpgp_crt_verify_self @325
|
327
|
+
gnutls_openpgp_keyring_check_id @326
|
328
|
+
gnutls_openpgp_keyring_deinit @327
|
329
|
+
gnutls_openpgp_keyring_get_crt @328
|
330
|
+
gnutls_openpgp_keyring_get_crt_count @329
|
331
|
+
gnutls_openpgp_keyring_import @330
|
332
|
+
gnutls_openpgp_keyring_init @331
|
333
|
+
gnutls_openpgp_privkey_deinit @332
|
334
|
+
gnutls_openpgp_privkey_export @333
|
335
|
+
gnutls_openpgp_privkey_export2 @334
|
336
|
+
gnutls_openpgp_privkey_export_dsa_raw @335
|
337
|
+
gnutls_openpgp_privkey_export_rsa_raw @336
|
338
|
+
gnutls_openpgp_privkey_export_subkey_dsa_raw @337
|
339
|
+
gnutls_openpgp_privkey_export_subkey_rsa_raw @338
|
340
|
+
gnutls_openpgp_privkey_get_fingerprint @339
|
341
|
+
gnutls_openpgp_privkey_get_key_id @340
|
342
|
+
gnutls_openpgp_privkey_get_pk_algorithm @341
|
343
|
+
gnutls_openpgp_privkey_get_preferred_key_id @342
|
344
|
+
gnutls_openpgp_privkey_get_revoked_status @343
|
345
|
+
gnutls_openpgp_privkey_get_subkey_count @344
|
346
|
+
gnutls_openpgp_privkey_get_subkey_creation_time @345
|
347
|
+
gnutls_openpgp_privkey_get_subkey_expiration_time @346
|
348
|
+
gnutls_openpgp_privkey_get_subkey_fingerprint @347
|
349
|
+
gnutls_openpgp_privkey_get_subkey_id @348
|
350
|
+
gnutls_openpgp_privkey_get_subkey_idx @349
|
351
|
+
gnutls_openpgp_privkey_get_subkey_pk_algorithm @350
|
352
|
+
gnutls_openpgp_privkey_get_subkey_revoked_status @351
|
353
|
+
gnutls_openpgp_privkey_import @352
|
354
|
+
gnutls_openpgp_privkey_init @353
|
355
|
+
gnutls_openpgp_privkey_sec_param @354
|
356
|
+
gnutls_openpgp_privkey_set_preferred_key_id @355
|
357
|
+
gnutls_openpgp_privkey_sign_hash @356
|
358
|
+
gnutls_openpgp_send_cert @357
|
359
|
+
gnutls_openpgp_set_recv_key_function @358
|
360
|
+
gnutls_packet_deinit @359
|
361
|
+
gnutls_packet_get @360
|
362
|
+
gnutls_pcert_deinit @361
|
363
|
+
gnutls_pcert_export_openpgp @362
|
364
|
+
gnutls_pcert_export_x509 @363
|
365
|
+
gnutls_pcert_import_openpgp @364
|
366
|
+
gnutls_pcert_import_openpgp_raw @365
|
367
|
+
gnutls_pcert_import_x509 @366
|
368
|
+
gnutls_pcert_import_x509_list @367
|
369
|
+
gnutls_pcert_import_x509_raw @368
|
370
|
+
gnutls_pcert_list_import_x509_raw @369
|
371
|
+
gnutls_pem_base64_decode @370
|
372
|
+
gnutls_pem_base64_decode2 @371
|
373
|
+
gnutls_pem_base64_encode @372
|
374
|
+
gnutls_pem_base64_encode2 @373
|
375
|
+
gnutls_perror @374
|
376
|
+
gnutls_pk_algorithm_get_name @375
|
377
|
+
gnutls_pk_bits_to_sec_param @376
|
378
|
+
gnutls_pk_get_id @377
|
379
|
+
gnutls_pk_get_name @378
|
380
|
+
gnutls_pk_get_oid @379
|
381
|
+
gnutls_pk_list @380
|
382
|
+
gnutls_pk_to_sign @381
|
383
|
+
gnutls_pkcs11_add_provider @382
|
384
|
+
gnutls_pkcs11_copy_attached_extension @383
|
385
|
+
gnutls_pkcs11_copy_pubkey @384
|
386
|
+
gnutls_pkcs11_copy_secret_key @385
|
387
|
+
gnutls_pkcs11_copy_x509_crt2 @386
|
388
|
+
gnutls_pkcs11_copy_x509_privkey2 @387
|
389
|
+
gnutls_pkcs11_crt_is_known @388
|
390
|
+
gnutls_pkcs11_deinit @389
|
391
|
+
gnutls_pkcs11_delete_url @390
|
392
|
+
gnutls_pkcs11_get_pin_function @391
|
393
|
+
gnutls_pkcs11_get_raw_issuer @392
|
394
|
+
gnutls_pkcs11_get_raw_issuer_by_dn @393
|
395
|
+
gnutls_pkcs11_get_raw_issuer_by_subject_key_id @394
|
396
|
+
gnutls_pkcs11_init @395
|
397
|
+
gnutls_pkcs11_obj_deinit @396
|
398
|
+
gnutls_pkcs11_obj_export @397
|
399
|
+
gnutls_pkcs11_obj_export2 @398
|
400
|
+
gnutls_pkcs11_obj_export3 @399
|
401
|
+
gnutls_pkcs11_obj_export_url @400
|
402
|
+
gnutls_pkcs11_obj_flags_get_str @401
|
403
|
+
gnutls_pkcs11_obj_get_exts @402
|
404
|
+
gnutls_pkcs11_obj_get_flags @403
|
405
|
+
gnutls_pkcs11_obj_get_info @404
|
406
|
+
gnutls_pkcs11_obj_get_type @405
|
407
|
+
gnutls_pkcs11_obj_import_url @406
|
408
|
+
gnutls_pkcs11_obj_init @407
|
409
|
+
gnutls_pkcs11_obj_list_import_url3 @408
|
410
|
+
gnutls_pkcs11_obj_list_import_url4 @409
|
411
|
+
gnutls_pkcs11_obj_set_info @410
|
412
|
+
gnutls_pkcs11_obj_set_pin_function @411
|
413
|
+
gnutls_pkcs11_privkey_cpy @412
|
414
|
+
gnutls_pkcs11_privkey_deinit @413
|
415
|
+
gnutls_pkcs11_privkey_export_pubkey @414
|
416
|
+
gnutls_pkcs11_privkey_export_url @415
|
417
|
+
gnutls_pkcs11_privkey_generate3 @416
|
418
|
+
gnutls_pkcs11_privkey_get_info @417
|
419
|
+
gnutls_pkcs11_privkey_get_pk_algorithm @418
|
420
|
+
gnutls_pkcs11_privkey_import_url @419
|
421
|
+
gnutls_pkcs11_privkey_init @420
|
422
|
+
gnutls_pkcs11_privkey_set_pin_function @421
|
423
|
+
gnutls_pkcs11_privkey_status @422
|
424
|
+
gnutls_pkcs11_reinit @423
|
425
|
+
gnutls_pkcs11_set_pin_function @424
|
426
|
+
gnutls_pkcs11_set_token_function @425
|
427
|
+
gnutls_pkcs11_token_get_flags @426
|
428
|
+
gnutls_pkcs11_token_get_info @427
|
429
|
+
gnutls_pkcs11_token_get_mechanism @428
|
430
|
+
gnutls_pkcs11_token_get_random @429
|
431
|
+
gnutls_pkcs11_token_get_url @430
|
432
|
+
gnutls_pkcs11_token_init @431
|
433
|
+
gnutls_pkcs11_token_set_pin @432
|
434
|
+
gnutls_pkcs11_type_get_name @433
|
435
|
+
gnutls_pkcs12_bag_decrypt @434
|
436
|
+
gnutls_pkcs12_bag_deinit @435
|
437
|
+
gnutls_pkcs12_bag_enc_info @436
|
438
|
+
gnutls_pkcs12_bag_encrypt @437
|
439
|
+
gnutls_pkcs12_bag_get_count @438
|
440
|
+
gnutls_pkcs12_bag_get_data @439
|
441
|
+
gnutls_pkcs12_bag_get_friendly_name @440
|
442
|
+
gnutls_pkcs12_bag_get_key_id @441
|
443
|
+
gnutls_pkcs12_bag_get_type @442
|
444
|
+
gnutls_pkcs12_bag_init @443
|
445
|
+
gnutls_pkcs12_bag_set_crl @444
|
446
|
+
gnutls_pkcs12_bag_set_crt @445
|
447
|
+
gnutls_pkcs12_bag_set_data @446
|
448
|
+
gnutls_pkcs12_bag_set_friendly_name @447
|
449
|
+
gnutls_pkcs12_bag_set_key_id @448
|
450
|
+
gnutls_pkcs12_bag_set_privkey @449
|
451
|
+
gnutls_pkcs12_deinit @450
|
452
|
+
gnutls_pkcs12_export @451
|
453
|
+
gnutls_pkcs12_export2 @452
|
454
|
+
gnutls_pkcs12_generate_mac @453
|
455
|
+
gnutls_pkcs12_generate_mac2 @454
|
456
|
+
gnutls_pkcs12_get_bag @455
|
457
|
+
gnutls_pkcs12_import @456
|
458
|
+
gnutls_pkcs12_init @457
|
459
|
+
gnutls_pkcs12_mac_info @458
|
460
|
+
gnutls_pkcs12_set_bag @459
|
461
|
+
gnutls_pkcs12_simple_parse @460
|
462
|
+
gnutls_pkcs12_verify_mac @461
|
463
|
+
gnutls_pkcs7_add_attr @462
|
464
|
+
gnutls_pkcs7_attrs_deinit @463
|
465
|
+
gnutls_pkcs7_deinit @464
|
466
|
+
gnutls_pkcs7_delete_crl @465
|
467
|
+
gnutls_pkcs7_delete_crt @466
|
468
|
+
gnutls_pkcs7_export @467
|
469
|
+
gnutls_pkcs7_export2 @468
|
470
|
+
gnutls_pkcs7_get_attr @469
|
471
|
+
gnutls_pkcs7_get_crl_count @470
|
472
|
+
gnutls_pkcs7_get_crl_raw @471
|
473
|
+
gnutls_pkcs7_get_crl_raw2 @472
|
474
|
+
gnutls_pkcs7_get_crt_count @473
|
475
|
+
gnutls_pkcs7_get_crt_raw @474
|
476
|
+
gnutls_pkcs7_get_crt_raw2 @475
|
477
|
+
gnutls_pkcs7_get_embedded_data @476
|
478
|
+
gnutls_pkcs7_get_signature_count @477
|
479
|
+
gnutls_pkcs7_get_signature_info @478
|
480
|
+
gnutls_pkcs7_import @479
|
481
|
+
gnutls_pkcs7_init @480
|
482
|
+
gnutls_pkcs7_print @481
|
483
|
+
gnutls_pkcs7_set_crl @482
|
484
|
+
gnutls_pkcs7_set_crl_raw @483
|
485
|
+
gnutls_pkcs7_set_crt @484
|
486
|
+
gnutls_pkcs7_set_crt_raw @485
|
487
|
+
gnutls_pkcs7_sign @486
|
488
|
+
gnutls_pkcs7_signature_info_deinit @487
|
489
|
+
gnutls_pkcs7_verify @488
|
490
|
+
gnutls_pkcs7_verify_direct @489
|
491
|
+
gnutls_pkcs8_info @490
|
492
|
+
gnutls_pkcs_schema_get_name @491
|
493
|
+
gnutls_pkcs_schema_get_oid @492
|
494
|
+
gnutls_prf @493
|
495
|
+
gnutls_prf_raw @494
|
496
|
+
gnutls_prf_rfc5705 @495
|
497
|
+
gnutls_priority_certificate_type_list @496
|
498
|
+
gnutls_priority_cipher_list @497
|
499
|
+
gnutls_priority_compression_list @498
|
500
|
+
gnutls_priority_deinit @499
|
501
|
+
gnutls_priority_ecc_curve_list @500
|
502
|
+
gnutls_priority_get_cipher_suite_index @501
|
503
|
+
gnutls_priority_init @502
|
504
|
+
gnutls_priority_kx_list @503
|
505
|
+
gnutls_priority_mac_list @504
|
506
|
+
gnutls_priority_protocol_list @505
|
507
|
+
gnutls_priority_set @506
|
508
|
+
gnutls_priority_set_direct @507
|
509
|
+
gnutls_priority_sign_list @508
|
510
|
+
gnutls_priority_string_list @509
|
511
|
+
gnutls_privkey_decrypt_data @510
|
512
|
+
gnutls_privkey_deinit @511
|
513
|
+
gnutls_privkey_export_dsa_raw @512
|
514
|
+
gnutls_privkey_export_ecc_raw @513
|
515
|
+
gnutls_privkey_export_openpgp @514
|
516
|
+
gnutls_privkey_export_pkcs11 @515
|
517
|
+
gnutls_privkey_export_rsa_raw @516
|
518
|
+
gnutls_privkey_export_x509 @517
|
519
|
+
gnutls_privkey_generate @518
|
520
|
+
gnutls_privkey_get_pk_algorithm @519
|
521
|
+
gnutls_privkey_get_type @520
|
522
|
+
gnutls_privkey_import_dsa_raw @521
|
523
|
+
gnutls_privkey_import_ecc_raw @522
|
524
|
+
gnutls_privkey_import_ext @523
|
525
|
+
gnutls_privkey_import_ext2 @524
|
526
|
+
gnutls_privkey_import_ext3 @525
|
527
|
+
gnutls_privkey_import_openpgp @526
|
528
|
+
gnutls_privkey_import_openpgp_raw @527
|
529
|
+
gnutls_privkey_import_pkcs11 @528
|
530
|
+
gnutls_privkey_import_rsa_raw @529
|
531
|
+
gnutls_privkey_import_tpm_raw @530
|
532
|
+
gnutls_privkey_import_tpm_url @531
|
533
|
+
gnutls_privkey_import_url @532
|
534
|
+
gnutls_privkey_import_x509 @533
|
535
|
+
gnutls_privkey_import_x509_raw @534
|
536
|
+
gnutls_privkey_init @535
|
537
|
+
gnutls_privkey_set_pin_function @536
|
538
|
+
gnutls_privkey_sign_data @537
|
539
|
+
gnutls_privkey_sign_hash @538
|
540
|
+
gnutls_privkey_status @539
|
541
|
+
gnutls_privkey_verify_params @540
|
542
|
+
gnutls_protocol_get_id @541
|
543
|
+
gnutls_protocol_get_name @542
|
544
|
+
gnutls_protocol_get_version @543
|
545
|
+
gnutls_protocol_list @544
|
546
|
+
gnutls_psk_allocate_client_credentials @545
|
547
|
+
gnutls_psk_allocate_server_credentials @546
|
548
|
+
gnutls_psk_client_get_hint @547
|
549
|
+
gnutls_psk_free_client_credentials @548
|
550
|
+
gnutls_psk_free_server_credentials @549
|
551
|
+
gnutls_psk_server_get_username @550
|
552
|
+
gnutls_psk_set_client_credentials @551
|
553
|
+
gnutls_psk_set_client_credentials_function @552
|
554
|
+
gnutls_psk_set_params_function @553
|
555
|
+
gnutls_psk_set_server_credentials_file @554
|
556
|
+
gnutls_psk_set_server_credentials_function @555
|
557
|
+
gnutls_psk_set_server_credentials_hint @556
|
558
|
+
gnutls_psk_set_server_dh_params @557
|
559
|
+
gnutls_psk_set_server_params_function @558
|
560
|
+
gnutls_pubkey_deinit @559
|
561
|
+
gnutls_pubkey_encrypt_data @560
|
562
|
+
gnutls_pubkey_export @561
|
563
|
+
gnutls_pubkey_export2 @562
|
564
|
+
gnutls_pubkey_export_dsa_raw @563
|
565
|
+
gnutls_pubkey_export_ecc_raw @564
|
566
|
+
gnutls_pubkey_export_ecc_x962 @565
|
567
|
+
gnutls_pubkey_export_rsa_raw @566
|
568
|
+
gnutls_pubkey_get_key_id @567
|
569
|
+
gnutls_pubkey_get_key_usage @568
|
570
|
+
gnutls_pubkey_get_openpgp_key_id @569
|
571
|
+
gnutls_pubkey_get_pk_algorithm @570
|
572
|
+
gnutls_pubkey_get_preferred_hash_algorithm @571
|
573
|
+
gnutls_pubkey_import @572
|
574
|
+
gnutls_pubkey_import_dsa_raw @573
|
575
|
+
gnutls_pubkey_import_ecc_raw @574
|
576
|
+
gnutls_pubkey_import_ecc_x962 @575
|
577
|
+
gnutls_pubkey_import_openpgp @576
|
578
|
+
gnutls_pubkey_import_openpgp_raw @577
|
579
|
+
gnutls_pubkey_import_pkcs11 @578
|
580
|
+
gnutls_pubkey_import_privkey @579
|
581
|
+
gnutls_pubkey_import_rsa_raw @580
|
582
|
+
gnutls_pubkey_import_tpm_raw @581
|
583
|
+
gnutls_pubkey_import_tpm_url @582
|
584
|
+
gnutls_pubkey_import_url @583
|
585
|
+
gnutls_pubkey_import_x509 @584
|
586
|
+
gnutls_pubkey_import_x509_crq @585
|
587
|
+
gnutls_pubkey_import_x509_raw @586
|
588
|
+
gnutls_pubkey_init @587
|
589
|
+
gnutls_pubkey_print @588
|
590
|
+
gnutls_pubkey_set_key_usage @589
|
591
|
+
gnutls_pubkey_set_pin_function @590
|
592
|
+
gnutls_pubkey_verify_data2 @591
|
593
|
+
gnutls_pubkey_verify_hash2 @592
|
594
|
+
gnutls_pubkey_verify_params @593
|
595
|
+
gnutls_random_art @594
|
596
|
+
gnutls_range_split @595
|
597
|
+
gnutls_realloc @596 DATA
|
598
|
+
gnutls_record_can_use_length_hiding @597
|
599
|
+
gnutls_record_check_corked @598
|
600
|
+
gnutls_record_check_pending @599
|
601
|
+
gnutls_record_cork @600
|
602
|
+
gnutls_record_disable_padding @601
|
603
|
+
gnutls_record_discard_queued @602
|
604
|
+
gnutls_record_get_direction @603
|
605
|
+
gnutls_record_get_discarded @604
|
606
|
+
gnutls_record_get_max_size @605
|
607
|
+
gnutls_record_get_state @606
|
608
|
+
gnutls_record_overhead_size @607
|
609
|
+
gnutls_record_recv @608
|
610
|
+
gnutls_record_recv_packet @609
|
611
|
+
gnutls_record_recv_seq @610
|
612
|
+
gnutls_record_send @611
|
613
|
+
gnutls_record_send_range @612
|
614
|
+
gnutls_record_set_max_size @613
|
615
|
+
gnutls_record_set_state @614
|
616
|
+
gnutls_record_set_timeout @615
|
617
|
+
gnutls_record_uncork @616
|
618
|
+
gnutls_register_custom_url @617
|
619
|
+
gnutls_rehandshake @618
|
620
|
+
gnutls_rnd @619
|
621
|
+
gnutls_rnd_refresh @620
|
622
|
+
gnutls_safe_renegotiation_status @621
|
623
|
+
gnutls_sec_param_get_name @622
|
624
|
+
gnutls_sec_param_to_pk_bits @623
|
625
|
+
gnutls_sec_param_to_symmetric_bits @624
|
626
|
+
gnutls_secure_malloc @625 DATA
|
627
|
+
gnutls_server_name_get @626
|
628
|
+
gnutls_server_name_set @627
|
629
|
+
gnutls_session_channel_binding @628
|
630
|
+
gnutls_session_enable_compatibility_mode @629
|
631
|
+
gnutls_session_etm_status @630
|
632
|
+
gnutls_session_ext_master_secret_status @631
|
633
|
+
gnutls_session_force_valid @632
|
634
|
+
gnutls_session_get_data @633
|
635
|
+
gnutls_session_get_data2 @634
|
636
|
+
gnutls_session_get_desc @635
|
637
|
+
gnutls_session_get_id @636
|
638
|
+
gnutls_session_get_id2 @637
|
639
|
+
gnutls_session_get_ptr @638
|
640
|
+
gnutls_session_get_random @639
|
641
|
+
gnutls_session_get_verify_cert_status @640
|
642
|
+
gnutls_session_is_resumed @641
|
643
|
+
gnutls_session_resumption_requested @642
|
644
|
+
gnutls_session_set_data @643
|
645
|
+
gnutls_session_set_id @644
|
646
|
+
gnutls_session_set_premaster @645
|
647
|
+
gnutls_session_set_ptr @646
|
648
|
+
gnutls_session_set_verify_cert @647
|
649
|
+
gnutls_session_set_verify_cert2 @648
|
650
|
+
gnutls_session_set_verify_function @649
|
651
|
+
gnutls_session_ticket_enable_client @650
|
652
|
+
gnutls_session_ticket_enable_server @651
|
653
|
+
gnutls_session_ticket_key_generate @652
|
654
|
+
gnutls_set_default_priority @653
|
655
|
+
gnutls_sign_algorithm_get @654
|
656
|
+
gnutls_sign_algorithm_get_client @655
|
657
|
+
gnutls_sign_algorithm_get_requested @656
|
658
|
+
gnutls_sign_get_hash_algorithm @657
|
659
|
+
gnutls_sign_get_id @658
|
660
|
+
gnutls_sign_get_name @659
|
661
|
+
gnutls_sign_get_oid @660
|
662
|
+
gnutls_sign_get_pk_algorithm @661
|
663
|
+
gnutls_sign_is_secure @662
|
664
|
+
gnutls_sign_list @663
|
665
|
+
gnutls_srp_1024_group_generator @664 DATA
|
666
|
+
gnutls_srp_1024_group_prime @665 DATA
|
667
|
+
gnutls_srp_1536_group_generator @666 DATA
|
668
|
+
gnutls_srp_1536_group_prime @667 DATA
|
669
|
+
gnutls_srp_2048_group_generator @668 DATA
|
670
|
+
gnutls_srp_2048_group_prime @669 DATA
|
671
|
+
gnutls_srp_3072_group_generator @670 DATA
|
672
|
+
gnutls_srp_3072_group_prime @671 DATA
|
673
|
+
gnutls_srp_4096_group_generator @672 DATA
|
674
|
+
gnutls_srp_4096_group_prime @673 DATA
|
675
|
+
gnutls_srp_allocate_client_credentials @674
|
676
|
+
gnutls_srp_allocate_server_credentials @675
|
677
|
+
gnutls_srp_base64_decode @676
|
678
|
+
gnutls_srp_base64_decode2 @677
|
679
|
+
gnutls_srp_base64_encode @678
|
680
|
+
gnutls_srp_base64_encode2 @679
|
681
|
+
gnutls_srp_free_client_credentials @680
|
682
|
+
gnutls_srp_free_server_credentials @681
|
683
|
+
gnutls_srp_server_get_username @682
|
684
|
+
gnutls_srp_set_client_credentials @683
|
685
|
+
gnutls_srp_set_client_credentials_function @684
|
686
|
+
gnutls_srp_set_prime_bits @685
|
687
|
+
gnutls_srp_set_server_credentials_file @686
|
688
|
+
gnutls_srp_set_server_credentials_function @687
|
689
|
+
gnutls_srp_set_server_fake_salt_seed @688
|
690
|
+
gnutls_srp_verifier @689
|
691
|
+
gnutls_srtp_get_keys @690
|
692
|
+
gnutls_srtp_get_mki @691
|
693
|
+
gnutls_srtp_get_profile_id @692
|
694
|
+
gnutls_srtp_get_profile_name @693
|
695
|
+
gnutls_srtp_get_selected_profile @694
|
696
|
+
gnutls_srtp_set_mki @695
|
697
|
+
gnutls_srtp_set_profile @696
|
698
|
+
gnutls_srtp_set_profile_direct @697
|
699
|
+
gnutls_store_commitment @698
|
700
|
+
gnutls_store_pubkey @699
|
701
|
+
gnutls_strdup @700 DATA
|
702
|
+
gnutls_strerror @701
|
703
|
+
gnutls_strerror_name @702
|
704
|
+
gnutls_subject_alt_names_deinit @703
|
705
|
+
gnutls_subject_alt_names_get @704
|
706
|
+
gnutls_subject_alt_names_init @705
|
707
|
+
gnutls_subject_alt_names_set @706
|
708
|
+
gnutls_supplemental_get_name @707
|
709
|
+
gnutls_supplemental_recv @708
|
710
|
+
gnutls_supplemental_register @709
|
711
|
+
gnutls_supplemental_send @710
|
712
|
+
gnutls_system_key_add_x509 @711
|
713
|
+
gnutls_system_key_delete @712
|
714
|
+
gnutls_system_key_iter_deinit @713
|
715
|
+
gnutls_system_key_iter_get_info @714
|
716
|
+
gnutls_system_recv_timeout @715
|
717
|
+
gnutls_tdb_deinit @716
|
718
|
+
gnutls_tdb_init @717
|
719
|
+
gnutls_tdb_set_store_commitment_func @718
|
720
|
+
gnutls_tdb_set_store_func @719
|
721
|
+
gnutls_tdb_set_verify_func @720
|
722
|
+
gnutls_tpm_get_registered @721
|
723
|
+
gnutls_tpm_key_list_deinit @722
|
724
|
+
gnutls_tpm_key_list_get_url @723
|
725
|
+
gnutls_tpm_privkey_delete @724
|
726
|
+
gnutls_tpm_privkey_generate @725
|
727
|
+
gnutls_transport_get_int @726
|
728
|
+
gnutls_transport_get_int2 @727
|
729
|
+
gnutls_transport_get_ptr @728
|
730
|
+
gnutls_transport_get_ptr2 @729
|
731
|
+
gnutls_transport_set_errno @730
|
732
|
+
gnutls_transport_set_errno_function @731
|
733
|
+
gnutls_transport_set_int2 @732
|
734
|
+
gnutls_transport_set_ptr @733
|
735
|
+
gnutls_transport_set_ptr2 @734
|
736
|
+
gnutls_transport_set_pull_function @735
|
737
|
+
gnutls_transport_set_pull_timeout_function @736
|
738
|
+
gnutls_transport_set_push_function @737
|
739
|
+
gnutls_transport_set_vec_push_function @738
|
740
|
+
gnutls_url_is_supported @739
|
741
|
+
gnutls_verify_stored_pubkey @740
|
742
|
+
gnutls_x509_aia_deinit @741
|
743
|
+
gnutls_x509_aia_get @742
|
744
|
+
gnutls_x509_aia_init @743
|
745
|
+
gnutls_x509_aia_set @744
|
746
|
+
gnutls_x509_aki_deinit @745
|
747
|
+
gnutls_x509_aki_get_cert_issuer @746
|
748
|
+
gnutls_x509_aki_get_id @747
|
749
|
+
gnutls_x509_aki_init @748
|
750
|
+
gnutls_x509_aki_set_cert_issuer @749
|
751
|
+
gnutls_x509_aki_set_id @750
|
752
|
+
gnutls_x509_crl_check_issuer @751
|
753
|
+
gnutls_x509_crl_deinit @752
|
754
|
+
gnutls_x509_crl_dist_points_deinit @753
|
755
|
+
gnutls_x509_crl_dist_points_get @754
|
756
|
+
gnutls_x509_crl_dist_points_init @755
|
757
|
+
gnutls_x509_crl_dist_points_set @756
|
758
|
+
gnutls_x509_crl_export @757
|
759
|
+
gnutls_x509_crl_export2 @758
|
760
|
+
gnutls_x509_crl_get_authority_key_gn_serial @759
|
761
|
+
gnutls_x509_crl_get_authority_key_id @760
|
762
|
+
gnutls_x509_crl_get_crt_count @761
|
763
|
+
gnutls_x509_crl_get_crt_serial @762
|
764
|
+
gnutls_x509_crl_get_dn_oid @763
|
765
|
+
gnutls_x509_crl_get_extension_data @764
|
766
|
+
gnutls_x509_crl_get_extension_data2 @765
|
767
|
+
gnutls_x509_crl_get_extension_info @766
|
768
|
+
gnutls_x509_crl_get_extension_oid @767
|
769
|
+
gnutls_x509_crl_get_issuer_dn @768
|
770
|
+
gnutls_x509_crl_get_issuer_dn2 @769
|
771
|
+
gnutls_x509_crl_get_issuer_dn_by_oid @770
|
772
|
+
gnutls_x509_crl_get_next_update @771
|
773
|
+
gnutls_x509_crl_get_number @772
|
774
|
+
gnutls_x509_crl_get_raw_issuer_dn @773
|
775
|
+
gnutls_x509_crl_get_signature @774
|
776
|
+
gnutls_x509_crl_get_signature_algorithm @775
|
777
|
+
gnutls_x509_crl_get_this_update @776
|
778
|
+
gnutls_x509_crl_get_version @777
|
779
|
+
gnutls_x509_crl_import @778
|
780
|
+
gnutls_x509_crl_init @779
|
781
|
+
gnutls_x509_crl_iter_crt_serial @780
|
782
|
+
gnutls_x509_crl_iter_deinit @781
|
783
|
+
gnutls_x509_crl_list_import @782
|
784
|
+
gnutls_x509_crl_list_import2 @783
|
785
|
+
gnutls_x509_crl_print @784
|
786
|
+
gnutls_x509_crl_privkey_sign @785
|
787
|
+
gnutls_x509_crl_set_authority_key_id @786
|
788
|
+
gnutls_x509_crl_set_crt @787
|
789
|
+
gnutls_x509_crl_set_crt_serial @788
|
790
|
+
gnutls_x509_crl_set_next_update @789
|
791
|
+
gnutls_x509_crl_set_number @790
|
792
|
+
gnutls_x509_crl_set_this_update @791
|
793
|
+
gnutls_x509_crl_set_version @792
|
794
|
+
gnutls_x509_crl_sign @793
|
795
|
+
gnutls_x509_crl_sign2 @794
|
796
|
+
gnutls_x509_crl_verify @795
|
797
|
+
gnutls_x509_crq_deinit @796
|
798
|
+
gnutls_x509_crq_export @797
|
799
|
+
gnutls_x509_crq_export2 @798
|
800
|
+
gnutls_x509_crq_get_attribute_by_oid @799
|
801
|
+
gnutls_x509_crq_get_attribute_data @800
|
802
|
+
gnutls_x509_crq_get_attribute_info @801
|
803
|
+
gnutls_x509_crq_get_basic_constraints @802
|
804
|
+
gnutls_x509_crq_get_challenge_password @803
|
805
|
+
gnutls_x509_crq_get_dn @804
|
806
|
+
gnutls_x509_crq_get_dn2 @805
|
807
|
+
gnutls_x509_crq_get_dn_by_oid @806
|
808
|
+
gnutls_x509_crq_get_dn_oid @807
|
809
|
+
gnutls_x509_crq_get_extension_by_oid @808
|
810
|
+
gnutls_x509_crq_get_extension_by_oid2 @809
|
811
|
+
gnutls_x509_crq_get_extension_data @810
|
812
|
+
gnutls_x509_crq_get_extension_data2 @811
|
813
|
+
gnutls_x509_crq_get_extension_info @812
|
814
|
+
gnutls_x509_crq_get_key_id @813
|
815
|
+
gnutls_x509_crq_get_key_purpose_oid @814
|
816
|
+
gnutls_x509_crq_get_key_rsa_raw @815
|
817
|
+
gnutls_x509_crq_get_key_usage @816
|
818
|
+
gnutls_x509_crq_get_pk_algorithm @817
|
819
|
+
gnutls_x509_crq_get_private_key_usage_period @818
|
820
|
+
gnutls_x509_crq_get_signature_algorithm @819
|
821
|
+
gnutls_x509_crq_get_subject_alt_name @820
|
822
|
+
gnutls_x509_crq_get_subject_alt_othername_oid @821
|
823
|
+
gnutls_x509_crq_get_version @822
|
824
|
+
gnutls_x509_crq_import @823
|
825
|
+
gnutls_x509_crq_init @824
|
826
|
+
gnutls_x509_crq_print @825
|
827
|
+
gnutls_x509_crq_privkey_sign @826
|
828
|
+
gnutls_x509_crq_set_attribute_by_oid @827
|
829
|
+
gnutls_x509_crq_set_basic_constraints @828
|
830
|
+
gnutls_x509_crq_set_challenge_password @829
|
831
|
+
gnutls_x509_crq_set_dn @830
|
832
|
+
gnutls_x509_crq_set_dn_by_oid @831
|
833
|
+
gnutls_x509_crq_set_key @832
|
834
|
+
gnutls_x509_crq_set_key_purpose_oid @833
|
835
|
+
gnutls_x509_crq_set_key_rsa_raw @834
|
836
|
+
gnutls_x509_crq_set_key_usage @835
|
837
|
+
gnutls_x509_crq_set_private_key_usage_period @836
|
838
|
+
gnutls_x509_crq_set_pubkey @837
|
839
|
+
gnutls_x509_crq_set_subject_alt_name @838
|
840
|
+
gnutls_x509_crq_set_version @839
|
841
|
+
gnutls_x509_crq_sign @840
|
842
|
+
gnutls_x509_crq_sign2 @841
|
843
|
+
gnutls_x509_crq_verify @842
|
844
|
+
gnutls_x509_crt_check_email @843
|
845
|
+
gnutls_x509_crt_check_hostname @844
|
846
|
+
gnutls_x509_crt_check_hostname2 @845
|
847
|
+
gnutls_x509_crt_check_issuer @846
|
848
|
+
gnutls_x509_crt_check_revocation @847
|
849
|
+
gnutls_x509_crt_cpy_crl_dist_points @848
|
850
|
+
gnutls_x509_crt_deinit @849
|
851
|
+
gnutls_x509_crt_export @850
|
852
|
+
gnutls_x509_crt_export2 @851
|
853
|
+
gnutls_x509_crt_get_activation_time @852
|
854
|
+
gnutls_x509_crt_get_authority_info_access @853
|
855
|
+
gnutls_x509_crt_get_authority_key_gn_serial @854
|
856
|
+
gnutls_x509_crt_get_authority_key_id @855
|
857
|
+
gnutls_x509_crt_get_basic_constraints @856
|
858
|
+
gnutls_x509_crt_get_ca_status @857
|
859
|
+
gnutls_x509_crt_get_crl_dist_points @858
|
860
|
+
gnutls_x509_crt_get_dn @859
|
861
|
+
gnutls_x509_crt_get_dn2 @860
|
862
|
+
gnutls_x509_crt_get_dn_by_oid @861
|
863
|
+
gnutls_x509_crt_get_dn_oid @862
|
864
|
+
gnutls_x509_crt_get_expiration_time @863
|
865
|
+
gnutls_x509_crt_get_extension_by_oid @864
|
866
|
+
gnutls_x509_crt_get_extension_by_oid2 @865
|
867
|
+
gnutls_x509_crt_get_extension_data @866
|
868
|
+
gnutls_x509_crt_get_extension_data2 @867
|
869
|
+
gnutls_x509_crt_get_extension_info @868
|
870
|
+
gnutls_x509_crt_get_extension_oid @869
|
871
|
+
gnutls_x509_crt_get_fingerprint @870
|
872
|
+
gnutls_x509_crt_get_issuer @871
|
873
|
+
gnutls_x509_crt_get_issuer_alt_name @872
|
874
|
+
gnutls_x509_crt_get_issuer_alt_name2 @873
|
875
|
+
gnutls_x509_crt_get_issuer_alt_othername_oid @874
|
876
|
+
gnutls_x509_crt_get_issuer_dn @875
|
877
|
+
gnutls_x509_crt_get_issuer_dn2 @876
|
878
|
+
gnutls_x509_crt_get_issuer_dn_by_oid @877
|
879
|
+
gnutls_x509_crt_get_issuer_dn_oid @878
|
880
|
+
gnutls_x509_crt_get_issuer_unique_id @879
|
881
|
+
gnutls_x509_crt_get_key_id @880
|
882
|
+
gnutls_x509_crt_get_key_purpose_oid @881
|
883
|
+
gnutls_x509_crt_get_key_usage @882
|
884
|
+
gnutls_x509_crt_get_name_constraints @883
|
885
|
+
gnutls_x509_crt_get_pk_algorithm @884
|
886
|
+
gnutls_x509_crt_get_pk_dsa_raw @885
|
887
|
+
gnutls_x509_crt_get_pk_ecc_raw @886
|
888
|
+
gnutls_x509_crt_get_pk_rsa_raw @887
|
889
|
+
gnutls_x509_crt_get_policy @888
|
890
|
+
gnutls_x509_crt_get_preferred_hash_algorithm @889
|
891
|
+
gnutls_x509_crt_get_private_key_usage_period @890
|
892
|
+
gnutls_x509_crt_get_proxy @891
|
893
|
+
gnutls_x509_crt_get_raw_dn @892
|
894
|
+
gnutls_x509_crt_get_raw_issuer_dn @893
|
895
|
+
gnutls_x509_crt_get_serial @894
|
896
|
+
gnutls_x509_crt_get_signature @895
|
897
|
+
gnutls_x509_crt_get_signature_algorithm @896
|
898
|
+
gnutls_x509_crt_get_subject @897
|
899
|
+
gnutls_x509_crt_get_subject_alt_name @898
|
900
|
+
gnutls_x509_crt_get_subject_alt_name2 @899
|
901
|
+
gnutls_x509_crt_get_subject_alt_othername_oid @900
|
902
|
+
gnutls_x509_crt_get_subject_key_id @901
|
903
|
+
gnutls_x509_crt_get_subject_unique_id @902
|
904
|
+
gnutls_x509_crt_get_version @903
|
905
|
+
gnutls_x509_crt_import @904
|
906
|
+
gnutls_x509_crt_import_pkcs11 @905
|
907
|
+
gnutls_x509_crt_import_url @906
|
908
|
+
gnutls_x509_crt_init @907
|
909
|
+
gnutls_x509_crt_list_import @908
|
910
|
+
gnutls_x509_crt_list_import2 @909
|
911
|
+
gnutls_x509_crt_list_import_pkcs11 @910
|
912
|
+
gnutls_x509_crt_list_verify @911
|
913
|
+
gnutls_x509_crt_print @912
|
914
|
+
gnutls_x509_crt_privkey_sign @913
|
915
|
+
gnutls_x509_crt_set_activation_time @914
|
916
|
+
gnutls_x509_crt_set_authority_info_access @915
|
917
|
+
gnutls_x509_crt_set_authority_key_id @916
|
918
|
+
gnutls_x509_crt_set_basic_constraints @917
|
919
|
+
gnutls_x509_crt_set_ca_status @918
|
920
|
+
gnutls_x509_crt_set_crl_dist_points @919
|
921
|
+
gnutls_x509_crt_set_crl_dist_points2 @920
|
922
|
+
gnutls_x509_crt_set_crq @921
|
923
|
+
gnutls_x509_crt_set_crq_extensions @922
|
924
|
+
gnutls_x509_crt_set_dn @923
|
925
|
+
gnutls_x509_crt_set_dn_by_oid @924
|
926
|
+
gnutls_x509_crt_set_expiration_time @925
|
927
|
+
gnutls_x509_crt_set_extension_by_oid @926
|
928
|
+
gnutls_x509_crt_set_issuer_alt_name @927
|
929
|
+
gnutls_x509_crt_set_issuer_dn @928
|
930
|
+
gnutls_x509_crt_set_issuer_dn_by_oid @929
|
931
|
+
gnutls_x509_crt_set_issuer_unique_id @930
|
932
|
+
gnutls_x509_crt_set_key @931
|
933
|
+
gnutls_x509_crt_set_key_purpose_oid @932
|
934
|
+
gnutls_x509_crt_set_key_usage @933
|
935
|
+
gnutls_x509_crt_set_name_constraints @934
|
936
|
+
gnutls_x509_crt_set_pin_function @935
|
937
|
+
gnutls_x509_crt_set_policy @936
|
938
|
+
gnutls_x509_crt_set_private_key_usage_period @937
|
939
|
+
gnutls_x509_crt_set_proxy @938
|
940
|
+
gnutls_x509_crt_set_proxy_dn @939
|
941
|
+
gnutls_x509_crt_set_pubkey @940
|
942
|
+
gnutls_x509_crt_set_serial @941
|
943
|
+
gnutls_x509_crt_set_subject_alt_name @942
|
944
|
+
gnutls_x509_crt_set_subject_alternative_name @943
|
945
|
+
gnutls_x509_crt_set_subject_key_id @944
|
946
|
+
gnutls_x509_crt_set_subject_unique_id @945
|
947
|
+
gnutls_x509_crt_set_version @946
|
948
|
+
gnutls_x509_crt_sign @947
|
949
|
+
gnutls_x509_crt_sign2 @948
|
950
|
+
gnutls_x509_crt_verify @949
|
951
|
+
gnutls_x509_crt_verify_data2 @950
|
952
|
+
gnutls_x509_dn_deinit @951
|
953
|
+
gnutls_x509_dn_export @952
|
954
|
+
gnutls_x509_dn_export2 @953
|
955
|
+
gnutls_x509_dn_get_rdn_ava @954
|
956
|
+
gnutls_x509_dn_get_str @955
|
957
|
+
gnutls_x509_dn_import @956
|
958
|
+
gnutls_x509_dn_init @957
|
959
|
+
gnutls_x509_dn_oid_known @958
|
960
|
+
gnutls_x509_dn_oid_name @959
|
961
|
+
gnutls_x509_ext_deinit @960
|
962
|
+
gnutls_x509_ext_export_aia @961
|
963
|
+
gnutls_x509_ext_export_authority_key_id @962
|
964
|
+
gnutls_x509_ext_export_basic_constraints @963
|
965
|
+
gnutls_x509_ext_export_crl_dist_points @964
|
966
|
+
gnutls_x509_ext_export_key_purposes @965
|
967
|
+
gnutls_x509_ext_export_key_usage @966
|
968
|
+
gnutls_x509_ext_export_name_constraints @967
|
969
|
+
gnutls_x509_ext_export_policies @968
|
970
|
+
gnutls_x509_ext_export_private_key_usage_period @969
|
971
|
+
gnutls_x509_ext_export_proxy @970
|
972
|
+
gnutls_x509_ext_export_subject_alt_names @971
|
973
|
+
gnutls_x509_ext_export_subject_key_id @972
|
974
|
+
gnutls_x509_ext_import_aia @973
|
975
|
+
gnutls_x509_ext_import_authority_key_id @974
|
976
|
+
gnutls_x509_ext_import_basic_constraints @975
|
977
|
+
gnutls_x509_ext_import_crl_dist_points @976
|
978
|
+
gnutls_x509_ext_import_key_purposes @977
|
979
|
+
gnutls_x509_ext_import_key_usage @978
|
980
|
+
gnutls_x509_ext_import_name_constraints @979
|
981
|
+
gnutls_x509_ext_import_policies @980
|
982
|
+
gnutls_x509_ext_import_private_key_usage_period @981
|
983
|
+
gnutls_x509_ext_import_proxy @982
|
984
|
+
gnutls_x509_ext_import_subject_alt_names @983
|
985
|
+
gnutls_x509_ext_import_subject_key_id @984
|
986
|
+
gnutls_x509_ext_print @985
|
987
|
+
gnutls_x509_key_purpose_deinit @986
|
988
|
+
gnutls_x509_key_purpose_get @987
|
989
|
+
gnutls_x509_key_purpose_init @988
|
990
|
+
gnutls_x509_key_purpose_set @989
|
991
|
+
gnutls_x509_name_constraints_add_excluded @990
|
992
|
+
gnutls_x509_name_constraints_add_permitted @991
|
993
|
+
gnutls_x509_name_constraints_check @992
|
994
|
+
gnutls_x509_name_constraints_check_crt @993
|
995
|
+
gnutls_x509_name_constraints_deinit @994
|
996
|
+
gnutls_x509_name_constraints_get_excluded @995
|
997
|
+
gnutls_x509_name_constraints_get_permitted @996
|
998
|
+
gnutls_x509_name_constraints_init @997
|
999
|
+
gnutls_x509_othername_to_virtual @998
|
1000
|
+
gnutls_x509_policies_deinit @999
|
1001
|
+
gnutls_x509_policies_get @1000
|
1002
|
+
gnutls_x509_policies_init @1001
|
1003
|
+
gnutls_x509_policies_set @1002
|
1004
|
+
gnutls_x509_policy_release @1003
|
1005
|
+
gnutls_x509_privkey_cpy @1004
|
1006
|
+
gnutls_x509_privkey_deinit @1005
|
1007
|
+
gnutls_x509_privkey_export @1006
|
1008
|
+
gnutls_x509_privkey_export2 @1007
|
1009
|
+
gnutls_x509_privkey_export2_pkcs8 @1008
|
1010
|
+
gnutls_x509_privkey_export_dsa_raw @1009
|
1011
|
+
gnutls_x509_privkey_export_ecc_raw @1010
|
1012
|
+
gnutls_x509_privkey_export_pkcs8 @1011
|
1013
|
+
gnutls_x509_privkey_export_rsa_raw @1012
|
1014
|
+
gnutls_x509_privkey_export_rsa_raw2 @1013
|
1015
|
+
gnutls_x509_privkey_fix @1014
|
1016
|
+
gnutls_x509_privkey_generate @1015
|
1017
|
+
gnutls_x509_privkey_get_key_id @1016
|
1018
|
+
gnutls_x509_privkey_get_pk_algorithm @1017
|
1019
|
+
gnutls_x509_privkey_get_pk_algorithm2 @1018
|
1020
|
+
gnutls_x509_privkey_import @1019
|
1021
|
+
gnutls_x509_privkey_import2 @1020
|
1022
|
+
gnutls_x509_privkey_import_dsa_raw @1021
|
1023
|
+
gnutls_x509_privkey_import_ecc_raw @1022
|
1024
|
+
gnutls_x509_privkey_import_openssl @1023
|
1025
|
+
gnutls_x509_privkey_import_pkcs8 @1024
|
1026
|
+
gnutls_x509_privkey_import_rsa_raw @1025
|
1027
|
+
gnutls_x509_privkey_import_rsa_raw2 @1026
|
1028
|
+
gnutls_x509_privkey_init @1027
|
1029
|
+
gnutls_x509_privkey_sec_param @1028
|
1030
|
+
gnutls_x509_privkey_set_pin_function @1029
|
1031
|
+
gnutls_x509_privkey_sign_data @1030
|
1032
|
+
gnutls_x509_privkey_sign_hash @1031
|
1033
|
+
gnutls_x509_privkey_verify_params @1032
|
1034
|
+
gnutls_x509_rdn_get @1033
|
1035
|
+
gnutls_x509_rdn_get_by_oid @1034
|
1036
|
+
gnutls_x509_rdn_get_oid @1035
|
1037
|
+
gnutls_x509_trust_list_add_cas @1036
|
1038
|
+
gnutls_x509_trust_list_add_crls @1037
|
1039
|
+
gnutls_x509_trust_list_add_named_crt @1038
|
1040
|
+
gnutls_x509_trust_list_add_system_trust @1039
|
1041
|
+
gnutls_x509_trust_list_add_trust_dir @1040
|
1042
|
+
gnutls_x509_trust_list_add_trust_file @1041
|
1043
|
+
gnutls_x509_trust_list_add_trust_mem @1042
|
1044
|
+
gnutls_x509_trust_list_deinit @1043
|
1045
|
+
gnutls_x509_trust_list_get_issuer @1044
|
1046
|
+
gnutls_x509_trust_list_get_issuer_by_dn @1045
|
1047
|
+
gnutls_x509_trust_list_get_issuer_by_subject_key_id @1046
|
1048
|
+
gnutls_x509_trust_list_init @1047
|
1049
|
+
gnutls_x509_trust_list_iter_deinit @1048
|
1050
|
+
gnutls_x509_trust_list_iter_get_ca @1049
|
1051
|
+
gnutls_x509_trust_list_remove_cas @1050
|
1052
|
+
gnutls_x509_trust_list_remove_trust_file @1051
|
1053
|
+
gnutls_x509_trust_list_remove_trust_mem @1052
|
1054
|
+
gnutls_x509_trust_list_verify_crt @1053
|
1055
|
+
gnutls_x509_trust_list_verify_crt2 @1054
|
1056
|
+
gnutls_x509_trust_list_verify_named_crt @1055
|