glib2 2.0.0-x86-mingw32 → 2.0.1-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +8 -7
- data/ext/glib2/extconf.rb +1 -0
- data/ext/glib2/glib2.def +7 -0
- data/ext/glib2/rbglib.c +32 -1
- data/ext/glib2/rbglib.h +18 -1
- data/ext/glib2/rbglib_iochannel.c +1 -5
- data/ext/glib2/rbglib_utils.c +1 -1
- data/ext/glib2/rbgobj_boxed.c +16 -0
- data/ext/glib2/rbgobj_object.c +2 -2
- data/ext/glib2/rbgobj_type.c +36 -4
- data/ext/glib2/rbgobject.c +4 -4
- data/ext/glib2/rbgobject.h +11 -5
- data/ext/glib2/rbgutil.c +1 -1
- data/lib/1.9/glib2.so +0 -0
- data/lib/2.0/glib2.so +0 -0
- data/lib/gnome2/rake/package-task.rb +1 -1
- data/vendor/local/bin/certtool.exe +0 -0
- data/vendor/local/bin/danetool.exe +0 -0
- data/vendor/local/bin/gdbus.exe +0 -0
- 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 +1 -1
- data/vendor/local/bin/gnutls-cli-debug.exe +0 -0
- data/vendor/local/bin/gnutls-cli.exe +0 -0
- data/vendor/local/bin/gnutls-serv.exe +0 -0
- 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/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-28.def +748 -745
- data/vendor/local/bin/libgnutls-28.dll +0 -0
- data/vendor/local/bin/libgnutls-openssl-27.dll +0 -0
- data/vendor/local/bin/libgnutls-xssl-0.dll +0 -0
- data/vendor/local/bin/libgnutlsxx-28.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-2-2.dll +0 -0
- data/vendor/local/bin/libhogweed-2-4.dll +0 -0
- data/vendor/local/bin/libnettle-4-4.dll +0 -0
- data/vendor/local/bin/libnettle-4-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/ocsptool.exe +0 -0
- data/vendor/local/bin/pkcs1-conv.exe +0 -0
- data/vendor/local/bin/psktool.exe +0 -0
- data/vendor/local/bin/sexp-conv.exe +0 -0
- data/vendor/local/bin/srptool.exe +0 -0
- data/vendor/local/include/gmp.h +1 -1
- data/vendor/local/include/gnutls/abstract.h +34 -11
- data/vendor/local/include/gnutls/gnutls.h +20 -4
- data/vendor/local/include/gnutls/ocsp.h +1 -1
- data/vendor/local/include/gnutls/x509.h +1 -1
- data/vendor/local/include/nettle/aes.h +2 -2
- data/vendor/local/include/nettle/arcfour.h +2 -2
- data/vendor/local/include/nettle/arctwo.h +2 -2
- data/vendor/local/include/nettle/asn1.h +2 -2
- data/vendor/local/include/nettle/base16.h +2 -2
- data/vendor/local/include/nettle/base64.h +2 -2
- data/vendor/local/include/nettle/bignum.h +2 -2
- data/vendor/local/include/nettle/blowfish.h +2 -2
- data/vendor/local/include/nettle/buffer.h +2 -2
- data/vendor/local/include/nettle/cast128.h +2 -2
- data/vendor/local/include/nettle/cbc.h +2 -2
- data/vendor/local/include/nettle/ctr.h +2 -2
- data/vendor/local/include/nettle/des-compat.h +2 -2
- data/vendor/local/include/nettle/des.h +2 -2
- data/vendor/local/include/nettle/dsa.h +4 -3
- data/vendor/local/include/nettle/ecc-curve.h +45 -0
- data/vendor/local/include/nettle/ecc.h +261 -0
- data/vendor/local/include/nettle/ecdsa.h +94 -0
- data/vendor/local/include/nettle/gcm.h +2 -2
- data/vendor/local/include/nettle/gosthash94.h +88 -0
- data/vendor/local/include/nettle/hmac.h +4 -3
- data/vendor/local/include/nettle/knuth-lfib.h +2 -2
- data/vendor/local/include/nettle/macros.h +31 -9
- data/vendor/local/include/nettle/md2.h +2 -2
- data/vendor/local/include/nettle/md4.h +2 -2
- data/vendor/local/include/nettle/md5-compat.h +2 -2
- data/vendor/local/include/nettle/md5.h +2 -2
- data/vendor/local/include/nettle/nettle-meta.h +7 -2
- data/vendor/local/include/nettle/nettle-types.h +2 -2
- data/vendor/local/include/nettle/pbkdf2.h +77 -0
- data/vendor/local/include/nettle/pgp.h +2 -2
- data/vendor/local/include/nettle/pkcs1.h +2 -2
- data/vendor/local/include/nettle/realloc.h +2 -2
- data/vendor/local/include/nettle/ripemd160.h +2 -2
- data/vendor/local/include/nettle/rsa-compat.h +2 -2
- data/vendor/local/include/nettle/rsa.h +4 -3
- data/vendor/local/include/nettle/salsa20.h +17 -6
- data/vendor/local/include/nettle/serpent.h +2 -2
- data/vendor/local/include/nettle/sexp.h +2 -2
- data/vendor/local/include/nettle/sha.h +8 -167
- data/vendor/local/include/nettle/sha1.h +78 -0
- data/vendor/local/include/nettle/sha2.h +156 -0
- data/vendor/local/include/nettle/sha3.h +176 -0
- data/vendor/local/include/nettle/twofish.h +2 -2
- data/vendor/local/include/nettle/umac.h +241 -0
- data/vendor/local/include/nettle/yarrow.h +3 -3
- 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/glib-2.0/include/glibconfig.h +1 -1
- data/vendor/local/lib/libgio-2.0.dll.a +0 -0
- data/vendor/local/lib/libgio-2.0.la +1 -1
- data/vendor/local/lib/libglib-2.0.dll.a +0 -0
- data/vendor/local/lib/libglib-2.0.la +1 -1
- data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
- data/vendor/local/lib/libgmodule-2.0.la +1 -1
- data/vendor/local/lib/libgmp.dll.a +0 -0
- data/vendor/local/lib/libgmp.la +1 -1
- data/vendor/local/lib/libgnutls-openssl.a +0 -0
- data/vendor/local/lib/libgnutls-openssl.dll.a +0 -0
- data/vendor/local/lib/libgnutls-xssl.a +0 -0
- data/vendor/local/lib/libgnutls-xssl.dll.a +0 -0
- data/vendor/local/lib/libgnutls.a +0 -0
- data/vendor/local/lib/libgnutls.dll.a +0 -0
- data/vendor/local/lib/libgnutls.la +2 -2
- data/vendor/local/lib/libgnutlsxx.a +0 -0
- data/vendor/local/lib/libgnutlsxx.dll.a +0 -0
- data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
- data/vendor/local/lib/libgobject-2.0.la +1 -1
- data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
- data/vendor/local/lib/libgthread-2.0.la +1 -1
- data/vendor/local/lib/libhogweed.a +0 -0
- data/vendor/local/lib/libhogweed.dll.a +0 -0
- data/vendor/local/lib/libnettle.a +0 -0
- data/vendor/local/lib/libnettle.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/gio-2.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/glib-2.0.pc +1 -1
- 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/nettle.pc +1 -1
- data/vendor/local/share/gdb/auto-load/libglib-2.0.so.0.3600.1-gdb.py +10 -0
- data/vendor/local/share/gdb/auto-load/libglib-2.0.so.0.3600.2-gdb.py +10 -0
- data/vendor/local/share/gdb/auto-load/libgobject-2.0.so.0.3600.1-gdb.py +10 -0
- data/vendor/local/share/gdb/auto-load/libgobject-2.0.so.0.3600.2-gdb.py +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.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/gtk-doc/html/gio/ExampleAnimal.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ExampleCat.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ExampleObject.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ExampleObjectManagerClient.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GAction.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GActionGroup.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GActionMap.html +27 -27
- data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GApplication.html +251 -251
- data/vendor/local/share/gtk-doc/html/gio/GApplicationCommandLine.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +70 -70
- data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +30 -30
- data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +17 -17
- data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GConverter.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDBusActionGroup.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +19 -19
- data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +1290 -1290
- data/vendor/local/share/gtk-doc/html/gio/GDBusInterface.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDBusInterfaceSkeleton.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDBusMenuModel.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDBusObject.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManager.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerClient.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerServer.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectProxy.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectSkeleton.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +228 -228
- data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +202 -202
- data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDrive.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GFile.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GIcon.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GInitable.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +8 -8
- data/vendor/local/share/gtk-doc/html/gio/GMenu.html +27 -27
- data/vendor/local/share/gtk-doc/html/gio/GMenuModel.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GMount.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GNetworkMonitor.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GPermission.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GPollableInputStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GPollableOutputStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GProxy.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GRemoteActionGroup.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GResolver.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GSettings.html +114 -114
- data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html +13 -13
- data/vendor/local/share/gtk-doc/html/gio/GSimpleActionGroup.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +76 -76
- data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GSimpleProxyResolver.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GSocket.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +47 -47
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GSrvTarget.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GTask.html +324 -324
- data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GTcpWrapperConnection.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GTestDBus.html +82 -82
- data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +17 -17
- data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GTlsBackend.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GTlsClientConnection.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GTlsConnection.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GTlsDatabase.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GTlsFileDatabase.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GTlsInteraction.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GTlsPassword.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GTlsServerConnection.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GVfs.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GVolume.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +25 -37
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-28.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-30.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-32.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-34.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-36.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/application.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/async.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch01.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ch02.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ch03.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch29.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ch30.html +31 -31
- data/vendor/local/share/gtk-doc/html/gio/ch30s02.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ch30s03.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ch31.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch31s02.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/ch31s03.html +21 -21
- data/vendor/local/share/gtk-doc/html/gio/ch31s04.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/ch31s05.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch31s06.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ch31s07.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ch32.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch32s02.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ch32s03.html +61 -61
- data/vendor/local/share/gtk-doc/html/gio/ch32s04.html +14 -14
- data/vendor/local/share/gtk-doc/html/gio/ch32s05.html +391 -391
- data/vendor/local/share/gtk-doc/html/gio/conversion.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/extending.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/file_mon.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/file_ops.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gdbus-codegen.html +204 -192
- data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Cat.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gdbus.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +11 -11
- data/vendor/local/share/gtk-doc/html/gio/gio-GActionGroup-exporter.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-GDBusError.html +30 -30
- data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-GInetAddressMask.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-GMenuModel-exporter.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-GResource.html +10 -10
- data/vendor/local/share/gtk-doc/html/gio/gio-GSettingsSchema-GSettingsSchemaSource.html +41 -41
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32InputStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32OutputStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +74 -74
- data/vendor/local/share/gtk-doc/html/gio/gio-TLS-Overview.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +74 -74
- data/vendor/local/share/gtk-doc/html/gio/gio-gnetworking.h.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-gpollableutils.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-resources.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gresource-tool.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gsettings-tool.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/icons.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/migrating.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/networking.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/permissions.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/pt01.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/pt02.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/resolver.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/resources.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/running-gio-apps.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/settings.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/streaming.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/testing.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/tls.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/tools.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/types.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/utils.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +29 -43
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-18.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-2.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-28.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-30.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-32.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-34.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-36.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/deprecated.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +17 -17
- data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +6 -6
- data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +8 -8
- data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +24 -24
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +14 -14
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +5 -5
- data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +30 -30
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-HMACs.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +8 -8
- data/vendor/local/share/gtk-doc/html/glib/glib-Deprecated-Thread-APIs.html +53 -53
- data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +15 -15
- data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +37 -37
- data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +103 -103
- data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +7 -7
- data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +54 -53
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +5 -5
- data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +8 -8
- data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +30 -30
- data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +14 -14
- data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +30 -30
- data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +8 -8
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +29 -29
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +71 -71
- data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +11 -11
- data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +70 -70
- data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +15 -15
- data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +5 -5
- data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +26 -26
- data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +100 -100
- data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +141 -141
- data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +11 -11
- data/vendor/local/share/gtk-doc/html/glib/glib-UNIX-specific-utilities-and-integration.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +6 -6
- data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +6 -6
- data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +22 -22
- data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-building.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-core.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-programming.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-running.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +7 -1
- data/vendor/local/share/gtk-doc/html/glib/gtester.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +142 -142
- data/vendor/local/share/gtk-doc/html/glib/gvariant-text.html +8 -8
- data/vendor/local/share/gtk-doc/html/glib/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/tools.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +17 -17
- data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +49 -49
- data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +27 -40
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-28.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-30.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-32.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-34.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-36.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +8 -1
- data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +7 -1
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +14 -14
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +41 -41
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +14 -14
- data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +43 -43
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +11 -11
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +118 -118
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +130 -130
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +8 -6
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +32 -3
- data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +94 -94
- data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +23 -23
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-override.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-prerequisite.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/index.sgml +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/pr01.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/pt01.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/pt02.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/pt03.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/rn01.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/rn02.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/signal.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +1 -1
- data/vendor/local/share/info/gmp.info +151 -151
- data/vendor/local/share/info/gmp.info-1 +19 -37
- data/vendor/local/share/info/gmp.info-2 +29 -5
- data/vendor/local/share/info/gnutls-guile.info +229 -721
- data/vendor/local/share/info/gnutls.info +1279 -1274
- data/vendor/local/share/info/gnutls.info-1 +2448 -2748
- data/vendor/local/share/info/gnutls.info-2 +2743 -2581
- data/vendor/local/share/info/gnutls.info-3 +1152 -4484
- data/vendor/local/share/info/gnutls.info-4 +4933 -1832
- data/vendor/local/share/info/gnutls.info-5 +0 -0
- data/vendor/local/share/info/nettle.info +1037 -315
- data/vendor/local/share/license/gmp/AUTHORS +13 -13
- data/vendor/local/share/locale/cs/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gnutls.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/gnutls.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/fur/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/glib20.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/kn/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lt/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/glib20.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gnutls.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/sl/LC_MESSAGES/glib20.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/gnutls.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/man/man1/certtool.1 +2 -2
- data/vendor/local/share/man/man1/gdbus-codegen.1 +14 -7
- data/vendor/local/share/man/man1/gdbus.1 +2 -5
- data/vendor/local/share/man/man1/gio-querymodules.1 +2 -2
- data/vendor/local/share/man/man1/glib-compile-resources.1 +3 -3
- data/vendor/local/share/man/man1/glib-compile-schemas.1 +2 -2
- data/vendor/local/share/man/man1/glib-genmarshal.1 +9 -3
- data/vendor/local/share/man/man1/glib-gettextize.1 +2 -3
- data/vendor/local/share/man/man1/glib-mkenums.1 +7 -3
- data/vendor/local/share/man/man1/gnutls-cli-debug.1 +2 -2
- data/vendor/local/share/man/man1/gnutls-cli.1 +2 -2
- data/vendor/local/share/man/man1/gnutls-serv.1 +2 -2
- data/vendor/local/share/man/man1/gobject-query.1 +2 -4
- 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 +7 -3
- data/vendor/local/share/man/man1/gtester.1 +2 -3
- data/vendor/local/share/man/man1/ocsptool.1 +2 -2
- data/vendor/local/share/man/man1/p11tool.1 +2 -2
- data/vendor/local/share/man/man1/psktool.1 +2 -2
- data/vendor/local/share/man/man1/srptool.1 +2 -2
- data/vendor/local/share/man/man1/tpmtool.1 +2 -2
- data/vendor/local/share/man/man3/gnutls_alert_get.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_alert_get_name.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_alert_get_strname.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_alert_send.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_alert_send_appropriate.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_anon_allocate_client_credentials.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_anon_allocate_server_credentials.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_anon_free_client_credentials.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_anon_free_server_credentials.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_anon_set_params_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_anon_set_server_dh_params.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_anon_set_server_params_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_auth_client_get_type.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_auth_get_type.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_auth_server_get_type.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_bye.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_activation_time_peers.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_allocate_credentials.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_client_get_request_status.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_expiration_time_peers.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_free_ca_names.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_free_cas.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_free_credentials.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_free_crls.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_free_keys.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_get_issuer.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_get_ours.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_get_peers.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_get_peers_subkey_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_send_x509_rdn_sequence.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_server_set_request.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_dh_params.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_key.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_ocsp_status_request_file.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_ocsp_status_request_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_key.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_key_file.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_key_file2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_key_mem.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_key_mem2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_keyring_file.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_keyring_mem.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_params_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_pin_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_retrieve_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_retrieve_function2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_rsa_export_params.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_verify_flags.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_verify_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_verify_limits.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_crl.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_crl_file.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_crl_mem.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_key.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_key_file.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_key_file2.3 +64 -0
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_key_mem.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_key_mem2.3 +67 -0
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_simple_pkcs12_file.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_simple_pkcs12_mem.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_system_trust.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_trust.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_trust_file.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_trust_mem.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_type_get.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_type_get_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_type_get_name.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_type_list.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_type_set_priority.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_verification_status_print.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_verify_peers2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_verify_peers3.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_check_version.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_cipher_add_auth.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_cipher_decrypt.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_cipher_decrypt2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_cipher_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_cipher_encrypt.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_cipher_encrypt2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_cipher_get.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_cipher_get_block_size.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_cipher_get_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_cipher_get_key_size.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_cipher_get_name.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_cipher_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_cipher_list.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_cipher_set_iv.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_cipher_set_priority.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_cipher_suite_get_name.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_cipher_suite_info.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_cipher_tag.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_compression_get.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_compression_get_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_compression_get_name.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_compression_list.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_compression_set_priority.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_credentials_clear.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_credentials_set.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_db_check_entry.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_db_check_entry_time.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_db_get_ptr.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_db_remove_session.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_db_set_cache_expiration.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_db_set_ptr.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_db_set_remove_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_db_set_retrieve_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_db_set_store_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_dh_get_group.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_dh_get_peers_public_bits.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_dh_get_prime_bits.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_dh_get_pubkey.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_dh_get_secret_bits.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_dh_params_cpy.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_dh_params_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_dh_params_export2_pkcs3.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_dh_params_export_pkcs3.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_dh_params_export_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_dh_params_generate2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_dh_params_import_pkcs3.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_dh_params_import_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_dh_params_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_dh_set_prime_bits.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_dtls_cookie_send.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_dtls_cookie_verify.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_dtls_get_data_mtu.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_dtls_get_mtu.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_dtls_get_timeout.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_dtls_prestate_set.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_dtls_set_data_mtu.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_dtls_set_mtu.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_dtls_set_timeouts.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ecc_curve_get.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ecc_curve_get_name.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ecc_curve_get_size.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ecc_curve_list.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_error_is_fatal.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_error_to_alert.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_fingerprint.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_global_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_global_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_global_set_audit_log_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_global_set_log_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_global_set_log_level.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_global_set_mem_functions.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_global_set_mutex.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_global_set_time_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_handshake.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_handshake_get_last_in.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_handshake_get_last_out.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_handshake_set_max_packet_length.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_handshake_set_post_client_hello_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_handshake_set_private_extensions.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_handshake_set_random.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_handshake_set_timeout.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_hash.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_hash_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_hash_fast.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_hash_get_len.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_hash_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_hash_output.3 +3 -2
- data/vendor/local/share/man/man3/gnutls_heartbeat_allowed.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_heartbeat_enable.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_heartbeat_get_timeout.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_heartbeat_ping.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_heartbeat_pong.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_heartbeat_set_timeouts.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_hex2bin.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_hex_decode.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_hex_encode.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_hmac.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_hmac_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_hmac_fast.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_hmac_get_len.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_hmac_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_hmac_output.3 +3 -2
- data/vendor/local/share/man/man3/gnutls_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_key_generate.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_kx_get.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_kx_get_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_kx_get_name.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_kx_list.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_kx_set_priority.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_load_file.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_mac_get.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_mac_get_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_mac_get_key_size.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_mac_get_name.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_mac_list.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_mac_set_priority.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_req_add_cert.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_req_add_cert_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_req_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_req_export.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_req_get_cert_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_req_get_extension.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_req_get_nonce.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_req_get_version.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_req_import.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_req_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_req_print.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_req_randomize_nonce.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_req_set_extension.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_req_set_nonce.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_check_crt.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_export.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_certs.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_extension.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_nonce.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_produced.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_responder.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_response.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_signature.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_signature_algorithm.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_single.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_status.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_version.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_import.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_print.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_verify.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_verify_direct.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_status_request_enable_client.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_status_request_get.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_status_request_is_checked.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_check_hostname.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_export.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_export2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_auth_subkey.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_creation_time.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_expiration_time.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_fingerprint.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_key_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_key_usage.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_name.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_pk_algorithm.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_pk_dsa_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_pk_rsa_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_preferred_key_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_revoked_status.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_count.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_creation_time.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_expiration_time.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_fingerprint.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_idx.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_pk_algorithm.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_pk_dsa_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_pk_rsa_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_revoked_status.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_usage.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_version.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_import.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_print.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_set_preferred_key_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_verify_ring.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_verify_self.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_keyring_check_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_keyring_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_keyring_get_crt.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_keyring_get_crt_count.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_keyring_import.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_keyring_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_export.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_export2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_export_dsa_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_export_rsa_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_export_subkey_dsa_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_export_subkey_rsa_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_fingerprint.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_key_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_pk_algorithm.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_preferred_key_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_revoked_status.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_count.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_creation_time.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_fingerprint.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_idx.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_pk_algorithm.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_revoked_status.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_import.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_sec_param.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_set_preferred_key_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_sign_hash.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_send_cert.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_set_recv_key_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pcert_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pcert_import_openpgp.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pcert_import_openpgp_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pcert_import_x509.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pcert_import_x509_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pcert_list_import_x509_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pem_base64_decode.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pem_base64_decode_alloc.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pem_base64_encode.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pem_base64_encode_alloc.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_perror.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pk_algorithm_get_name.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pk_bits_to_sec_param.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pk_get_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pk_get_name.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pk_list.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pk_to_sign.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_add_provider.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_copy_secret_key.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_copy_x509_crt.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_copy_x509_privkey.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_delete_url.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_get_pin_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_export.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_export2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_export_url.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_get_info.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_get_type.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_import_url.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_list_import_url.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_list_import_url2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_set_pin_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_export_url.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_generate.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_generate2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_get_info.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_get_pk_algorithm.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_import_url.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_set_pin_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_status.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_reinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_set_pin_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_set_token_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_token_get_flags.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_token_get_info.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_token_get_mechanism.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_token_get_url.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_token_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_token_set_pin.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_type_get_name.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_decrypt.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_encrypt.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_get_count.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_get_data.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_get_friendly_name.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_get_key_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_get_type.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_set_crl.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_set_crt.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_set_data.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_set_friendly_name.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_set_key_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs12_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs12_export.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs12_export2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs12_generate_mac.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs12_get_bag.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs12_import.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs12_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs12_set_bag.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs12_simple_parse.3 +8 -8
- data/vendor/local/share/man/man3/gnutls_pkcs12_verify_mac.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs7_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs7_delete_crl.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs7_delete_crt.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs7_export.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs7_export2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs7_get_crl_count.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs7_get_crl_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs7_get_crt_count.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs7_get_crt_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs7_import.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs7_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs7_set_crl.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs7_set_crl_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs7_set_crt.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs7_set_crt_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_prf.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_prf_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_priority_certificate_type_list.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_priority_compression_list.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_priority_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_priority_ecc_curve_list.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_priority_get_cipher_suite_index.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_priority_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_priority_protocol_list.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_priority_set.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_priority_set_direct.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_priority_sign_list.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_privkey_decrypt_data.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_privkey_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_privkey_get_pk_algorithm.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_privkey_get_type.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_privkey_import_ext.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_privkey_import_ext2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_privkey_import_openpgp.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_privkey_import_openpgp_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_privkey_import_pkcs11.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_privkey_import_pkcs11_url.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_privkey_import_tpm_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_privkey_import_tpm_url.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_privkey_import_url.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_privkey_import_x509.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_privkey_import_x509_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_privkey_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_privkey_set_pin_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_privkey_sign_data.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_privkey_sign_hash.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_privkey_sign_raw_data.3 +4 -1
- data/vendor/local/share/man/man3/gnutls_privkey_status.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_protocol_get_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_protocol_get_name.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_protocol_get_version.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_protocol_list.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_protocol_set_priority.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_psk_allocate_client_credentials.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_psk_allocate_server_credentials.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_psk_client_get_hint.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_psk_free_client_credentials.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_psk_free_server_credentials.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_psk_server_get_username.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_psk_set_client_credentials.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_psk_set_client_credentials_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_psk_set_params_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_psk_set_server_credentials_file.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_psk_set_server_credentials_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_psk_set_server_credentials_hint.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_psk_set_server_dh_params.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_psk_set_server_params_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_encrypt_data.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_export.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_export2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_get_key_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_get_key_usage.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_get_openpgp_key_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_get_pk_algorithm.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_get_pk_dsa_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_get_pk_ecc_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_get_pk_ecc_x962.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_get_pk_rsa_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_get_preferred_hash_algorithm.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_get_verify_algorithm.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_import.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_import_dsa_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_import_ecc_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_import_ecc_x962.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_import_openpgp.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_import_openpgp_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_import_pkcs11.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_import_pkcs11_url.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_import_privkey.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_import_rsa_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_import_tpm_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_import_tpm_url.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_import_url.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_import_x509.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_import_x509_crq.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_import_x509_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_print.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_set_key_usage.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_set_pin_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_verify_data.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_verify_data2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_verify_hash.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_verify_hash2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_random_art.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_range_split.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_record_can_use_length_hiding.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_record_check_pending.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_record_cork.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_record_disable_padding.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_record_get_direction.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_record_get_discarded.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_record_get_max_size.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_record_recv.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_record_recv_seq.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_record_send.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_record_send_range.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_record_set_max_empty_records.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_record_set_max_size.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_record_set_timeout.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_record_uncork.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_rehandshake.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_rnd.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_rnd_refresh.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_rsa_export_get_modulus_bits.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_rsa_export_get_pubkey.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_rsa_params_cpy.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_rsa_params_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_rsa_params_export_pkcs1.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_rsa_params_export_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_rsa_params_generate2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_rsa_params_import_pkcs1.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_rsa_params_import_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_rsa_params_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_safe_renegotiation_status.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_sec_param_get_name.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_sec_param_to_pk_bits.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_server_name_get.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_server_name_set.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_session_channel_binding.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_session_enable_compatibility_mode.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_session_force_valid.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_session_get_data.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_session_get_data2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_session_get_desc.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_session_get_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_session_get_id2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_session_get_ptr.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_session_get_random.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_session_is_resumed.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_session_resumption_requested.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_session_set_data.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_session_set_premaster.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_session_set_ptr.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_session_ticket_enable_client.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_session_ticket_enable_server.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_session_ticket_key_generate.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_set_default_export_priority.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_set_default_priority.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_sign_algorithm_get.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_sign_algorithm_get_client.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_sign_algorithm_get_requested.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_sign_callback_get.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_sign_callback_set.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_sign_get_hash_algorithm.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_sign_get_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_sign_get_name.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_sign_get_pk_algorithm.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_sign_is_secure.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_sign_list.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_srp_allocate_client_credentials.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_srp_allocate_server_credentials.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_srp_base64_decode.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_srp_base64_decode_alloc.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_srp_base64_encode.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_srp_base64_encode_alloc.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_srp_free_client_credentials.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_srp_free_server_credentials.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_srp_server_get_username.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_srp_set_client_credentials.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_srp_set_client_credentials_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_srp_set_prime_bits.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_srp_set_server_credentials_file.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_srp_set_server_credentials_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_srp_verifier.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_srtp_get_keys.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_srtp_get_mki.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_srtp_get_profile_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_srtp_get_profile_name.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_srtp_get_selected_profile.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_srtp_set_mki.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_srtp_set_profile.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_srtp_set_profile_direct.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_store_commitment.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_store_pubkey.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_strerror.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_strerror_name.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_supplemental_get_name.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_tdb_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_tdb_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_tdb_set_store_commitment_func.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_tdb_set_store_func.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_tdb_set_verify_func.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_tpm_get_registered.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_tpm_key_list_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_tpm_key_list_get_url.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_tpm_privkey_delete.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_tpm_privkey_generate.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_transport_get_int.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_transport_get_int2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_transport_get_ptr.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_transport_get_ptr2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_transport_set_errno.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_transport_set_errno_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_transport_set_int.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_transport_set_int2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_transport_set_ptr.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_transport_set_ptr2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_transport_set_pull_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_transport_set_pull_timeout_function.3 +5 -3
- data/vendor/local/share/man/man3/gnutls_transport_set_push_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_transport_set_vec_push_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_url_is_supported.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_verify_stored_pubkey.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_check_issuer.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_export.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_export2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_authority_key_gn_serial.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_authority_key_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_crt_count.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_crt_serial.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_dn_oid.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_extension_data.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_extension_info.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_extension_oid.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_issuer_dn.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_issuer_dn2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_issuer_dn_by_oid.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_next_update.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_number.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_raw_issuer_dn.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_signature.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_signature_algorithm.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_this_update.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_version.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_import.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_list_import.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_list_import2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_print.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_privkey_sign.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_set_authority_key_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_set_crt.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_set_crt_serial.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_set_next_update.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_set_number.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_set_this_update.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_set_version.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_sign.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_sign2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_verify.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_export.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_export2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_attribute_by_oid.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_attribute_data.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_attribute_info.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_basic_constraints.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_challenge_password.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_dn.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_dn2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_dn_by_oid.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_dn_oid.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_extension_by_oid.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_extension_data.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_extension_info.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_key_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_key_purpose_oid.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_key_rsa_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_key_usage.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_pk_algorithm.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_private_key_usage_period.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_subject_alt_name.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_subject_alt_othername_oid.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_version.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_import.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_print.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_privkey_sign.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_attribute_by_oid.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_basic_constraints.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_challenge_password.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_dn.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_dn_by_oid.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_key.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_key_purpose_oid.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_key_rsa_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_key_usage.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_private_key_usage_period.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_pubkey.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_subject_alt_name.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_version.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_sign.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_sign2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_verify.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_check_hostname.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_check_issuer.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_check_revocation.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_cpy_crl_dist_points.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_export.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_export2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_activation_time.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_authority_info_access.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_authority_key_gn_serial.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_authority_key_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_basic_constraints.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_ca_status.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_crl_dist_points.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_dn.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_dn2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_dn_by_oid.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_dn_oid.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_expiration_time.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_extension_by_oid.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_extension_data.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_extension_info.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_extension_oid.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_fingerprint.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_alt_name.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_alt_name2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_alt_othername_oid.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_dn.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_dn2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_dn_by_oid.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_dn_oid.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_unique_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_key_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_key_purpose_oid.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_key_usage.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_pk_algorithm.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_pk_dsa_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_pk_rsa_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_policy.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_preferred_hash_algorithm.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_private_key_usage_period.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_proxy.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_raw_dn.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_raw_issuer_dn.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_serial.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_signature.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_signature_algorithm.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_subject.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_subject_alt_name.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_subject_alt_name2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_subject_alt_othername_oid.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_subject_key_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_subject_unique_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_verify_algorithm.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_version.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_import.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_import_pkcs11.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_import_pkcs11_url.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_list_import.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_list_import2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_list_import_pkcs11.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_list_verify.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_print.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_privkey_sign.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_activation_time.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_authority_info_access.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_authority_key_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_basic_constraints.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_ca_status.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_crl_dist_points.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_crl_dist_points2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_crq.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_crq_extensions.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_dn.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_dn_by_oid.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_expiration_time.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_extension_by_oid.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_issuer_dn.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_issuer_dn_by_oid.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_key.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_key_purpose_oid.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_key_usage.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_pin_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_policy.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_private_key_usage_period.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_proxy.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_proxy_dn.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_pubkey.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_serial.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_subject_alt_name.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_subject_alternative_name.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_subject_key_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_version.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_sign.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_sign2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_verify.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_verify_data.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_verify_hash.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_dn_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_dn_export.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_dn_export2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_dn_get_rdn_ava.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_dn_import.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_dn_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_dn_oid_known.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_dn_oid_name.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_policy_release.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_privkey_cpy.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_privkey_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_privkey_export.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_privkey_export2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_privkey_export2_pkcs8.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_privkey_export_dsa_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_privkey_export_ecc_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_privkey_export_pkcs8.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_privkey_export_rsa_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_privkey_export_rsa_raw2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_privkey_fix.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_privkey_generate.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_privkey_get_key_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_privkey_get_pk_algorithm.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_privkey_get_pk_algorithm2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_privkey_import.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_privkey_import2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_privkey_import_dsa_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_privkey_import_ecc_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_privkey_import_openssl.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_privkey_import_pkcs8.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_privkey_import_rsa_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_privkey_import_rsa_raw2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_privkey_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_privkey_sec_param.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_privkey_sign_data.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_privkey_sign_hash.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_privkey_verify_params.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_rdn_get.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_rdn_get_by_oid.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_rdn_get_oid.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_add_cas.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_add_crls.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_add_named_crt.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_add_system_trust.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_add_trust_file.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_add_trust_mem.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_get_issuer.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_remove_cas.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_remove_trust_file.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_remove_trust_mem.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_verify_crt.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_verify_named_crt.3 +1 -1
- metadata +22 -2
@@ -1,6 +1,6 @@
|
|
1
|
-
This is gnutls.info, produced by makeinfo version
|
1
|
+
This is gnutls.info, produced by makeinfo version 5.1 from gnutls.texi.
|
2
2
|
|
3
|
-
This manual is last updated
|
3
|
+
This manual is last updated 24 April 2013 for version 3.1.11 of GnuTLS.
|
4
4
|
|
5
5
|
Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C)
|
6
6
|
2001-2013 Nikos Mavrogiannopoulos
|
@@ -11,7 +11,6 @@ Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C)
|
|
11
11
|
Foundation; with no Invariant Sections, no Front-Cover Texts, and
|
12
12
|
no Back-Cover Texts. A copy of the license is included in the
|
13
13
|
section entitled "GNU Free Documentation License".
|
14
|
-
|
15
14
|
INFO-DIR-SECTION Software libraries
|
16
15
|
START-INFO-DIR-ENTRY
|
17
16
|
* GnuTLS: (gnutls). GNU Transport Layer Security Library.
|
@@ -29,1279 +28,1285 @@ END-INFO-DIR-ENTRY
|
|
29
28
|
|
30
29
|
|
31
30
|
Indirect:
|
32
|
-
gnutls.info-1:
|
33
|
-
gnutls.info-2:
|
34
|
-
gnutls.info-3:
|
35
|
-
gnutls.info-4:
|
31
|
+
gnutls.info-1: 1280
|
32
|
+
gnutls.info-2: 302346
|
33
|
+
gnutls.info-3: 747199
|
34
|
+
gnutls.info-4: 944784
|
35
|
+
gnutls.info-5: 1272929
|
36
36
|
|
37
37
|
Tag Table:
|
38
38
|
(Indirect)
|
39
|
-
Node: Top
|
40
|
-
Node: Preface
|
41
|
-
Node: Introduction to GnuTLS
|
42
|
-
Node: Downloading and installing
|
43
|
-
Node: Document overview
|
44
|
-
Node: Introduction to TLS
|
45
|
-
Ref: Introduction to TLS-Footnote-1
|
46
|
-
Node: TLS layers
|
47
|
-
Ref: fig:tls-layers
|
48
|
-
Node: The transport layer
|
49
|
-
Node: The TLS record protocol
|
50
|
-
Node: Encryption algorithms used in the record layer
|
51
|
-
Ref: tab:ciphers
|
52
|
-
Ref: tab:macs
|
53
|
-
Node: Compression algorithms used in the record layer
|
54
|
-
Ref: gnutls_compression_method_t
|
55
|
-
Node: Weaknesses and countermeasures
|
56
|
-
Ref: Weaknesses and countermeasures-Footnote-1
|
57
|
-
Node: On Record Padding
|
58
|
-
Node: The TLS Alert Protocol
|
59
|
-
Ref: The Alert Protocol
|
60
|
-
Ref: tab:alerts
|
61
|
-
Node: The TLS Handshake Protocol
|
62
|
-
Ref: The Handshake Protocol
|
63
|
-
Node: TLS Cipher Suites
|
64
|
-
Ref: TLS Cipher Suites-Footnote-1
|
65
|
-
Node: Authentication
|
66
|
-
Node: Client Authentication
|
67
|
-
Node: Resuming Sessions
|
68
|
-
Ref: resume
|
69
|
-
Node: TLS Extensions
|
70
|
-
Node: Maximum fragment length negotiation
|
71
|
-
Node: Server name indication
|
72
|
-
Ref: serverind
|
73
|
-
Node: Session tickets
|
74
|
-
Node: HeartBeat
|
75
|
-
Node: Safe renegotiation
|
76
|
-
Node: OCSP status request
|
77
|
-
Node: SRTP
|
78
|
-
Ref: gnutls_srtp_profile_t
|
79
|
-
Node: How to use TLS in application protocols
|
80
|
-
Node: Separate ports
|
81
|
-
Ref: Separate ports-Footnote-1
|
82
|
-
Node: Upward negotiation
|
83
|
-
Ref: Upward negotiation-Footnote-1
|
84
|
-
Node: On SSL 2 and older protocols
|
85
|
-
Node: Authentication methods
|
86
|
-
Node: Certificate authentication
|
87
|
-
Ref: tab:key-exchange
|
88
|
-
Node: X.509 certificates
|
89
|
-
Ref: fig:x509
|
90
|
-
Node: X.509 certificate structure
|
91
|
-
Ref: tab:x509
|
92
|
-
Ref: tab:x509-ext
|
93
|
-
Node: Importing an X.509 certificate
|
94
|
-
Node: X.509 distinguished names
|
95
|
-
Node: X.509 public and private keys
|
96
|
-
Node: Verifying X.509 certificate paths
|
97
|
-
Ref: gnutls_certificate_status_t
|
98
|
-
Node: Verifying a certificate in the context of TLS session
|
99
|
-
Ref: gnutls_certificate_verify_flags
|
100
|
-
Node: OpenPGP certificates
|
101
|
-
Ref: fig:openpgp
|
102
|
-
Ref: tab:openpgp-certificate
|
103
|
-
Ref: tab:openpgp-key-exchange
|
104
|
-
Ref: OpenPGP certificates-Footnote-1
|
105
|
-
Node: Advanced certificate verification
|
106
|
-
Node: Verifying a certificate using trust on first use authentication
|
107
|
-
Node: Verifying a certificate using DANE
|
108
|
-
Node: Digital signatures
|
109
|
-
Node: More on certificate authentication
|
110
|
-
Node: PKCS 10 certificate requests
|
111
|
-
Ref: ex:crq
|
112
|
-
Node: PKIX certificate revocation lists
|
113
|
-
Ref: tab:crl
|
114
|
-
Node: OCSP certificate status checking
|
115
|
-
Ref: tab:ocsp-response
|
116
|
-
Ref: gnutls_x509_crl_reason_t
|
117
|
-
Node: Managing encrypted keys
|
118
|
-
Ref: gnutls_pkcs_encrypt_flags_t
|
119
|
-
Node: certtool Invocation
|
120
|
-
Ref: certtool usage
|
121
|
-
Ref: certtool debug
|
122
|
-
Ref: certtool generate-request
|
123
|
-
Ref: certtool verify-chain
|
124
|
-
Ref: certtool verify
|
125
|
-
Ref: certtool verify-crl
|
126
|
-
Ref: certtool get-dh-params
|
127
|
-
Ref: certtool load-privkey
|
128
|
-
Ref: certtool load-pubkey
|
129
|
-
Ref: certtool load-certificate
|
130
|
-
Ref: certtool load-ca-privkey
|
131
|
-
Ref: certtool load-ca-certificate
|
132
|
-
Ref: certtool cprint
|
133
|
-
Ref: certtool null-password
|
134
|
-
Ref: certtool pubkey-info
|
135
|
-
Ref: certtool to-p12
|
136
|
-
Ref: certtool rsa
|
137
|
-
Ref: certtool dsa
|
138
|
-
Ref: certtool ecc
|
139
|
-
Ref: certtool ecdsa
|
140
|
-
Ref: certtool hash
|
141
|
-
Ref: certtool inder
|
142
|
-
Ref: certtool inraw
|
143
|
-
Ref: certtool outder
|
144
|
-
Ref: certtool outraw
|
145
|
-
Ref: certtool sec-param
|
146
|
-
Ref: certtool pkcs-cipher
|
147
|
-
Ref: certtool exit status
|
148
|
-
Ref: certtool See Also
|
149
|
-
Ref: certtool Examples
|
150
|
-
Ref: certtool Files
|
151
|
-
Node: ocsptool Invocation
|
152
|
-
Ref: ocsptool usage
|
153
|
-
Ref: ocsptool debug
|
154
|
-
Ref: ocsptool ask
|
155
|
-
Ref: ocsptool exit status
|
156
|
-
Ref: ocsptool See Also
|
157
|
-
Ref: ocsptool Examples
|
158
|
-
Node: danetool Invocation
|
159
|
-
Ref: danetool usage
|
160
|
-
Ref: danetool debug
|
161
|
-
Ref: danetool load-pubkey
|
162
|
-
Ref: danetool load-certificate
|
163
|
-
Ref: danetool dlv
|
164
|
-
Ref: danetool hash
|
165
|
-
Ref: danetool check
|
166
|
-
Ref: danetool check-ee
|
167
|
-
Ref: danetool check-ca
|
168
|
-
Ref: danetool insecure
|
169
|
-
Ref: danetool local-dns
|
170
|
-
Ref: danetool inder
|
171
|
-
Ref: danetool inraw
|
172
|
-
Ref: danetool tlsa-rr
|
173
|
-
Ref: danetool host
|
174
|
-
Ref: danetool proto
|
175
|
-
Ref: danetool ca
|
176
|
-
Ref: danetool x509
|
177
|
-
Ref: danetool local
|
178
|
-
Ref: danetool domain
|
179
|
-
Ref: danetool exit status
|
180
|
-
Ref: danetool See Also
|
181
|
-
Ref: danetool Examples
|
182
|
-
Node: Shared-key and anonymous authentication
|
183
|
-
Node: SRP authentication
|
184
|
-
Node: Authentication using SRP
|
185
|
-
Node: srptool Invocation
|
186
|
-
Ref: srptool usage
|
187
|
-
Ref: srptool debug
|
188
|
-
Ref: srptool verify
|
189
|
-
Ref: srptool passwd-conf
|
190
|
-
Ref: srptool create-conf
|
191
|
-
Ref: srptool exit status
|
192
|
-
Ref: srptool See Also
|
193
|
-
Ref: srptool Examples
|
194
|
-
Node: PSK authentication
|
195
|
-
Node: Authentication using PSK
|
196
|
-
Node: psktool Invocation
|
197
|
-
Ref: psktool usage
|
198
|
-
Ref: psktool debug
|
199
|
-
Ref: psktool exit status
|
200
|
-
Ref: psktool See Also
|
201
|
-
Ref: psktool Examples
|
202
|
-
Node: Anonymous authentication
|
203
|
-
Node: Selecting an appropriate authentication method
|
204
|
-
Node: Hardware security modules and abstract key types
|
205
|
-
Node: Abstract key types
|
206
|
-
Node: Abstract public keys
|
207
|
-
Node: Abstract private keys
|
208
|
-
Node: Operations
|
209
|
-
Node: Smart cards and HSMs
|
210
|
-
Ref: fig:pkcs11-vision
|
211
|
-
Ref: Smart cards and HSMs-Footnote-1
|
212
|
-
Node: PKCS11 Initialization
|
213
|
-
Ref: PKCS11 Initialization-Footnote-1
|
214
|
-
Node: Accessing objects that require a PIN
|
215
|
-
Ref: gnutls_pin_flag_t
|
216
|
-
Node: Reading objects
|
217
|
-
Node: Writing objects
|
218
|
-
Node: Using a PKCS11 token with TLS
|
219
|
-
Node: p11tool Invocation
|
220
|
-
Ref: p11tool usage
|
221
|
-
Ref: p11tool debug
|
222
|
-
Ref: p11tool write
|
223
|
-
Ref: p11tool generate-rsa
|
224
|
-
Ref: p11tool generate-dsa
|
225
|
-
Ref: p11tool generate-ecc
|
226
|
-
Ref: p11tool private
|
227
|
-
Ref: p11tool sec-param
|
228
|
-
Ref: p11tool inder
|
229
|
-
Ref: p11tool inraw
|
230
|
-
Ref: p11tool provider
|
231
|
-
Ref: p11tool exit status
|
232
|
-
Ref: p11tool See Also
|
233
|
-
Ref: p11tool Examples
|
234
|
-
Node: Trusted Platform Module
|
235
|
-
Node: Keys in TPM
|
236
|
-
Node: Key generation
|
237
|
-
Node: Using keys
|
238
|
-
Node: tpmtool Invocation
|
239
|
-
Ref: tpmtool usage
|
240
|
-
Ref: tpmtool debug
|
241
|
-
Ref: tpmtool generate-rsa
|
242
|
-
Ref: tpmtool user
|
243
|
-
Ref: tpmtool system
|
244
|
-
Ref: tpmtool sec-param
|
245
|
-
Ref: tpmtool inder
|
246
|
-
Ref: tpmtool outder
|
247
|
-
Ref: tpmtool exit status
|
248
|
-
Ref: tpmtool See Also
|
249
|
-
Ref: tpmtool Examples
|
250
|
-
Node: How to use GnuTLS in applications
|
251
|
-
Node: Introduction to the library
|
252
|
-
Node: General idea
|
253
|
-
Ref: fig:gnutls-design
|
254
|
-
Ref: General idea-Footnote-1
|
255
|
-
Node: Error handling
|
256
|
-
Node: Common types
|
257
|
-
Node: Debugging and auditing
|
258
|
-
Node: Thread safety
|
259
|
-
Node: Callback functions
|
260
|
-
Node: Preparation
|
261
|
-
Node: Headers
|
262
|
-
Node: Initialization
|
263
|
-
Node: Version check
|
264
|
-
Node: Building the source
|
265
|
-
Node: Session initialization
|
266
|
-
Node: Associating the credentials
|
267
|
-
Ref: tab:key-exchange-cred
|
268
|
-
Node: Certificate credentials
|
269
|
-
Node: SRP credentials
|
270
|
-
Node: PSK credentials
|
271
|
-
Node: Anonymous credentials
|
272
|
-
Node: Setting up the transport layer
|
273
|
-
Node: Asynchronous operation
|
274
|
-
Node: DTLS sessions
|
275
|
-
Ref: DTLS sessions-Footnote-1
|
276
|
-
Node: TLS handshake
|
277
|
-
Node: Data transfer and termination
|
278
|
-
Node: Buffered data transfer
|
279
|
-
Node: Handling alerts
|
280
|
-
Node: Priority Strings
|
281
|
-
Ref: tab:prio-keywords
|
282
|
-
Ref: tab:prio-algorithms
|
283
|
-
Ref: tab:prio-special1
|
284
|
-
Ref: tab:prio-special2
|
285
|
-
Ref: Priority Strings-Footnote-1
|
286
|
-
Ref: Priority Strings-Footnote-2
|
287
|
-
Node: Selecting cryptographic key sizes
|
288
|
-
Ref: tab:key-sizes
|
289
|
-
Node: Advanced topics
|
290
|
-
Node: Session resumption
|
291
|
-
Node: Certificate verification
|
292
|
-
Ref: dane_verify_status_t
|
293
|
-
Node: Parameter generation
|
294
|
-
Node: Keying Material Exporters
|
295
|
-
Node: Channel Bindings
|
296
|
-
Node: Interoperability
|
297
|
-
Node: Compatibility with the OpenSSL library
|
298
|
-
Node: GnuTLS application examples
|
299
|
-
Ref: examples
|
300
|
-
Node: Client examples
|
301
|
-
Node: Simple client example with X.509 certificate support
|
302
|
-
Ref: ex:verify
|
303
|
-
Node: Simple client example with SSH-style certificate verification
|
304
|
-
Node: Simple client example with anonymous authentication
|
305
|
-
Node: Simple Datagram TLS client example
|
306
|
-
Node: Obtaining session information
|
307
|
-
Node: Using a callback to select the certificate to use
|
308
|
-
Node: Verifying a certificate
|
309
|
-
Ref: ex:verify2
|
310
|
-
Node: Client using a smart card with TLS
|
311
|
-
Ref: ex:pkcs11-client
|
312
|
-
Node: Client with Resume capability example
|
313
|
-
Ref: ex:resume-client
|
314
|
-
Node: Simple client example with SRP authentication
|
315
|
-
Node: Simple client example in C++
|
316
|
-
Node: Helper functions for TCP connections
|
317
|
-
Node: Helper functions for UDP connections
|
318
|
-
Node: Server examples
|
319
|
-
Node: Echo server with X.509 authentication
|
320
|
-
Node: Echo server with OpenPGP authentication
|
321
|
-
Node: Echo server with SRP authentication
|
322
|
-
Node: Echo server with anonymous authentication
|
323
|
-
Node: DTLS echo server with X.509 authentication
|
324
|
-
Node: OCSP example
|
325
|
-
Ref: Generate OCSP request
|
326
|
-
Node: Miscellaneous examples
|
327
|
-
Node: Checking for an alert
|
328
|
-
Node: X.509 certificate parsing example
|
329
|
-
Ref: ex:x509-info
|
330
|
-
Node: Listing the ciphersuites in a priority string
|
331
|
-
Node:
|
332
|
-
Node:
|
333
|
-
Node: Example client with X.509 certificate authentication
|
334
|
-
Node:
|
335
|
-
Node:
|
336
|
-
Node:
|
337
|
-
Node:
|
338
|
-
|
339
|
-
Node:
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
Ref: gnutls-cli
|
344
|
-
Ref: gnutls-cli
|
345
|
-
Ref: gnutls-cli
|
346
|
-
Ref: gnutls-cli
|
347
|
-
Ref: gnutls-cli
|
348
|
-
Ref: gnutls-cli
|
349
|
-
Ref: gnutls-cli
|
350
|
-
Ref: gnutls-cli
|
351
|
-
Ref: gnutls-cli
|
352
|
-
Ref: gnutls-cli
|
353
|
-
Ref: gnutls-cli
|
354
|
-
Ref: gnutls-cli
|
355
|
-
Ref: gnutls-cli
|
356
|
-
Ref: gnutls-cli
|
357
|
-
Ref: gnutls-cli
|
358
|
-
Ref: gnutls-cli
|
359
|
-
|
360
|
-
Ref: gnutls-
|
361
|
-
|
362
|
-
Ref: gnutls-serv
|
363
|
-
Ref: gnutls-serv
|
364
|
-
Ref: gnutls-serv
|
365
|
-
Ref: gnutls-serv
|
366
|
-
Ref: gnutls-serv
|
367
|
-
Ref: gnutls-serv
|
368
|
-
Ref: gnutls-serv
|
369
|
-
|
370
|
-
Ref: gnutls-
|
371
|
-
|
372
|
-
Ref: gnutls-cli-debug
|
373
|
-
Ref: gnutls-cli-debug
|
374
|
-
Ref: gnutls-cli-debug
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
Node: TLS
|
379
|
-
Ref: fig:
|
380
|
-
|
381
|
-
|
382
|
-
Ref:
|
383
|
-
Node: TLS
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
Ref:
|
388
|
-
|
389
|
-
|
390
|
-
Node:
|
391
|
-
Node:
|
392
|
-
Node:
|
393
|
-
Node:
|
394
|
-
Node:
|
395
|
-
Node:
|
396
|
-
|
397
|
-
Node:
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
Ref:
|
402
|
-
Ref:
|
403
|
-
Ref:
|
404
|
-
Ref:
|
405
|
-
Ref:
|
406
|
-
Ref:
|
407
|
-
Ref:
|
408
|
-
Ref:
|
409
|
-
Ref:
|
410
|
-
Ref:
|
411
|
-
Ref:
|
412
|
-
Ref:
|
413
|
-
Ref:
|
414
|
-
Ref:
|
415
|
-
Ref:
|
416
|
-
Ref:
|
417
|
-
Ref:
|
418
|
-
Ref:
|
419
|
-
Ref:
|
420
|
-
Ref:
|
421
|
-
Ref:
|
422
|
-
Ref:
|
423
|
-
Ref:
|
424
|
-
Ref:
|
425
|
-
Ref:
|
426
|
-
Ref:
|
427
|
-
Ref:
|
428
|
-
Ref:
|
429
|
-
Ref:
|
430
|
-
Ref:
|
431
|
-
Ref:
|
432
|
-
Ref:
|
433
|
-
Ref:
|
434
|
-
Ref:
|
435
|
-
Ref:
|
436
|
-
Ref:
|
437
|
-
Ref:
|
438
|
-
Ref:
|
439
|
-
Ref:
|
440
|
-
Ref:
|
441
|
-
Ref:
|
442
|
-
Ref:
|
443
|
-
Ref:
|
444
|
-
Ref:
|
445
|
-
Ref:
|
446
|
-
Ref:
|
447
|
-
Ref:
|
448
|
-
Ref:
|
449
|
-
Ref:
|
450
|
-
Ref:
|
451
|
-
Ref:
|
452
|
-
Ref:
|
453
|
-
Ref:
|
454
|
-
Ref:
|
455
|
-
Ref:
|
456
|
-
Ref:
|
457
|
-
Ref:
|
458
|
-
Ref:
|
459
|
-
Ref:
|
460
|
-
Ref:
|
461
|
-
Ref:
|
462
|
-
Ref:
|
463
|
-
Ref:
|
464
|
-
Ref:
|
465
|
-
Ref:
|
466
|
-
Ref:
|
467
|
-
Ref:
|
468
|
-
Ref:
|
469
|
-
Ref:
|
470
|
-
Ref:
|
471
|
-
Ref:
|
472
|
-
Ref:
|
473
|
-
Ref:
|
474
|
-
Ref:
|
475
|
-
Ref:
|
476
|
-
Ref:
|
477
|
-
Ref:
|
478
|
-
Ref:
|
479
|
-
Ref:
|
480
|
-
Ref:
|
481
|
-
Ref:
|
482
|
-
Ref:
|
483
|
-
Ref:
|
484
|
-
Ref:
|
485
|
-
Ref:
|
486
|
-
Ref:
|
487
|
-
Ref:
|
488
|
-
Ref:
|
489
|
-
Ref:
|
490
|
-
Ref:
|
491
|
-
Ref:
|
492
|
-
Ref:
|
493
|
-
Ref:
|
494
|
-
Ref:
|
495
|
-
Ref:
|
496
|
-
Ref:
|
497
|
-
Ref:
|
498
|
-
Ref:
|
499
|
-
Ref:
|
500
|
-
Ref:
|
501
|
-
Ref:
|
502
|
-
Ref:
|
503
|
-
Ref:
|
504
|
-
Ref:
|
505
|
-
Ref:
|
506
|
-
Ref:
|
507
|
-
Ref:
|
508
|
-
Ref:
|
509
|
-
Ref:
|
510
|
-
Ref:
|
511
|
-
Ref:
|
512
|
-
Ref:
|
513
|
-
Ref:
|
514
|
-
Ref:
|
515
|
-
Ref:
|
516
|
-
Ref:
|
517
|
-
Ref:
|
518
|
-
Ref:
|
519
|
-
Ref:
|
520
|
-
Ref:
|
521
|
-
Ref:
|
522
|
-
Ref:
|
523
|
-
Ref:
|
524
|
-
Ref:
|
525
|
-
Ref:
|
526
|
-
Ref:
|
527
|
-
Ref:
|
528
|
-
Ref:
|
529
|
-
Ref:
|
530
|
-
Ref:
|
531
|
-
Ref:
|
532
|
-
Ref:
|
533
|
-
Ref:
|
534
|
-
Ref:
|
535
|
-
Ref:
|
536
|
-
Ref:
|
537
|
-
Ref:
|
538
|
-
Ref:
|
539
|
-
Ref:
|
540
|
-
Ref:
|
541
|
-
Ref:
|
542
|
-
Ref:
|
543
|
-
Ref:
|
544
|
-
Ref:
|
545
|
-
Ref:
|
546
|
-
Ref:
|
547
|
-
Ref:
|
548
|
-
Ref:
|
549
|
-
Ref:
|
550
|
-
Ref:
|
551
|
-
Ref:
|
552
|
-
Ref:
|
553
|
-
Ref:
|
554
|
-
Ref:
|
555
|
-
Ref:
|
556
|
-
Ref:
|
557
|
-
Ref:
|
558
|
-
Ref:
|
559
|
-
Ref:
|
560
|
-
Ref:
|
561
|
-
Ref:
|
562
|
-
Ref:
|
563
|
-
Ref:
|
564
|
-
Ref:
|
565
|
-
Ref:
|
566
|
-
Ref:
|
567
|
-
Ref:
|
568
|
-
Ref:
|
569
|
-
Ref:
|
570
|
-
Ref:
|
571
|
-
Ref:
|
572
|
-
Ref:
|
573
|
-
Ref:
|
574
|
-
Ref:
|
575
|
-
Ref:
|
576
|
-
Ref:
|
577
|
-
Ref:
|
578
|
-
Ref:
|
579
|
-
Ref:
|
580
|
-
Ref:
|
581
|
-
Ref:
|
582
|
-
Ref:
|
583
|
-
Ref:
|
584
|
-
Ref:
|
585
|
-
Ref:
|
586
|
-
Ref:
|
587
|
-
Ref:
|
588
|
-
Ref:
|
589
|
-
Ref:
|
590
|
-
Ref:
|
591
|
-
Ref:
|
592
|
-
Ref:
|
593
|
-
Ref:
|
594
|
-
Ref:
|
595
|
-
Ref:
|
596
|
-
Ref:
|
597
|
-
Ref:
|
598
|
-
Ref:
|
599
|
-
Ref:
|
600
|
-
Ref:
|
601
|
-
Ref:
|
602
|
-
Ref:
|
603
|
-
Ref:
|
604
|
-
Ref:
|
605
|
-
Ref:
|
606
|
-
Ref:
|
607
|
-
Ref:
|
608
|
-
Ref:
|
609
|
-
Ref:
|
610
|
-
Ref:
|
611
|
-
Ref:
|
612
|
-
Ref:
|
613
|
-
Ref:
|
614
|
-
Ref:
|
615
|
-
Ref:
|
616
|
-
Ref:
|
617
|
-
Ref:
|
618
|
-
Ref:
|
619
|
-
Ref:
|
620
|
-
Ref:
|
621
|
-
Ref:
|
622
|
-
Ref:
|
623
|
-
Ref:
|
624
|
-
Ref:
|
625
|
-
Ref:
|
626
|
-
Ref:
|
627
|
-
Ref:
|
628
|
-
Ref:
|
629
|
-
Ref:
|
630
|
-
Ref:
|
631
|
-
Ref:
|
632
|
-
Ref:
|
633
|
-
Ref:
|
634
|
-
Ref:
|
635
|
-
Ref:
|
636
|
-
Ref:
|
637
|
-
Ref:
|
638
|
-
Ref:
|
639
|
-
Ref:
|
640
|
-
Ref:
|
641
|
-
Ref:
|
642
|
-
Ref:
|
643
|
-
Ref:
|
644
|
-
Ref:
|
645
|
-
Ref:
|
646
|
-
Ref:
|
647
|
-
Ref:
|
648
|
-
Ref:
|
649
|
-
Ref:
|
650
|
-
Ref:
|
651
|
-
Ref:
|
652
|
-
Ref:
|
653
|
-
Ref:
|
654
|
-
Ref:
|
655
|
-
Ref:
|
656
|
-
Ref:
|
657
|
-
Ref:
|
658
|
-
Ref:
|
659
|
-
Ref:
|
660
|
-
Ref:
|
661
|
-
Ref:
|
662
|
-
Ref:
|
663
|
-
Ref:
|
664
|
-
Ref:
|
665
|
-
Ref:
|
666
|
-
Ref:
|
667
|
-
Ref:
|
668
|
-
Ref:
|
669
|
-
Ref:
|
670
|
-
Ref:
|
671
|
-
Ref:
|
672
|
-
Ref:
|
673
|
-
Ref:
|
674
|
-
Ref:
|
675
|
-
Ref:
|
676
|
-
Ref:
|
677
|
-
Ref:
|
678
|
-
Ref:
|
679
|
-
Ref:
|
680
|
-
Ref:
|
681
|
-
Ref:
|
682
|
-
Ref:
|
683
|
-
Ref:
|
684
|
-
|
685
|
-
|
686
|
-
Ref:
|
687
|
-
Ref:
|
688
|
-
Ref:
|
689
|
-
|
690
|
-
|
691
|
-
Ref:
|
692
|
-
Ref:
|
693
|
-
Ref:
|
694
|
-
Ref:
|
695
|
-
Ref:
|
696
|
-
|
697
|
-
Ref:
|
698
|
-
Ref:
|
699
|
-
Ref:
|
700
|
-
Ref:
|
701
|
-
|
702
|
-
Ref:
|
703
|
-
Ref:
|
704
|
-
Ref:
|
705
|
-
Ref:
|
706
|
-
Ref:
|
707
|
-
Ref:
|
708
|
-
Ref:
|
709
|
-
Ref:
|
710
|
-
Ref:
|
711
|
-
Ref:
|
712
|
-
Ref:
|
713
|
-
Ref:
|
714
|
-
Ref:
|
715
|
-
Ref:
|
716
|
-
Ref:
|
717
|
-
Ref:
|
718
|
-
Ref:
|
719
|
-
Ref:
|
720
|
-
Ref:
|
721
|
-
Ref:
|
722
|
-
Ref:
|
723
|
-
Ref:
|
724
|
-
Ref:
|
725
|
-
Ref:
|
726
|
-
Ref:
|
727
|
-
Ref:
|
728
|
-
Ref:
|
729
|
-
Ref:
|
730
|
-
Ref:
|
731
|
-
Ref:
|
732
|
-
Ref:
|
733
|
-
Ref:
|
734
|
-
Ref:
|
735
|
-
Ref:
|
736
|
-
Ref:
|
737
|
-
Ref:
|
738
|
-
Ref:
|
739
|
-
Ref:
|
740
|
-
Ref:
|
741
|
-
Ref:
|
742
|
-
Ref:
|
743
|
-
Ref:
|
744
|
-
Ref:
|
745
|
-
Ref:
|
746
|
-
Ref:
|
747
|
-
Ref:
|
748
|
-
Ref:
|
749
|
-
Ref:
|
750
|
-
Ref:
|
751
|
-
Ref:
|
752
|
-
Ref:
|
753
|
-
Ref:
|
754
|
-
Ref:
|
755
|
-
Ref:
|
756
|
-
Ref:
|
757
|
-
Ref:
|
758
|
-
Ref:
|
759
|
-
Ref:
|
760
|
-
Ref:
|
761
|
-
Ref:
|
762
|
-
Ref:
|
763
|
-
Ref:
|
764
|
-
Ref:
|
765
|
-
Ref:
|
766
|
-
Ref:
|
767
|
-
Ref:
|
768
|
-
Ref:
|
769
|
-
Ref:
|
770
|
-
Ref:
|
771
|
-
Ref:
|
772
|
-
Ref:
|
773
|
-
Ref:
|
774
|
-
Ref:
|
775
|
-
Ref:
|
776
|
-
Ref:
|
777
|
-
Ref:
|
778
|
-
Ref:
|
779
|
-
Ref:
|
780
|
-
Ref:
|
781
|
-
Ref:
|
782
|
-
Ref:
|
783
|
-
Ref:
|
784
|
-
Ref:
|
785
|
-
Ref:
|
786
|
-
Ref:
|
787
|
-
Ref:
|
788
|
-
Ref:
|
789
|
-
Ref:
|
790
|
-
Ref:
|
791
|
-
Ref:
|
792
|
-
Ref:
|
793
|
-
Ref:
|
794
|
-
Ref:
|
795
|
-
Ref:
|
796
|
-
Ref:
|
797
|
-
Ref:
|
798
|
-
Ref:
|
799
|
-
Ref:
|
800
|
-
Ref:
|
801
|
-
Ref:
|
802
|
-
Ref:
|
803
|
-
Ref:
|
804
|
-
Ref:
|
805
|
-
Ref:
|
806
|
-
Ref:
|
807
|
-
Ref:
|
808
|
-
Ref:
|
809
|
-
Ref:
|
810
|
-
Ref:
|
811
|
-
Ref:
|
812
|
-
Ref:
|
813
|
-
Ref:
|
814
|
-
Ref:
|
815
|
-
Ref:
|
816
|
-
Ref:
|
817
|
-
Ref:
|
818
|
-
Ref:
|
819
|
-
Ref:
|
820
|
-
Ref:
|
821
|
-
Ref:
|
822
|
-
Ref:
|
823
|
-
Ref:
|
824
|
-
Ref:
|
825
|
-
Ref:
|
826
|
-
Ref:
|
827
|
-
Ref:
|
828
|
-
Ref:
|
829
|
-
Ref:
|
830
|
-
Ref:
|
831
|
-
Ref:
|
832
|
-
Ref:
|
833
|
-
Ref:
|
834
|
-
Ref:
|
835
|
-
Ref:
|
836
|
-
Ref:
|
837
|
-
Ref:
|
838
|
-
Ref:
|
839
|
-
Ref:
|
840
|
-
Ref:
|
841
|
-
Ref:
|
842
|
-
Ref:
|
843
|
-
Ref:
|
844
|
-
Ref:
|
845
|
-
Ref:
|
846
|
-
Ref:
|
847
|
-
Ref:
|
848
|
-
Ref:
|
849
|
-
Ref:
|
850
|
-
Ref:
|
851
|
-
Ref:
|
852
|
-
Ref:
|
853
|
-
Ref:
|
854
|
-
Ref:
|
855
|
-
Ref:
|
856
|
-
Ref:
|
857
|
-
Ref:
|
858
|
-
Ref:
|
859
|
-
Ref:
|
860
|
-
Ref:
|
861
|
-
Ref:
|
862
|
-
Ref:
|
863
|
-
Ref:
|
864
|
-
Ref:
|
865
|
-
Ref:
|
866
|
-
Ref:
|
867
|
-
Ref:
|
868
|
-
Ref:
|
869
|
-
Ref:
|
870
|
-
Ref:
|
871
|
-
Ref:
|
872
|
-
Ref:
|
873
|
-
Ref:
|
874
|
-
Ref:
|
875
|
-
Ref:
|
876
|
-
Ref:
|
877
|
-
Ref:
|
878
|
-
Ref:
|
879
|
-
Ref:
|
880
|
-
Ref:
|
881
|
-
Ref:
|
882
|
-
Ref:
|
883
|
-
Ref:
|
884
|
-
Ref:
|
885
|
-
Ref:
|
886
|
-
Ref:
|
887
|
-
Ref:
|
888
|
-
Ref:
|
889
|
-
Ref:
|
890
|
-
Ref:
|
891
|
-
Ref:
|
892
|
-
Ref:
|
893
|
-
Ref:
|
894
|
-
Ref:
|
895
|
-
Ref:
|
896
|
-
Ref:
|
897
|
-
Ref:
|
898
|
-
Ref:
|
899
|
-
Ref:
|
900
|
-
Ref:
|
901
|
-
Ref:
|
902
|
-
Ref:
|
903
|
-
Ref:
|
904
|
-
Ref:
|
905
|
-
Ref:
|
906
|
-
Ref:
|
907
|
-
Ref:
|
908
|
-
Ref:
|
909
|
-
Ref:
|
910
|
-
Ref:
|
911
|
-
Ref:
|
912
|
-
Ref:
|
913
|
-
Ref:
|
914
|
-
Ref:
|
915
|
-
Ref:
|
916
|
-
Ref:
|
917
|
-
Ref:
|
918
|
-
Ref:
|
919
|
-
Ref:
|
920
|
-
Ref:
|
921
|
-
Ref:
|
922
|
-
Ref:
|
923
|
-
Ref:
|
924
|
-
Ref:
|
925
|
-
Ref:
|
926
|
-
Ref:
|
927
|
-
Ref:
|
928
|
-
Ref:
|
929
|
-
Ref:
|
930
|
-
Ref:
|
931
|
-
Ref:
|
932
|
-
|
933
|
-
Ref:
|
934
|
-
Ref:
|
935
|
-
Ref:
|
936
|
-
Ref:
|
937
|
-
|
938
|
-
Ref:
|
939
|
-
Ref:
|
940
|
-
Ref:
|
941
|
-
Ref:
|
942
|
-
Ref:
|
943
|
-
Ref:
|
944
|
-
Ref:
|
945
|
-
Ref:
|
946
|
-
Ref:
|
947
|
-
Ref:
|
948
|
-
Ref:
|
949
|
-
Ref:
|
950
|
-
Ref:
|
951
|
-
Ref:
|
952
|
-
Ref:
|
953
|
-
Ref:
|
954
|
-
Ref:
|
955
|
-
Ref:
|
956
|
-
Ref:
|
957
|
-
Ref:
|
958
|
-
Ref:
|
959
|
-
Ref:
|
960
|
-
Ref:
|
961
|
-
Ref:
|
962
|
-
Ref:
|
963
|
-
Ref:
|
964
|
-
Ref:
|
965
|
-
Ref:
|
966
|
-
|
967
|
-
Ref:
|
968
|
-
Ref:
|
969
|
-
Ref:
|
970
|
-
Ref:
|
971
|
-
|
972
|
-
Ref:
|
973
|
-
Ref:
|
974
|
-
Ref:
|
975
|
-
Ref:
|
976
|
-
Ref:
|
977
|
-
Ref:
|
978
|
-
Ref:
|
979
|
-
Ref:
|
980
|
-
Ref:
|
981
|
-
Ref:
|
982
|
-
Ref:
|
983
|
-
Ref:
|
984
|
-
Ref:
|
985
|
-
Ref:
|
986
|
-
Ref:
|
987
|
-
Ref:
|
988
|
-
Ref:
|
989
|
-
Ref:
|
990
|
-
Ref:
|
991
|
-
Ref:
|
992
|
-
Ref:
|
993
|
-
Ref:
|
994
|
-
Ref:
|
995
|
-
Ref:
|
996
|
-
Ref:
|
997
|
-
Ref:
|
998
|
-
Ref:
|
999
|
-
Ref:
|
1000
|
-
Ref:
|
1001
|
-
Ref:
|
1002
|
-
Ref:
|
1003
|
-
Ref:
|
1004
|
-
Ref:
|
1005
|
-
Ref:
|
1006
|
-
Ref:
|
1007
|
-
Ref:
|
1008
|
-
Ref:
|
1009
|
-
Ref:
|
1010
|
-
Ref:
|
1011
|
-
Ref:
|
1012
|
-
Ref:
|
1013
|
-
Ref:
|
1014
|
-
Ref:
|
1015
|
-
Ref:
|
1016
|
-
Ref:
|
1017
|
-
Ref:
|
1018
|
-
Ref:
|
1019
|
-
Ref:
|
1020
|
-
Ref:
|
1021
|
-
Ref:
|
1022
|
-
Ref:
|
1023
|
-
Ref:
|
1024
|
-
Ref:
|
1025
|
-
Ref:
|
1026
|
-
Ref:
|
1027
|
-
Ref:
|
1028
|
-
Ref:
|
1029
|
-
Ref:
|
1030
|
-
Ref:
|
1031
|
-
Ref:
|
1032
|
-
Ref:
|
1033
|
-
Ref:
|
1034
|
-
Ref:
|
1035
|
-
Ref:
|
1036
|
-
Ref:
|
1037
|
-
Ref:
|
1038
|
-
|
1039
|
-
Ref:
|
1040
|
-
Ref:
|
1041
|
-
Ref:
|
1042
|
-
Ref:
|
1043
|
-
|
1044
|
-
Ref:
|
1045
|
-
Ref:
|
1046
|
-
Ref:
|
1047
|
-
Ref:
|
1048
|
-
Ref:
|
1049
|
-
Ref:
|
1050
|
-
Ref:
|
1051
|
-
Ref:
|
1052
|
-
Ref:
|
1053
|
-
Ref:
|
1054
|
-
Ref:
|
1055
|
-
Ref:
|
1056
|
-
Ref:
|
1057
|
-
Ref:
|
1058
|
-
Ref:
|
1059
|
-
Ref:
|
1060
|
-
Ref:
|
1061
|
-
Ref:
|
1062
|
-
Ref:
|
1063
|
-
|
1064
|
-
Ref:
|
1065
|
-
Ref:
|
1066
|
-
Ref:
|
1067
|
-
Ref:
|
1068
|
-
|
1069
|
-
Ref:
|
1070
|
-
Ref:
|
1071
|
-
Ref:
|
1072
|
-
Ref:
|
1073
|
-
Ref:
|
1074
|
-
Ref:
|
1075
|
-
Ref:
|
1076
|
-
Ref:
|
1077
|
-
Ref:
|
1078
|
-
Ref:
|
1079
|
-
Ref:
|
1080
|
-
Ref:
|
1081
|
-
Ref:
|
1082
|
-
Ref:
|
1083
|
-
Ref:
|
1084
|
-
Ref:
|
1085
|
-
Ref:
|
1086
|
-
Ref:
|
1087
|
-
Ref:
|
1088
|
-
Ref:
|
1089
|
-
Ref:
|
1090
|
-
Ref:
|
1091
|
-
Ref:
|
1092
|
-
Ref:
|
1093
|
-
Ref:
|
1094
|
-
Ref:
|
1095
|
-
Ref:
|
1096
|
-
Ref:
|
1097
|
-
Ref:
|
1098
|
-
Ref:
|
1099
|
-
Ref:
|
1100
|
-
Ref:
|
1101
|
-
Ref:
|
1102
|
-
Ref:
|
1103
|
-
Ref:
|
1104
|
-
Ref:
|
1105
|
-
Ref:
|
1106
|
-
|
1107
|
-
Ref:
|
1108
|
-
Ref:
|
1109
|
-
Ref:
|
1110
|
-
Ref:
|
1111
|
-
|
1112
|
-
|
1113
|
-
Ref:
|
1114
|
-
Ref:
|
1115
|
-
Ref:
|
1116
|
-
Ref:
|
1117
|
-
|
1118
|
-
Ref:
|
1119
|
-
Ref:
|
1120
|
-
Ref:
|
1121
|
-
Ref:
|
1122
|
-
Ref:
|
1123
|
-
Ref:
|
1124
|
-
Ref:
|
1125
|
-
Ref:
|
1126
|
-
Ref:
|
1127
|
-
Ref:
|
1128
|
-
Ref:
|
1129
|
-
Ref:
|
1130
|
-
Ref:
|
1131
|
-
Ref:
|
1132
|
-
Ref:
|
1133
|
-
Ref:
|
1134
|
-
Ref:
|
1135
|
-
Ref:
|
1136
|
-
Ref:
|
1137
|
-
Ref:
|
1138
|
-
Ref:
|
1139
|
-
Ref:
|
1140
|
-
Ref:
|
1141
|
-
Ref:
|
1142
|
-
Ref:
|
1143
|
-
Ref:
|
1144
|
-
Ref:
|
1145
|
-
Ref:
|
1146
|
-
Ref:
|
1147
|
-
Ref:
|
1148
|
-
Ref:
|
1149
|
-
Ref:
|
1150
|
-
Ref:
|
1151
|
-
Ref:
|
1152
|
-
Ref:
|
1153
|
-
Ref:
|
1154
|
-
Ref:
|
1155
|
-
Ref:
|
1156
|
-
Ref:
|
1157
|
-
Ref:
|
1158
|
-
Ref:
|
1159
|
-
Ref:
|
1160
|
-
Ref:
|
1161
|
-
Ref:
|
1162
|
-
Ref:
|
1163
|
-
Ref:
|
1164
|
-
Ref:
|
1165
|
-
Ref:
|
1166
|
-
Ref:
|
1167
|
-
Ref:
|
1168
|
-
Ref:
|
1169
|
-
Ref:
|
1170
|
-
Ref:
|
1171
|
-
Ref:
|
1172
|
-
Ref:
|
1173
|
-
Ref:
|
1174
|
-
Ref:
|
1175
|
-
Ref:
|
1176
|
-
Ref:
|
1177
|
-
Ref:
|
1178
|
-
Ref:
|
1179
|
-
Ref:
|
1180
|
-
Ref:
|
1181
|
-
Ref:
|
1182
|
-
Ref:
|
1183
|
-
Ref:
|
1184
|
-
Ref:
|
1185
|
-
|
1186
|
-
Ref:
|
1187
|
-
Ref:
|
1188
|
-
Ref:
|
1189
|
-
Ref:
|
1190
|
-
|
1191
|
-
Ref:
|
1192
|
-
Ref:
|
1193
|
-
Ref:
|
1194
|
-
Ref:
|
1195
|
-
Ref:
|
1196
|
-
Ref:
|
1197
|
-
Ref:
|
1198
|
-
Ref:
|
1199
|
-
Ref:
|
1200
|
-
Ref:
|
1201
|
-
|
1202
|
-
Ref:
|
1203
|
-
Ref:
|
1204
|
-
Ref:
|
1205
|
-
Ref:
|
1206
|
-
|
1207
|
-
Ref:
|
1208
|
-
Ref:
|
1209
|
-
Ref:
|
1210
|
-
Ref:
|
1211
|
-
Ref:
|
1212
|
-
Ref:
|
1213
|
-
Ref:
|
1214
|
-
Ref:
|
1215
|
-
Ref:
|
1216
|
-
Ref:
|
1217
|
-
Ref:
|
1218
|
-
Ref:
|
1219
|
-
Ref:
|
1220
|
-
Ref:
|
1221
|
-
Ref:
|
1222
|
-
Ref:
|
1223
|
-
Ref:
|
1224
|
-
Ref:
|
1225
|
-
Ref:
|
1226
|
-
|
1227
|
-
Ref:
|
1228
|
-
Ref:
|
1229
|
-
Ref:
|
1230
|
-
Ref:
|
1231
|
-
|
1232
|
-
Ref:
|
1233
|
-
Ref:
|
1234
|
-
Ref:
|
1235
|
-
Ref:
|
1236
|
-
Ref:
|
1237
|
-
Ref:
|
1238
|
-
Ref:
|
1239
|
-
Ref:
|
1240
|
-
Ref:
|
1241
|
-
Ref:
|
1242
|
-
Ref:
|
1243
|
-
Ref:
|
1244
|
-
Ref:
|
1245
|
-
Ref:
|
1246
|
-
Ref:
|
1247
|
-
Ref:
|
1248
|
-
Ref:
|
1249
|
-
Ref:
|
1250
|
-
Ref:
|
1251
|
-
Ref:
|
1252
|
-
Ref:
|
1253
|
-
Ref:
|
1254
|
-
Ref:
|
1255
|
-
Ref:
|
1256
|
-
|
1257
|
-
|
1258
|
-
Ref:
|
1259
|
-
Ref:
|
1260
|
-
Ref:
|
1261
|
-
|
1262
|
-
|
1263
|
-
Ref:
|
1264
|
-
Ref:
|
1265
|
-
Ref:
|
1266
|
-
Ref:
|
1267
|
-
Ref:
|
1268
|
-
Ref:
|
1269
|
-
Ref:
|
1270
|
-
Ref:
|
1271
|
-
Ref:
|
1272
|
-
Ref:
|
1273
|
-
Ref:
|
1274
|
-
Ref:
|
1275
|
-
Ref:
|
1276
|
-
Ref:
|
1277
|
-
Ref:
|
1278
|
-
Ref:
|
1279
|
-
Ref:
|
1280
|
-
Ref:
|
1281
|
-
Ref:
|
1282
|
-
Ref:
|
1283
|
-
Ref:
|
1284
|
-
Ref:
|
1285
|
-
Ref:
|
1286
|
-
Ref:
|
1287
|
-
Ref:
|
1288
|
-
Ref:
|
1289
|
-
Ref:
|
1290
|
-
Ref:
|
1291
|
-
Ref:
|
1292
|
-
Ref:
|
1293
|
-
Ref:
|
1294
|
-
Ref:
|
1295
|
-
Ref:
|
1296
|
-
Ref:
|
1297
|
-
Ref:
|
1298
|
-
Ref:
|
1299
|
-
Ref:
|
1300
|
-
Ref:
|
1301
|
-
Ref:
|
1302
|
-
Ref:
|
1303
|
-
Ref:
|
1304
|
-
|
1305
|
-
|
39
|
+
Node: Top1280
|
40
|
+
Node: Preface2463
|
41
|
+
Node: Introduction to GnuTLS3847
|
42
|
+
Node: Downloading and installing5487
|
43
|
+
Node: Document overview7998
|
44
|
+
Node: Introduction to TLS8999
|
45
|
+
Ref: Introduction to TLS-Footnote-110141
|
46
|
+
Node: TLS layers10431
|
47
|
+
Ref: fig:tls-layers11390
|
48
|
+
Node: The transport layer11465
|
49
|
+
Node: The TLS record protocol12069
|
50
|
+
Node: Encryption algorithms used in the record layer13344
|
51
|
+
Ref: tab:ciphers14240
|
52
|
+
Ref: tab:macs15612
|
53
|
+
Node: Compression algorithms used in the record layer16303
|
54
|
+
Ref: gnutls_compression_method_t17247
|
55
|
+
Node: Weaknesses and countermeasures17932
|
56
|
+
Ref: Weaknesses and countermeasures-Footnote-118960
|
57
|
+
Node: On Record Padding19038
|
58
|
+
Node: The TLS Alert Protocol20962
|
59
|
+
Ref: The Alert Protocol21162
|
60
|
+
Ref: tab:alerts22046
|
61
|
+
Node: The TLS Handshake Protocol24814
|
62
|
+
Ref: The Handshake Protocol25013
|
63
|
+
Node: TLS Cipher Suites25679
|
64
|
+
Ref: TLS Cipher Suites-Footnote-126662
|
65
|
+
Node: Authentication26776
|
66
|
+
Node: Client Authentication27487
|
67
|
+
Node: Resuming Sessions27964
|
68
|
+
Ref: resume28123
|
69
|
+
Node: TLS Extensions28769
|
70
|
+
Node: Maximum fragment length negotiation29443
|
71
|
+
Node: Server name indication30047
|
72
|
+
Ref: serverind30247
|
73
|
+
Node: Session tickets31093
|
74
|
+
Node: HeartBeat31703
|
75
|
+
Node: Safe renegotiation33008
|
76
|
+
Node: OCSP status request37912
|
77
|
+
Node: SRTP39734
|
78
|
+
Ref: gnutls_srtp_profile_t40213
|
79
|
+
Node: How to use TLS in application protocols42549
|
80
|
+
Node: Separate ports43067
|
81
|
+
Ref: Separate ports-Footnote-144482
|
82
|
+
Node: Upward negotiation44558
|
83
|
+
Ref: Upward negotiation-Footnote-147238
|
84
|
+
Node: On SSL 2 and older protocols47266
|
85
|
+
Node: Authentication methods49144
|
86
|
+
Node: Certificate authentication50039
|
87
|
+
Ref: tab:key-exchange50597
|
88
|
+
Node: X.509 certificates53101
|
89
|
+
Ref: fig:x50953580
|
90
|
+
Node: X.509 certificate structure54129
|
91
|
+
Ref: tab:x50954527
|
92
|
+
Ref: tab:x509-ext56321
|
93
|
+
Node: Importing an X.509 certificate59312
|
94
|
+
Node: X.509 distinguished names60694
|
95
|
+
Node: X.509 public and private keys64357
|
96
|
+
Node: Verifying X.509 certificate paths66799
|
97
|
+
Ref: gnutls_certificate_status_t74564
|
98
|
+
Node: Verifying a certificate in the context of TLS session76550
|
99
|
+
Ref: gnutls_certificate_verify_flags78040
|
100
|
+
Node: OpenPGP certificates80170
|
101
|
+
Ref: fig:openpgp80984
|
102
|
+
Ref: tab:openpgp-certificate81774
|
103
|
+
Ref: tab:openpgp-key-exchange83448
|
104
|
+
Ref: OpenPGP certificates-Footnote-187543
|
105
|
+
Node: Advanced certificate verification87598
|
106
|
+
Node: Verifying a certificate using trust on first use authentication88485
|
107
|
+
Node: Verifying a certificate using DANE89709
|
108
|
+
Node: Digital signatures91217
|
109
|
+
Node: More on certificate authentication96431
|
110
|
+
Node: PKCS 10 certificate requests97251
|
111
|
+
Ref: ex:crq100491
|
112
|
+
Node: PKIX certificate revocation lists102572
|
113
|
+
Ref: tab:crl103447
|
114
|
+
Node: OCSP certificate status checking108978
|
115
|
+
Ref: tab:ocsp-response115661
|
116
|
+
Ref: gnutls_x509_crl_reason_t119208
|
117
|
+
Node: Managing encrypted keys120532
|
118
|
+
Ref: gnutls_pkcs_encrypt_flags_t124583
|
119
|
+
Node: certtool Invocation131331
|
120
|
+
Ref: certtool usage131919
|
121
|
+
Ref: certtool debug138255
|
122
|
+
Ref: certtool generate-request138399
|
123
|
+
Ref: certtool verify-chain138743
|
124
|
+
Ref: certtool verify138920
|
125
|
+
Ref: certtool verify-crl139238
|
126
|
+
Ref: certtool get-dh-params139538
|
127
|
+
Ref: certtool load-privkey139837
|
128
|
+
Ref: certtool load-pubkey140010
|
129
|
+
Ref: certtool load-certificate140180
|
130
|
+
Ref: certtool load-ca-privkey140361
|
131
|
+
Ref: certtool load-ca-certificate140565
|
132
|
+
Ref: certtool cprint140777
|
133
|
+
Ref: certtool null-password141009
|
134
|
+
Ref: certtool pubkey-info141202
|
135
|
+
Ref: certtool to-p12141445
|
136
|
+
Ref: certtool rsa141744
|
137
|
+
Ref: certtool dsa141875
|
138
|
+
Ref: certtool ecc142005
|
139
|
+
Ref: certtool ecdsa142177
|
140
|
+
Ref: certtool hash142294
|
141
|
+
Ref: certtool inder142483
|
142
|
+
Ref: certtool inraw142805
|
143
|
+
Ref: certtool outder142928
|
144
|
+
Ref: certtool outraw143076
|
145
|
+
Ref: certtool sec-param143204
|
146
|
+
Ref: certtool pkcs-cipher143425
|
147
|
+
Ref: certtool exit status143665
|
148
|
+
Ref: certtool See Also143897
|
149
|
+
Ref: certtool Examples143948
|
150
|
+
Ref: certtool Files147861
|
151
|
+
Node: ocsptool Invocation153371
|
152
|
+
Ref: ocsptool usage153912
|
153
|
+
Ref: ocsptool debug157288
|
154
|
+
Ref: ocsptool ask157432
|
155
|
+
Ref: ocsptool exit status157827
|
156
|
+
Ref: ocsptool See Also158059
|
157
|
+
Ref: ocsptool Examples158111
|
158
|
+
Node: danetool Invocation163087
|
159
|
+
Ref: danetool usage163541
|
160
|
+
Ref: danetool debug166953
|
161
|
+
Ref: danetool load-pubkey167097
|
162
|
+
Ref: danetool load-certificate167267
|
163
|
+
Ref: danetool dlv167448
|
164
|
+
Ref: danetool hash167607
|
165
|
+
Ref: danetool check167798
|
166
|
+
Ref: danetool check-ee168087
|
167
|
+
Ref: danetool check-ca168270
|
168
|
+
Ref: danetool insecure168448
|
169
|
+
Ref: danetool local-dns168593
|
170
|
+
Ref: danetool inder168822
|
171
|
+
Ref: danetool inraw169144
|
172
|
+
Ref: danetool tlsa-rr169267
|
173
|
+
Ref: danetool host169562
|
174
|
+
Ref: danetool proto169755
|
175
|
+
Ref: danetool ca169977
|
176
|
+
Ref: danetool x509170150
|
177
|
+
Ref: danetool local170411
|
178
|
+
Ref: danetool domain170537
|
179
|
+
Ref: danetool exit status170942
|
180
|
+
Ref: danetool See Also171174
|
181
|
+
Ref: danetool Examples171226
|
182
|
+
Node: Shared-key and anonymous authentication172389
|
183
|
+
Node: SRP authentication172958
|
184
|
+
Node: Authentication using SRP173221
|
185
|
+
Node: srptool Invocation176262
|
186
|
+
Ref: srptool usage177073
|
187
|
+
Ref: srptool debug179182
|
188
|
+
Ref: srptool verify179326
|
189
|
+
Ref: srptool passwd-conf179464
|
190
|
+
Ref: srptool create-conf179666
|
191
|
+
Ref: srptool exit status179913
|
192
|
+
Ref: srptool See Also180143
|
193
|
+
Ref: srptool Examples180258
|
194
|
+
Node: PSK authentication180900
|
195
|
+
Node: Authentication using PSK181196
|
196
|
+
Node: psktool Invocation182414
|
197
|
+
Ref: psktool usage182900
|
198
|
+
Ref: psktool debug184485
|
199
|
+
Ref: psktool exit status184629
|
200
|
+
Ref: psktool See Also184859
|
201
|
+
Ref: psktool Examples184961
|
202
|
+
Node: Anonymous authentication185420
|
203
|
+
Node: Selecting an appropriate authentication method186410
|
204
|
+
Node: Hardware security modules and abstract key types191248
|
205
|
+
Node: Abstract key types192259
|
206
|
+
Node: Abstract public keys193676
|
207
|
+
Node: Abstract private keys198287
|
208
|
+
Node: Operations201681
|
209
|
+
Node: Smart cards and HSMs207803
|
210
|
+
Ref: fig:pkcs11-vision209673
|
211
|
+
Ref: Smart cards and HSMs-Footnote-1209985
|
212
|
+
Node: PKCS11 Initialization210025
|
213
|
+
Ref: PKCS11 Initialization-Footnote-1212574
|
214
|
+
Node: Accessing objects that require a PIN212617
|
215
|
+
Ref: gnutls_pin_flag_t214296
|
216
|
+
Node: Reading objects215815
|
217
|
+
Node: Writing objects220943
|
218
|
+
Node: Using a PKCS11 token with TLS223324
|
219
|
+
Node: p11tool Invocation224621
|
220
|
+
Ref: p11tool usage225250
|
221
|
+
Ref: p11tool debug229505
|
222
|
+
Ref: p11tool write229649
|
223
|
+
Ref: p11tool generate-rsa229824
|
224
|
+
Ref: p11tool generate-dsa229994
|
225
|
+
Ref: p11tool generate-ecc230164
|
226
|
+
Ref: p11tool private230334
|
227
|
+
Ref: p11tool sec-param230555
|
228
|
+
Ref: p11tool inder230800
|
229
|
+
Ref: p11tool inraw230940
|
230
|
+
Ref: p11tool provider231062
|
231
|
+
Ref: p11tool exit status231258
|
232
|
+
Ref: p11tool See Also231488
|
233
|
+
Ref: p11tool Examples231538
|
234
|
+
Node: Trusted Platform Module232649
|
235
|
+
Node: Keys in TPM233915
|
236
|
+
Node: Key generation235394
|
237
|
+
Node: Using keys237655
|
238
|
+
Node: tpmtool Invocation241305
|
239
|
+
Ref: tpmtool usage241731
|
240
|
+
Ref: tpmtool debug242257
|
241
|
+
Ref: tpmtool generate-rsa242401
|
242
|
+
Ref: tpmtool user242671
|
243
|
+
Ref: tpmtool system243030
|
244
|
+
Ref: tpmtool sec-param243383
|
245
|
+
Ref: tpmtool inder243710
|
246
|
+
Ref: tpmtool outder243928
|
247
|
+
Ref: tpmtool exit status244063
|
248
|
+
Ref: tpmtool See Also244293
|
249
|
+
Ref: tpmtool Examples244356
|
250
|
+
Node: How to use GnuTLS in applications244969
|
251
|
+
Node: Introduction to the library245538
|
252
|
+
Node: General idea246090
|
253
|
+
Ref: fig:gnutls-design246939
|
254
|
+
Ref: General idea-Footnote-1248235
|
255
|
+
Node: Error handling248280
|
256
|
+
Node: Common types249850
|
257
|
+
Node: Debugging and auditing250736
|
258
|
+
Node: Thread safety252351
|
259
|
+
Node: Callback functions254822
|
260
|
+
Node: Preparation255786
|
261
|
+
Node: Headers256205
|
262
|
+
Node: Initialization256494
|
263
|
+
Node: Version check257147
|
264
|
+
Node: Building the source257684
|
265
|
+
Node: Session initialization259795
|
266
|
+
Node: Associating the credentials263322
|
267
|
+
Ref: tab:key-exchange-cred264067
|
268
|
+
Node: Certificate credentials265234
|
269
|
+
Node: SRP credentials278599
|
270
|
+
Node: PSK credentials283059
|
271
|
+
Node: Anonymous credentials286722
|
272
|
+
Node: Setting up the transport layer287537
|
273
|
+
Node: Asynchronous operation295416
|
274
|
+
Node: DTLS sessions298747
|
275
|
+
Ref: DTLS sessions-Footnote-1300989
|
276
|
+
Node: TLS handshake302346
|
277
|
+
Node: Data transfer and termination305014
|
278
|
+
Node: Buffered data transfer313620
|
279
|
+
Node: Handling alerts315137
|
280
|
+
Node: Priority Strings318500
|
281
|
+
Ref: tab:prio-keywords319231
|
282
|
+
Ref: tab:prio-algorithms322849
|
283
|
+
Ref: tab:prio-special1324889
|
284
|
+
Ref: tab:prio-special2326885
|
285
|
+
Ref: Priority Strings-Footnote-1331246
|
286
|
+
Ref: Priority Strings-Footnote-2331319
|
287
|
+
Node: Selecting cryptographic key sizes331510
|
288
|
+
Ref: tab:key-sizes332152
|
289
|
+
Node: Advanced topics336328
|
290
|
+
Node: Session resumption336700
|
291
|
+
Node: Certificate verification340833
|
292
|
+
Ref: dane_verify_status_t349336
|
293
|
+
Node: Parameter generation349729
|
294
|
+
Node: Keying Material Exporters353398
|
295
|
+
Node: Channel Bindings354454
|
296
|
+
Node: Interoperability355960
|
297
|
+
Node: Compatibility with the OpenSSL library357567
|
298
|
+
Node: GnuTLS application examples358292
|
299
|
+
Ref: examples358510
|
300
|
+
Node: Client examples358784
|
301
|
+
Node: Simple client example with X.509 certificate support359669
|
302
|
+
Ref: ex:verify359962
|
303
|
+
Node: Simple client example with SSH-style certificate verification364838
|
304
|
+
Node: Simple client example with anonymous authentication368759
|
305
|
+
Node: Simple Datagram TLS client example372069
|
306
|
+
Node: Obtaining session information375836
|
307
|
+
Node: Using a callback to select the certificate to use379881
|
308
|
+
Node: Verifying a certificate385828
|
309
|
+
Ref: ex:verify2386065
|
310
|
+
Node: Client using a smart card with TLS390420
|
311
|
+
Ref: ex:pkcs11-client390653
|
312
|
+
Node: Client with Resume capability example394858
|
313
|
+
Ref: ex:resume-client395133
|
314
|
+
Node: Simple client example with SRP authentication399273
|
315
|
+
Node: Simple client example in C++402713
|
316
|
+
Node: Helper functions for TCP connections405285
|
317
|
+
Node: Helper functions for UDP connections406745
|
318
|
+
Node: Server examples408434
|
319
|
+
Node: Echo server with X.509 authentication408898
|
320
|
+
Node: Echo server with OpenPGP authentication414311
|
321
|
+
Node: Echo server with SRP authentication419542
|
322
|
+
Node: Echo server with anonymous authentication424776
|
323
|
+
Node: DTLS echo server with X.509 authentication429516
|
324
|
+
Node: OCSP example441403
|
325
|
+
Ref: Generate OCSP request441569
|
326
|
+
Node: Miscellaneous examples449790
|
327
|
+
Node: Checking for an alert450140
|
328
|
+
Node: X.509 certificate parsing example451443
|
329
|
+
Ref: ex:x509-info451700
|
330
|
+
Node: Listing the ciphersuites in a priority string454966
|
331
|
+
Node: PKCS #12 structure generation example456706
|
332
|
+
Node: XSSL examples460408
|
333
|
+
Node: Example client with X.509 certificate authentication461003
|
334
|
+
Node: Example client with X.509 certificate authentication and TOFU462891
|
335
|
+
Node: Using GnuTLS as a cryptographic library465341
|
336
|
+
Node: Symmetric algorithms466006
|
337
|
+
Node: Public key algorithms467365
|
338
|
+
Node: Hash and HMAC functions467833
|
339
|
+
Node: Random number generation469643
|
340
|
+
Ref: gnutls_rnd_level_t469976
|
341
|
+
Node: Other included programs470666
|
342
|
+
Node: gnutls-cli Invocation471235
|
343
|
+
Ref: gnutls-cli usage471795
|
344
|
+
Ref: gnutls-cli debug477166
|
345
|
+
Ref: gnutls-cli tofu477310
|
346
|
+
Ref: gnutls-cli dane477561
|
347
|
+
Ref: gnutls-cli local-dns477821
|
348
|
+
Ref: gnutls-cli ca-verification478050
|
349
|
+
Ref: gnutls-cli ocsp478336
|
350
|
+
Ref: gnutls-cli resume478496
|
351
|
+
Ref: gnutls-cli rehandshake478642
|
352
|
+
Ref: gnutls-cli starttls478809
|
353
|
+
Ref: gnutls-cli disable-extensions478995
|
354
|
+
Ref: gnutls-cli dh-bits479190
|
355
|
+
Ref: gnutls-cli priority479542
|
356
|
+
Ref: gnutls-cli ranges479888
|
357
|
+
Ref: gnutls-cli list480104
|
358
|
+
Ref: gnutls-cli exit status480342
|
359
|
+
Ref: gnutls-cli See Also480578
|
360
|
+
Ref: gnutls-cli Examples480657
|
361
|
+
Node: gnutls-serv Invocation482415
|
362
|
+
Ref: gnutls-serv usage482890
|
363
|
+
Ref: gnutls-serv debug487106
|
364
|
+
Ref: gnutls-serv heartbeat487250
|
365
|
+
Ref: gnutls-serv priority487401
|
366
|
+
Ref: gnutls-serv ocsp-response487747
|
367
|
+
Ref: gnutls-serv list487971
|
368
|
+
Ref: gnutls-serv exit status488209
|
369
|
+
Ref: gnutls-serv See Also488447
|
370
|
+
Ref: gnutls-serv Examples488527
|
371
|
+
Node: gnutls-cli-debug Invocation493954
|
372
|
+
Ref: gnutls-cli-debug usage494774
|
373
|
+
Ref: gnutls-cli-debug debug496800
|
374
|
+
Ref: gnutls-cli-debug exit status496944
|
375
|
+
Ref: gnutls-cli-debug See Also497192
|
376
|
+
Ref: gnutls-cli-debug Examples497277
|
377
|
+
Node: Internal architecture of GnuTLS499698
|
378
|
+
Node: The TLS Protocol500240
|
379
|
+
Ref: fig:client-server500716
|
380
|
+
Node: TLS Handshake Protocol500806
|
381
|
+
Ref: fig:gnutls-handshake501248
|
382
|
+
Ref: fig:gnutls-handshake-sequence501757
|
383
|
+
Node: TLS Authentication Methods501855
|
384
|
+
Ref: TLS Authentication Methods-Footnote-1504153
|
385
|
+
Node: TLS Extension Handling504219
|
386
|
+
Node: Cryptographic Backend515910
|
387
|
+
Ref: fig:crypto-layers516644
|
388
|
+
Ref: Cryptographic Backend-Footnote-1520354
|
389
|
+
Ref: Cryptographic Backend-Footnote-2520438
|
390
|
+
Node: Upgrading from previous versions520545
|
391
|
+
Node: Support524831
|
392
|
+
Node: Getting help525061
|
393
|
+
Node: Commercial Support525663
|
394
|
+
Node: Bug Reports526489
|
395
|
+
Node: Contributing527853
|
396
|
+
Node: Error codes529857
|
397
|
+
Node: Supported ciphersuites548361
|
398
|
+
Ref: ciphersuites548534
|
399
|
+
Node: API reference555805
|
400
|
+
Node: Core TLS API556215
|
401
|
+
Ref: gnutls_alert_get556444
|
402
|
+
Ref: gnutls_alert_get_name557068
|
403
|
+
Ref: gnutls_alert_get_strname557453
|
404
|
+
Ref: gnutls_alert_send557788
|
405
|
+
Ref: gnutls_alert_send_appropriate558671
|
406
|
+
Ref: gnutls_anon_allocate_client_credentials559422
|
407
|
+
Ref: gnutls_anon_allocate_server_credentials559881
|
408
|
+
Ref: gnutls_anon_free_client_credentials560332
|
409
|
+
Ref: gnutls_anon_free_server_credentials560708
|
410
|
+
Ref: gnutls_anon_set_params_function561076
|
411
|
+
Ref: gnutls_anon_set_server_dh_params561594
|
412
|
+
Ref: gnutls_anon_set_server_params_function562118
|
413
|
+
Ref: gnutls_auth_client_get_type562627
|
414
|
+
Ref: gnutls_auth_get_type563139
|
415
|
+
Ref: gnutls_auth_server_get_type563836
|
416
|
+
Ref: gnutls_bye564328
|
417
|
+
Ref: gnutls_certificate_activation_time_peers565934
|
418
|
+
Ref: gnutls_certificate_allocate_credentials566401
|
419
|
+
Ref: gnutls_certificate_client_get_request_status566877
|
420
|
+
Ref: gnutls_certificate_expiration_time_peers567300
|
421
|
+
Ref: gnutls_certificate_free_ca_names567704
|
422
|
+
Ref: gnutls_certificate_free_cas568378
|
423
|
+
Ref: gnutls_certificate_free_credentials568802
|
424
|
+
Ref: gnutls_certificate_free_crls569323
|
425
|
+
Ref: gnutls_certificate_free_keys569628
|
426
|
+
Ref: gnutls_certificate_get_issuer570065
|
427
|
+
Ref: gnutls_certificate_get_ours570703
|
428
|
+
Ref: gnutls_certificate_get_peers571236
|
429
|
+
Ref: gnutls_certificate_get_peers_subkey_id572100
|
430
|
+
Ref: gnutls_certificate_send_x509_rdn_sequence572615
|
431
|
+
Ref: gnutls_certificate_server_set_request573343
|
432
|
+
Ref: gnutls_certificate_set_dh_params573996
|
433
|
+
Ref: gnutls_certificate_set_ocsp_status_request_file574717
|
434
|
+
Ref: gnutls_certificate_set_ocsp_status_request_function575592
|
435
|
+
Ref: gnutls_certificate_set_params_function576976
|
436
|
+
Ref: gnutls_certificate_set_pin_function577515
|
437
|
+
Ref: gnutls_certificate_set_retrieve_function578179
|
438
|
+
Ref: gnutls_certificate_set_verify_flags580057
|
439
|
+
Ref: gnutls_certificate_set_verify_function580555
|
440
|
+
Ref: gnutls_certificate_set_verify_limits581624
|
441
|
+
Ref: gnutls_certificate_set_x509_crl582310
|
442
|
+
Ref: gnutls_certificate_set_x509_crl_file583143
|
443
|
+
Ref: gnutls_certificate_set_x509_crl_mem583929
|
444
|
+
Ref: gnutls_certificate_set_x509_key584711
|
445
|
+
Ref: gnutls_certificate_set_x509_key_file585725
|
446
|
+
Ref: gnutls_certificate_set_x509_key_file2587031
|
447
|
+
Ref: gnutls_certificate_set_x509_key_mem588482
|
448
|
+
Ref: gnutls_certificate_set_x509_key_mem2589733
|
449
|
+
Ref: gnutls_certificate_set_x509_simple_pkcs12_file591148
|
450
|
+
Ref: gnutls_certificate_set_x509_simple_pkcs12_mem592676
|
451
|
+
Ref: gnutls_certificate_set_x509_system_trust594174
|
452
|
+
Ref: gnutls_certificate_set_x509_trust594746
|
453
|
+
Ref: gnutls_certificate_set_x509_trust_file595733
|
454
|
+
Ref: gnutls_certificate_set_x509_trust_mem596951
|
455
|
+
Ref: gnutls_certificate_type_get597899
|
456
|
+
Ref: gnutls_certificate_type_get_id598301
|
457
|
+
Ref: gnutls_certificate_type_get_name598698
|
458
|
+
Ref: gnutls_certificate_type_list599081
|
459
|
+
Ref: gnutls_certificate_verification_status_print599435
|
460
|
+
Ref: gnutls_certificate_verify_peers2600195
|
461
|
+
Ref: gnutls_certificate_verify_peers3601461
|
462
|
+
Ref: gnutls_check_version602807
|
463
|
+
Ref: gnutls_cipher_get603416
|
464
|
+
Ref: gnutls_cipher_get_id603722
|
465
|
+
Ref: gnutls_cipher_get_key_size604104
|
466
|
+
Ref: gnutls_cipher_get_name604431
|
467
|
+
Ref: gnutls_cipher_list604778
|
468
|
+
Ref: gnutls_cipher_suite_get_name605338
|
469
|
+
Ref: gnutls_cipher_suite_info605956
|
470
|
+
Ref: gnutls_compression_get607135
|
471
|
+
Ref: gnutls_compression_get_id607488
|
472
|
+
Ref: gnutls_compression_get_name607852
|
473
|
+
Ref: gnutls_compression_list608234
|
474
|
+
Ref: gnutls_credentials_clear608552
|
475
|
+
Ref: gnutls_credentials_set608785
|
476
|
+
Ref: gnutls_db_check_entry610158
|
477
|
+
Ref: gnutls_db_check_entry_time610557
|
478
|
+
Ref: gnutls_db_get_ptr610911
|
479
|
+
Ref: gnutls_db_remove_session611228
|
480
|
+
Ref: gnutls_db_set_cache_expiration611770
|
481
|
+
Ref: gnutls_db_set_ptr612116
|
482
|
+
Ref: gnutls_db_set_remove_function612456
|
483
|
+
Ref: gnutls_db_set_retrieve_function612964
|
484
|
+
Ref: gnutls_db_set_store_function613655
|
485
|
+
Ref: gnutls_deinit614127
|
486
|
+
Ref: gnutls_dh_get_group614471
|
487
|
+
Ref: gnutls_dh_get_peers_public_bits615202
|
488
|
+
Ref: gnutls_dh_get_prime_bits615646
|
489
|
+
Ref: gnutls_dh_get_pubkey616286
|
490
|
+
Ref: gnutls_dh_get_secret_bits616878
|
491
|
+
Ref: gnutls_dh_params_cpy617310
|
492
|
+
Ref: gnutls_dh_params_deinit617768
|
493
|
+
Ref: gnutls_dh_params_export2_pkcs3618043
|
494
|
+
Ref: gnutls_dh_params_export_pkcs3618864
|
495
|
+
Ref: gnutls_dh_params_export_raw619883
|
496
|
+
Ref: gnutls_dh_params_generate2620636
|
497
|
+
Ref: gnutls_dh_params_import_pkcs3621587
|
498
|
+
Ref: gnutls_dh_params_import_raw622362
|
499
|
+
Ref: gnutls_dh_params_init623011
|
500
|
+
Ref: gnutls_dh_set_prime_bits623380
|
501
|
+
Ref: gnutls_ecc_curve_get624476
|
502
|
+
Ref: gnutls_ecc_curve_get_name624869
|
503
|
+
Ref: gnutls_ecc_curve_get_size625205
|
504
|
+
Ref: gnutls_ecc_curve_list625451
|
505
|
+
Ref: gnutls_error_is_fatal625774
|
506
|
+
Ref: gnutls_error_to_alert626534
|
507
|
+
Ref: gnutls_fingerprint627211
|
508
|
+
Ref: gnutls_global_deinit628203
|
509
|
+
Ref: gnutls_global_init628521
|
510
|
+
Ref: gnutls_global_set_audit_log_function629873
|
511
|
+
Ref: gnutls_global_set_log_function630514
|
512
|
+
Ref: gnutls_global_set_log_level631022
|
513
|
+
Ref: gnutls_global_set_mem_functions631525
|
514
|
+
Ref: gnutls_global_set_mutex632761
|
515
|
+
Ref: gnutls_global_set_time_function633602
|
516
|
+
Ref: gnutls_handshake634013
|
517
|
+
Ref: gnutls_handshake_get_last_in635345
|
518
|
+
Ref: gnutls_handshake_get_last_out635975
|
519
|
+
Ref: gnutls_handshake_set_max_packet_length636620
|
520
|
+
Ref: gnutls_handshake_set_post_client_hello_function637311
|
521
|
+
Ref: gnutls_handshake_set_private_extensions638399
|
522
|
+
Ref: gnutls_handshake_set_random639083
|
523
|
+
Ref: gnutls_handshake_set_timeout639795
|
524
|
+
Ref: gnutls_heartbeat_allowed640346
|
525
|
+
Ref: gnutls_heartbeat_enable640820
|
526
|
+
Ref: gnutls_heartbeat_get_timeout641156
|
527
|
+
Ref: gnutls_heartbeat_ping641700
|
528
|
+
Ref: gnutls_heartbeat_pong642668
|
529
|
+
Ref: gnutls_heartbeat_set_timeouts643080
|
530
|
+
Ref: gnutls_hex2bin644086
|
531
|
+
Ref: gnutls_hex_decode644654
|
532
|
+
Ref: gnutls_hex_encode645229
|
533
|
+
Ref: gnutls_init645743
|
534
|
+
Ref: gnutls_key_generate646867
|
535
|
+
Ref: gnutls_kx_get647286
|
536
|
+
Ref: gnutls_kx_get_id647617
|
537
|
+
Ref: gnutls_kx_get_name647961
|
538
|
+
Ref: gnutls_kx_list648306
|
539
|
+
Ref: gnutls_load_file648634
|
540
|
+
Ref: gnutls_mac_get649170
|
541
|
+
Ref: gnutls_mac_get_id649476
|
542
|
+
Ref: gnutls_mac_get_key_size649890
|
543
|
+
Ref: gnutls_mac_get_name650203
|
544
|
+
Ref: gnutls_mac_list650522
|
545
|
+
Ref: gnutls_ocsp_status_request_enable_client651113
|
546
|
+
Ref: gnutls_ocsp_status_request_get652059
|
547
|
+
Ref: gnutls_ocsp_status_request_is_checked652738
|
548
|
+
Ref: gnutls_openpgp_send_cert653412
|
549
|
+
Ref: gnutls_pem_base64_decode653987
|
550
|
+
Ref: gnutls_pem_base64_decode_alloc654850
|
551
|
+
Ref: gnutls_pem_base64_encode655647
|
552
|
+
Ref: gnutls_pem_base64_encode_alloc656462
|
553
|
+
Ref: gnutls_perror657168
|
554
|
+
Ref: gnutls_pk_algorithm_get_name657464
|
555
|
+
Ref: gnutls_pk_bits_to_sec_param657820
|
556
|
+
Ref: gnutls_pk_get_id658294
|
557
|
+
Ref: gnutls_pk_get_name658812
|
558
|
+
Ref: gnutls_pk_list659174
|
559
|
+
Ref: gnutls_pk_to_sign659507
|
560
|
+
Ref: gnutls_prf659918
|
561
|
+
Ref: gnutls_prf_raw661531
|
562
|
+
Ref: gnutls_priority_certificate_type_list663168
|
563
|
+
Ref: gnutls_priority_compression_list663616
|
564
|
+
Ref: gnutls_priority_deinit664030
|
565
|
+
Ref: gnutls_priority_ecc_curve_list664280
|
566
|
+
Ref: gnutls_priority_get_cipher_suite_index664715
|
567
|
+
Ref: gnutls_priority_init665605
|
568
|
+
Ref: gnutls_priority_protocol_list668147
|
569
|
+
Ref: gnutls_priority_set668555
|
570
|
+
Ref: gnutls_priority_set_direct668987
|
571
|
+
Ref: gnutls_priority_sign_list669787
|
572
|
+
Ref: gnutls_protocol_get_id670199
|
573
|
+
Ref: gnutls_protocol_get_name670515
|
574
|
+
Ref: gnutls_protocol_get_version670874
|
575
|
+
Ref: gnutls_protocol_list671177
|
576
|
+
Ref: gnutls_psk_allocate_client_credentials671547
|
577
|
+
Ref: gnutls_psk_allocate_server_credentials672042
|
578
|
+
Ref: gnutls_psk_client_get_hint672513
|
579
|
+
Ref: gnutls_psk_free_client_credentials672996
|
580
|
+
Ref: gnutls_psk_free_server_credentials673367
|
581
|
+
Ref: gnutls_psk_server_get_username673730
|
582
|
+
Ref: gnutls_psk_set_client_credentials674096
|
583
|
+
Ref: gnutls_psk_set_client_credentials_function675088
|
584
|
+
Ref: gnutls_psk_set_params_function676007
|
585
|
+
Ref: gnutls_psk_set_server_credentials_file676529
|
586
|
+
Ref: gnutls_psk_set_server_credentials_function677176
|
587
|
+
Ref: gnutls_psk_set_server_credentials_hint678125
|
588
|
+
Ref: gnutls_psk_set_server_dh_params678759
|
589
|
+
Ref: gnutls_psk_set_server_params_function679286
|
590
|
+
Ref: gnutls_random_art679769
|
591
|
+
Ref: gnutls_range_split680484
|
592
|
+
Ref: gnutls_record_can_use_length_hiding681615
|
593
|
+
Ref: gnutls_record_check_pending682370
|
594
|
+
Ref: gnutls_record_cork682787
|
595
|
+
Ref: gnutls_record_disable_padding683181
|
596
|
+
Ref: gnutls_record_get_direction683793
|
597
|
+
Ref: gnutls_record_get_max_size684705
|
598
|
+
Ref: gnutls_record_recv685067
|
599
|
+
Ref: gnutls_record_recv_seq686570
|
600
|
+
Ref: gnutls_record_send687561
|
601
|
+
Ref: gnutls_record_send_range689043
|
602
|
+
Ref: gnutls_record_set_max_empty_records690233
|
603
|
+
Ref: gnutls_record_set_max_size691133
|
604
|
+
Ref: gnutls_record_set_timeout692048
|
605
|
+
Ref: gnutls_record_uncork692631
|
606
|
+
Ref: gnutls_rehandshake693306
|
607
|
+
Ref: gnutls_safe_renegotiation_status694590
|
608
|
+
Ref: gnutls_sec_param_get_name695005
|
609
|
+
Ref: gnutls_sec_param_to_pk_bits695379
|
610
|
+
Ref: gnutls_server_name_get696025
|
611
|
+
Ref: gnutls_server_name_set697385
|
612
|
+
Ref: gnutls_session_channel_binding698373
|
613
|
+
Ref: gnutls_session_enable_compatibility_mode699096
|
614
|
+
Ref: gnutls_session_force_valid699694
|
615
|
+
Ref: gnutls_session_get_data700120
|
616
|
+
Ref: gnutls_session_get_data2700912
|
617
|
+
Ref: gnutls_session_get_desc701670
|
618
|
+
Ref: gnutls_session_get_id702081
|
619
|
+
Ref: gnutls_session_get_id2702972
|
620
|
+
Ref: gnutls_session_get_ptr703444
|
621
|
+
Ref: gnutls_session_get_random703844
|
622
|
+
Ref: gnutls_session_is_resumed704444
|
623
|
+
Ref: gnutls_session_resumption_requested704780
|
624
|
+
Ref: gnutls_session_set_data705167
|
625
|
+
Ref: gnutls_session_set_premaster706027
|
626
|
+
Ref: gnutls_session_set_ptr707116
|
627
|
+
Ref: gnutls_session_ticket_enable_client707531
|
628
|
+
Ref: gnutls_session_ticket_enable_server707945
|
629
|
+
Ref: gnutls_session_ticket_key_generate708509
|
630
|
+
Ref: gnutls_set_default_priority708939
|
631
|
+
Ref: gnutls_sign_algorithm_get709711
|
632
|
+
Ref: gnutls_sign_algorithm_get_client710096
|
633
|
+
Ref: gnutls_sign_algorithm_get_requested710505
|
634
|
+
Ref: gnutls_sign_get_hash_algorithm711537
|
635
|
+
Ref: gnutls_sign_get_id711949
|
636
|
+
Ref: gnutls_sign_get_name712312
|
637
|
+
Ref: gnutls_sign_get_pk_algorithm712662
|
638
|
+
Ref: gnutls_sign_is_secure713073
|
639
|
+
Ref: gnutls_sign_list713326
|
640
|
+
Ref: gnutls_srp_allocate_client_credentials713656
|
641
|
+
Ref: gnutls_srp_allocate_server_credentials714132
|
642
|
+
Ref: gnutls_srp_base64_decode714580
|
643
|
+
Ref: gnutls_srp_base64_decode_alloc715295
|
644
|
+
Ref: gnutls_srp_base64_encode715968
|
645
|
+
Ref: gnutls_srp_base64_encode_alloc716779
|
646
|
+
Ref: gnutls_srp_free_client_credentials717515
|
647
|
+
Ref: gnutls_srp_free_server_credentials717886
|
648
|
+
Ref: gnutls_srp_server_get_username718249
|
649
|
+
Ref: gnutls_srp_set_client_credentials718703
|
650
|
+
Ref: gnutls_srp_set_client_credentials_function719459
|
651
|
+
Ref: gnutls_srp_set_prime_bits720563
|
652
|
+
Ref: gnutls_srp_set_server_credentials_file721253
|
653
|
+
Ref: gnutls_srp_set_server_credentials_function721994
|
654
|
+
Ref: gnutls_srp_verifier723368
|
655
|
+
Ref: gnutls_srtp_get_keys724296
|
656
|
+
Ref: gnutls_srtp_get_mki725695
|
657
|
+
Ref: gnutls_srtp_get_profile_id726269
|
658
|
+
Ref: gnutls_srtp_get_profile_name726727
|
659
|
+
Ref: gnutls_srtp_get_selected_profile727148
|
660
|
+
Ref: gnutls_srtp_set_mki727597
|
661
|
+
Ref: gnutls_srtp_set_profile728051
|
662
|
+
Ref: gnutls_srtp_set_profile_direct728588
|
663
|
+
Ref: gnutls_store_commitment729315
|
664
|
+
Ref: gnutls_store_pubkey730573
|
665
|
+
Ref: gnutls_strerror731735
|
666
|
+
Ref: gnutls_strerror_name732220
|
667
|
+
Ref: gnutls_supplemental_get_name732689
|
668
|
+
Ref: gnutls_tdb_deinit733097
|
669
|
+
Ref: gnutls_tdb_init733312
|
670
|
+
Ref: gnutls_tdb_set_store_commitment_func733662
|
671
|
+
Ref: gnutls_tdb_set_store_func734256
|
672
|
+
Ref: gnutls_tdb_set_verify_func734753
|
673
|
+
Ref: gnutls_transport_get_int735239
|
674
|
+
Ref: gnutls_transport_get_int2735652
|
675
|
+
Ref: gnutls_transport_get_ptr736160
|
676
|
+
Ref: gnutls_transport_get_ptr2736581
|
677
|
+
Ref: gnutls_transport_set_errno737120
|
678
|
+
Ref: gnutls_transport_set_errno_function737978
|
679
|
+
Ref: gnutls_transport_set_int738520
|
680
|
+
Ref: gnutls_transport_set_int2738881
|
681
|
+
Ref: gnutls_transport_set_ptr739445
|
682
|
+
Ref: gnutls_transport_set_ptr2739863
|
683
|
+
Ref: gnutls_transport_set_pull_function740512
|
684
|
+
Ref: gnutls_transport_set_pull_timeout_function741297
|
685
|
+
Ref: gnutls_transport_set_push_function742264
|
686
|
+
Ref: gnutls_transport_set_vec_push_function743114
|
687
|
+
Ref: gnutls_url_is_supported743815
|
688
|
+
Ref: gnutls_verify_stored_pubkey744196
|
689
|
+
Node: High level TLS API747199
|
690
|
+
Node: Datagram TLS API747428
|
691
|
+
Ref: gnutls_dtls_cookie_send747710
|
692
|
+
Ref: gnutls_dtls_cookie_verify748796
|
693
|
+
Ref: gnutls_dtls_get_data_mtu749664
|
694
|
+
Ref: gnutls_dtls_get_mtu750068
|
695
|
+
Ref: gnutls_dtls_get_timeout750516
|
696
|
+
Ref: gnutls_dtls_prestate_set751064
|
697
|
+
Ref: gnutls_dtls_set_data_mtu751470
|
698
|
+
Ref: gnutls_dtls_set_mtu752332
|
699
|
+
Ref: gnutls_dtls_set_timeouts752943
|
700
|
+
Ref: gnutls_record_get_discarded753958
|
701
|
+
Node: X509 certificate API754237
|
702
|
+
Ref: gnutls_pkcs7_deinit754556
|
703
|
+
Ref: gnutls_pkcs7_delete_crl754769
|
704
|
+
Ref: gnutls_pkcs7_delete_crt755227
|
705
|
+
Ref: gnutls_pkcs7_export755700
|
706
|
+
Ref: gnutls_pkcs7_export2756611
|
707
|
+
Ref: gnutls_pkcs7_get_crl_count757293
|
708
|
+
Ref: gnutls_pkcs7_get_crl_raw757667
|
709
|
+
Ref: gnutls_pkcs7_get_crt_count758468
|
710
|
+
Ref: gnutls_pkcs7_get_crt_raw758852
|
711
|
+
Ref: gnutls_pkcs7_import759740
|
712
|
+
Ref: gnutls_pkcs7_init760366
|
713
|
+
Ref: gnutls_pkcs7_set_crl760786
|
714
|
+
Ref: gnutls_pkcs7_set_crl_raw761216
|
715
|
+
Ref: gnutls_pkcs7_set_crt761635
|
716
|
+
Ref: gnutls_pkcs7_set_crt_raw762148
|
717
|
+
Ref: gnutls_x509_crl_check_issuer762612
|
718
|
+
Ref: gnutls_x509_crl_deinit763055
|
719
|
+
Ref: gnutls_x509_crl_export763266
|
720
|
+
Ref: gnutls_x509_crl_export2764193
|
721
|
+
Ref: gnutls_x509_crl_get_authority_key_gn_serial764957
|
722
|
+
Ref: gnutls_x509_crl_get_authority_key_id766275
|
723
|
+
Ref: gnutls_x509_crl_get_crt_count767343
|
724
|
+
Ref: gnutls_x509_crl_get_crt_serial767706
|
725
|
+
Ref: gnutls_x509_crl_get_dn_oid768483
|
726
|
+
Ref: gnutls_x509_crl_get_extension_data769304
|
727
|
+
Ref: gnutls_x509_crl_get_extension_info770419
|
728
|
+
Ref: gnutls_x509_crl_get_extension_oid771697
|
729
|
+
Ref: gnutls_x509_crl_get_issuer_dn772563
|
730
|
+
Ref: gnutls_x509_crl_get_issuer_dn2773439
|
731
|
+
Ref: gnutls_x509_crl_get_issuer_dn_by_oid774123
|
732
|
+
Ref: gnutls_x509_crl_get_next_update775634
|
733
|
+
Ref: gnutls_x509_crl_get_number776073
|
734
|
+
Ref: gnutls_x509_crl_get_raw_issuer_dn776803
|
735
|
+
Ref: gnutls_x509_crl_get_signature777262
|
736
|
+
Ref: gnutls_x509_crl_get_signature_algorithm777856
|
737
|
+
Ref: gnutls_x509_crl_get_this_update778298
|
738
|
+
Ref: gnutls_x509_crl_get_version778628
|
739
|
+
Ref: gnutls_x509_crl_import778941
|
740
|
+
Ref: gnutls_x509_crl_init779570
|
741
|
+
Ref: gnutls_x509_crl_list_import780143
|
742
|
+
Ref: gnutls_x509_crl_list_import2781135
|
743
|
+
Ref: gnutls_x509_crl_print782043
|
744
|
+
Ref: gnutls_x509_crl_set_authority_key_id782696
|
745
|
+
Ref: gnutls_x509_crl_set_crt783349
|
746
|
+
Ref: gnutls_x509_crl_set_crt_serial783927
|
747
|
+
Ref: gnutls_x509_crl_set_next_update784564
|
748
|
+
Ref: gnutls_x509_crl_set_number784976
|
749
|
+
Ref: gnutls_x509_crl_set_this_update785553
|
750
|
+
Ref: gnutls_x509_crl_set_version785962
|
751
|
+
Ref: gnutls_x509_crl_sign2786512
|
752
|
+
Ref: gnutls_x509_crl_verify787401
|
753
|
+
Ref: gnutls_x509_crq_deinit788556
|
754
|
+
Ref: gnutls_x509_crq_export788797
|
755
|
+
Ref: gnutls_x509_crq_export2789799
|
756
|
+
Ref: gnutls_x509_crq_get_attribute_by_oid790578
|
757
|
+
Ref: gnutls_x509_crq_get_attribute_data791603
|
758
|
+
Ref: gnutls_x509_crq_get_attribute_info792715
|
759
|
+
Ref: gnutls_x509_crq_get_basic_constraints793912
|
760
|
+
Ref: gnutls_x509_crq_get_challenge_password795170
|
761
|
+
Ref: gnutls_x509_crq_get_dn795787
|
762
|
+
Ref: gnutls_x509_crq_get_dn2796612
|
763
|
+
Ref: gnutls_x509_crq_get_dn_by_oid797315
|
764
|
+
Ref: gnutls_x509_crq_get_dn_oid798776
|
765
|
+
Ref: gnutls_x509_crq_get_extension_by_oid799563
|
766
|
+
Ref: gnutls_x509_crq_get_extension_data800714
|
767
|
+
Ref: gnutls_x509_crq_get_extension_info801842
|
768
|
+
Ref: gnutls_x509_crq_get_key_id803117
|
769
|
+
Ref: gnutls_x509_crq_get_key_purpose_oid804149
|
770
|
+
Ref: gnutls_x509_crq_get_key_rsa_raw805175
|
771
|
+
Ref: gnutls_x509_crq_get_key_usage805799
|
772
|
+
Ref: gnutls_x509_crq_get_pk_algorithm806890
|
773
|
+
Ref: gnutls_x509_crq_get_private_key_usage_period807652
|
774
|
+
Ref: gnutls_x509_crq_get_subject_alt_name808333
|
775
|
+
Ref: gnutls_x509_crq_get_subject_alt_othername_oid809896
|
776
|
+
Ref: gnutls_x509_crq_get_version811373
|
777
|
+
Ref: gnutls_x509_crq_import811724
|
778
|
+
Ref: gnutls_x509_crq_init812416
|
779
|
+
Ref: gnutls_x509_crq_print812756
|
780
|
+
Ref: gnutls_x509_crq_set_attribute_by_oid813416
|
781
|
+
Ref: gnutls_x509_crq_set_basic_constraints814286
|
782
|
+
Ref: gnutls_x509_crq_set_challenge_password815030
|
783
|
+
Ref: gnutls_x509_crq_set_dn815486
|
784
|
+
Ref: gnutls_x509_crq_set_dn_by_oid816039
|
785
|
+
Ref: gnutls_x509_crq_set_key817148
|
786
|
+
Ref: gnutls_x509_crq_set_key_purpose_oid817616
|
787
|
+
Ref: gnutls_x509_crq_set_key_rsa_raw818395
|
788
|
+
Ref: gnutls_x509_crq_set_key_usage818976
|
789
|
+
Ref: gnutls_x509_crq_set_private_key_usage_period819480
|
790
|
+
Ref: gnutls_x509_crq_set_subject_alt_name820009
|
791
|
+
Ref: gnutls_x509_crq_set_version820807
|
792
|
+
Ref: gnutls_x509_crq_sign2821299
|
793
|
+
Ref: gnutls_x509_crq_verify822280
|
794
|
+
Ref: gnutls_x509_crt_check_hostname822879
|
795
|
+
Ref: gnutls_x509_crt_check_issuer823530
|
796
|
+
Ref: gnutls_x509_crt_check_revocation824125
|
797
|
+
Ref: gnutls_x509_crt_cpy_crl_dist_points824776
|
798
|
+
Ref: gnutls_x509_crt_deinit825365
|
799
|
+
Ref: gnutls_x509_crt_export825588
|
800
|
+
Ref: gnutls_x509_crt_export2826499
|
801
|
+
Ref: gnutls_x509_crt_get_activation_time827197
|
802
|
+
Ref: gnutls_x509_crt_get_authority_info_access827580
|
803
|
+
Ref: gnutls_x509_crt_get_authority_key_gn_serial830973
|
804
|
+
Ref: gnutls_x509_crt_get_authority_key_id832418
|
805
|
+
Ref: gnutls_x509_crt_get_basic_constraints833554
|
806
|
+
Ref: gnutls_x509_crt_get_ca_status834773
|
807
|
+
Ref: gnutls_x509_crt_get_crl_dist_points835660
|
808
|
+
Ref: gnutls_x509_crt_get_dn836990
|
809
|
+
Ref: gnutls_x509_crt_get_dn2837842
|
810
|
+
Ref: gnutls_x509_crt_get_dn_by_oid838539
|
811
|
+
Ref: gnutls_x509_crt_get_dn_oid840308
|
812
|
+
Ref: gnutls_x509_crt_get_expiration_time841336
|
813
|
+
Ref: gnutls_x509_crt_get_extension_by_oid841707
|
814
|
+
Ref: gnutls_x509_crt_get_extension_data842828
|
815
|
+
Ref: gnutls_x509_crt_get_extension_info843926
|
816
|
+
Ref: gnutls_x509_crt_get_extension_oid845287
|
817
|
+
Ref: gnutls_x509_crt_get_fingerprint846250
|
818
|
+
Ref: gnutls_x509_crt_get_issuer847045
|
819
|
+
Ref: gnutls_x509_crt_get_issuer_alt_name847688
|
820
|
+
Ref: gnutls_x509_crt_get_issuer_alt_name2849493
|
821
|
+
Ref: gnutls_x509_crt_get_issuer_alt_othername_oid851080
|
822
|
+
Ref: gnutls_x509_crt_get_issuer_dn852734
|
823
|
+
Ref: gnutls_x509_crt_get_issuer_dn2853612
|
824
|
+
Ref: gnutls_x509_crt_get_issuer_dn_by_oid854340
|
825
|
+
Ref: gnutls_x509_crt_get_issuer_dn_oid856127
|
826
|
+
Ref: gnutls_x509_crt_get_issuer_unique_id857163
|
827
|
+
Ref: gnutls_x509_crt_get_key_id857980
|
828
|
+
Ref: gnutls_x509_crt_get_key_purpose_oid858968
|
829
|
+
Ref: gnutls_x509_crt_get_key_usage860129
|
830
|
+
Ref: gnutls_x509_crt_get_pk_algorithm861201
|
831
|
+
Ref: gnutls_x509_crt_get_pk_dsa_raw861922
|
832
|
+
Ref: gnutls_x509_crt_get_pk_rsa_raw862590
|
833
|
+
Ref: gnutls_x509_crt_get_policy863168
|
834
|
+
Ref: gnutls_x509_crt_get_private_key_usage_period864082
|
835
|
+
Ref: gnutls_x509_crt_get_proxy864837
|
836
|
+
Ref: gnutls_x509_crt_get_raw_dn865863
|
837
|
+
Ref: gnutls_x509_crt_get_raw_issuer_dn866461
|
838
|
+
Ref: gnutls_x509_crt_get_serial867045
|
839
|
+
Ref: gnutls_x509_crt_get_signature867790
|
840
|
+
Ref: gnutls_x509_crt_get_signature_algorithm868396
|
841
|
+
Ref: gnutls_x509_crt_get_subject868869
|
842
|
+
Ref: gnutls_x509_crt_get_subject_alt_name869517
|
843
|
+
Ref: gnutls_x509_crt_get_subject_alt_name2871281
|
844
|
+
Ref: gnutls_x509_crt_get_subject_alt_othername_oid872851
|
845
|
+
Ref: gnutls_x509_crt_get_subject_key_id874496
|
846
|
+
Ref: gnutls_x509_crt_get_subject_unique_id875333
|
847
|
+
Ref: gnutls_x509_crt_get_version876132
|
848
|
+
Ref: gnutls_x509_crt_import876464
|
849
|
+
Ref: gnutls_x509_crt_init877158
|
850
|
+
Ref: gnutls_x509_crt_list_import877497
|
851
|
+
Ref: gnutls_x509_crt_list_import2878861
|
852
|
+
Ref: gnutls_x509_crt_list_verify879813
|
853
|
+
Ref: gnutls_x509_crt_print881484
|
854
|
+
Ref: gnutls_x509_crt_set_activation_time882380
|
855
|
+
Ref: gnutls_x509_crt_set_authority_info_access882847
|
856
|
+
Ref: gnutls_x509_crt_set_authority_key_id883742
|
857
|
+
Ref: gnutls_x509_crt_set_basic_constraints884324
|
858
|
+
Ref: gnutls_x509_crt_set_ca_status885023
|
859
|
+
Ref: gnutls_x509_crt_set_crl_dist_points885621
|
860
|
+
Ref: gnutls_x509_crt_set_crl_dist_points2886273
|
861
|
+
Ref: gnutls_x509_crt_set_crq886972
|
862
|
+
Ref: gnutls_x509_crt_set_crq_extensions887529
|
863
|
+
Ref: gnutls_x509_crt_set_dn887991
|
864
|
+
Ref: gnutls_x509_crt_set_dn_by_oid888544
|
865
|
+
Ref: gnutls_x509_crt_set_expiration_time889661
|
866
|
+
Ref: gnutls_x509_crt_set_extension_by_oid890100
|
867
|
+
Ref: gnutls_x509_crt_set_issuer_dn890883
|
868
|
+
Ref: gnutls_x509_crt_set_issuer_dn_by_oid891457
|
869
|
+
Ref: gnutls_x509_crt_set_key892710
|
870
|
+
Ref: gnutls_x509_crt_set_key_purpose_oid893217
|
871
|
+
Ref: gnutls_x509_crt_set_key_usage893985
|
872
|
+
Ref: gnutls_x509_crt_set_pin_function894436
|
873
|
+
Ref: gnutls_x509_crt_set_policy895116
|
874
|
+
Ref: gnutls_x509_crt_set_private_key_usage_period895937
|
875
|
+
Ref: gnutls_x509_crt_set_proxy896444
|
876
|
+
Ref: gnutls_x509_crt_set_proxy_dn897258
|
877
|
+
Ref: gnutls_x509_crt_set_serial898282
|
878
|
+
Ref: gnutls_x509_crt_set_subject_alt_name899147
|
879
|
+
Ref: gnutls_x509_crt_set_subject_alternative_name899969
|
880
|
+
Ref: gnutls_x509_crt_set_subject_key_id900793
|
881
|
+
Ref: gnutls_x509_crt_set_version901293
|
882
|
+
Ref: gnutls_x509_crt_sign902116
|
883
|
+
Ref: gnutls_x509_crt_sign2902671
|
884
|
+
Ref: gnutls_x509_crt_verify903539
|
885
|
+
Ref: gnutls_x509_dn_deinit904466
|
886
|
+
Ref: gnutls_x509_dn_export904728
|
887
|
+
Ref: gnutls_x509_dn_export2905622
|
888
|
+
Ref: gnutls_x509_dn_get_rdn_ava906283
|
889
|
+
Ref: gnutls_x509_dn_import907313
|
890
|
+
Ref: gnutls_x509_dn_init907939
|
891
|
+
Ref: gnutls_x509_dn_oid_known908365
|
892
|
+
Ref: gnutls_x509_dn_oid_name909034
|
893
|
+
Ref: gnutls_x509_policy_release909570
|
894
|
+
Ref: gnutls_x509_privkey_cpy909933
|
895
|
+
Ref: gnutls_x509_privkey_deinit910403
|
896
|
+
Ref: gnutls_x509_privkey_export910650
|
897
|
+
Ref: gnutls_x509_privkey_export2911715
|
898
|
+
Ref: gnutls_x509_privkey_export2_pkcs8912548
|
899
|
+
Ref: gnutls_x509_privkey_export_dsa_raw913824
|
900
|
+
Ref: gnutls_x509_privkey_export_ecc_raw914600
|
901
|
+
Ref: gnutls_x509_privkey_export_pkcs8915383
|
902
|
+
Ref: gnutls_x509_privkey_export_rsa_raw916888
|
903
|
+
Ref: gnutls_x509_privkey_export_rsa_raw2917785
|
904
|
+
Ref: gnutls_x509_privkey_fix918807
|
905
|
+
Ref: gnutls_x509_privkey_generate919200
|
906
|
+
Ref: gnutls_x509_privkey_get_key_id919949
|
907
|
+
Ref: gnutls_x509_privkey_get_pk_algorithm920941
|
908
|
+
Ref: gnutls_x509_privkey_get_pk_algorithm2921374
|
909
|
+
Ref: gnutls_x509_privkey_import921866
|
910
|
+
Ref: gnutls_x509_privkey_import2922666
|
911
|
+
Ref: gnutls_x509_privkey_import_dsa_raw923665
|
912
|
+
Ref: gnutls_x509_privkey_import_ecc_raw924391
|
913
|
+
Ref: gnutls_x509_privkey_import_openssl925104
|
914
|
+
Ref: gnutls_x509_privkey_import_pkcs8925982
|
915
|
+
Ref: gnutls_x509_privkey_import_rsa_raw927434
|
916
|
+
Ref: gnutls_x509_privkey_import_rsa_raw2928293
|
917
|
+
Ref: gnutls_x509_privkey_init929261
|
918
|
+
Ref: gnutls_x509_privkey_sec_param929604
|
919
|
+
Ref: gnutls_x509_privkey_verify_params930041
|
920
|
+
Ref: gnutls_x509_rdn_get930398
|
921
|
+
Ref: gnutls_x509_rdn_get_by_oid931102
|
922
|
+
Ref: gnutls_x509_rdn_get_oid932079
|
923
|
+
Ref: gnutls_x509_trust_list_add_cas932833
|
924
|
+
Ref: gnutls_x509_trust_list_add_crls933452
|
925
|
+
Ref: gnutls_x509_trust_list_add_named_crt934437
|
926
|
+
Ref: gnutls_x509_trust_list_add_system_trust935552
|
927
|
+
Ref: gnutls_x509_trust_list_add_trust_file936250
|
928
|
+
Ref: gnutls_x509_trust_list_add_trust_mem937122
|
929
|
+
Ref: gnutls_x509_trust_list_deinit937916
|
930
|
+
Ref: gnutls_x509_trust_list_get_issuer938317
|
931
|
+
Ref: gnutls_x509_trust_list_init938946
|
932
|
+
Ref: gnutls_x509_trust_list_remove_cas939439
|
933
|
+
Ref: gnutls_x509_trust_list_remove_trust_file939961
|
934
|
+
Ref: gnutls_x509_trust_list_remove_trust_mem940573
|
935
|
+
Ref: gnutls_x509_trust_list_verify_crt941115
|
936
|
+
Ref: gnutls_x509_trust_list_verify_named_crt942282
|
937
|
+
Node: OCSP API944784
|
938
|
+
Ref: gnutls_ocsp_req_add_cert945078
|
939
|
+
Ref: gnutls_ocsp_req_add_cert_id946043
|
940
|
+
Ref: gnutls_ocsp_req_deinit947368
|
941
|
+
Ref: gnutls_ocsp_req_export947590
|
942
|
+
Ref: gnutls_ocsp_req_get_cert_id948009
|
943
|
+
Ref: gnutls_ocsp_req_get_extension949600
|
944
|
+
Ref: gnutls_ocsp_req_get_nonce950931
|
945
|
+
Ref: gnutls_ocsp_req_get_version951584
|
946
|
+
Ref: gnutls_ocsp_req_import951960
|
947
|
+
Ref: gnutls_ocsp_req_init952461
|
948
|
+
Ref: gnutls_ocsp_req_print952781
|
949
|
+
Ref: gnutls_ocsp_req_randomize_nonce953516
|
950
|
+
Ref: gnutls_ocsp_req_set_extension953954
|
951
|
+
Ref: gnutls_ocsp_req_set_nonce954643
|
952
|
+
Ref: gnutls_ocsp_resp_check_crt955235
|
953
|
+
Ref: gnutls_ocsp_resp_deinit955818
|
954
|
+
Ref: gnutls_ocsp_resp_export956047
|
955
|
+
Ref: gnutls_ocsp_resp_get_certs956471
|
956
|
+
Ref: gnutls_ocsp_resp_get_extension957595
|
957
|
+
Ref: gnutls_ocsp_resp_get_nonce958934
|
958
|
+
Ref: gnutls_ocsp_resp_get_produced959599
|
959
|
+
Ref: gnutls_ocsp_resp_get_responder959945
|
960
|
+
Ref: gnutls_ocsp_resp_get_response960695
|
961
|
+
Ref: gnutls_ocsp_resp_get_signature961822
|
962
|
+
Ref: gnutls_ocsp_resp_get_signature_algorithm962310
|
963
|
+
Ref: gnutls_ocsp_resp_get_single962787
|
964
|
+
Ref: gnutls_ocsp_resp_get_status964728
|
965
|
+
Ref: gnutls_ocsp_resp_get_version965146
|
966
|
+
Ref: gnutls_ocsp_resp_import965543
|
967
|
+
Ref: gnutls_ocsp_resp_init966110
|
968
|
+
Ref: gnutls_ocsp_resp_print966437
|
969
|
+
Ref: gnutls_ocsp_resp_verify967162
|
970
|
+
Ref: gnutls_ocsp_resp_verify_direct968754
|
971
|
+
Node: OpenPGP API969866
|
972
|
+
Ref: gnutls_certificate_set_openpgp_key970186
|
973
|
+
Ref: gnutls_certificate_set_openpgp_key_file971117
|
974
|
+
Ref: gnutls_certificate_set_openpgp_key_file2971861
|
975
|
+
Ref: gnutls_certificate_set_openpgp_key_mem972868
|
976
|
+
Ref: gnutls_certificate_set_openpgp_key_mem2973625
|
977
|
+
Ref: gnutls_certificate_set_openpgp_keyring_file974649
|
978
|
+
Ref: gnutls_certificate_set_openpgp_keyring_mem975369
|
979
|
+
Ref: gnutls_openpgp_crt_check_hostname976129
|
980
|
+
Ref: gnutls_openpgp_crt_deinit976700
|
981
|
+
Ref: gnutls_openpgp_crt_export976923
|
982
|
+
Ref: gnutls_openpgp_crt_export2977672
|
983
|
+
Ref: gnutls_openpgp_crt_get_auth_subkey978237
|
984
|
+
Ref: gnutls_openpgp_crt_get_creation_time978951
|
985
|
+
Ref: gnutls_openpgp_crt_get_expiration_time979282
|
986
|
+
Ref: gnutls_openpgp_crt_get_fingerprint979663
|
987
|
+
Ref: gnutls_openpgp_crt_get_key_id980222
|
988
|
+
Ref: gnutls_openpgp_crt_get_key_usage980610
|
989
|
+
Ref: gnutls_openpgp_crt_get_name981172
|
990
|
+
Ref: gnutls_openpgp_crt_get_pk_algorithm981902
|
991
|
+
Ref: gnutls_openpgp_crt_get_pk_dsa_raw982620
|
992
|
+
Ref: gnutls_openpgp_crt_get_pk_rsa_raw983321
|
993
|
+
Ref: gnutls_openpgp_crt_get_preferred_key_id983962
|
994
|
+
Ref: gnutls_openpgp_crt_get_revoked_status984430
|
995
|
+
Ref: gnutls_openpgp_crt_get_subkey_count984804
|
996
|
+
Ref: gnutls_openpgp_crt_get_subkey_creation_time985215
|
997
|
+
Ref: gnutls_openpgp_crt_get_subkey_expiration_time985641
|
998
|
+
Ref: gnutls_openpgp_crt_get_subkey_fingerprint986113
|
999
|
+
Ref: gnutls_openpgp_crt_get_subkey_id986774
|
1000
|
+
Ref: gnutls_openpgp_crt_get_subkey_idx987198
|
1001
|
+
Ref: gnutls_openpgp_crt_get_subkey_pk_algorithm987612
|
1002
|
+
Ref: gnutls_openpgp_crt_get_subkey_pk_dsa_raw988453
|
1003
|
+
Ref: gnutls_openpgp_crt_get_subkey_pk_rsa_raw989224
|
1004
|
+
Ref: gnutls_openpgp_crt_get_subkey_revoked_status989931
|
1005
|
+
Ref: gnutls_openpgp_crt_get_subkey_usage990409
|
1006
|
+
Ref: gnutls_openpgp_crt_get_version991091
|
1007
|
+
Ref: gnutls_openpgp_crt_import991429
|
1008
|
+
Ref: gnutls_openpgp_crt_init991997
|
1009
|
+
Ref: gnutls_openpgp_crt_print992290
|
1010
|
+
Ref: gnutls_openpgp_crt_set_preferred_key_id992962
|
1011
|
+
Ref: gnutls_openpgp_crt_verify_ring993591
|
1012
|
+
Ref: gnutls_openpgp_crt_verify_self994487
|
1013
|
+
Ref: gnutls_openpgp_keyring_check_id995081
|
1014
|
+
Ref: gnutls_openpgp_keyring_deinit995589
|
1015
|
+
Ref: gnutls_openpgp_keyring_get_crt995852
|
1016
|
+
Ref: gnutls_openpgp_keyring_get_crt_count996519
|
1017
|
+
Ref: gnutls_openpgp_keyring_import996894
|
1018
|
+
Ref: gnutls_openpgp_keyring_init997516
|
1019
|
+
Ref: gnutls_openpgp_privkey_deinit997841
|
1020
|
+
Ref: gnutls_openpgp_privkey_export998090
|
1021
|
+
Ref: gnutls_openpgp_privkey_export2999058
|
1022
|
+
Ref: gnutls_openpgp_privkey_export_dsa_raw999832
|
1023
|
+
Ref: gnutls_openpgp_privkey_export_rsa_raw1000607
|
1024
|
+
Ref: gnutls_openpgp_privkey_export_subkey_dsa_raw1001513
|
1025
|
+
Ref: gnutls_openpgp_privkey_export_subkey_rsa_raw1002358
|
1026
|
+
Ref: gnutls_openpgp_privkey_get_fingerprint1003308
|
1027
|
+
Ref: gnutls_openpgp_privkey_get_key_id1003912
|
1028
|
+
Ref: gnutls_openpgp_privkey_get_pk_algorithm1004315
|
1029
|
+
Ref: gnutls_openpgp_privkey_get_preferred_key_id1005096
|
1030
|
+
Ref: gnutls_openpgp_privkey_get_revoked_status1005598
|
1031
|
+
Ref: gnutls_openpgp_privkey_get_subkey_count1006034
|
1032
|
+
Ref: gnutls_openpgp_privkey_get_subkey_creation_time1006461
|
1033
|
+
Ref: gnutls_openpgp_privkey_get_subkey_fingerprint1006892
|
1034
|
+
Ref: gnutls_openpgp_privkey_get_subkey_id1007567
|
1035
|
+
Ref: gnutls_openpgp_privkey_get_subkey_idx1008044
|
1036
|
+
Ref: gnutls_openpgp_privkey_get_subkey_pk_algorithm1008486
|
1037
|
+
Ref: gnutls_openpgp_privkey_get_subkey_revoked_status1009355
|
1038
|
+
Ref: gnutls_openpgp_privkey_import1009827
|
1039
|
+
Ref: gnutls_openpgp_privkey_init1010538
|
1040
|
+
Ref: gnutls_openpgp_privkey_sec_param1010865
|
1041
|
+
Ref: gnutls_openpgp_privkey_set_preferred_key_id1011328
|
1042
|
+
Ref: gnutls_openpgp_set_recv_key_function1011987
|
1043
|
+
Node: PKCS 12 API1012438
|
1044
|
+
Ref: gnutls_pkcs12_bag_decrypt1012731
|
1045
|
+
Ref: gnutls_pkcs12_bag_deinit1013163
|
1046
|
+
Ref: gnutls_pkcs12_bag_encrypt1013391
|
1047
|
+
Ref: gnutls_pkcs12_bag_get_count1013896
|
1048
|
+
Ref: gnutls_pkcs12_bag_get_data1014208
|
1049
|
+
Ref: gnutls_pkcs12_bag_get_friendly_name1014809
|
1050
|
+
Ref: gnutls_pkcs12_bag_get_key_id1015441
|
1051
|
+
Ref: gnutls_pkcs12_bag_get_type1016055
|
1052
|
+
Ref: gnutls_pkcs12_bag_init1016401
|
1053
|
+
Ref: gnutls_pkcs12_bag_set_crl1016851
|
1054
|
+
Ref: gnutls_pkcs12_bag_set_crt1017284
|
1055
|
+
Ref: gnutls_pkcs12_bag_set_data1017730
|
1056
|
+
Ref: gnutls_pkcs12_bag_set_friendly_name1018201
|
1057
|
+
Ref: gnutls_pkcs12_bag_set_key_id1018880
|
1058
|
+
Ref: gnutls_pkcs12_deinit1019531
|
1059
|
+
Ref: gnutls_pkcs12_export1019743
|
1060
|
+
Ref: gnutls_pkcs12_export21020663
|
1061
|
+
Ref: gnutls_pkcs12_generate_mac1021352
|
1062
|
+
Ref: gnutls_pkcs12_get_bag1021760
|
1063
|
+
Ref: gnutls_pkcs12_import1022375
|
1064
|
+
Ref: gnutls_pkcs12_init1023101
|
1065
|
+
Ref: gnutls_pkcs12_set_bag1023529
|
1066
|
+
Ref: gnutls_pkcs12_simple_parse1023940
|
1067
|
+
Ref: gnutls_pkcs12_verify_mac1026528
|
1068
|
+
Node: PKCS 11 API1026889
|
1069
|
+
Ref: gnutls_pkcs11_add_provider1027218
|
1070
|
+
Ref: gnutls_pkcs11_copy_secret_key1027748
|
1071
|
+
Ref: gnutls_pkcs11_copy_x509_crt1028473
|
1072
|
+
Ref: gnutls_pkcs11_copy_x509_privkey1029127
|
1073
|
+
Ref: gnutls_pkcs11_deinit1029917
|
1074
|
+
Ref: gnutls_pkcs11_delete_url1030110
|
1075
|
+
Ref: gnutls_pkcs11_get_pin_function1030626
|
1076
|
+
Ref: gnutls_pkcs11_init1030989
|
1077
|
+
Ref: gnutls_pkcs11_obj_deinit1031951
|
1078
|
+
Ref: gnutls_pkcs11_obj_export1032200
|
1079
|
+
Ref: gnutls_pkcs11_obj_export21033151
|
1080
|
+
Ref: gnutls_pkcs11_obj_export_url1033860
|
1081
|
+
Ref: gnutls_pkcs11_obj_get_info1034382
|
1082
|
+
Ref: gnutls_pkcs11_obj_get_type1035252
|
1083
|
+
Ref: gnutls_pkcs11_obj_import_url1035613
|
1084
|
+
Ref: gnutls_pkcs11_obj_init1036335
|
1085
|
+
Ref: gnutls_pkcs11_obj_list_import_url1036710
|
1086
|
+
Ref: gnutls_pkcs11_obj_list_import_url21037583
|
1087
|
+
Ref: gnutls_pkcs11_obj_set_pin_function1038486
|
1088
|
+
Ref: gnutls_pkcs11_privkey_deinit1039003
|
1089
|
+
Ref: gnutls_pkcs11_privkey_export_url1039264
|
1090
|
+
Ref: gnutls_pkcs11_privkey_generate1039774
|
1091
|
+
Ref: gnutls_pkcs11_privkey_generate21040444
|
1092
|
+
Ref: gnutls_pkcs11_privkey_get_info1041460
|
1093
|
+
Ref: gnutls_pkcs11_privkey_get_pk_algorithm1042347
|
1094
|
+
Ref: gnutls_pkcs11_privkey_import_url1042883
|
1095
|
+
Ref: gnutls_pkcs11_privkey_init1043604
|
1096
|
+
Ref: gnutls_pkcs11_privkey_set_pin_function1043979
|
1097
|
+
Ref: gnutls_pkcs11_privkey_status1044499
|
1098
|
+
Ref: gnutls_pkcs11_reinit1044870
|
1099
|
+
Ref: gnutls_pkcs11_set_pin_function1045308
|
1100
|
+
Ref: gnutls_pkcs11_set_token_function1045798
|
1101
|
+
Ref: gnutls_pkcs11_token_get_flags1046204
|
1102
|
+
Ref: gnutls_pkcs11_token_get_info1046716
|
1103
|
+
Ref: gnutls_pkcs11_token_get_mechanism1047393
|
1104
|
+
Ref: gnutls_pkcs11_token_get_url1048006
|
1105
|
+
Ref: gnutls_pkcs11_token_init1048674
|
1106
|
+
Ref: gnutls_pkcs11_token_set_pin1049312
|
1107
|
+
Ref: gnutls_pkcs11_type_get_name1049925
|
1108
|
+
Ref: gnutls_x509_crt_import_pkcs111050414
|
1109
|
+
Ref: gnutls_x509_crt_import_pkcs11_url1050934
|
1110
|
+
Ref: gnutls_x509_crt_list_import_pkcs111051593
|
1111
|
+
Node: TPM API1052207
|
1112
|
+
Ref: gnutls_tpm_get_registered1052486
|
1113
|
+
Ref: gnutls_tpm_key_list_deinit1052879
|
1114
|
+
Ref: gnutls_tpm_key_list_get_url1053147
|
1115
|
+
Ref: gnutls_tpm_privkey_delete1053799
|
1116
|
+
Ref: gnutls_tpm_privkey_generate1054235
|
1117
|
+
Node: Abstract key API1055581
|
1118
|
+
Ref: gnutls_certificate_set_key1055893
|
1119
|
+
Ref: gnutls_certificate_set_retrieve_function21057256
|
1120
|
+
Ref: gnutls_pcert_deinit1059121
|
1121
|
+
Ref: gnutls_pcert_import_openpgp1059366
|
1122
|
+
Ref: gnutls_pcert_import_openpgp_raw1059976
|
1123
|
+
Ref: gnutls_pcert_import_x5091060754
|
1124
|
+
Ref: gnutls_pcert_import_x509_raw1061352
|
1125
|
+
Ref: gnutls_pcert_list_import_x509_raw1062055
|
1126
|
+
Ref: gnutls_privkey_decrypt_data1063098
|
1127
|
+
Ref: gnutls_privkey_deinit1063732
|
1128
|
+
Ref: gnutls_privkey_get_pk_algorithm1063991
|
1129
|
+
Ref: gnutls_privkey_get_type1064610
|
1130
|
+
Ref: gnutls_privkey_import_ext1065096
|
1131
|
+
Ref: gnutls_privkey_import_ext21066051
|
1132
|
+
Ref: gnutls_privkey_import_openpgp1067231
|
1133
|
+
Ref: gnutls_privkey_import_openpgp_raw1068076
|
1134
|
+
Ref: gnutls_privkey_import_pkcs111068791
|
1135
|
+
Ref: gnutls_privkey_import_pkcs11_url1069554
|
1136
|
+
Ref: gnutls_privkey_import_tpm_raw1070008
|
1137
|
+
Ref: gnutls_privkey_import_tpm_url1070880
|
1138
|
+
Ref: gnutls_privkey_import_url1071987
|
1139
|
+
Ref: gnutls_privkey_import_x5091072534
|
1140
|
+
Ref: gnutls_privkey_import_x509_raw1073287
|
1141
|
+
Ref: gnutls_privkey_init1074070
|
1142
|
+
Ref: gnutls_privkey_set_pin_function1074429
|
1143
|
+
Ref: gnutls_privkey_sign_data1075001
|
1144
|
+
Ref: gnutls_privkey_sign_hash1076017
|
1145
|
+
Ref: gnutls_privkey_sign_raw_data1077040
|
1146
|
+
Ref: gnutls_privkey_status1078058
|
1147
|
+
Ref: gnutls_pubkey_deinit1078586
|
1148
|
+
Ref: gnutls_pubkey_encrypt_data1078832
|
1149
|
+
Ref: gnutls_pubkey_export1079392
|
1150
|
+
Ref: gnutls_pubkey_export21080406
|
1151
|
+
Ref: gnutls_pubkey_get_key_id1081171
|
1152
|
+
Ref: gnutls_pubkey_get_key_usage1082161
|
1153
|
+
Ref: gnutls_pubkey_get_openpgp_key_id1082663
|
1154
|
+
Ref: gnutls_pubkey_get_pk_algorithm1083865
|
1155
|
+
Ref: gnutls_pubkey_get_pk_dsa_raw1084490
|
1156
|
+
Ref: gnutls_pubkey_get_pk_ecc_raw1085171
|
1157
|
+
Ref: gnutls_pubkey_get_pk_ecc_x9621085814
|
1158
|
+
Ref: gnutls_pubkey_get_pk_rsa_raw1086466
|
1159
|
+
Ref: gnutls_pubkey_get_preferred_hash_algorithm1087094
|
1160
|
+
Ref: gnutls_pubkey_get_verify_algorithm1088058
|
1161
|
+
Ref: gnutls_pubkey_import1088680
|
1162
|
+
Ref: gnutls_pubkey_import_dsa_raw1089399
|
1163
|
+
Ref: gnutls_pubkey_import_ecc_raw1090060
|
1164
|
+
Ref: gnutls_pubkey_import_ecc_x9621090668
|
1165
|
+
Ref: gnutls_pubkey_import_openpgp1091302
|
1166
|
+
Ref: gnutls_pubkey_import_openpgp_raw1091947
|
1167
|
+
Ref: gnutls_pubkey_import_pkcs111092641
|
1168
|
+
Ref: gnutls_pubkey_import_pkcs11_url1093194
|
1169
|
+
Ref: gnutls_pubkey_import_privkey1093706
|
1170
|
+
Ref: gnutls_pubkey_import_rsa_raw1094301
|
1171
|
+
Ref: gnutls_pubkey_import_tpm_raw1094857
|
1172
|
+
Ref: gnutls_pubkey_import_tpm_url1095634
|
1173
|
+
Ref: gnutls_pubkey_import_url1096530
|
1174
|
+
Ref: gnutls_pubkey_import_x5091097023
|
1175
|
+
Ref: gnutls_pubkey_import_x509_crq1097528
|
1176
|
+
Ref: gnutls_pubkey_import_x509_raw1098036
|
1177
|
+
Ref: gnutls_pubkey_init1098618
|
1178
|
+
Ref: gnutls_pubkey_print1098950
|
1179
|
+
Ref: gnutls_pubkey_set_key_usage1099688
|
1180
|
+
Ref: gnutls_pubkey_set_pin_function1100257
|
1181
|
+
Ref: gnutls_pubkey_verify_data1100828
|
1182
|
+
Ref: gnutls_pubkey_verify_data21101599
|
1183
|
+
Ref: gnutls_pubkey_verify_hash1102322
|
1184
|
+
Ref: gnutls_pubkey_verify_hash21103103
|
1185
|
+
Ref: gnutls_x509_crl_privkey_sign1103842
|
1186
|
+
Ref: gnutls_x509_crq_privkey_sign1104764
|
1187
|
+
Ref: gnutls_x509_crq_set_pubkey1105777
|
1188
|
+
Ref: gnutls_x509_crt_privkey_sign1106248
|
1189
|
+
Ref: gnutls_x509_crt_set_pubkey1107126
|
1190
|
+
Node: DANE API1107538
|
1191
|
+
Ref: dane_cert_type_name1107909
|
1192
|
+
Ref: dane_cert_usage_name1108198
|
1193
|
+
Ref: dane_match_type_name1108487
|
1194
|
+
Ref: dane_query_data1108769
|
1195
|
+
Ref: dane_query_deinit1109448
|
1196
|
+
Ref: dane_query_entries1109653
|
1197
|
+
Ref: dane_query_status1109895
|
1198
|
+
Ref: dane_query_tlsa1110189
|
1199
|
+
Ref: dane_state_deinit1110768
|
1200
|
+
Ref: dane_state_init1110960
|
1201
|
+
Ref: dane_state_set_dlv_file1111343
|
1202
|
+
Ref: dane_strerror1111643
|
1203
|
+
Ref: dane_verification_status_print1112142
|
1204
|
+
Ref: dane_verify_crt1112736
|
1205
|
+
Ref: dane_verify_session_crt1114606
|
1206
|
+
Node: Cryptographic API1115559
|
1207
|
+
Ref: gnutls_cipher_add_auth1115887
|
1208
|
+
Ref: gnutls_cipher_decrypt1116469
|
1209
|
+
Ref: gnutls_cipher_decrypt21116953
|
1210
|
+
Ref: gnutls_cipher_deinit1117565
|
1211
|
+
Ref: gnutls_cipher_encrypt1117850
|
1212
|
+
Ref: gnutls_cipher_encrypt21118310
|
1213
|
+
Ref: gnutls_cipher_get_block_size1118938
|
1214
|
+
Ref: gnutls_cipher_init1119239
|
1215
|
+
Ref: gnutls_cipher_set_iv1119958
|
1216
|
+
Ref: gnutls_cipher_tag1120309
|
1217
|
+
Ref: gnutls_hash1120771
|
1218
|
+
Ref: gnutls_hash_deinit1121208
|
1219
|
+
Ref: gnutls_hash_fast1121542
|
1220
|
+
Ref: gnutls_hash_get_len1122053
|
1221
|
+
Ref: gnutls_hash_init1122381
|
1222
|
+
Ref: gnutls_hash_output1122923
|
1223
|
+
Ref: gnutls_hmac1123247
|
1224
|
+
Ref: gnutls_hmac_deinit1123684
|
1225
|
+
Ref: gnutls_hmac_fast1124017
|
1226
|
+
Ref: gnutls_hmac_get_len1124630
|
1227
|
+
Ref: gnutls_hmac_init1124945
|
1228
|
+
Ref: gnutls_hmac_output1125627
|
1229
|
+
Ref: gnutls_rnd1125946
|
1230
|
+
Ref: gnutls_rnd_refresh1126337
|
1231
|
+
Node: Compatibility API1126618
|
1232
|
+
Ref: gnutls_certificate_set_rsa_export_params1126996
|
1233
|
+
Ref: gnutls_certificate_type_set_priority1127512
|
1234
|
+
Ref: gnutls_cipher_set_priority1128241
|
1235
|
+
Ref: gnutls_compression_set_priority1128965
|
1236
|
+
Ref: gnutls_kx_set_priority1129839
|
1237
|
+
Ref: gnutls_mac_set_priority1130544
|
1238
|
+
Ref: gnutls_openpgp_privkey_sign_hash1131261
|
1239
|
+
Ref: gnutls_protocol_set_priority1131963
|
1240
|
+
Ref: gnutls_rsa_export_get_modulus_bits1132507
|
1241
|
+
Ref: gnutls_rsa_export_get_pubkey1132872
|
1242
|
+
Ref: gnutls_rsa_params_cpy1133463
|
1243
|
+
Ref: gnutls_rsa_params_deinit1133892
|
1244
|
+
Ref: gnutls_rsa_params_export_pkcs11134169
|
1245
|
+
Ref: gnutls_rsa_params_export_raw1135114
|
1246
|
+
Ref: gnutls_rsa_params_generate21136031
|
1247
|
+
Ref: gnutls_rsa_params_import_pkcs11136825
|
1248
|
+
Ref: gnutls_rsa_params_import_raw1137524
|
1249
|
+
Ref: gnutls_rsa_params_init1138326
|
1250
|
+
Ref: gnutls_set_default_export_priority1138707
|
1251
|
+
Ref: gnutls_sign_callback_get1139545
|
1252
|
+
Ref: gnutls_sign_callback_set1140041
|
1253
|
+
Ref: gnutls_x509_crl_sign1140995
|
1254
|
+
Ref: gnutls_x509_crq_sign1141610
|
1255
|
+
Ref: gnutls_x509_crt_get_preferred_hash_algorithm1142172
|
1256
|
+
Ref: gnutls_x509_crt_get_verify_algorithm1143063
|
1257
|
+
Ref: gnutls_x509_crt_verify_data1143775
|
1258
|
+
Ref: gnutls_x509_crt_verify_hash1144513
|
1259
|
+
Ref: gnutls_x509_privkey_sign_data1145266
|
1260
|
+
Ref: gnutls_x509_privkey_sign_hash1146535
|
1261
|
+
Node: Copying Information1147188
|
1262
|
+
Node: Bibliography1172362
|
1263
|
+
Ref: CBCATT1172501
|
1264
|
+
Ref: GPGH1172678
|
1265
|
+
Ref: GUTPKI1172800
|
1266
|
+
Ref: KEYPIN1172974
|
1267
|
+
Ref: NISTSP800571173148
|
1268
|
+
Ref: RFC22461173395
|
1269
|
+
Ref: RFC46801173550
|
1270
|
+
Ref: RFC45141173707
|
1271
|
+
Ref: RFC43461173910
|
1272
|
+
Ref: RFC43471174059
|
1273
|
+
Ref: RFC52461174225
|
1274
|
+
Ref: RFC24401174375
|
1275
|
+
Ref: RFC48801174556
|
1276
|
+
Ref: RFC42111174749
|
1277
|
+
Ref: RFC28171174942
|
1278
|
+
Ref: RFC28181175094
|
1279
|
+
Ref: RFC29451175207
|
1280
|
+
Ref: RFC29861175356
|
1281
|
+
Ref: PKIX1175544
|
1282
|
+
Ref: RFC37491175806
|
1283
|
+
Ref: RFC38201175971
|
1284
|
+
Ref: RFC65201176213
|
1285
|
+
Ref: RFC57461176451
|
1286
|
+
Ref: RFC52801176659
|
1287
|
+
Ref: TLSTKT1176925
|
1288
|
+
Ref: PKCS121177156
|
1289
|
+
Ref: PKCS111177296
|
1290
|
+
Ref: RESCORLA1177441
|
1291
|
+
Ref: SELKEY1177537
|
1292
|
+
Ref: SSL31177695
|
1293
|
+
Ref: STEVENS1177885
|
1294
|
+
Ref: TLSEXT1177993
|
1295
|
+
Ref: TLSPGP1178209
|
1296
|
+
Ref: TLSSRP1178373
|
1297
|
+
Ref: TLSPSK1178569
|
1298
|
+
Ref: TOMSRP1178737
|
1299
|
+
Ref: WEGER1178849
|
1300
|
+
Ref: ECRYPT1179040
|
1301
|
+
Ref: RFC50561179244
|
1302
|
+
Ref: RFC59291179396
|
1303
|
+
Ref: PKCS11URI1179538
|
1304
|
+
Ref: TPMURI1179721
|
1305
|
+
Ref: ANDERSON1179914
|
1306
|
+
Ref: RFC48211180060
|
1307
|
+
Ref: RFC25601180212
|
1308
|
+
Ref: RIVESTCRL1180405
|
1309
|
+
Node: Function and Data Index1180765
|
1310
|
+
Node: Concept Index1272929
|
1306
1311
|
|
1307
1312
|
End Tag Table
|