glib2 2.0.2-x86-mingw32 → 2.0.3-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/README +4 -4
- data/Rakefile +31 -10
- data/ext/glib2/extconf.rb +2 -1
- data/ext/glib2/glib2.def +1 -0
- data/ext/glib2/rbglib.c +6 -5
- data/ext/glib2/rbglib.h +3 -3
- data/ext/glib2/rbglib_bookmarkfile.c +0 -5
- data/ext/glib2/rbglib_error.c +8 -11
- data/ext/glib2/rbglib_gettext.c +48 -0
- data/ext/glib2/rbglib_i18n.c +0 -4
- data/ext/glib2/rbglib_keyfile.c +0 -20
- data/ext/glib2/rbglib_maincontext.c +0 -14
- data/ext/glib2/rbglib_source.c +0 -4
- data/ext/glib2/rbglib_timer.c +0 -4
- data/ext/glib2/rbglib_unichar.c +0 -8
- data/ext/glib2/rbglib_utf8.c +0 -2
- data/ext/glib2/rbglib_utils.c +0 -16
- data/ext/glib2/rbglib_win32.c +0 -7
- data/ext/glib2/rbgobj_object.c +8 -12
- data/ext/glib2/rbgobj_strv.c +0 -4
- data/ext/glib2/rbgobj_typeinterface.c +0 -6
- data/ext/glib2/rbgobj_value.c +12 -0
- data/ext/glib2/rbgobject.c +20 -18
- data/ext/glib2/rbgobject.h +1 -0
- data/ext/glib2/rbgprivate.h +5 -2
- data/lib/1.9/glib2.so +0 -0
- data/lib/2.0/glib2.so +0 -0
- data/lib/glib2.rb +4 -0
- data/lib/gnome2/rake/external-package.rb +20 -3
- data/lib/gnome2/rake/native-binary-build-task.rb +47 -30
- data/lib/gnome2/rake/package-task.rb +13 -4
- data/lib/gnome2/rake/source-download-task.rb +2 -1
- data/lib/gnome2/rake/win32-binary-build-task.rb +28 -3
- data/lib/mkmf-gnome2.rb +2 -8
- 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 +839 -827
- data/vendor/local/bin/libgnutls-28.dll +0 -0
- data/vendor/local/bin/libgnutls-openssl-27.dll +0 -0
- data/vendor/local/bin/libgnutls-openssl-28.def +148 -229
- data/vendor/local/bin/libgnutls-xssl-0.dll +0 -0
- data/vendor/local/bin/libgnutls-xssl-28.def +96 -175
- 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-5.dll +0 -0
- data/vendor/local/bin/libnettle-4-7.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/glib-2.0/gio/gaction.h +14 -0
- data/vendor/local/include/glib-2.0/gio/gapplication.h +5 -0
- data/vendor/local/include/glib-2.0/gio/gbytesicon.h +54 -0
- data/vendor/local/include/glib-2.0/gio/gdbusconnection.h +32 -3
- data/vendor/local/include/glib-2.0/gio/gdbusmethodinvocation.h +2 -0
- data/vendor/local/include/glib-2.0/gio/gfile.h +97 -8
- data/vendor/local/include/glib-2.0/gio/gicon.h +7 -0
- data/vendor/local/include/glib-2.0/gio/gio.h +2 -0
- data/vendor/local/include/glib-2.0/gio/gioenums.h +31 -1
- data/vendor/local/include/glib-2.0/gio/gioenumtypes.h +2 -0
- data/vendor/local/include/glib-2.0/gio/giotypes.h +45 -0
- data/vendor/local/include/glib-2.0/gio/gmenu.h +7 -0
- data/vendor/local/include/glib-2.0/gio/gmenumodel.h +31 -0
- data/vendor/local/include/glib-2.0/gio/gnetworking.h +1 -0
- data/vendor/local/include/glib-2.0/gio/gpropertyaction.h +49 -0
- data/vendor/local/include/glib-2.0/gio/gsettings.h +2 -2
- data/vendor/local/include/glib-2.0/gio/gsettingsschema.h +4 -0
- data/vendor/local/include/glib-2.0/gio/gsimpleactiongroup.h +4 -4
- data/vendor/local/include/glib-2.0/gio/gvfs.h +2 -1
- data/vendor/local/include/glib-2.0/glib/galloca.h +3 -1
- data/vendor/local/include/glib-2.0/glib/gdir.h +4 -0
- data/vendor/local/include/glib-2.0/glib/giochannel.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gkeyfile.h +2 -0
- data/vendor/local/include/glib-2.0/glib/gmacros.h +22 -3
- data/vendor/local/include/glib-2.0/glib/gmain.h +12 -7
- data/vendor/local/include/glib-2.0/glib/gmessages.h +10 -6
- data/vendor/local/include/glib-2.0/glib/gnode.h +4 -4
- data/vendor/local/include/glib-2.0/glib/gregex.h +3 -1
- data/vendor/local/include/glib-2.0/glib/gscanner.h +2 -2
- data/vendor/local/include/glib-2.0/glib/gspawn.h +2 -0
- data/vendor/local/include/glib-2.0/glib/gtestutils.h +64 -9
- data/vendor/local/include/glib-2.0/glib/gunicode.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gutils.h +2 -2
- data/vendor/local/include/glib-2.0/glib/gvariant.h +5 -0
- data/vendor/local/include/glib-2.0/glib/gversionmacros.h +24 -0
- data/vendor/local/include/glib-2.0/gmodule.h +4 -4
- data/vendor/local/include/glib-2.0/gobject/gbinding.h +12 -7
- data/vendor/local/include/glib-2.0/gobject/gobject.h +1 -1
- data/vendor/local/include/glib-2.0/gobject/gparam.h +3 -2
- data/vendor/local/include/glib-2.0/gobject/gtype.h +192 -5
- data/vendor/local/include/glib-2.0/gobject/gtypemodule.h +12 -3
- data/vendor/local/include/gmp.h +1 -1
- data/vendor/local/include/gnutls/abstract.h +317 -296
- data/vendor/local/include/gnutls/compat.h +264 -202
- data/vendor/local/include/gnutls/crypto.h +69 -60
- data/vendor/local/include/gnutls/dtls.h +34 -30
- data/vendor/local/include/gnutls/gnutls.h +1310 -1211
- data/vendor/local/include/gnutls/ocsp.h +140 -142
- data/vendor/local/include/gnutls/openpgp.h +262 -270
- data/vendor/local/include/gnutls/openssl.h +153 -157
- data/vendor/local/include/gnutls/pkcs11.h +199 -176
- data/vendor/local/include/gnutls/pkcs12.h +87 -86
- data/vendor/local/include/gnutls/tpm.h +24 -21
- data/vendor/local/include/gnutls/x509.h +929 -857
- data/vendor/local/include/gnutls/xssl.h +66 -62
- data/vendor/local/include/nettle/nettle-stdint.h +1 -1
- data/vendor/local/lib/gio/modules/libgiognutls.a +0 -0
- data/vendor/local/lib/gio/modules/libgiognutls.dll +0 -0
- data/vendor/local/lib/gio/modules/libgiognutls.dll.a +0 -0
- data/vendor/local/lib/gio/modules/libgiognutls.la +1 -1
- data/vendor/local/lib/glib-2.0/include/glibconfig.h +4 -2
- data/vendor/local/lib/libgio-2.0.dll.a +0 -0
- data/vendor/local/lib/libgio-2.0.la +3 -3
- data/vendor/local/lib/libglib-2.0.dll.a +0 -0
- data/vendor/local/lib/libglib-2.0.la +2 -2
- data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
- data/vendor/local/lib/libgmodule-2.0.la +2 -2
- 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-openssl.la +2 -2
- data/vendor/local/lib/libgnutls-xssl.a +0 -0
- data/vendor/local/lib/libgnutls-xssl.dll.a +0 -0
- data/vendor/local/lib/libgnutls-xssl.la +2 -2
- data/vendor/local/lib/libgnutls.a +0 -0
- data/vendor/local/lib/libgnutls.dll.a +0 -0
- data/vendor/local/lib/libgnutls.la +4 -4
- data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
- data/vendor/local/lib/libgobject-2.0.la +2 -2
- data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
- data/vendor/local/lib/libgthread-2.0.la +2 -2
- 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 +1 -1
- 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 +3 -3
- 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/aclocal/glib-gettext.m4 +0 -1
- data/vendor/local/share/bash-completion/completions/gsettings +1 -1
- data/vendor/local/share/gdb/auto-load/{libglib-2.0.so.0.3600.0-gdb.py → libglib-2.0.so.0.3800.2-gdb.py} +0 -0
- data/vendor/local/share/gdb/auto-load/{libgobject-2.0.so.0.3600.0-gdb.py → libgobject-2.0.so.0.3800.2-gdb.py} +0 -0
- data/vendor/local/share/glib-2.0/codegen/__init__.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/__init__.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen.py +42 -45
- 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.py +1 -1
- data/vendor/local/share/glib-2.0/codegen/codegen_main.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_main.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/config.py +1 -1
- data/vendor/local/share/glib-2.0/codegen/config.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/config.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/dbustypes.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/dbustypes.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/parser.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/parser.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/utils.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/utils.pyo +0 -0
- data/vendor/local/share/glib-2.0/schemas/gschemas.compiled +0 -0
- data/vendor/local/share/gtk-doc/html/gio/ExampleAnimal.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ExampleCat.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ExampleObject.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ExampleObjectManagerClient.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GAction.html +162 -2
- data/vendor/local/share/gtk-doc/html/gio/GActionGroup.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GActionMap.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GApplication.html +73 -2
- data/vendor/local/share/gtk-doc/html/gio/GApplicationCommandLine.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GConverter.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GDBusActionGroup.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +63 -9
- data/vendor/local/share/gtk-doc/html/gio/GDBusInterface.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GDBusInterfaceSkeleton.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GDBusMenuModel.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +57 -2
- data/vendor/local/share/gtk-doc/html/gio/GDBusObject.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManager.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerClient.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerServer.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectProxy.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectSkeleton.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GDrive.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GFile.html +642 -10
- data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +23 -2
- data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GIcon.html +83 -6
- data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GInitable.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +7 -5
- data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GMenu.html +69 -11
- data/vendor/local/share/gtk-doc/html/gio/GMenuModel.html +28 -9
- data/vendor/local/share/gtk-doc/html/gio/GMount.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GNetworkMonitor.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GPermission.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GPollableInputStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GPollableOutputStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GProxy.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GRemoteActionGroup.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/GResolver.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GSettings.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html +7 -4
- data/vendor/local/share/gtk-doc/html/gio/GSimpleActionGroup.html +18 -2
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GSimpleProxyResolver.html +29 -2
- data/vendor/local/share/gtk-doc/html/gio/GSocket.html +37 -17
- data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +16 -3
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GSrvTarget.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GTask.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GTcpWrapperConnection.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GTestDBus.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GTlsBackend.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GTlsClientConnection.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GTlsConnection.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GTlsDatabase.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GTlsFileDatabase.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GTlsInteraction.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GTlsPassword.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GTlsServerConnection.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GVfs.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GVolume.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +37 -31
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-28.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-30.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-32.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-34.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-36.html +8 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-38.html +166 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +18 -2
- data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +118 -2
- data/vendor/local/share/gtk-doc/html/gio/application.html +6 -3
- data/vendor/local/share/gtk-doc/html/gio/async.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch01.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch02.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch03.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch29.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch30.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch30s02.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch30s03.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch31.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch31s02.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/ch31s03.html +22 -22
- data/vendor/local/share/gtk-doc/html/gio/ch31s04.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/ch31s05.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/ch31s06.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch31s07.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch32.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch32s02.html +20 -20
- data/vendor/local/share/gtk-doc/html/gio/ch32s03.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/ch32s04.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/ch32s05.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/conversion.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +2 -2
- 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 +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Cat.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gdbus.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +140 -10
- data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-GActionGroup-exporter.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-GBytesIcon.html +127 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-GDBusError.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-GInetAddressMask.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-GMenuModel-exporter.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-GPropertyAction.html +177 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-GResource.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-GSettingsSchema-GSettingsSchemaSource.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32InputStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32OutputStream.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-TLS-Overview.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-gnetworking.h.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-gpollableutils.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +44 -6
- 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 +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gresource-tool.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/gsettings-tool.html +6 -2
- data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/icons.html +5 -2
- data/vendor/local/share/gtk-doc/html/gio/index.html +15 -8
- data/vendor/local/share/gtk-doc/html/gio/index.sgml +53 -9
- 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 +13 -7
- 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 +2 -2
- data/vendor/local/share/gtk-doc/html/gio/settings.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/streaming.html +3 -3
- 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 +31 -34
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-18.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-2.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-28.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-30.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-32.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-34.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-36.html +13 -6
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-38.html +78 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +10 -2
- data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +56 -16
- data/vendor/local/share/gtk-doc/html/glib/deprecated.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +17 -14
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-HMACs.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Deprecated-Thread-APIs.html +2 -2
- 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 +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +6 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +5 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +28 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +87 -7
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +4 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +5 -5
- data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +19 -9
- data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +36 -15
- data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +11 -5
- data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +520 -90
- data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +116 -19
- data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +8 -5
- data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-UNIX-specific-utilities-and-integration.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +8 -5
- data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +5 -5
- data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +5 -5
- data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-building.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +2 -2
- 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 +3 -3
- 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 +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-programming.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-running.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +20 -3
- data/vendor/local/share/gtk-doc/html/glib/glib.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/gtester.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/gvariant-text.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/index.html +4 -3
- data/vendor/local/share/gtk-doc/html/glib/index.sgml +24 -8
- data/vendor/local/share/gtk-doc/html/glib/tools.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +58 -13
- data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +38 -32
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-28.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-30.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-32.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-34.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-36.html +8 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-38.html +73 -0
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +73 -34
- data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +9 -3
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +37 -20
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +332 -8
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +4 -33
- data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2 +10 -0
- data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +18 -20
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +6 -4
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +40 -29
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +21 -26
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +21 -28
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +45 -60
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-override.html +3 -5
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-prerequisite.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +5 -7
- 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 +4 -3
- data/vendor/local/share/gtk-doc/html/gobject/index.sgml +17 -8
- data/vendor/local/share/gtk-doc/html/gobject/pr01.html +2 -2
- 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 +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +2 -2
- data/vendor/local/share/info/dir +2 -2
- data/vendor/local/share/info/gmp.info +125 -125
- data/vendor/local/share/info/gmp.info-1 +282 -265
- data/vendor/local/share/info/gmp.info-2 +159 -134
- data/vendor/local/share/info/gnutls-guile.info +720 -226
- data/vendor/local/share/info/gnutls.info +1327 -1278
- data/vendor/local/share/info/gnutls.info-1 +635 -561
- data/vendor/local/share/info/gnutls.info-2 +3411 -2824
- data/vendor/local/share/info/gnutls.info-3 +315 -30
- data/vendor/local/share/info/gnutls.info-4 +375 -2088
- data/vendor/local/share/info/gnutls.info-5 +0 -0
- data/vendor/local/share/locale/an/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/az/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/glib20.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/en_CA/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fa/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/gu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hy/LC_MESSAGES/glib20.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/ja/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ml/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/mr/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/ne/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/or/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/glib20.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/glib20.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/ta/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/te/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ug/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/man/man1/certtool.1 +91 -79
- data/vendor/local/share/man/man1/gdbus-codegen.1 +1 -1
- data/vendor/local/share/man/man1/gdbus.1 +1 -1
- data/vendor/local/share/man/man1/gio-querymodules.1 +1 -1
- data/vendor/local/share/man/man1/glib-compile-resources.1 +1 -1
- data/vendor/local/share/man/man1/glib-compile-schemas.1 +1 -1
- data/vendor/local/share/man/man1/glib-genmarshal.1 +1 -1
- data/vendor/local/share/man/man1/glib-gettextize.1 +1 -1
- data/vendor/local/share/man/man1/glib-mkenums.1 +1 -1
- data/vendor/local/share/man/man1/gnutls-cli-debug.1 +14 -10
- data/vendor/local/share/man/man1/gnutls-cli.1 +135 -77
- data/vendor/local/share/man/man1/gnutls-serv.1 +47 -42
- data/vendor/local/share/man/man1/gobject-query.1 +1 -1
- data/vendor/local/share/man/man1/gresource.1 +3 -3
- data/vendor/local/share/man/man1/gsettings.1 +3 -1
- data/vendor/local/share/man/man1/gtester-report.1 +1 -1
- data/vendor/local/share/man/man1/gtester.1 +1 -1
- data/vendor/local/share/man/man1/ocsptool.1 +29 -24
- data/vendor/local/share/man/man1/p11tool.1 +69 -39
- data/vendor/local/share/man/man1/psktool.1 +16 -12
- data/vendor/local/share/man/man1/srptool.1 +27 -18
- data/vendor/local/share/man/man1/tpmtool.1 +27 -23
- data/vendor/local/share/man/man3/gnutls_alert_get.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_alert_get_name.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_alert_get_strname.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_alert_send.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_alert_send_appropriate.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_alpn_get_selected_protocol.3 +51 -0
- data/vendor/local/share/man/man3/gnutls_alpn_set_protocols.3 +57 -0
- data/vendor/local/share/man/man3/gnutls_anon_allocate_client_credentials.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_anon_allocate_server_credentials.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_anon_free_client_credentials.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_anon_free_server_credentials.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_anon_set_params_function.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_anon_set_server_dh_params.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_anon_set_server_params_function.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_auth_client_get_type.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_auth_get_type.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_auth_server_get_type.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_bye.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_activation_time_peers.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_allocate_credentials.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_certificate_client_get_request_status.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_client_set_retrieve_function.3 +71 -0
- data/vendor/local/share/man/man3/gnutls_certificate_expiration_time_peers.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_free_ca_names.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_free_cas.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_free_credentials.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_free_crls.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_free_keys.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_get_crt_raw.3 +57 -0
- data/vendor/local/share/man/man3/gnutls_certificate_get_issuer.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_certificate_get_ours.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_get_peers.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_certificate_get_peers_subkey_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_send_x509_rdn_sequence.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_server_set_request.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_server_set_retrieve_function.3 +59 -0
- data/vendor/local/share/man/man3/gnutls_certificate_set_dh_params.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_set_key.3 +9 -7
- data/vendor/local/share/man/man3/gnutls_certificate_set_ocsp_status_request_file.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_certificate_set_ocsp_status_request_function.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_key.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_key_file.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_key_file2.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_key_mem.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_key_mem2.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_keyring_file.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_keyring_mem.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_certificate_set_params_function.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_certificate_set_pin_function.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_certificate_set_retrieve_function.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_set_retrieve_function2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_set_rsa_export_params.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_certificate_set_trust_list.3 +54 -0
- data/vendor/local/share/man/man3/gnutls_certificate_set_verify_flags.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_certificate_set_verify_function.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_set_verify_limits.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_crl.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_crl_file.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_crl_mem.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_key.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_key_file.3 +9 -2
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_key_file2.3 +11 -4
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_key_mem.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_key_mem2.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_simple_pkcs12_file.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_simple_pkcs12_mem.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_system_trust.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_trust.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_trust_file.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_trust_mem.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_type_get.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_type_get_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_type_get_name.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_certificate_type_list.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_type_set_priority.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_verification_status_print.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_certificate_verify_peers2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_certificate_verify_peers3.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_check_version.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_cipher_add_auth.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_cipher_decrypt.3 +5 -2
- data/vendor/local/share/man/man3/gnutls_cipher_decrypt2.3 +5 -2
- data/vendor/local/share/man/man3/gnutls_cipher_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_cipher_encrypt.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_cipher_encrypt2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_cipher_get.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_cipher_get_block_size.3 +3 -5
- data/vendor/local/share/man/man3/gnutls_cipher_get_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_cipher_get_iv_size.3 +46 -0
- data/vendor/local/share/man/man3/gnutls_cipher_get_key_size.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_cipher_get_name.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_cipher_get_tag_size.3 +44 -0
- data/vendor/local/share/man/man3/gnutls_cipher_init.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_cipher_list.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_cipher_set_iv.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_cipher_set_priority.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_cipher_suite_get_name.3 +6 -6
- data/vendor/local/share/man/man3/gnutls_cipher_suite_info.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_cipher_tag.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_compression_get.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_compression_get_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_compression_get_name.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_compression_list.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_compression_set_priority.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_credentials_clear.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_credentials_set.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_db_check_entry.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_db_check_entry_time.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_db_get_ptr.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_db_remove_session.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_db_set_cache_expiration.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_db_set_ptr.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_db_set_remove_function.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_db_set_retrieve_function.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_db_set_store_function.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_dh_get_group.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_dh_get_peers_public_bits.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_dh_get_prime_bits.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_dh_get_pubkey.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_dh_get_secret_bits.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_dh_params_cpy.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_dh_params_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_dh_params_export2_pkcs3.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_dh_params_export_pkcs3.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_dh_params_export_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_dh_params_generate2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_dh_params_import_pkcs3.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_dh_params_import_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_dh_params_init.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_dh_set_prime_bits.3 +3 -3
- data/vendor/local/share/man/man3/gnutls_digest_get_id.3 +46 -0
- data/vendor/local/share/man/man3/gnutls_digest_get_name.3 +45 -0
- data/vendor/local/share/man/man3/gnutls_digest_list.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_dtls_cookie_send.3 +10 -6
- data/vendor/local/share/man/man3/gnutls_dtls_cookie_verify.3 +10 -8
- data/vendor/local/share/man/man3/gnutls_dtls_get_data_mtu.3 +3 -3
- data/vendor/local/share/man/man3/gnutls_dtls_get_mtu.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_dtls_get_timeout.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_dtls_prestate_set.3 +7 -4
- data/vendor/local/share/man/man3/gnutls_dtls_set_data_mtu.3 +5 -2
- data/vendor/local/share/man/man3/gnutls_dtls_set_mtu.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_dtls_set_timeouts.3 +4 -2
- data/vendor/local/share/man/man3/gnutls_ecc_curve_get.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ecc_curve_get_name.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ecc_curve_get_size.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ecc_curve_list.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_error_is_fatal.3 +9 -6
- data/vendor/local/share/man/man3/gnutls_error_to_alert.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_est_record_overhead_size.3 +58 -0
- data/vendor/local/share/man/man3/gnutls_fingerprint.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_global_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_global_init.3 +9 -11
- data/vendor/local/share/man/man3/gnutls_global_set_audit_log_function.3 +7 -6
- data/vendor/local/share/man/man3/gnutls_global_set_log_function.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_global_set_log_level.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_global_set_mem_functions.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_global_set_mutex.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_global_set_time_function.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_handshake.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_handshake_description_get_name.3 +45 -0
- data/vendor/local/share/man/man3/gnutls_handshake_get_last_in.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_handshake_get_last_out.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_handshake_set_hook_function.3 +66 -0
- data/vendor/local/share/man/man3/gnutls_handshake_set_max_packet_length.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_handshake_set_post_client_hello_function.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_handshake_set_private_extensions.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_handshake_set_random.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_handshake_set_timeout.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_hash.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_hash_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_hash_fast.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_hash_get_len.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_hash_init.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_hash_output.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_heartbeat_allowed.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_heartbeat_enable.3 +8 -4
- data/vendor/local/share/man/man3/gnutls_heartbeat_get_timeout.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_heartbeat_ping.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_heartbeat_pong.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_heartbeat_set_timeouts.3 +4 -7
- data/vendor/local/share/man/man3/gnutls_hex2bin.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_hex_decode.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_hex_encode.3 +4 -2
- data/vendor/local/share/man/man3/gnutls_hmac.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_hmac_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_hmac_fast.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_hmac_get_len.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_hmac_init.3 +5 -2
- data/vendor/local/share/man/man3/gnutls_hmac_output.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_hmac_set_nonce.3 +48 -0
- data/vendor/local/share/man/man3/gnutls_init.3 +6 -2
- data/vendor/local/share/man/man3/gnutls_key_generate.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_kx_get.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_kx_get_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_kx_get_name.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_kx_list.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_kx_set_priority.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_load_file.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_mac_get.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_mac_get_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_mac_get_key_size.3 +3 -3
- data/vendor/local/share/man/man3/gnutls_mac_get_name.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_mac_get_nonce_size.3 +46 -0
- data/vendor/local/share/man/man3/gnutls_mac_list.3 +3 -6
- data/vendor/local/share/man/man3/gnutls_mac_set_priority.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_req_add_cert.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_req_add_cert_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_req_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_req_export.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_req_get_cert_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_req_get_extension.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_req_get_nonce.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_req_get_version.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_req_import.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_req_init.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_req_print.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_req_randomize_nonce.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_req_set_extension.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_req_set_nonce.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_check_crt.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_export.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_certs.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_extension.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_nonce.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_produced.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_responder.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_response.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_signature.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_signature_algorithm.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_single.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_status.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_version.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_import.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_init.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_print.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_verify.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_verify_direct.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_status_request_enable_client.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_status_request_get.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_ocsp_status_request_is_checked.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_check_hostname.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_export.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_export2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_auth_subkey.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_creation_time.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_expiration_time.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_fingerprint.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_key_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_key_usage.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_name.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_pk_algorithm.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_pk_dsa_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_pk_rsa_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_preferred_key_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_revoked_status.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_count.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_creation_time.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_expiration_time.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_fingerprint.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_idx.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_pk_algorithm.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_pk_dsa_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_pk_rsa_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_revoked_status.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_usage.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_version.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_import.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_init.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_print.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_set_preferred_key_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_verify_ring.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_verify_self.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_keyring_check_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_keyring_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_keyring_get_crt.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_keyring_get_crt_count.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_keyring_import.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_keyring_init.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_export.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_export2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_export_dsa_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_export_rsa_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_export_subkey_dsa_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_export_subkey_rsa_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_fingerprint.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_key_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_pk_algorithm.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_preferred_key_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_revoked_status.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_count.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_creation_time.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_expiration_time.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_fingerprint.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_idx.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_pk_algorithm.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_revoked_status.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_import.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_init.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_sec_param.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_set_preferred_key_id.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_sign_hash.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_send_cert.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_openpgp_set_recv_key_function.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pcert_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pcert_import_openpgp.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_pcert_import_openpgp_raw.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_pcert_import_x509.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_pcert_import_x509_raw.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_pcert_list_import_x509_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pem_base64_decode.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pem_base64_decode_alloc.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pem_base64_encode.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pem_base64_encode_alloc.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_perror.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pk_algorithm_get_name.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pk_bits_to_sec_param.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pk_get_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pk_get_name.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pk_list.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pk_to_sign.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_add_provider.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_copy_secret_key.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_copy_x509_crt.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_copy_x509_privkey.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_delete_url.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_get_pin_function.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_get_raw_issuer.3 +56 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_init.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_export.3 +3 -6
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_export2.3 +3 -6
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_export3.3 +55 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_export_url.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_get_info.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_get_type.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_import_url.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_init.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_list_import_url.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_list_import_url2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_set_pin_function.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_export_url.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_generate.3 +5 -5
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_generate2.3 +5 -5
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_get_info.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_get_pk_algorithm.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_import_url.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_init.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_set_pin_function.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_status.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_reinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_set_pin_function.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_set_token_function.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_token_get_flags.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_token_get_info.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_token_get_mechanism.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_token_get_random.3 +51 -0
- data/vendor/local/share/man/man3/gnutls_pkcs11_token_get_url.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_token_init.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_token_set_pin.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs11_type_get_name.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_decrypt.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_encrypt.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_get_count.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_get_data.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_get_friendly_name.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_get_key_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_get_type.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_init.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_set_crl.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_set_crt.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_set_data.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_set_friendly_name.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_set_key_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs12_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs12_export.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs12_export2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs12_generate_mac.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs12_get_bag.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs12_import.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs12_init.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs12_set_bag.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs12_simple_parse.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs12_verify_mac.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs7_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs7_delete_crl.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs7_delete_crt.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs7_export.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs7_export2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs7_get_crl_count.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs7_get_crl_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs7_get_crt_count.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs7_get_crt_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs7_import.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs7_init.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs7_set_crl.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs7_set_crl_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs7_set_crt.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pkcs7_set_crt_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_prf.3 +5 -4
- data/vendor/local/share/man/man3/gnutls_prf_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_priority_certificate_type_list.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_priority_cipher_list.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_priority_compression_list.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_priority_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_priority_ecc_curve_list.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_priority_get_cipher_suite_index.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_priority_init.3 +10 -3
- data/vendor/local/share/man/man3/gnutls_priority_kx_list.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_priority_mac_list.3 +49 -0
- data/vendor/local/share/man/man3/gnutls_priority_protocol_list.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_priority_set.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_priority_set_direct.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_priority_sign_list.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_privkey_decrypt_data.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_privkey_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_privkey_get_pk_algorithm.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_privkey_get_type.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_privkey_import_ext.3 +5 -6
- data/vendor/local/share/man/man3/gnutls_privkey_import_ext2.3 +7 -5
- data/vendor/local/share/man/man3/gnutls_privkey_import_openpgp.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_privkey_import_openpgp_raw.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_privkey_import_pkcs11.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_privkey_import_pkcs11_url.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_privkey_import_tpm_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_privkey_import_tpm_url.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_privkey_import_url.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_privkey_import_x509.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_privkey_import_x509_raw.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_privkey_init.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_privkey_set_pin_function.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_privkey_sign_data.3 +3 -3
- data/vendor/local/share/man/man3/gnutls_privkey_sign_hash.3 +6 -3
- data/vendor/local/share/man/man3/gnutls_privkey_sign_raw_data.3 +3 -3
- data/vendor/local/share/man/man3/gnutls_privkey_status.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_protocol_get_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_protocol_get_name.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_protocol_get_version.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_protocol_list.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_protocol_set_priority.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_psk_allocate_client_credentials.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_psk_allocate_server_credentials.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_psk_client_get_hint.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_psk_free_client_credentials.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_psk_free_server_credentials.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_psk_server_get_username.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_psk_set_client_credentials.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_psk_set_client_credentials_function.3 +5 -5
- data/vendor/local/share/man/man3/gnutls_psk_set_params_function.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_psk_set_server_credentials_file.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_psk_set_server_credentials_function.3 +5 -5
- data/vendor/local/share/man/man3/gnutls_psk_set_server_credentials_hint.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_psk_set_server_dh_params.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_psk_set_server_params_function.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_encrypt_data.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_export.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_export2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_get_key_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_get_key_usage.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_get_openpgp_key_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_get_pk_algorithm.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_get_pk_dsa_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_get_pk_ecc_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_get_pk_ecc_x962.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_pubkey_get_pk_rsa_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_get_preferred_hash_algorithm.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_pubkey_get_verify_algorithm.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_import.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_import_dsa_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_import_ecc_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_import_ecc_x962.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_import_openpgp.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_import_openpgp_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_import_pkcs11.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_import_pkcs11_url.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_import_privkey.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_import_rsa_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_import_tpm_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_import_tpm_url.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_pubkey_import_url.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_import_x509.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_import_x509_crq.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_import_x509_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_init.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_print.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_set_key_usage.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_set_pin_function.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_verify_data.3 +3 -3
- data/vendor/local/share/man/man3/gnutls_pubkey_verify_data2.3 +3 -3
- data/vendor/local/share/man/man3/gnutls_pubkey_verify_hash.3 +3 -3
- data/vendor/local/share/man/man3/gnutls_pubkey_verify_hash2.3 +3 -3
- data/vendor/local/share/man/man3/gnutls_random_art.3 +5 -5
- data/vendor/local/share/man/man3/gnutls_range_split.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_record_can_use_length_hiding.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_record_check_pending.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_record_cork.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_record_disable_padding.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_record_get_direction.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_record_get_discarded.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_record_get_max_size.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_record_overhead_size.3 +45 -0
- data/vendor/local/share/man/man3/gnutls_record_recv.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_record_recv_seq.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_record_send.3 +8 -4
- data/vendor/local/share/man/man3/gnutls_record_send_range.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_record_set_max_empty_records.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_record_set_max_size.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_record_set_timeout.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_record_uncork.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_rehandshake.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_rnd.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_rnd_refresh.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_rsa_export_get_modulus_bits.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_rsa_export_get_pubkey.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_rsa_params_cpy.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_rsa_params_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_rsa_params_export_pkcs1.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_rsa_params_export_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_rsa_params_generate2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_rsa_params_import_pkcs1.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_rsa_params_import_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_rsa_params_init.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_safe_renegotiation_status.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_sec_param_get_name.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_sec_param_to_pk_bits.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_server_name_get.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_server_name_set.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_session_channel_binding.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_session_enable_compatibility_mode.3 +5 -2
- data/vendor/local/share/man/man3/gnutls_session_force_valid.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_session_get_data.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_session_get_data2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_session_get_desc.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_session_get_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_session_get_id2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_session_get_ptr.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_session_get_random.3 +5 -5
- data/vendor/local/share/man/man3/gnutls_session_is_resumed.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_session_resumption_requested.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_session_set_data.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_session_set_id.3 +51 -0
- data/vendor/local/share/man/man3/gnutls_session_set_premaster.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_session_set_ptr.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_session_ticket_enable_client.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_session_ticket_enable_server.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_session_ticket_key_generate.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_set_default_export_priority.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_set_default_priority.3 +2 -2
- 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 +2 -2
- data/vendor/local/share/man/man3/gnutls_sign_algorithm_get_requested.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_sign_callback_get.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_sign_callback_set.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_sign_get_hash_algorithm.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_sign_get_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_sign_get_name.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_sign_get_pk_algorithm.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_sign_is_secure.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_sign_list.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_srp_allocate_client_credentials.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_srp_allocate_server_credentials.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_srp_base64_decode.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_srp_base64_decode_alloc.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_srp_base64_encode.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_srp_base64_encode_alloc.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_srp_free_client_credentials.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_srp_free_server_credentials.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_srp_server_get_username.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_srp_set_client_credentials.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_srp_set_client_credentials_function.3 +5 -5
- data/vendor/local/share/man/man3/gnutls_srp_set_prime_bits.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_srp_set_server_credentials_file.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_srp_set_server_credentials_function.3 +7 -7
- data/vendor/local/share/man/man3/gnutls_srp_verifier.3 +3 -3
- data/vendor/local/share/man/man3/gnutls_srtp_get_keys.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_srtp_get_mki.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_srtp_get_profile_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_srtp_get_profile_name.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_srtp_get_selected_profile.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_srtp_set_mki.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_srtp_set_profile.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_srtp_set_profile_direct.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_store_commitment.3 +7 -7
- data/vendor/local/share/man/man3/gnutls_store_pubkey.3 +6 -6
- data/vendor/local/share/man/man3/gnutls_strerror.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_strerror_name.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_supplemental_get_name.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_tdb_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_tdb_init.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_tdb_set_store_commitment_func.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_tdb_set_store_func.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_tdb_set_verify_func.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_tpm_get_registered.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_tpm_key_list_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_tpm_key_list_get_url.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_tpm_privkey_delete.3 +5 -5
- data/vendor/local/share/man/man3/gnutls_tpm_privkey_generate.3 +7 -7
- data/vendor/local/share/man/man3/gnutls_transport_get_int.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_transport_get_int2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_transport_get_ptr.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_transport_get_ptr2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_transport_set_errno.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_transport_set_errno_function.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_transport_set_int.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_transport_set_int2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_transport_set_ptr.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_transport_set_ptr2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_transport_set_pull_function.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_transport_set_pull_timeout_function.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_transport_set_push_function.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_transport_set_vec_push_function.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_url_is_supported.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_verify_stored_pubkey.3 +6 -6
- data/vendor/local/share/man/man3/gnutls_x509_crl_check_issuer.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_export.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_export2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_authority_key_gn_serial.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_authority_key_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_crt_count.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_crt_serial.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_dn_oid.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_extension_data.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_extension_info.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_extension_oid.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_issuer_dn.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_issuer_dn2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_issuer_dn_by_oid.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_next_update.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_number.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_raw_issuer_dn.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_signature.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_signature_algorithm.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_this_update.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_version.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_import.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_init.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_list_import.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_list_import2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_print.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_privkey_sign.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_set_authority_key_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_set_crt.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_set_crt_serial.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_set_next_update.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_set_number.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_set_this_update.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_set_version.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_sign.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_sign2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crl_verify.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_export.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_export2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_attribute_by_oid.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_attribute_data.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_attribute_info.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_basic_constraints.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_challenge_password.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_dn.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_dn2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_dn_by_oid.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_dn_oid.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_extension_by_oid.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_extension_data.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_extension_info.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_key_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_key_purpose_oid.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_key_rsa_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_key_usage.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_pk_algorithm.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_private_key_usage_period.3 +5 -5
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_subject_alt_name.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_subject_alt_othername_oid.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_version.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_import.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_init.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_print.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_privkey_sign.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_attribute_by_oid.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_basic_constraints.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_challenge_password.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_dn.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_dn_by_oid.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_key.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_key_purpose_oid.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_key_rsa_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_key_usage.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_private_key_usage_period.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_pubkey.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_subject_alt_name.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_version.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_sign.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_sign2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crq_verify.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_check_hostname.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_check_issuer.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_check_revocation.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_cpy_crl_dist_points.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_export.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_export2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_activation_time.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_authority_info_access.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_authority_key_gn_serial.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_authority_key_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_basic_constraints.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_ca_status.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_crl_dist_points.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_dn.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_dn2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_dn_by_oid.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_dn_oid.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_expiration_time.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_extension_by_oid.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_extension_data.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_extension_info.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_extension_oid.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_fingerprint.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_alt_name.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_alt_name2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_alt_othername_oid.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_dn.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_dn2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_dn_by_oid.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_dn_oid.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_unique_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_key_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_key_purpose_oid.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_key_usage.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_pk_algorithm.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_pk_dsa_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_pk_rsa_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_policy.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_preferred_hash_algorithm.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_private_key_usage_period.3 +5 -5
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_proxy.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_raw_dn.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_raw_issuer_dn.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_serial.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_signature.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_signature_algorithm.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_subject.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_subject_alt_name.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_subject_alt_name2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_subject_alt_othername_oid.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_subject_key_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_subject_unique_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_verify_algorithm.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_version.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_import.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_import_pkcs11.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_import_pkcs11_url.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_init.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_list_import.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_list_import2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_list_import_pkcs11.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_list_verify.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_print.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_privkey_sign.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_activation_time.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_authority_info_access.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_authority_key_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_basic_constraints.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_ca_status.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_crl_dist_points.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_crl_dist_points2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_crq.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_crq_extensions.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_dn.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_dn_by_oid.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_expiration_time.3 +4 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_extension_by_oid.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_issuer_dn.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_issuer_dn_by_oid.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_key.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_key_purpose_oid.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_key_usage.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_pin_function.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_policy.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_private_key_usage_period.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_proxy.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_proxy_dn.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_pubkey.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_serial.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_subject_alt_name.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_subject_alternative_name.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_subject_key_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_version.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_sign.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_sign2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_verify.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_verify_data.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_crt_verify_hash.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_dn_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_dn_export.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_dn_export2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_dn_get_rdn_ava.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_dn_import.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_dn_init.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_dn_oid_known.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_dn_oid_name.3 +3 -3
- data/vendor/local/share/man/man3/gnutls_x509_policy_release.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_x509_privkey_cpy.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_privkey_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_privkey_export.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_privkey_export2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_privkey_export2_pkcs8.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_privkey_export_dsa_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_privkey_export_ecc_raw.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_x509_privkey_export_pkcs8.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_privkey_export_rsa_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_privkey_export_rsa_raw2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_privkey_fix.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_privkey_generate.3 +6 -2
- data/vendor/local/share/man/man3/gnutls_x509_privkey_get_key_id.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_privkey_get_pk_algorithm.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_privkey_get_pk_algorithm2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_privkey_import.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_privkey_import2.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_x509_privkey_import_dsa_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_privkey_import_ecc_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_privkey_import_openssl.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_x509_privkey_import_pkcs8.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_privkey_import_rsa_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_privkey_import_rsa_raw2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_privkey_init.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_privkey_sec_param.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_privkey_sign_data.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_privkey_sign_hash.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_privkey_verify_params.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_rdn_get.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_rdn_get_by_oid.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_rdn_get_oid.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_add_cas.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_add_crls.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_add_named_crt.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_add_system_trust.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_add_trust_file.3 +5 -5
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_add_trust_mem.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_deinit.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_get_issuer.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_init.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_remove_cas.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_remove_trust_file.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_remove_trust_mem.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_verify_crt.3 +2 -4
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_verify_named_crt.3 +2 -2
- data/vendor/local/share/man/man3/xssl_client_init.3 +65 -0
- data/vendor/local/share/man/man3/xssl_cred_deinit.3 +46 -0
- data/vendor/local/share/man/man3/xssl_cred_init.3 +57 -0
- data/vendor/local/share/man/man3/xssl_deinit.3 +45 -0
- data/vendor/local/share/man/man3/xssl_flush.3 +48 -0
- data/vendor/local/share/man/man3/xssl_get_session.3 +44 -0
- data/vendor/local/share/man/man3/xssl_getdelim.3 +58 -0
- data/vendor/local/share/man/man3/xssl_printf.3 +54 -0
- data/vendor/local/share/man/man3/xssl_read.3 +52 -0
- data/vendor/local/share/man/man3/xssl_server_init.3 +59 -0
- data/vendor/local/share/man/man3/xssl_sinit.3 +53 -0
- data/vendor/local/share/man/man3/xssl_write.3 +56 -0
- metadata +77 -43
- data/vendor/local/bin/libgnutlsxx-28.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/zlib1.dll +0 -0
- data/vendor/local/include/gnutls/gnutlsxx.h +0 -426
- data/vendor/local/include/zconf.h +0 -461
- data/vendor/local/include/zlib.h +0 -1589
- data/vendor/local/lib/libgnutlsxx.a +0 -0
- data/vendor/local/lib/libgnutlsxx.dll.a +0 -0
- data/vendor/local/lib/libgnutlsxx.la +0 -41
- data/vendor/local/lib/libz.dll.a +0 -0
- data/vendor/local/lib/zdll.lib +0 -0
- data/vendor/local/lib/zlib.def +0 -67
- data/vendor/local/manifest/zlib-dev_1.2.5-2_win32.mft +0 -8
- data/vendor/local/manifest/zlib_1.2.5-2_win32.mft +0 -2
- data/vendor/local/share/gdb/auto-load/libglib-2.0.so.0.3600.1-gdb.py +0 -10
- data/vendor/local/share/gdb/auto-load/libglib-2.0.so.0.3600.2-gdb.py +0 -10
- data/vendor/local/share/gdb/auto-load/libgobject-2.0.so.0.3600.1-gdb.py +0 -10
- data/vendor/local/share/gdb/auto-load/libgobject-2.0.so.0.3600.2-gdb.py +0 -10
- data/vendor/local/src/tml/packaging/zlib_1.2.5-2_win32.log +0 -42
- data/vendor/local/src/tml/packaging/zlib_1.2.5-2_win32.sh +0 -189
@@ -1,6 +1,7 @@
|
|
1
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 10 November 2013 for version 3.2.7 of
|
4
|
+
GnuTLS.
|
4
5
|
|
5
6
|
Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C)
|
6
7
|
2001-2013 Nikos Mavrogiannopoulos
|
@@ -32,7 +33,8 @@ File: gnutls.info, Node: Top, Next: Preface, Up: (dir)
|
|
32
33
|
GnuTLS
|
33
34
|
******
|
34
35
|
|
35
|
-
This manual is last updated
|
36
|
+
This manual is last updated 10 November 2013 for version 3.2.7 of
|
37
|
+
GnuTLS.
|
36
38
|
|
37
39
|
Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C)
|
38
40
|
2001-2013 Nikos Mavrogiannopoulos
|
@@ -114,7 +116,7 @@ Important features of the GnuTLS library include:
|
|
114
116
|
|
115
117
|
* Support for TLS 1.2, TLS 1.1, TLS 1.0 and SSL 3.0 protocols.
|
116
118
|
|
117
|
-
* Support for Datagram TLS 1.0.
|
119
|
+
* Support for Datagram TLS 1.0 and 1.2.
|
118
120
|
|
119
121
|
* Support for handling and verification of X.509 and OpenPGP
|
120
122
|
certificates.
|
@@ -277,7 +279,7 @@ The handshake protocol is responsible for the security parameters'
|
|
277
279
|
negotiation, the initial key exchange and authentication. *Note The
|
278
280
|
Handshake Protocol::, for more information about the handshake protocol.
|
279
281
|
The protocol layering in TLS is shown in *note Figure 3.1:
|
280
|
-
fig
|
282
|
+
fig-tls-layers.
|
281
283
|
|
282
284
|
[image src="gnutls-layers.png"]
|
283
285
|
|
@@ -355,9 +357,6 @@ ARCFOUR_128 ARCFOUR_128 is a compatible algorithm with RSA's
|
|
355
357
|
secret. It is a fast cipher but considered weak
|
356
358
|
today.
|
357
359
|
|
358
|
-
ARCFOUR_40 This is the ARCFOUR cipher fed with a 40 bit
|
359
|
-
key, which is considered weak.
|
360
|
-
|
361
360
|
AES_CBC AES or RIJNDAEL is the block cipher algorithm
|
362
361
|
that replaces the old DES algorithm. Has 128
|
363
362
|
bits block size and is used in CBC mode.
|
@@ -373,6 +372,14 @@ CAMELLIA_CBC This is an 128-bit block cipher developed by
|
|
373
372
|
ciphers of the European NESSIE and Japanese
|
374
373
|
CRYPTREC projects.
|
375
374
|
|
375
|
+
SALSA20_256 SALSA20_256 is a fast stream cipher. This is
|
376
|
+
currently a GnuTLS extension.
|
377
|
+
|
378
|
+
ESTREAM_SALSA20_256ESTREAM_SALSA20_256 is a faster variant of
|
379
|
+
SALSA20, and is one of the selected ciphers of
|
380
|
+
the ESTREAM competition. This is currently a
|
381
|
+
GnuTLS extension.
|
382
|
+
|
376
383
|
|
377
384
|
Table 3.1: Supported ciphers.
|
378
385
|
|
@@ -389,6 +396,10 @@ MAC_SHA1 An HMAC based on the SHA1 cryptographic hash
|
|
389
396
|
MAC_SHA256 An HMAC based on SHA256. Outputs 256 bits of
|
390
397
|
data.
|
391
398
|
|
399
|
+
MAC_UMAC This is a very fast MAC algorithm based on
|
400
|
+
universal hashing, described in [_RFC4418_].
|
401
|
+
This is currently a GnuTLS extension.
|
402
|
+
|
392
403
|
MAC_AEAD This indicates that an authenticated encryption
|
393
404
|
algorithm, such as GCM, is in use.
|
394
405
|
|
@@ -563,6 +574,9 @@ GNUTLS_A_UNRECOGNIZED_NAME 112 The server name sent
|
|
563
574
|
GNUTLS_A_UNKNOWN_PSK_IDENTITY 115 The SRP/PSK username
|
564
575
|
is missing or not
|
565
576
|
known
|
577
|
+
GNUTLS_A_NO_APPLICATION_PROTOCOL 120 No supported
|
578
|
+
application protocol
|
579
|
+
could be negotiated
|
566
580
|
|
567
581
|
|
568
582
|
File: gnutls.info, Node: The TLS Handshake Protocol, Next: TLS Extensions, Prev: The TLS Alert Protocol, Up: Introduction to TLS
|
@@ -660,7 +674,7 @@ of established connections (unless session tickets are used - *note
|
|
660
674
|
Session tickets::).
|
661
675
|
|
662
676
|
Session resumption is an integral part of GnuTLS, and *note Session
|
663
|
-
resumption::, *note ex
|
677
|
+
resumption::, *note ex-resume-client:: illustrate typical uses of it.
|
664
678
|
|
665
679
|
|
666
680
|
File: gnutls.info, Node: TLS Extensions, Next: How to use TLS in application protocols, Prev: The TLS Handshake Protocol, Up: Introduction to TLS
|
@@ -688,6 +702,7 @@ and they will be discussed in the subsections that follow.
|
|
688
702
|
* Safe renegotiation::
|
689
703
|
* OCSP status request::
|
690
704
|
* SRTP::
|
705
|
+
* Application Layer Protocol Negotiation (ALPN)::
|
691
706
|
|
692
707
|
|
693
708
|
File: gnutls.info, Node: Maximum fragment length negotiation, Next: Server name indication, Up: TLS Extensions
|
@@ -745,14 +760,14 @@ File: gnutls.info, Node: HeartBeat, Next: Safe renegotiation, Prev: Session t
|
|
745
760
|
3.6.4 HeartBeat
|
746
761
|
---------------
|
747
762
|
|
748
|
-
This TLS extension allows to ping and receive confirmation
|
749
|
-
peer, is described in [_RFC6520_]. The extension is
|
750
|
-
and *note gnutls_heartbeat_enable:: can be used to
|
751
|
-
may be negotiated to only allow sending heartbeat
|
752
|
-
and receiving. The current session policy can be
|
753
|
-
gnutls_heartbeat_allowed::. The requests coming from
|
754
|
-
'GNUTLS_E_HERTBEAT_PING_RECEIVED' being returned from
|
755
|
-
function. Ping requests to peer can be send via *note
|
763
|
+
This is a TLS extension that allows to ping and receive confirmation
|
764
|
+
from the peer, and is described in [_RFC6520_]. The extension is
|
765
|
+
disabled by default and *note gnutls_heartbeat_enable:: can be used to
|
766
|
+
enable it. A policy may be negotiated to only allow sending heartbeat
|
767
|
+
messages or sending and receiving. The current session policy can be
|
768
|
+
checked with *note gnutls_heartbeat_allowed::. The requests coming from
|
769
|
+
the peer result to 'GNUTLS_E_HERTBEAT_PING_RECEIVED' being returned from
|
770
|
+
the receive function. Ping requests to peer can be send via *note
|
756
771
|
gnutls_heartbeat_ping::.
|
757
772
|
|
758
773
|
'INT *note gnutls_heartbeat_allowed:: (gnutls_session_t SESSION, unsigned int TYPE)'
|
@@ -878,7 +893,7 @@ serve it to the clients. That way a client avoids an additional
|
|
878
893
|
connection to the OCSP server.
|
879
894
|
|
880
895
|
'VOID *note gnutls_certificate_set_ocsp_status_request_function:: (gnutls_certificate_credentials_t SC, gnutls_status_request_ocsp_func OCSP_FUNC, void * PTR)'
|
881
|
-
'INT *note gnutls_certificate_set_ocsp_status_request_file:: (gnutls_certificate_credentials_t SC, const char* RESPONSE_FILE, unsigned int FLAGS)'
|
896
|
+
'INT *note gnutls_certificate_set_ocsp_status_request_file:: (gnutls_certificate_credentials_t SC, const char * RESPONSE_FILE, unsigned int FLAGS)'
|
882
897
|
'INT *note gnutls_ocsp_status_request_enable_client:: (gnutls_session_t SESSION, gnutls_datum_t * RESPONDER_ID, size_t RESPONDER_ID_SIZE, gnutls_datum_t * EXTENSIONS)'
|
883
898
|
'INT *note gnutls_ocsp_status_request_is_checked:: (gnutls_session_t SESSION, unsigned int FLAGS)'
|
884
899
|
|
@@ -893,7 +908,7 @@ Since version 3.1.3 GnuTLS clients transparently support the certificate
|
|
893
908
|
status request.
|
894
909
|
|
895
910
|
|
896
|
-
File: gnutls.info, Node: SRTP, Prev: OCSP status request, Up: TLS Extensions
|
911
|
+
File: gnutls.info, Node: SRTP, Next: Application Layer Protocol Negotiation (ALPN), Prev: OCSP status request, Up: TLS Extensions
|
897
912
|
|
898
913
|
3.6.7 SRTP
|
899
914
|
----------
|
@@ -964,6 +979,27 @@ Other helper functions are listed below.
|
|
964
979
|
'CONST CHAR * *note gnutls_srtp_get_profile_name:: (gnutls_srtp_profile_t PROFILE)'
|
965
980
|
'INT *note gnutls_srtp_get_profile_id:: (const char * NAME, gnutls_srtp_profile_t * PROFILE)'
|
966
981
|
|
982
|
+
|
983
|
+
File: gnutls.info, Node: Application Layer Protocol Negotiation (ALPN), Prev: SRTP, Up: TLS Extensions
|
984
|
+
|
985
|
+
3.6.8 Application Layer Protocol Negotiation (ALPN)
|
986
|
+
---------------------------------------------------
|
987
|
+
|
988
|
+
The TLS protocol was extended in 'draft-ietf-tls-applayerprotoneg-00' to
|
989
|
+
provide the application layer a method of negotiating the application
|
990
|
+
protocol version. This allows for negotiation of the application
|
991
|
+
protocol during the TLS handshake, thus reducing round-trips. The
|
992
|
+
application protocol is described by an opaque string. To enable, use
|
993
|
+
the following functions.
|
994
|
+
|
995
|
+
'INT *note gnutls_alpn_set_protocols:: (gnutls_session_t SESSION, const gnutls_datum_t * PROTOCOLS, unsigned PROTOCOLS_SIZE, unsigned int FLAGS)'
|
996
|
+
'INT *note gnutls_alpn_get_selected_protocol:: (gnutls_session_t SESSION, gnutls_datum_t * PROTOCOL)'
|
997
|
+
|
998
|
+
Note that you can use these functions with protocols that are registered
|
999
|
+
in the Application Layer Protocol Negotiation IANA registry. If you
|
1000
|
+
wish to use them for other custom protocols then prefix them with the 3
|
1001
|
+
characters 'exp' (lower-case).
|
1002
|
+
|
967
1003
|
|
968
1004
|
File: gnutls.info, Node: How to use TLS in application protocols, Next: On SSL 2 and older protocols, Prev: TLS Extensions, Up: Introduction to TLS
|
969
1005
|
|
@@ -1185,12 +1221,6 @@ RSA The RSA algorithm is used to encrypt a key and
|
|
1185
1221
|
send it to the peer. The certificate must allow
|
1186
1222
|
the key to be used for encryption.
|
1187
1223
|
|
1188
|
-
RSA_EXPORT The RSA algorithm is used to encrypt a key and
|
1189
|
-
send it to the peer. In the EXPORT algorithm,
|
1190
|
-
the server signs temporary RSA parameters of 512
|
1191
|
-
bits -- which are considered weak -- and sends
|
1192
|
-
them to the client.
|
1193
|
-
|
1194
1224
|
DHE_RSA The RSA algorithm is used to sign ephemeral
|
1195
1225
|
Diffie-Hellman parameters which are sent to the
|
1196
1226
|
peer. The key in the certificate must allow the
|
@@ -1252,7 +1282,7 @@ Figure 4.1: An example of the X.509 hierarchical trust model.
|
|
1252
1282
|
|
1253
1283
|
One needs to trust one or more CAs for his secure communications. In
|
1254
1284
|
that case only the certificates issued by the trusted authorities are
|
1255
|
-
acceptable. The framework is illustrated on *note Figure 4.1: fig
|
1285
|
+
acceptable. The framework is illustrated on *note Figure 4.1: fig-x509.
|
1256
1286
|
|
1257
1287
|
* Menu:
|
1258
1288
|
|
@@ -1372,7 +1402,7 @@ In GnuTLS the X.509 certificate structures are handled using the
|
|
1372
1402
|
'gnutls_x509_privkey_t' type. All the available functions for X.509
|
1373
1403
|
certificate handling have their prototypes in 'gnutls/x509.h'. An
|
1374
1404
|
example program to demonstrate the X.509 parsing capabilities can be
|
1375
|
-
found in *note ex
|
1405
|
+
found in *note ex-x509-info::.
|
1376
1406
|
|
1377
1407
|
|
1378
1408
|
File: gnutls.info, Node: Importing an X.509 certificate, Next: X.509 distinguished names, Prev: X.509 certificate structure, Up: X.509 certificates
|
@@ -1519,7 +1549,7 @@ following functions.
|
|
1519
1549
|
|
1520
1550
|
'INT *note gnutls_x509_privkey_get_pk_algorithm2:: (gnutls_x509_privkey_t KEY, unsigned int * BITS)'
|
1521
1551
|
'INT *note gnutls_x509_privkey_export_rsa_raw2:: (gnutls_x509_privkey_t KEY, gnutls_datum_t * M, gnutls_datum_t * E, gnutls_datum_t * D, gnutls_datum_t * P, gnutls_datum_t * Q, gnutls_datum_t * U, gnutls_datum_t * E1, gnutls_datum_t * E2)'
|
1522
|
-
'INT *note gnutls_x509_privkey_export_ecc_raw:: (gnutls_x509_privkey_t KEY, gnutls_ecc_curve_t * CURVE, gnutls_datum_t * X, gnutls_datum_t * Y, gnutls_datum_t* K)'
|
1552
|
+
'INT *note gnutls_x509_privkey_export_ecc_raw:: (gnutls_x509_privkey_t KEY, gnutls_ecc_curve_t * CURVE, gnutls_datum_t * X, gnutls_datum_t * Y, gnutls_datum_t * K)'
|
1523
1553
|
'INT *note gnutls_x509_privkey_export_dsa_raw:: (gnutls_x509_privkey_t KEY, gnutls_datum_t * P, gnutls_datum_t * Q, gnutls_datum_t * G, gnutls_datum_t * Y, gnutls_datum_t * X)'
|
1524
1554
|
'INT *note gnutls_x509_privkey_get_key_id:: (gnutls_x509_privkey_t KEY, unsigned int FLAGS, unsigned char * OUTPUT_DATA, size_t * OUTPUT_DATA_SIZE)'
|
1525
1555
|
|
@@ -1631,9 +1661,6 @@ this purpose the following functions are provided.
|
|
1631
1661
|
its status. The 'verify' parameter will hold an OR'ed sequence of
|
1632
1662
|
'gnutls_certificate_status_t' flags.
|
1633
1663
|
|
1634
|
-
*Limitation:* Pathlen constraints or key usage flags are not
|
1635
|
-
consulted.
|
1636
|
-
|
1637
1664
|
*Returns:* On success, 'GNUTLS_E_SUCCESS' (0) is returned,
|
1638
1665
|
otherwise a negative error value.
|
1639
1666
|
|
@@ -1672,8 +1699,8 @@ this purpose the following functions are provided.
|
|
1672
1699
|
*Since:* 3.0
|
1673
1700
|
|
1674
1701
|
-- Function: int gnutls_x509_trust_list_add_trust_file
|
1675
|
-
(gnutls_x509_trust_list_t LIST, const char* CA_FILE, const
|
1676
|
-
char* CRL_FILE, gnutls_x509_crt_fmt_t TYPE, unsigned int
|
1702
|
+
(gnutls_x509_trust_list_t LIST, const char * CA_FILE, const
|
1703
|
+
char * CRL_FILE, gnutls_x509_crt_fmt_t TYPE, unsigned int
|
1677
1704
|
TL_FLAGS, unsigned int TL_VFLAGS)
|
1678
1705
|
LIST: The structure of the list
|
1679
1706
|
|
@@ -1784,7 +1811,7 @@ more detailed flags will also be set when appropriate.
|
|
1784
1811
|
|
1785
1812
|
Figure 4.2: The 'gnutls_certificate_status_t' enumeration.
|
1786
1813
|
|
1787
|
-
An example of certificate verification is shown in *note ex
|
1814
|
+
An example of certificate verification is shown in *note ex-verify2::.
|
1788
1815
|
It is also possible to have a set of certificates that are trusted for a
|
1789
1816
|
particular server but not to authorize other certificates. This purpose
|
1790
1817
|
is served by the functions *note gnutls_x509_trust_list_add_named_crt::
|
@@ -1870,7 +1897,7 @@ allows anyone to sign anyone else's public key. When Alice signs Bob's
|
|
1870
1897
|
key, she is introducing Bob's key to anyone who trusts Alice. If
|
1871
1898
|
someone trusts Alice to introduce keys, then Alice is a trusted
|
1872
1899
|
introducer in the mind of that observer. For example in *note Figure
|
1873
|
-
4.4: fig
|
1900
|
+
4.4: fig-openpgp, David trusts Alice to be an introducer and Alice
|
1874
1901
|
signed Bob's key thus Dave trusts Bob's key to be the real one.
|
1875
1902
|
|
1876
1903
|
[image src="gnutls-pgp.png"]
|
@@ -2254,7 +2281,7 @@ last step ensures that the requester is in possession of the private
|
|
2254
2281
|
key.
|
2255
2282
|
|
2256
2283
|
'INT *note gnutls_x509_crq_set_version:: (gnutls_x509_crq_t CRQ, unsigned int VERSION)'
|
2257
|
-
'INT *note gnutls_x509_crq_set_dn:: (gnutls_x509_crq_t CRQ, const char * DN, const char** ERR)'
|
2284
|
+
'INT *note gnutls_x509_crq_set_dn:: (gnutls_x509_crq_t CRQ, const char * DN, const char ** ERR)'
|
2258
2285
|
'INT *note gnutls_x509_crq_set_dn_by_oid:: (gnutls_x509_crq_t CRQ, const char * OID, unsigned int RAW_FLAG, const void * DATA, unsigned int SIZEOF_DATA)'
|
2259
2286
|
'INT *note gnutls_x509_crq_set_key_usage:: (gnutls_x509_crq_t CRQ, unsigned int USAGE)'
|
2260
2287
|
'INT *note gnutls_x509_crq_set_key_purpose_oid:: (gnutls_x509_crq_t CRQ, const void * OID, unsigned int CRITICAL)'
|
@@ -2324,73 +2351,77 @@ which should return a signed certificate.
|
|
2324
2351
|
* request.
|
2325
2352
|
*/
|
2326
2353
|
|
2327
|
-
int
|
2328
|
-
main (void)
|
2354
|
+
int main(void)
|
2329
2355
|
{
|
2330
|
-
|
2331
|
-
|
2332
|
-
|
2333
|
-
|
2334
|
-
|
2356
|
+
gnutls_x509_crq_t crq;
|
2357
|
+
gnutls_x509_privkey_t key;
|
2358
|
+
unsigned char buffer[10 * 1024];
|
2359
|
+
size_t buffer_size = sizeof(buffer);
|
2360
|
+
unsigned int bits;
|
2335
2361
|
|
2336
|
-
|
2362
|
+
gnutls_global_init();
|
2337
2363
|
|
2338
|
-
|
2339
|
-
|
2340
|
-
|
2341
|
-
|
2364
|
+
/* Initialize an empty certificate request, and
|
2365
|
+
* an empty private key.
|
2366
|
+
*/
|
2367
|
+
gnutls_x509_crq_init(&crq);
|
2342
2368
|
|
2343
|
-
|
2369
|
+
gnutls_x509_privkey_init(&key);
|
2344
2370
|
|
2345
|
-
|
2346
|
-
|
2347
|
-
|
2348
|
-
|
2371
|
+
/* Generate an RSA key of moderate security.
|
2372
|
+
*/
|
2373
|
+
bits =
|
2374
|
+
gnutls_sec_param_to_pk_bits(GNUTLS_PK_RSA,
|
2375
|
+
GNUTLS_SEC_PARAM_NORMAL);
|
2376
|
+
gnutls_x509_privkey_generate(key, GNUTLS_PK_RSA, bits, 0);
|
2349
2377
|
|
2350
|
-
|
2351
|
-
|
2352
|
-
|
2353
|
-
|
2378
|
+
/* Add stuff to the distinguished name
|
2379
|
+
*/
|
2380
|
+
gnutls_x509_crq_set_dn_by_oid(crq, GNUTLS_OID_X520_COUNTRY_NAME,
|
2381
|
+
0, "GR", 2);
|
2354
2382
|
|
2355
|
-
|
2356
|
-
|
2383
|
+
gnutls_x509_crq_set_dn_by_oid(crq, GNUTLS_OID_X520_COMMON_NAME,
|
2384
|
+
0, "Nikos", strlen("Nikos"));
|
2357
2385
|
|
2358
|
-
|
2359
|
-
|
2360
|
-
|
2386
|
+
/* Set the request version.
|
2387
|
+
*/
|
2388
|
+
gnutls_x509_crq_set_version(crq, 1);
|
2361
2389
|
|
2362
|
-
|
2363
|
-
|
2364
|
-
|
2390
|
+
/* Set a challenge password.
|
2391
|
+
*/
|
2392
|
+
gnutls_x509_crq_set_challenge_password(crq,
|
2393
|
+
"something to remember here");
|
2365
2394
|
|
2366
|
-
|
2367
|
-
|
2368
|
-
|
2395
|
+
/* Associate the request with the private key
|
2396
|
+
*/
|
2397
|
+
gnutls_x509_crq_set_key(crq, key);
|
2369
2398
|
|
2370
|
-
|
2371
|
-
|
2372
|
-
|
2399
|
+
/* Self sign the certificate request.
|
2400
|
+
*/
|
2401
|
+
gnutls_x509_crq_sign2(crq, key, GNUTLS_DIG_SHA1, 0);
|
2373
2402
|
|
2374
|
-
|
2375
|
-
|
2376
|
-
|
2377
|
-
|
2403
|
+
/* Export the PEM encoded certificate request, and
|
2404
|
+
* display it.
|
2405
|
+
*/
|
2406
|
+
gnutls_x509_crq_export(crq, GNUTLS_X509_FMT_PEM, buffer,
|
2407
|
+
&buffer_size);
|
2378
2408
|
|
2379
|
-
|
2409
|
+
printf("Certificate Request: \n%s", buffer);
|
2380
2410
|
|
2381
2411
|
|
2382
|
-
|
2383
|
-
|
2384
|
-
|
2385
|
-
|
2386
|
-
|
2412
|
+
/* Export the PEM encoded private key, and
|
2413
|
+
* display it.
|
2414
|
+
*/
|
2415
|
+
buffer_size = sizeof(buffer);
|
2416
|
+
gnutls_x509_privkey_export(key, GNUTLS_X509_FMT_PEM, buffer,
|
2417
|
+
&buffer_size);
|
2387
2418
|
|
2388
|
-
|
2419
|
+
printf("\n\nPrivate key: \n%s", buffer);
|
2389
2420
|
|
2390
|
-
|
2391
|
-
|
2421
|
+
gnutls_x509_crq_deinit(crq);
|
2422
|
+
gnutls_x509_privkey_deinit(key);
|
2392
2423
|
|
2393
|
-
|
2424
|
+
return 0;
|
2394
2425
|
|
2395
2426
|
}
|
2396
2427
|
|
@@ -2813,7 +2844,7 @@ key format.
|
|
2813
2844
|
|
2814
2845
|
-- Function: int gnutls_privkey_import_x509_raw (gnutls_privkey_t PKEY,
|
2815
2846
|
const gnutls_datum_t * DATA, gnutls_x509_crt_fmt_t FORMAT,
|
2816
|
-
const char* PASSWORD, unsigned int FLAGS)
|
2847
|
+
const char * PASSWORD, unsigned int FLAGS)
|
2817
2848
|
PKEY: The private key
|
2818
2849
|
|
2819
2850
|
DATA: The private key data to be imported
|
@@ -2837,7 +2868,7 @@ key format.
|
|
2837
2868
|
|
2838
2869
|
-- Function: int gnutls_x509_privkey_import2 (gnutls_x509_privkey_t
|
2839
2870
|
KEY, const gnutls_datum_t * DATA, gnutls_x509_crt_fmt_t
|
2840
|
-
FORMAT, const char* PASSWORD, unsigned int FLAGS)
|
2871
|
+
FORMAT, const char * PASSWORD, unsigned int FLAGS)
|
2841
2872
|
KEY: The structure to store the parsed key
|
2842
2873
|
|
2843
2874
|
DATA: The DER or PEM encoded key.
|
@@ -2995,7 +3026,7 @@ functions below.
|
|
2995
3026
|
'INT *note gnutls_pkcs12_bag_get_friendly_name:: (gnutls_pkcs12_bag_t BAG, int INDX, char ** NAME)'
|
2996
3027
|
|
2997
3028
|
The functions below are used to generate a PKCS #12 structure. An
|
2998
|
-
example of their usage is shown at *note
|
3029
|
+
example of their usage is shown at *note PKCS12 structure generation
|
2999
3030
|
example::.
|
3000
3031
|
|
3001
3032
|
'INT *note gnutls_pkcs12_set_bag:: (gnutls_pkcs12_t PKCS12, gnutls_pkcs12_bag_t BAG)'
|
@@ -3018,7 +3049,7 @@ gnutls_x509_privkey_import_openssl::.
|
|
3018
3049
|
|
3019
3050
|
-- Function: int gnutls_x509_privkey_import_openssl
|
3020
3051
|
(gnutls_x509_privkey_t KEY, const gnutls_datum_t * DATA, const
|
3021
|
-
char* PASSWORD)
|
3052
|
+
char * PASSWORD)
|
3022
3053
|
KEY: The structure to store the parsed key
|
3023
3054
|
|
3024
3055
|
DATA: The DER or PEM encoded key.
|
@@ -3051,22 +3082,23 @@ This section was generated by *AutoGen*, using the 'agtexi-cmd' template
|
|
3051
3082
|
and the option descriptions for the 'certtool' program. This software
|
3052
3083
|
is released under the GNU General Public License, version 3 or later.
|
3053
3084
|
|
3054
|
-
certtool help/usage (
|
3055
|
-
|
3085
|
+
certtool help/usage ('--help')
|
3086
|
+
..............................
|
3087
|
+
|
3088
|
+
This is the automatically generated usage text for certtool.
|
3056
3089
|
|
3057
|
-
|
3058
|
-
|
3059
|
-
|
3060
|
-
|
3061
|
-
|
3062
|
-
|
3063
|
-
exit with a status code of 0.
|
3090
|
+
The text printed is the same whether selected with the 'help' option
|
3091
|
+
('--help') or the 'more-help' option ('--more-help'). 'more-help' will
|
3092
|
+
print the usage text by passing it through a pager program. 'more-help'
|
3093
|
+
is disabled on platforms without a working 'fork(2)' function. The
|
3094
|
+
'PAGER' environment variable is used to select the program, defaulting
|
3095
|
+
to 'more'. Both will exit with a status code of 0.
|
3064
3096
|
|
3065
|
-
certtool - GnuTLS certificate tool
|
3066
|
-
|
3097
|
+
certtool - GnuTLS certificate tool
|
3098
|
+
Usage: certtool [ -<flag> [<val>] | --<name>[{=| }<val>] ]...
|
3067
3099
|
|
3068
|
-
-d, --debug=num Enable debugging
|
3069
|
-
-
|
3100
|
+
-d, --debug=num Enable debugging
|
3101
|
+
- it must be in the range:
|
3070
3102
|
0 to 9999
|
3071
3103
|
-V, --verbose More verbose output
|
3072
3104
|
- may appear multiple times
|
@@ -3080,17 +3112,14 @@ exit with a status code of 0.
|
|
3080
3112
|
-u, --update-certificate Update a signed certificate
|
3081
3113
|
-p, --generate-privkey Generate a private key
|
3082
3114
|
-q, --generate-request Generate a PKCS #10 certificate request
|
3083
|
-
- prohibits
|
3084
|
-
|
3085
|
-
|
3086
|
-
|
3087
|
-
|
3088
|
-
load-ca-certificate
|
3089
|
-
--
|
3090
|
-
|
3091
|
-
load-ca-certificate
|
3092
|
-
--generate-dh-params Generate PKCS #3 encoded Diffie-Hellman parameters.
|
3093
|
-
--get-dh-params Get the included PKCS #3 encoded Diffie-Hellman parameters.
|
3115
|
+
- prohibits the option 'infile'
|
3116
|
+
-e, --verify-chain Verify a PEM encoded certificate chain
|
3117
|
+
--verify Verify a PEM encoded certificate chain using a trusted list
|
3118
|
+
- requires the option 'load-ca-certificate'
|
3119
|
+
--verify-crl Verify a CRL using a trusted list
|
3120
|
+
- requires the option 'load-ca-certificate'
|
3121
|
+
--generate-dh-params Generate PKCS #3 encoded Diffie-Hellman parameters
|
3122
|
+
--get-dh-params Get the included PKCS #3 encoded Diffie-Hellman parameters
|
3094
3123
|
--dh-info Print information PKCS #3 encoded Diffie-Hellman parameters
|
3095
3124
|
--load-privkey=str Loads a private key file
|
3096
3125
|
--load-pubkey=str Loads a public key file
|
@@ -3118,47 +3147,44 @@ exit with a status code of 0.
|
|
3118
3147
|
--pubkey-info Print information on a public key
|
3119
3148
|
--v1 Generate an X.509 version 1 certificate (with no extensions)
|
3120
3149
|
--to-p12 Generate a PKCS #12 structure
|
3121
|
-
- requires
|
3122
|
-
load-certificate
|
3150
|
+
- requires the option 'load-certificate'
|
3123
3151
|
--to-p8 Generate a PKCS #8 structure
|
3124
3152
|
-8, --pkcs8 Use PKCS #8 format for private keys
|
3125
3153
|
--rsa Generate RSA key
|
3126
3154
|
--dsa Generate DSA key
|
3127
3155
|
--ecc Generate ECC (ECDSA) key
|
3128
|
-
--ecdsa
|
3129
|
-
--hash=str Hash algorithm to use for signing
|
3130
|
-
--inder Use DER format for input certificates and
|
3131
|
-
- disabled as --no-inder
|
3132
|
-
--inraw
|
3133
|
-
--outder Use DER format for output certificates and
|
3134
|
-
- disabled as --no-outder
|
3135
|
-
--outraw
|
3156
|
+
--ecdsa an alias for the 'ecc' option
|
3157
|
+
--hash=str Hash algorithm to use for signing
|
3158
|
+
--inder Use DER format for input certificates, private keys, and DH parameters
|
3159
|
+
- disabled as '--no-inder'
|
3160
|
+
--inraw an alias for the 'inder' option
|
3161
|
+
--outder Use DER format for output certificates, private keys, and DH parameters
|
3162
|
+
- disabled as '--no-outder'
|
3163
|
+
--outraw an alias for the 'outder' option
|
3136
3164
|
--bits=num Specify the number of bits for key generate
|
3137
|
-
--sec-param=str Specify the security level [low, legacy, normal, high, ultra]
|
3165
|
+
--sec-param=str Specify the security level [low, legacy, normal, high, ultra]
|
3138
3166
|
--disable-quick-random No effect
|
3139
3167
|
--template=file Template file to use for non-interactive operation
|
3140
3168
|
- file must pre-exist
|
3141
3169
|
--pkcs-cipher=str Cipher to use for PKCS #8 and #12 operations
|
3142
|
-
-v, --version[=arg]
|
3143
|
-
-h, --help
|
3144
|
-
-!, --more-help
|
3170
|
+
-v, --version[=arg] output version information and exit
|
3171
|
+
-h, --help display extended usage information and exit
|
3172
|
+
-!, --more-help extended usage information passed thru pager
|
3145
3173
|
|
3146
3174
|
Options are specified by doubled hyphens and their name or by a single
|
3147
3175
|
hyphen and the flag character.
|
3148
3176
|
|
3149
|
-
|
3150
|
-
|
3151
3177
|
Tool to parse and generate X.509 certificates, requests and private keys.
|
3152
3178
|
It can be used interactively or non interactively by specifying the
|
3153
3179
|
template command line option.
|
3154
3180
|
|
3155
|
-
|
3181
|
+
Please send bug reports to: <bugs@gnutls.org>
|
3156
3182
|
|
3157
3183
|
debug option (-d)
|
3158
3184
|
.................
|
3159
3185
|
|
3160
|
-
This is the "enable debugging
|
3161
|
-
|
3186
|
+
This is the "enable debugging" option. This option takes a number
|
3187
|
+
argument. Specifies the debug level.
|
3162
3188
|
|
3163
3189
|
generate-request option (-q)
|
3164
3190
|
............................
|
@@ -3175,14 +3201,14 @@ use -load-privkey.
|
|
3175
3201
|
verify-chain option (-e)
|
3176
3202
|
........................
|
3177
3203
|
|
3178
|
-
This is the "verify a pem encoded certificate chain
|
3204
|
+
This is the "verify a pem encoded certificate chain" option. The last
|
3179
3205
|
certificate in the chain must be a self signed one.
|
3180
3206
|
|
3181
3207
|
verify option
|
3182
3208
|
.............
|
3183
3209
|
|
3184
3210
|
This is the "verify a pem encoded certificate chain using a trusted
|
3185
|
-
list
|
3211
|
+
list" option.
|
3186
3212
|
|
3187
3213
|
This option has some usage constraints. It:
|
3188
3214
|
* must appear in combination with the following options:
|
@@ -3193,7 +3219,7 @@ The trusted certificate list must be loaded with -load-ca-certificate.
|
|
3193
3219
|
verify-crl option
|
3194
3220
|
.................
|
3195
3221
|
|
3196
|
-
This is the "verify a crl using a trusted list
|
3222
|
+
This is the "verify a crl using a trusted list" option.
|
3197
3223
|
|
3198
3224
|
This option has some usage constraints. It:
|
3199
3225
|
* must appear in combination with the following options:
|
@@ -3204,41 +3230,41 @@ The trusted certificate list must be loaded with -load-ca-certificate.
|
|
3204
3230
|
get-dh-params option
|
3205
3231
|
....................
|
3206
3232
|
|
3207
|
-
This is the "get the included pkcs #3 encoded diffie-hellman
|
3208
|
-
|
3209
|
-
|
3210
|
-
|
3233
|
+
This is the "get the included pkcs #3 encoded diffie-hellman parameters"
|
3234
|
+
option. Returns stored DH parameters in GnuTLS. Those parameters are
|
3235
|
+
used in the SRP protocol. The parameters returned by fresh generation
|
3236
|
+
are more efficient since GnuTLS 3.0.9.
|
3211
3237
|
|
3212
3238
|
load-privkey option
|
3213
3239
|
...................
|
3214
3240
|
|
3215
|
-
This is the "loads a private key file" option. This option takes
|
3216
|
-
argument
|
3241
|
+
This is the "loads a private key file" option. This option takes a
|
3242
|
+
string argument. This can be either a file or a PKCS #11 URL
|
3217
3243
|
|
3218
3244
|
load-pubkey option
|
3219
3245
|
..................
|
3220
3246
|
|
3221
|
-
This is the "loads a public key file" option. This option takes
|
3222
|
-
argument
|
3247
|
+
This is the "loads a public key file" option. This option takes a
|
3248
|
+
string argument. This can be either a file or a PKCS #11 URL
|
3223
3249
|
|
3224
3250
|
load-certificate option
|
3225
3251
|
.......................
|
3226
3252
|
|
3227
|
-
This is the "loads a certificate file" option. This option takes
|
3228
|
-
argument
|
3253
|
+
This is the "loads a certificate file" option. This option takes a
|
3254
|
+
string argument. This can be either a file or a PKCS #11 URL
|
3229
3255
|
|
3230
3256
|
load-ca-privkey option
|
3231
3257
|
......................
|
3232
3258
|
|
3233
3259
|
This is the "loads the certificate authority's private key file" option.
|
3234
|
-
This option takes
|
3260
|
+
This option takes a string argument. This can be either a file or a
|
3235
3261
|
PKCS #11 URL
|
3236
3262
|
|
3237
3263
|
load-ca-certificate option
|
3238
3264
|
..........................
|
3239
3265
|
|
3240
3266
|
This is the "loads the certificate authority's certificate file" option.
|
3241
|
-
This option takes
|
3267
|
+
This option takes a string argument. This can be either a file or a
|
3242
3268
|
PKCS #11 URL
|
3243
3269
|
|
3244
3270
|
cprint option
|
@@ -3297,55 +3323,65 @@ with ECDSA.
|
|
3297
3323
|
ecdsa option
|
3298
3324
|
............
|
3299
3325
|
|
3300
|
-
This is an alias for the ecc option, *note the ecc option
|
3301
|
-
certtool ecc.
|
3326
|
+
This is an alias for the 'ecc' option, *note the ecc option
|
3327
|
+
documentation: certtool ecc.
|
3302
3328
|
|
3303
3329
|
hash option
|
3304
3330
|
...........
|
3305
3331
|
|
3306
|
-
This is the "hash algorithm to use for signing
|
3307
|
-
takes
|
3332
|
+
This is the "hash algorithm to use for signing" option. This option
|
3333
|
+
takes a string argument. Available hash functions are SHA1, RMD160,
|
3308
3334
|
SHA256, SHA384, SHA512.
|
3309
3335
|
|
3310
3336
|
inder option
|
3311
3337
|
............
|
3312
3338
|
|
3313
|
-
This is the "use der format for input certificates
|
3314
|
-
|
3315
|
-
|
3339
|
+
This is the "use der format for input certificates, private keys, and dh
|
3340
|
+
parameters " option.
|
3341
|
+
|
3342
|
+
This option has some usage constraints. It:
|
3343
|
+
* can be disabled with -no-inder.
|
3344
|
+
|
3345
|
+
The input files will be assumed to be in DER or RAW format. Unlike
|
3346
|
+
options that in PEM input would allow multiple input data (e.g.
|
3316
3347
|
multiple certificates), when reading in DER format a single data
|
3317
3348
|
structure is read.
|
3318
3349
|
|
3319
3350
|
inraw option
|
3320
3351
|
............
|
3321
3352
|
|
3322
|
-
This is an alias for the inder option, *note the inder option
|
3353
|
+
This is an alias for the 'inder' option, *note the inder option
|
3323
3354
|
documentation: certtool inder.
|
3324
3355
|
|
3325
3356
|
outder option
|
3326
3357
|
.............
|
3327
3358
|
|
3328
|
-
This is the "use der format for output certificates
|
3329
|
-
|
3359
|
+
This is the "use der format for output certificates, private keys, and
|
3360
|
+
dh parameters" option.
|
3361
|
+
|
3362
|
+
This option has some usage constraints. It:
|
3363
|
+
* can be disabled with -no-outder.
|
3364
|
+
|
3365
|
+
The output will be in DER or RAW format.
|
3330
3366
|
|
3331
3367
|
outraw option
|
3332
3368
|
.............
|
3333
3369
|
|
3334
|
-
This is an alias for the outder option, *note the outder option
|
3370
|
+
This is an alias for the 'outder' option, *note the outder option
|
3335
3371
|
documentation: certtool outder.
|
3336
3372
|
|
3337
3373
|
sec-param option
|
3338
3374
|
................
|
3339
3375
|
|
3340
3376
|
This is the "specify the security level [low, legacy, normal, high,
|
3341
|
-
ultra]
|
3377
|
+
ultra]" option. This option takes a string argument 'Security
|
3342
3378
|
parameter'. This is alternative to the bits option.
|
3343
3379
|
|
3344
3380
|
pkcs-cipher option
|
3345
3381
|
..................
|
3346
3382
|
|
3347
3383
|
This is the "cipher to use for pkcs #8 and #12 operations" option. This
|
3348
|
-
option takes
|
3384
|
+
option takes a string argument 'Cipher'. Cipher may be one of 3des,
|
3349
3385
|
3des-pkcs12, aes-128, aes-192, aes-256, rc2-40, arcfour.
|
3350
3386
|
|
3351
3387
|
certtool exit status
|
@@ -3481,8 +3517,8 @@ A template file can be used to avoid the interactive questions of
|
|
3481
3517
|
certtool. Initially create a file named 'cert.cfg' that contains the
|
3482
3518
|
information about the certificate. The template can be used as below:
|
3483
3519
|
|
3484
|
-
$ certtool --generate-certificate
|
3485
|
-
--template cert.cfg \
|
3520
|
+
$ certtool --generate-certificate --load-privkey key.pem \
|
3521
|
+
--template cert.cfg --outfile cert.pem \
|
3486
3522
|
--load-ca-certificate ca-cert.pem --load-ca-privkey ca-key.pem
|
3487
3523
|
|
3488
3524
|
An example certtool template file that can be used to generate a
|
@@ -3544,8 +3580,16 @@ certificate request or a self signed certificate follows.
|
|
3544
3580
|
serial = 007
|
3545
3581
|
|
3546
3582
|
# In how many days, counting from today, this certificate will expire.
|
3583
|
+
# Use -1 if there is no expiration date.
|
3547
3584
|
expiration_days = 700
|
3548
3585
|
|
3586
|
+
# Alternatively you may set concrete dates and time. The GNU date string
|
3587
|
+
# formats are accepted. See:
|
3588
|
+
# http://www.gnu.org/software/tar/manual/html_node/Date-input-formats.html
|
3589
|
+
|
3590
|
+
#activation_date = "2004-02-29 16:21:42"
|
3591
|
+
#expiration_date = "2025-02-29 16:24:41"
|
3592
|
+
|
3549
3593
|
# X.509 v3 extensions
|
3550
3594
|
|
3551
3595
|
# A dnsname in case of a WWW server.
|
@@ -3666,22 +3710,23 @@ This section was generated by *AutoGen*, using the 'agtexi-cmd' template
|
|
3666
3710
|
and the option descriptions for the 'ocsptool' program. This software
|
3667
3711
|
is released under the GNU General Public License, version 3 or later.
|
3668
3712
|
|
3669
|
-
ocsptool help/usage (
|
3670
|
-
|
3713
|
+
ocsptool help/usage ('--help')
|
3714
|
+
..............................
|
3715
|
+
|
3716
|
+
This is the automatically generated usage text for ocsptool.
|
3671
3717
|
|
3672
|
-
|
3673
|
-
|
3674
|
-
|
3675
|
-
|
3676
|
-
|
3677
|
-
|
3678
|
-
exit with a status code of 0.
|
3718
|
+
The text printed is the same whether selected with the 'help' option
|
3719
|
+
('--help') or the 'more-help' option ('--more-help'). 'more-help' will
|
3720
|
+
print the usage text by passing it through a pager program. 'more-help'
|
3721
|
+
is disabled on platforms without a working 'fork(2)' function. The
|
3722
|
+
'PAGER' environment variable is used to select the program, defaulting
|
3723
|
+
to 'more'. Both will exit with a status code of 0.
|
3679
3724
|
|
3680
|
-
ocsptool - GnuTLS OCSP tool
|
3681
|
-
|
3725
|
+
ocsptool - GnuTLS OCSP tool
|
3726
|
+
Usage: ocsptool [ -<flag> [<val>] | --<name>[{=| }<val>] ]...
|
3682
3727
|
|
3683
|
-
-d, --debug=num Enable debugging
|
3684
|
-
-
|
3728
|
+
-d, --debug=num Enable debugging
|
3729
|
+
- it must be in the range:
|
3685
3730
|
0 to 9999
|
3686
3731
|
-V, --verbose More verbose output
|
3687
3732
|
- may appear multiple times
|
@@ -3697,50 +3742,46 @@ exit with a status code of 0.
|
|
3697
3742
|
-j, --response-info Print information on a OCSP response
|
3698
3743
|
-q, --generate-request Generate an OCSP request
|
3699
3744
|
--nonce Don't add nonce to OCSP request
|
3700
|
-
- disabled as --no-nonce
|
3745
|
+
- disabled as '--no-nonce'
|
3701
3746
|
--load-issuer=file Read issuer certificate from file
|
3702
3747
|
- file must pre-exist
|
3703
3748
|
--load-cert=file Read certificate to check from file
|
3704
3749
|
- file must pre-exist
|
3705
3750
|
--load-trust=file Read OCSP trust anchors from file
|
3706
|
-
- prohibits
|
3707
|
-
load-signer
|
3751
|
+
- prohibits the option 'load-signer'
|
3708
3752
|
- file must pre-exist
|
3709
3753
|
--load-signer=file Read OCSP response signer from file
|
3710
|
-
- prohibits
|
3711
|
-
load-trust
|
3754
|
+
- prohibits the option 'load-trust'
|
3712
3755
|
- file must pre-exist
|
3713
3756
|
--inder Use DER format for input certificates and private keys
|
3714
|
-
- disabled as --no-inder
|
3757
|
+
- disabled as '--no-inder'
|
3715
3758
|
-Q, --load-request=file Read DER encoded OCSP request from file
|
3716
3759
|
- file must pre-exist
|
3717
3760
|
-S, --load-response=file Read DER encoded OCSP response from file
|
3718
3761
|
- file must pre-exist
|
3719
|
-
-v, --version[=arg]
|
3720
|
-
-h, --help
|
3721
|
-
-!, --more-help
|
3762
|
+
-v, --version[=arg] output version information and exit
|
3763
|
+
-h, --help display extended usage information and exit
|
3764
|
+
-!, --more-help extended usage information passed thru pager
|
3722
3765
|
|
3723
3766
|
Options are specified by doubled hyphens and their name or by a single
|
3724
3767
|
hyphen and the flag character.
|
3725
3768
|
|
3726
|
-
|
3727
|
-
|
3728
3769
|
Ocsptool is a program that can parse and print information about OCSP
|
3729
3770
|
requests/responses, generate requests and verify responses.
|
3730
3771
|
|
3731
|
-
|
3772
|
+
Please send bug reports to: <bugs@gnutls.org>
|
3732
3773
|
|
3733
3774
|
debug option (-d)
|
3734
3775
|
.................
|
3735
3776
|
|
3736
|
-
This is the "enable debugging
|
3737
|
-
|
3777
|
+
This is the "enable debugging" option. This option takes a number
|
3778
|
+
argument. Specifies the debug level.
|
3738
3779
|
|
3739
3780
|
ask option
|
3740
3781
|
..........
|
3741
3782
|
|
3742
3783
|
This is the "ask an ocsp/http server on a certificate validity" option.
|
3743
|
-
This option takes an optional argument
|
3784
|
+
This option takes an optional string argument 'server name|url'.
|
3744
3785
|
|
3745
3786
|
This option has some usage constraints. It:
|
3746
3787
|
* must appear in combination with the following options: load-cert,
|
@@ -3893,22 +3934,23 @@ This section was generated by *AutoGen*, using the 'agtexi-cmd' template
|
|
3893
3934
|
and the option descriptions for the 'danetool' program. This software
|
3894
3935
|
is released under the GNU General Public License, version 3 or later.
|
3895
3936
|
|
3896
|
-
danetool help/usage (
|
3897
|
-
|
3937
|
+
danetool help/usage ('--help')
|
3938
|
+
..............................
|
3898
3939
|
|
3899
|
-
This is the automatically generated usage text for danetool.
|
3900
|
-
printed is the same whether for the 'help' option (-h) or the
|
3901
|
-
'more-help' option (-!). 'more-help' will print the usage text by
|
3902
|
-
passing it through a pager program. 'more-help' is disabled on
|
3903
|
-
platforms without a working 'fork(2)' function. The 'PAGER' environment
|
3904
|
-
variable is used to select the program, defaulting to 'more'. Both will
|
3905
|
-
exit with a status code of 0.
|
3940
|
+
This is the automatically generated usage text for danetool.
|
3906
3941
|
|
3907
|
-
|
3908
|
-
|
3942
|
+
The text printed is the same whether selected with the 'help' option
|
3943
|
+
('--help') or the 'more-help' option ('--more-help'). 'more-help' will
|
3944
|
+
print the usage text by passing it through a pager program. 'more-help'
|
3945
|
+
is disabled on platforms without a working 'fork(2)' function. The
|
3946
|
+
'PAGER' environment variable is used to select the program, defaulting
|
3947
|
+
to 'more'. Both will exit with a status code of 0.
|
3909
3948
|
|
3910
|
-
|
3911
|
-
|
3949
|
+
danetool - GnuTLS DANE tool
|
3950
|
+
Usage: danetool [ -<flag> [<val>] | --<name>[{=| }<val>] ]...
|
3951
|
+
|
3952
|
+
-d, --debug=num Enable debugging
|
3953
|
+
- it must be in the range:
|
3912
3954
|
0 to 9999
|
3913
3955
|
-V, --verbose More verbose output
|
3914
3956
|
- may appear multiple times
|
@@ -3918,122 +3960,127 @@ exit with a status code of 0.
|
|
3918
3960
|
--load-pubkey=str Loads a public key file
|
3919
3961
|
--load-certificate=str Loads a certificate file
|
3920
3962
|
--dlv=str Sets a DLV file
|
3921
|
-
--hash=str Hash algorithm to use for signing
|
3922
|
-
--check=str Check a host's DANE TLSA entry
|
3923
|
-
--check-ee Check only the end-entity's certificate
|
3924
|
-
--check-ca Check only the CA's certificate
|
3925
|
-
--insecure Do not verify any DNSSEC signature
|
3926
|
-
--local-dns Use the local DNS server for DNSSEC resolving
|
3927
|
-
- disabled as --no-local-dns
|
3928
|
-
--inder Use DER format for input certificates and private keys
|
3929
|
-
- disabled as --no-inder
|
3930
|
-
--inraw
|
3963
|
+
--hash=str Hash algorithm to use for signing
|
3964
|
+
--check=str Check a host's DANE TLSA entry
|
3965
|
+
--check-ee Check only the end-entity's certificate
|
3966
|
+
--check-ca Check only the CA's certificate
|
3967
|
+
--insecure Do not verify any DNSSEC signature
|
3968
|
+
--local-dns Use the local DNS server for DNSSEC resolving
|
3969
|
+
- disabled as '--no-local-dns'
|
3970
|
+
--inder Use DER format for input certificates and private keys
|
3971
|
+
- disabled as '--no-inder'
|
3972
|
+
--inraw an alias for the 'inder' option
|
3931
3973
|
--tlsa-rr Print the DANE RR data on a certificate or public key
|
3932
|
-
- requires
|
3933
|
-
host
|
3974
|
+
- requires the option 'host'
|
3934
3975
|
--host=str Specify the hostname to be used in the DANE RR
|
3935
3976
|
--proto=str The protocol set for DANE data (tcp, udp etc.)
|
3936
|
-
--port=num Specify the port number for the DANE data
|
3977
|
+
--port=num Specify the port number for the DANE data
|
3937
3978
|
--ca Whether the provided certificate or public key is a Certificate
|
3938
|
-
Authority
|
3939
|
-
--x509 Use the hash of the X.509 certificate, rather than the public key
|
3940
|
-
--local
|
3979
|
+
Authority
|
3980
|
+
--x509 Use the hash of the X.509 certificate, rather than the public key
|
3981
|
+
--local an alias for the 'domain' option
|
3941
3982
|
- enabled by default
|
3942
|
-
--domain The provided certificate or public key is issued by the local domain
|
3943
|
-
- disabled as --no-domain
|
3983
|
+
--domain The provided certificate or public key is issued by the local domain
|
3984
|
+
- disabled as '--no-domain'
|
3944
3985
|
- enabled by default
|
3945
|
-
-v, --version[=arg]
|
3946
|
-
-h, --help
|
3947
|
-
-!, --more-help
|
3986
|
+
-v, --version[=arg] output version information and exit
|
3987
|
+
-h, --help display extended usage information and exit
|
3988
|
+
-!, --more-help extended usage information passed thru pager
|
3948
3989
|
|
3949
3990
|
Options are specified by doubled hyphens and their name or by a single
|
3950
3991
|
hyphen and the flag character.
|
3951
3992
|
|
3952
|
-
|
3953
|
-
|
3954
3993
|
Tool to generate and check DNS resource records for the DANE protocol.
|
3955
3994
|
|
3956
|
-
|
3995
|
+
Please send bug reports to: <bugs@gnutls.org>
|
3957
3996
|
|
3958
3997
|
debug option (-d)
|
3959
3998
|
.................
|
3960
3999
|
|
3961
|
-
This is the "enable debugging
|
3962
|
-
|
4000
|
+
This is the "enable debugging" option. This option takes a number
|
4001
|
+
argument. Specifies the debug level.
|
3963
4002
|
|
3964
4003
|
load-pubkey option
|
3965
4004
|
..................
|
3966
4005
|
|
3967
|
-
This is the "loads a public key file" option. This option takes
|
3968
|
-
argument
|
4006
|
+
This is the "loads a public key file" option. This option takes a
|
4007
|
+
string argument. This can be either a file or a PKCS #11 URL
|
3969
4008
|
|
3970
4009
|
load-certificate option
|
3971
4010
|
.......................
|
3972
4011
|
|
3973
|
-
This is the "loads a certificate file" option. This option takes
|
3974
|
-
argument
|
4012
|
+
This is the "loads a certificate file" option. This option takes a
|
4013
|
+
string argument. This can be either a file or a PKCS #11 URL
|
3975
4014
|
|
3976
4015
|
dlv option
|
3977
4016
|
..........
|
3978
4017
|
|
3979
|
-
This is the "sets a dlv file" option. This option takes
|
3980
|
-
|
4018
|
+
This is the "sets a dlv file" option. This option takes a string
|
4019
|
+
argument. This sets a DLV file to be used for DNSSEC verification.
|
3981
4020
|
|
3982
4021
|
hash option
|
3983
4022
|
...........
|
3984
4023
|
|
3985
|
-
This is the "hash algorithm to use for signing
|
3986
|
-
takes
|
4024
|
+
This is the "hash algorithm to use for signing" option. This option
|
4025
|
+
takes a string argument. Available hash functions are SHA1, RMD160,
|
3987
4026
|
SHA256, SHA384, SHA512.
|
3988
4027
|
|
3989
4028
|
check option
|
3990
4029
|
............
|
3991
4030
|
|
3992
|
-
This is the "check a host's dane tlsa entry
|
3993
|
-
|
3994
|
-
|
3995
|
-
|
4031
|
+
This is the "check a host's dane tlsa entry" option. This option takes
|
4032
|
+
a string argument. Obtains the DANE TLSA entry from the given hostname
|
4033
|
+
and prints information. Note that the actual certificate of the host
|
4034
|
+
has to be provided using -load-certificate.
|
3996
4035
|
|
3997
4036
|
check-ee option
|
3998
4037
|
...............
|
3999
4038
|
|
4000
|
-
This is the "check only the end-entity's certificate
|
4039
|
+
This is the "check only the end-entity's certificate" option. Checks
|
4001
4040
|
the end-entity's certificate only. Trust anchors or CAs are not
|
4002
4041
|
considered.
|
4003
4042
|
|
4004
4043
|
check-ca option
|
4005
4044
|
...............
|
4006
4045
|
|
4007
|
-
This is the "check only the ca's certificate
|
4008
|
-
|
4009
|
-
considered.
|
4046
|
+
This is the "check only the ca's certificate" option. Checks the trust
|
4047
|
+
anchor's and CA's certificate only. End-entities are not considered.
|
4010
4048
|
|
4011
4049
|
insecure option
|
4012
4050
|
...............
|
4013
4051
|
|
4014
|
-
This is the "do not verify any dnssec signature
|
4052
|
+
This is the "do not verify any dnssec signature" option. Ignores any
|
4015
4053
|
DNSSEC signature verification results.
|
4016
4054
|
|
4017
4055
|
local-dns option
|
4018
4056
|
................
|
4019
4057
|
|
4020
|
-
This is the "use the local dns server for dnssec resolving
|
4058
|
+
This is the "use the local dns server for dnssec resolving" option.
|
4059
|
+
|
4060
|
+
This option has some usage constraints. It:
|
4061
|
+
* can be disabled with -no-local-dns.
|
4062
|
+
|
4021
4063
|
This option will use the local DNS server for DNSSEC. This is disabled
|
4022
4064
|
by default due to many servers not allowing DNSSEC.
|
4023
4065
|
|
4024
4066
|
inder option
|
4025
4067
|
............
|
4026
4068
|
|
4027
|
-
This is the "use der format for input certificates and private keys
|
4028
|
-
option.
|
4029
|
-
|
4069
|
+
This is the "use der format for input certificates and private keys"
|
4070
|
+
option.
|
4071
|
+
|
4072
|
+
This option has some usage constraints. It:
|
4073
|
+
* can be disabled with -no-inder.
|
4074
|
+
|
4075
|
+
The input files will be assumed to be in DER or RAW format. Unlike
|
4076
|
+
options that in PEM input would allow multiple input data (e.g.
|
4030
4077
|
multiple certificates), when reading in DER format a single data
|
4031
4078
|
structure is read.
|
4032
4079
|
|
4033
4080
|
inraw option
|
4034
4081
|
............
|
4035
4082
|
|
4036
|
-
This is an alias for the inder option, *note the inder option
|
4083
|
+
This is an alias for the 'inder' option, *note the inder option
|
4037
4084
|
documentation: danetool inder.
|
4038
4085
|
|
4039
4086
|
tlsa-rr option
|
@@ -4052,45 +4099,46 @@ host option
|
|
4052
4099
|
...........
|
4053
4100
|
|
4054
4101
|
This is the "specify the hostname to be used in the dane rr" option.
|
4055
|
-
This option takes
|
4102
|
+
This option takes a string argument 'Hostname'. This command sets the
|
4056
4103
|
hostname for the DANE RR.
|
4057
4104
|
|
4058
4105
|
proto option
|
4059
4106
|
............
|
4060
4107
|
|
4061
4108
|
This is the "the protocol set for dane data (tcp, udp etc.)" option.
|
4062
|
-
This option takes
|
4109
|
+
This option takes a string argument 'Protocol'. This command specifies
|
4063
4110
|
the protocol for the service set in the DANE data.
|
4064
4111
|
|
4065
4112
|
ca option
|
4066
4113
|
.........
|
4067
4114
|
|
4068
4115
|
This is the "whether the provided certificate or public key is a
|
4069
|
-
certificate authority
|
4070
|
-
|
4116
|
+
certificate authority" option. Marks the DANE RR as a CA certificate if
|
4117
|
+
specified.
|
4071
4118
|
|
4072
4119
|
x509 option
|
4073
4120
|
...........
|
4074
4121
|
|
4075
4122
|
This is the "use the hash of the x.509 certificate, rather than the
|
4076
|
-
public key
|
4077
|
-
|
4078
|
-
|
4123
|
+
public key" option. This option forces the generated record to contain
|
4124
|
+
the hash of the full X.509 certificate. By default only the hash of the
|
4125
|
+
public key is used.
|
4079
4126
|
|
4080
4127
|
local option
|
4081
4128
|
............
|
4082
4129
|
|
4083
|
-
This is an alias for the domain option, *note the domain option
|
4130
|
+
This is an alias for the 'domain' option, *note the domain option
|
4084
4131
|
documentation: danetool domain.
|
4085
4132
|
|
4086
4133
|
domain option
|
4087
4134
|
.............
|
4088
4135
|
|
4089
4136
|
This is the "the provided certificate or public key is issued by the
|
4090
|
-
local domain
|
4137
|
+
local domain" option.
|
4091
4138
|
|
4092
4139
|
This option has some usage constraints. It:
|
4093
|
-
*
|
4140
|
+
* can be disabled with -no-domain.
|
4141
|
+
* It is enabled by default.
|
4094
4142
|
|
4095
4143
|
DANE distinguishes certificates and public keys offered via the DNSSEC
|
4096
4144
|
to trusted and local entities. This flag indicates that this is a
|
@@ -4260,39 +4308,38 @@ This section was generated by *AutoGen*, using the 'agtexi-cmd' template
|
|
4260
4308
|
and the option descriptions for the 'srptool' program. This software is
|
4261
4309
|
released under the GNU General Public License, version 3 or later.
|
4262
4310
|
|
4263
|
-
srptool help/usage (
|
4264
|
-
|
4311
|
+
srptool help/usage ('--help')
|
4312
|
+
.............................
|
4313
|
+
|
4314
|
+
This is the automatically generated usage text for srptool.
|
4265
4315
|
|
4266
|
-
|
4267
|
-
|
4268
|
-
|
4269
|
-
|
4270
|
-
|
4271
|
-
|
4272
|
-
exit with a status code of 0.
|
4316
|
+
The text printed is the same whether selected with the 'help' option
|
4317
|
+
('--help') or the 'more-help' option ('--more-help'). 'more-help' will
|
4318
|
+
print the usage text by passing it through a pager program. 'more-help'
|
4319
|
+
is disabled on platforms without a working 'fork(2)' function. The
|
4320
|
+
'PAGER' environment variable is used to select the program, defaulting
|
4321
|
+
to 'more'. Both will exit with a status code of 0.
|
4273
4322
|
|
4274
|
-
srptool - GnuTLS SRP tool
|
4275
|
-
|
4323
|
+
srptool - GnuTLS SRP tool
|
4324
|
+
Usage: srptool [ -<flag> [<val>] | --<name>[{=| }<val>] ]...
|
4276
4325
|
|
4277
|
-
-d, --debug=num Enable debugging
|
4278
|
-
-
|
4326
|
+
-d, --debug=num Enable debugging
|
4327
|
+
- it must be in the range:
|
4279
4328
|
0 to 9999
|
4280
|
-
-i, --index
|
4329
|
+
-i, --index=num specify the index of the group parameters in tpasswd.conf to use
|
4281
4330
|
-u, --username=str specify a username
|
4282
|
-
-p, --passwd=str specify a password file
|
4283
|
-
-s, --salt=num specify salt size
|
4331
|
+
-p, --passwd=str specify a password file
|
4332
|
+
-s, --salt=num specify salt size
|
4284
4333
|
--verify just verify the password.
|
4285
4334
|
-v, --passwd-conf=str specify a password conf file.
|
4286
4335
|
--create-conf=str Generate a password configuration file.
|
4287
|
-
-v, --version[=arg]
|
4288
|
-
-h, --help
|
4289
|
-
-!, --more-help
|
4336
|
+
-v, --version[=arg] output version information and exit
|
4337
|
+
-h, --help display extended usage information and exit
|
4338
|
+
-!, --more-help extended usage information passed thru pager
|
4290
4339
|
|
4291
4340
|
Options are specified by doubled hyphens and their name or by a single
|
4292
4341
|
hyphen and the flag character.
|
4293
4342
|
|
4294
|
-
|
4295
|
-
|
4296
4343
|
Simple program that emulates the programs in the Stanford SRP (Secure
|
4297
4344
|
Remote Password) libraries using GnuTLS. It is intended for use in places
|
4298
4345
|
where you don't expect SRP authentication to be the used for system users.
|
@@ -4301,13 +4348,13 @@ exit with a status code of 0.
|
|
4301
4348
|
file that holds the users and the verifiers associated with them and the
|
4302
4349
|
configuration file to hold the group parameters (called tpasswd.conf).
|
4303
4350
|
|
4304
|
-
|
4351
|
+
Please send bug reports to: <bugs@gnutls.org>
|
4305
4352
|
|
4306
4353
|
debug option (-d)
|
4307
4354
|
.................
|
4308
4355
|
|
4309
|
-
This is the "enable debugging
|
4310
|
-
|
4356
|
+
This is the "enable debugging" option. This option takes a number
|
4357
|
+
argument. Specifies the debug level.
|
4311
4358
|
|
4312
4359
|
verify option
|
4313
4360
|
.............
|
@@ -4319,16 +4366,15 @@ passwd-conf option (-v)
|
|
4319
4366
|
.......................
|
4320
4367
|
|
4321
4368
|
This is the "specify a password conf file." option. This option takes
|
4322
|
-
|
4323
|
-
|
4369
|
+
a string argument. Specify a filename or a PKCS #11 URL to read the CAs
|
4370
|
+
from.
|
4324
4371
|
|
4325
4372
|
create-conf option
|
4326
4373
|
..................
|
4327
4374
|
|
4328
4375
|
This is the "generate a password configuration file." option. This
|
4329
|
-
option takes
|
4330
|
-
|
4331
|
-
parameters.
|
4376
|
+
option takes a string argument. This generates a password configuration
|
4377
|
+
file (tpasswd.conf) containing the required for TLS parameters.
|
4332
4378
|
|
4333
4379
|
srptool exit status
|
4334
4380
|
...................
|
@@ -4398,6 +4444,10 @@ key exchange methods are:
|
|
4398
4444
|
Diffie-Hellman key exchange. This method offers perfect forward
|
4399
4445
|
secrecy.
|
4400
4446
|
|
4447
|
+
'RSA-PSK:'
|
4448
|
+
Authentication using the PSK protocol for the client and an RSA
|
4449
|
+
certificate for the server.
|
4450
|
+
|
4401
4451
|
Helper functions to generate and maintain PSK keys are also included in
|
4402
4452
|
GnuTLS.
|
4403
4453
|
|
@@ -4418,47 +4468,46 @@ This section was generated by *AutoGen*, using the 'agtexi-cmd' template
|
|
4418
4468
|
and the option descriptions for the 'psktool' program. This software is
|
4419
4469
|
released under the GNU General Public License, version 3 or later.
|
4420
4470
|
|
4421
|
-
psktool help/usage (
|
4422
|
-
|
4471
|
+
psktool help/usage ('--help')
|
4472
|
+
.............................
|
4473
|
+
|
4474
|
+
This is the automatically generated usage text for psktool.
|
4423
4475
|
|
4424
|
-
|
4425
|
-
|
4426
|
-
|
4427
|
-
|
4428
|
-
|
4429
|
-
|
4430
|
-
exit with a status code of 0.
|
4476
|
+
The text printed is the same whether selected with the 'help' option
|
4477
|
+
('--help') or the 'more-help' option ('--more-help'). 'more-help' will
|
4478
|
+
print the usage text by passing it through a pager program. 'more-help'
|
4479
|
+
is disabled on platforms without a working 'fork(2)' function. The
|
4480
|
+
'PAGER' environment variable is used to select the program, defaulting
|
4481
|
+
to 'more'. Both will exit with a status code of 0.
|
4431
4482
|
|
4432
|
-
psktool - GnuTLS PSK tool
|
4433
|
-
|
4483
|
+
psktool - GnuTLS PSK tool
|
4484
|
+
Usage: psktool [ -<flag> [<val>] | --<name>[{=| }<val>] ]...
|
4434
4485
|
|
4435
|
-
-d, --debug=num Enable debugging
|
4436
|
-
-
|
4486
|
+
-d, --debug=num Enable debugging
|
4487
|
+
- it must be in the range:
|
4437
4488
|
0 to 9999
|
4438
4489
|
-s, --keysize=num specify the key size in bytes
|
4439
|
-
-
|
4490
|
+
- it must be in the range:
|
4440
4491
|
0 to 512
|
4441
4492
|
-u, --username=str specify a username
|
4442
|
-
-p, --passwd=str specify a password file
|
4443
|
-
-v, --version[=arg]
|
4444
|
-
-h, --help
|
4445
|
-
-!, --more-help
|
4493
|
+
-p, --passwd=str specify a password file
|
4494
|
+
-v, --version[=arg] output version information and exit
|
4495
|
+
-h, --help display extended usage information and exit
|
4496
|
+
-!, --more-help extended usage information passed thru pager
|
4446
4497
|
|
4447
4498
|
Options are specified by doubled hyphens and their name or by a single
|
4448
4499
|
hyphen and the flag character.
|
4449
4500
|
|
4450
|
-
|
4451
|
-
|
4452
4501
|
Program that generates random keys for use with TLS-PSK. The keys are
|
4453
4502
|
stored in hexadecimal format in a key file.
|
4454
4503
|
|
4455
|
-
|
4504
|
+
Please send bug reports to: <bugs@gnutls.org>
|
4456
4505
|
|
4457
4506
|
debug option (-d)
|
4458
4507
|
.................
|
4459
4508
|
|
4460
|
-
This is the "enable debugging
|
4461
|
-
|
4509
|
+
This is the "enable debugging" option. This option takes a number
|
4510
|
+
argument. Specifies the debug level.
|
4462
4511
|
|
4463
4512
|
psktool exit status
|
4464
4513
|
...................
|
@@ -4497,9 +4546,13 @@ File: gnutls.info, Node: Anonymous authentication, Prev: PSK authentication,
|
|
4497
4546
|
The anonymous key exchange offers encryption without any indication of
|
4498
4547
|
the peer's identity. This kind of authentication is vulnerable to a man
|
4499
4548
|
in the middle attack, but can be used even if there is no prior
|
4500
|
-
communication or shared trusted parties with the peer.
|
4501
|
-
useful when complete anonymity is required.
|
4502
|
-
|
4549
|
+
communication or shared trusted parties with the peer. Nevertheless it
|
4550
|
+
is useful when complete anonymity is required.
|
4551
|
+
|
4552
|
+
Unless in the above case, it is not recommended to use anonymous
|
4553
|
+
authentication. An alternative with better properties is trust on first
|
4554
|
+
use (see *note Verifying a certificate using trust on first use
|
4555
|
+
authentication::).
|
4503
4556
|
|
4504
4557
|
The available key exchange algorithms for anonymous authentication are
|
4505
4558
|
shown below, but note that few public servers support them. They
|
@@ -4725,7 +4778,7 @@ import public keys from URLs that identify objects stored in tokens (see
|
|
4725
4778
|
function to check for a supported by GnuTLS URL is *note
|
4726
4779
|
gnutls_url_is_supported::.
|
4727
4780
|
|
4728
|
-
-- Function: int gnutls_url_is_supported (const char* URL)
|
4781
|
+
-- Function: int gnutls_url_is_supported (const char * URL)
|
4729
4782
|
URL: A PKCS 11 url
|
4730
4783
|
|
4731
4784
|
Check whether url is supported. Depending on the system libraries
|
@@ -4749,7 +4802,7 @@ digest on a part of the subjectPublicKeyInfo object.
|
|
4749
4802
|
'INT *note gnutls_pubkey_get_pk_algorithm:: (gnutls_pubkey_t KEY, unsigned int * BITS)'
|
4750
4803
|
'INT *note gnutls_pubkey_get_preferred_hash_algorithm:: (gnutls_pubkey_t KEY, gnutls_digest_algorithm_t * HASH, unsigned int * MAND)'
|
4751
4804
|
'INT *note gnutls_pubkey_get_key_id:: (gnutls_pubkey_t KEY, unsigned int FLAGS, unsigned char * OUTPUT_DATA, size_t * OUTPUT_DATA_SIZE)'
|
4752
|
-
'INT *note gnutls_random_art:: (gnutls_random_art_t TYPE, const char* KEY_TYPE, unsigned int KEY_SIZE, void * FPR, size_t FPR_SIZE, gnutls_datum_t* ART)'
|
4805
|
+
'INT *note gnutls_random_art:: (gnutls_random_art_t TYPE, const char * KEY_TYPE, unsigned int KEY_SIZE, void * FPR, size_t FPR_SIZE, gnutls_datum_t * ART)'
|
4753
4806
|
|
4754
4807
|
To export the key-specific parameters, or obtain a unique key ID the
|
4755
4808
|
following functions are provided.
|
@@ -4757,7 +4810,7 @@ following functions are provided.
|
|
4757
4810
|
'INT *note gnutls_pubkey_get_pk_rsa_raw:: (gnutls_pubkey_t KEY, gnutls_datum_t * M, gnutls_datum_t * E)'
|
4758
4811
|
'INT *note gnutls_pubkey_get_pk_dsa_raw:: (gnutls_pubkey_t KEY, gnutls_datum_t * P, gnutls_datum_t * Q, gnutls_datum_t * G, gnutls_datum_t * Y)'
|
4759
4812
|
'INT *note gnutls_pubkey_get_pk_ecc_raw:: (gnutls_pubkey_t KEY, gnutls_ecc_curve_t * CURVE, gnutls_datum_t * X, gnutls_datum_t * Y)'
|
4760
|
-
'INT *note gnutls_pubkey_get_pk_ecc_x962:: (gnutls_pubkey_t KEY, gnutls_datum_t* PARAMETERS, gnutls_datum_t * ECPOINT)'
|
4813
|
+
'INT *note gnutls_pubkey_get_pk_ecc_x962:: (gnutls_pubkey_t KEY, gnutls_datum_t * PARAMETERS, gnutls_datum_t * ECPOINT)'
|
4761
4814
|
|
4762
4815
|
|
4763
4816
|
File: gnutls.info, Node: Abstract private keys, Next: Operations, Prev: Abstract public keys, Up: Abstract key types
|
@@ -4779,8 +4832,8 @@ Other helper functions that allow directly importing from raw X.509 or
|
|
4779
4832
|
OpenPGP structures are shown below. Again, as with public keys, private
|
4780
4833
|
keys can be imported from a hardware module using URLs.
|
4781
4834
|
|
4782
|
-
'INT *note gnutls_privkey_import_x509_raw:: (gnutls_privkey_t PKEY, const gnutls_datum_t * DATA, gnutls_x509_crt_fmt_t FORMAT, const char* PASSWORD, unsigned int FLAGS)'
|
4783
|
-
'INT *note gnutls_privkey_import_openpgp_raw:: (gnutls_privkey_t PKEY, const gnutls_datum_t * DATA, gnutls_openpgp_crt_fmt_t FORMAT, const gnutls_openpgp_keyid_t KEYID, const char* PASSWORD)'
|
4835
|
+
'INT *note gnutls_privkey_import_x509_raw:: (gnutls_privkey_t PKEY, const gnutls_datum_t * DATA, gnutls_x509_crt_fmt_t FORMAT, const char * PASSWORD, unsigned int FLAGS)'
|
4836
|
+
'INT *note gnutls_privkey_import_openpgp_raw:: (gnutls_privkey_t PKEY, const gnutls_datum_t * DATA, gnutls_openpgp_crt_fmt_t FORMAT, const gnutls_openpgp_keyid_t KEYID, const char * PASSWORD)'
|
4784
4837
|
|
4785
4838
|
-- Function: int gnutls_privkey_import_url (gnutls_privkey_t KEY, const
|
4786
4839
|
char * URL, unsigned int FLAGS)
|
@@ -4808,7 +4861,7 @@ following function is provided. This allows for a simple extensibility
|
|
4808
4861
|
API without resorting to PKCS #11.
|
4809
4862
|
|
4810
4863
|
-- Function: int gnutls_privkey_import_ext2 (gnutls_privkey_t PKEY,
|
4811
|
-
gnutls_pk_algorithm_t PK, void* USERDATA,
|
4864
|
+
gnutls_pk_algorithm_t PK, void * USERDATA,
|
4812
4865
|
gnutls_privkey_sign_func SIGN_FUNC,
|
4813
4866
|
gnutls_privkey_decrypt_func DECRYPT_FUNC,
|
4814
4867
|
gnutls_privkey_deinit_func DEINIT_FUNC, unsigned int FLAGS)
|
@@ -4832,7 +4885,9 @@ API without resorting to PKCS #11.
|
|
4832
4885
|
flags is assumed to contain 'GNUTLS_PRIVKEY_IMPORT_AUTO_RELEASE' .
|
4833
4886
|
|
4834
4887
|
Note that the signing function is supposed to "raw" sign data,
|
4835
|
-
i.e., without any hashing or preprocessing.
|
4888
|
+
i.e., without any hashing or preprocessing. In case of RSA the
|
4889
|
+
DigestInfo will be provided, and the signing function is expected
|
4890
|
+
to do the PKCS '1' 1.5 padding and the exponentiation.
|
4836
4891
|
|
4837
4892
|
*Returns:* On success, 'GNUTLS_E_SUCCESS' (0) is returned,
|
4838
4893
|
otherwise a negative error value.
|
@@ -4855,7 +4910,7 @@ verification operations with the underlying keys.
|
|
4855
4910
|
|
4856
4911
|
ALGO: The signature algorithm used
|
4857
4912
|
|
4858
|
-
FLAGS: Zero or
|
4913
|
+
FLAGS: Zero or one of 'gnutls_pubkey_flags_t'
|
4859
4914
|
|
4860
4915
|
DATA: holds the signed data
|
4861
4916
|
|
@@ -4877,7 +4932,7 @@ verification operations with the underlying keys.
|
|
4877
4932
|
|
4878
4933
|
ALGO: The signature algorithm used
|
4879
4934
|
|
4880
|
-
FLAGS: Zero or
|
4935
|
+
FLAGS: Zero or one of 'gnutls_pubkey_flags_t'
|
4881
4936
|
|
4882
4937
|
HASH: holds the hash digest to be verified
|
4883
4938
|
|
@@ -4917,7 +4972,7 @@ verification operations with the underlying keys.
|
|
4917
4972
|
|
4918
4973
|
HASH: should be a digest algorithm
|
4919
4974
|
|
4920
|
-
FLAGS: Zero or
|
4975
|
+
FLAGS: Zero or one of 'gnutls_privkey_flags_t'
|
4921
4976
|
|
4922
4977
|
DATA: holds the data to be signed
|
4923
4978
|
|
@@ -4945,7 +5000,7 @@ verification operations with the underlying keys.
|
|
4945
5000
|
|
4946
5001
|
HASH_ALGO: The hash algorithm used
|
4947
5002
|
|
4948
|
-
FLAGS: Zero or
|
5003
|
+
FLAGS: Zero or one of 'gnutls_privkey_flags_t'
|
4949
5004
|
|
4950
5005
|
HASH_DATA: holds the data to be signed
|
4951
5006
|
|
@@ -4960,6 +5015,10 @@ verification operations with the underlying keys.
|
|
4960
5015
|
You may use 'gnutls_pubkey_get_preferred_hash_algorithm()' to
|
4961
5016
|
determine the hash algorithm.
|
4962
5017
|
|
5018
|
+
Note that if 'GNUTLS_PRIVKEY_SIGN_FLAG_TLS1_RSA' flag is specified
|
5019
|
+
this function will ignore 'hash_algo' and perform a raw PKCS1
|
5020
|
+
signature.
|
5021
|
+
|
4963
5022
|
*Returns:* On success, 'GNUTLS_E_SUCCESS' (0) is returned,
|
4964
5023
|
otherwise a negative error value.
|
4965
5024
|
|
@@ -5049,7 +5108,7 @@ functionality is available in 'gnutls/pkcs11.h'.
|
|
5049
5108
|
|
5050
5109
|
Moreover PKCS #11 can be (ab)used to allow all applications in the same
|
5051
5110
|
operating system to access shared cryptographic keys and certificates in
|
5052
|
-
a uniform way, as in *note Figure 5.1: fig
|
5111
|
+
a uniform way, as in *note Figure 5.1: fig-pkcs11-vision. That way
|
5053
5112
|
applications could load their trusted certificate list, as well as user
|
5054
5113
|
certificates from a common PKCS #11 module. Such a provider exists in
|
5055
5114
|
the Gnome system, being the Gnome Keyring.
|
@@ -5298,47 +5357,45 @@ private key.
|
|
5298
5357
|
|
5299
5358
|
#define URL "pkcs11:URL"
|
5300
5359
|
|
5301
|
-
int
|
5302
|
-
main (int argc, char** argv)
|
5360
|
+
int main(int argc, char **argv)
|
5303
5361
|
{
|
5304
|
-
|
5305
|
-
|
5306
|
-
|
5307
|
-
|
5308
|
-
|
5309
|
-
|
5310
|
-
|
5311
|
-
|
5312
|
-
|
5313
|
-
|
5314
|
-
|
5315
|
-
|
5316
|
-
|
5362
|
+
gnutls_pkcs11_obj_t *obj_list;
|
5363
|
+
gnutls_x509_crt_t xcrt;
|
5364
|
+
unsigned int obj_list_size = 0;
|
5365
|
+
gnutls_datum_t cinfo;
|
5366
|
+
int ret;
|
5367
|
+
unsigned int i;
|
5368
|
+
|
5369
|
+
obj_list_size = 0;
|
5370
|
+
ret = gnutls_pkcs11_obj_list_import_url(NULL, &obj_list_size, URL,
|
5371
|
+
GNUTLS_PKCS11_OBJ_ATTR_CRT_WITH_PRIVKEY,
|
5372
|
+
0);
|
5373
|
+
if (ret < 0 && ret != GNUTLS_E_SHORT_MEMORY_BUFFER)
|
5374
|
+
return -1;
|
5317
5375
|
|
5318
5376
|
/* no error checking from now on */
|
5319
|
-
|
5377
|
+
obj_list = malloc(sizeof(*obj_list) * obj_list_size);
|
5320
5378
|
|
5321
|
-
|
5322
|
-
|
5323
|
-
|
5379
|
+
gnutls_pkcs11_obj_list_import_url(obj_list, &obj_list_size, URL,
|
5380
|
+
GNUTLS_PKCS11_OBJ_ATTR_CRT_WITH_PRIVKEY,
|
5381
|
+
0);
|
5324
5382
|
|
5325
5383
|
/* now all certificates are in obj_list */
|
5326
|
-
|
5327
|
-
{
|
5384
|
+
for (i = 0; i < obj_list_size; i++) {
|
5328
5385
|
|
5329
|
-
|
5386
|
+
gnutls_x509_crt_init(&xcrt);
|
5330
5387
|
|
5331
|
-
|
5388
|
+
gnutls_x509_crt_import_pkcs11(xcrt, obj_list[i]);
|
5332
5389
|
|
5333
|
-
|
5390
|
+
gnutls_x509_crt_print(xcrt, GNUTLS_CRT_PRINT_FULL, &cinfo);
|
5334
5391
|
|
5335
|
-
|
5392
|
+
fprintf(stdout, "cert[%d]:\n %s\n\n", i, cinfo.data);
|
5336
5393
|
|
5337
|
-
|
5338
|
-
|
5339
|
-
|
5394
|
+
gnutls_free(cinfo.data);
|
5395
|
+
gnutls_x509_crt_deinit(xcrt);
|
5396
|
+
}
|
5340
5397
|
|
5341
|
-
|
5398
|
+
return 0;
|
5342
5399
|
}
|
5343
5400
|
|
5344
5401
|
|
@@ -5417,12 +5474,12 @@ File: gnutls.info, Node: Using a PKCS11 token with TLS, Next: p11tool Invocati
|
|
5417
5474
|
-------------------------------------
|
5418
5475
|
|
5419
5476
|
It is possible to use a PKCS #11 token to a TLS session, as shown in
|
5420
|
-
*note ex
|
5477
|
+
*note ex-pkcs11-client::. In addition the following functions can be
|
5421
5478
|
used to load PKCS #11 key and certificates by specifying a PKCS #11 URL
|
5422
5479
|
instead of a filename.
|
5423
5480
|
|
5424
5481
|
'INT *note gnutls_certificate_set_x509_trust_file:: (gnutls_certificate_credentials_t CRED, const char * CAFILE, gnutls_x509_crt_fmt_t TYPE)'
|
5425
|
-
'INT *note gnutls_certificate_set_x509_key_file2:: (gnutls_certificate_credentials_t RES, const char * CERTFILE, const char * KEYFILE, gnutls_x509_crt_fmt_t TYPE, const char* PASS, unsigned int FLAGS)'
|
5482
|
+
'INT *note gnutls_certificate_set_x509_key_file2:: (gnutls_certificate_credentials_t RES, const char * CERTFILE, const char * KEYFILE, gnutls_x509_crt_fmt_t TYPE, const char * PASS, unsigned int FLAGS)'
|
5426
5483
|
|
5427
5484
|
-- Function: int gnutls_certificate_set_x509_system_trust
|
5428
5485
|
(gnutls_certificate_credentials_t CRED)
|
@@ -5450,32 +5507,38 @@ modules.
|
|
5450
5507
|
|
5451
5508
|
To use PKCS #11 tokens with gnutls the configuration file
|
5452
5509
|
/etc/gnutls/pkcs11.conf has to exist and contain a number of lines of
|
5453
|
-
the form 'load=/usr/lib/opensc-pkcs11.so'.
|
5510
|
+
the form 'load=/usr/lib/opensc-pkcs11.so'. Alternatively the p11-kit
|
5511
|
+
configuration files have to be setup.
|
5512
|
+
|
5513
|
+
To provide the PIN for all the operations below use the environment
|
5514
|
+
variable GNUTLS_PIN.
|
5454
5515
|
|
5455
5516
|
This section was generated by *AutoGen*, using the 'agtexi-cmd' template
|
5456
5517
|
and the option descriptions for the 'p11tool' program. This software is
|
5457
5518
|
released under the GNU General Public License, version 3 or later.
|
5458
5519
|
|
5459
|
-
p11tool help/usage (
|
5460
|
-
|
5520
|
+
p11tool help/usage ('--help')
|
5521
|
+
.............................
|
5461
5522
|
|
5462
|
-
This is the automatically generated usage text for p11tool.
|
5463
|
-
printed is the same whether for the 'help' option (-h) or the
|
5464
|
-
'more-help' option (-!). 'more-help' will print the usage text by
|
5465
|
-
passing it through a pager program. 'more-help' is disabled on
|
5466
|
-
platforms without a working 'fork(2)' function. The 'PAGER' environment
|
5467
|
-
variable is used to select the program, defaulting to 'more'. Both will
|
5468
|
-
exit with a status code of 0.
|
5523
|
+
This is the automatically generated usage text for p11tool.
|
5469
5524
|
|
5470
|
-
|
5471
|
-
|
5525
|
+
The text printed is the same whether selected with the 'help' option
|
5526
|
+
('--help') or the 'more-help' option ('--more-help'). 'more-help' will
|
5527
|
+
print the usage text by passing it through a pager program. 'more-help'
|
5528
|
+
is disabled on platforms without a working 'fork(2)' function. The
|
5529
|
+
'PAGER' environment variable is used to select the program, defaulting
|
5530
|
+
to 'more'. Both will exit with a status code of 0.
|
5472
5531
|
|
5473
|
-
|
5474
|
-
|
5532
|
+
p11tool - GnuTLS PKCS #11 tool
|
5533
|
+
Usage: p11tool [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [url]
|
5534
|
+
|
5535
|
+
-d, --debug=num Enable debugging
|
5536
|
+
- it must be in the range:
|
5475
5537
|
0 to 9999
|
5476
5538
|
--outfile=str Output file
|
5477
5539
|
--list-tokens List all available tokens
|
5478
5540
|
--export Export the object specified by the URL
|
5541
|
+
--export-chain Export the certificate specified by the URL and its chain of trust
|
5479
5542
|
--list-mechanisms List all available mechanisms in a token
|
5480
5543
|
--list-all List all available objects in a token
|
5481
5544
|
--list-all-certs List all available certificates in a token
|
@@ -5485,19 +5548,20 @@ exit with a status code of 0.
|
|
5485
5548
|
--initialize Initializes a PKCS #11 token
|
5486
5549
|
--write Writes the loaded objects to a PKCS #11 token
|
5487
5550
|
--delete Deletes the objects matching the PKCS #11 URL
|
5551
|
+
--generate-random=num Generate random data
|
5488
5552
|
--generate-rsa Generate an RSA private-public key pair
|
5489
5553
|
--generate-dsa Generate an RSA private-public key pair
|
5490
5554
|
--generate-ecc Generate an RSA private-public key pair
|
5491
5555
|
--label=str Sets a label for the write operation
|
5492
5556
|
--trusted Marks the object to be written as trusted
|
5493
|
-
- disabled as --no-trusted
|
5557
|
+
- disabled as '--no-trusted'
|
5494
5558
|
--private Marks the object to be written as private
|
5495
|
-
- disabled as --no-private
|
5559
|
+
- disabled as '--no-private'
|
5496
5560
|
- enabled by default
|
5497
5561
|
--login Force login to token
|
5498
|
-
- disabled as --no-login
|
5562
|
+
- disabled as '--no-login'
|
5499
5563
|
--detailed-url Print detailed URLs
|
5500
|
-
- disabled as --no-detailed-url
|
5564
|
+
- disabled as '--no-detailed-url'
|
5501
5565
|
--secret-key=str Provide a hex encoded secret key
|
5502
5566
|
--load-privkey=file Private key file to use
|
5503
5567
|
- file must pre-exist
|
@@ -5509,34 +5573,47 @@ exit with a status code of 0.
|
|
5509
5573
|
--bits=num Specify the number of bits for key generate
|
5510
5574
|
--sec-param=str Specify the security level
|
5511
5575
|
--inder Use DER/RAW format for input
|
5512
|
-
- disabled as --no-inder
|
5513
|
-
--inraw
|
5576
|
+
- disabled as '--no-inder'
|
5577
|
+
--inraw an alias for the 'inder' option
|
5578
|
+
--outder Use DER format for output certificates, private keys, and DH parameters
|
5579
|
+
- disabled as '--no-outder'
|
5580
|
+
--outraw an alias for the 'outder' option
|
5514
5581
|
--provider=file Specify the PKCS #11 provider library
|
5515
5582
|
- file must pre-exist
|
5516
|
-
-v, --version[=arg]
|
5517
|
-
-h, --help
|
5518
|
-
-!, --more-help
|
5583
|
+
-v, --version[=arg] output version information and exit
|
5584
|
+
-h, --help display extended usage information and exit
|
5585
|
+
-!, --more-help extended usage information passed thru pager
|
5519
5586
|
|
5520
5587
|
Options are specified by doubled hyphens and their name or by a single
|
5521
5588
|
hyphen and the flag character.
|
5522
5589
|
Operands and options may be intermixed. They will be reordered.
|
5523
5590
|
|
5524
|
-
|
5525
|
-
|
5526
5591
|
Program that allows handling data from PKCS #11 smart cards and security
|
5527
5592
|
modules.
|
5528
5593
|
|
5529
5594
|
To use PKCS #11 tokens with gnutls the configuration file
|
5530
5595
|
/etc/gnutls/pkcs11.conf has to exist and contain a number of lines of the
|
5531
|
-
form 'load=/usr/lib/opensc-pkcs11.so'.
|
5596
|
+
form 'load=/usr/lib/opensc-pkcs11.so'. Alternatively the p11-kit
|
5597
|
+
configuration files have to be setup.
|
5532
5598
|
|
5533
|
-
|
5599
|
+
To provide the PIN for all the operations below use the environment
|
5600
|
+
variable GNUTLS_PIN.
|
5601
|
+
|
5602
|
+
Please send bug reports to: <bugs@gnutls.org>
|
5534
5603
|
|
5535
5604
|
debug option (-d)
|
5536
5605
|
.................
|
5537
5606
|
|
5538
|
-
This is the "enable debugging
|
5539
|
-
|
5607
|
+
This is the "enable debugging" option. This option takes a number
|
5608
|
+
argument. Specifies the debug level.
|
5609
|
+
|
5610
|
+
export-chain option
|
5611
|
+
...................
|
5612
|
+
|
5613
|
+
This is the "export the certificate specified by the url and its chain
|
5614
|
+
of trust" option. Exports the certificate specified by the URL and
|
5615
|
+
generates its chain of trust based on the stored certificates in the
|
5616
|
+
module.
|
5540
5617
|
|
5541
5618
|
write option
|
5542
5619
|
............
|
@@ -5545,6 +5622,12 @@ This is the "writes the loaded objects to a pkcs #11 token" option. It
|
|
5545
5622
|
can be used to write private keys, certificates or secret keys to a
|
5546
5623
|
token.
|
5547
5624
|
|
5625
|
+
generate-random option
|
5626
|
+
......................
|
5627
|
+
|
5628
|
+
This is the "generate random data" option. This option takes a number
|
5629
|
+
argument. Asks the token to generate a number of bytes of random bytes.
|
5630
|
+
|
5548
5631
|
generate-rsa option
|
5549
5632
|
...................
|
5550
5633
|
|
@@ -5569,34 +5652,56 @@ private option
|
|
5569
5652
|
This is the "marks the object to be written as private" option.
|
5570
5653
|
|
5571
5654
|
This option has some usage constraints. It:
|
5572
|
-
*
|
5655
|
+
* can be disabled with -no-private.
|
5656
|
+
* It is enabled by default.
|
5573
5657
|
|
5574
5658
|
The written object will require a PIN to be used.
|
5575
5659
|
|
5576
5660
|
sec-param option
|
5577
5661
|
................
|
5578
5662
|
|
5579
|
-
This is the "specify the security level" option. This option takes
|
5580
|
-
argument
|
5663
|
+
This is the "specify the security level" option. This option takes a
|
5664
|
+
string argument 'Security parameter'. This is alternative to the bits
|
5581
5665
|
option. Available options are [low, legacy, normal, high, ultra].
|
5582
5666
|
|
5583
5667
|
inder option
|
5584
5668
|
............
|
5585
5669
|
|
5586
|
-
This is the "use der/raw format for input" option.
|
5587
|
-
|
5670
|
+
This is the "use der/raw format for input" option.
|
5671
|
+
|
5672
|
+
This option has some usage constraints. It:
|
5673
|
+
* can be disabled with -no-inder.
|
5674
|
+
|
5675
|
+
Use DER/RAW format for input certificates and private keys.
|
5588
5676
|
|
5589
5677
|
inraw option
|
5590
5678
|
............
|
5591
5679
|
|
5592
|
-
This is an alias for the inder option, *note the inder option
|
5680
|
+
This is an alias for the 'inder' option, *note the inder option
|
5593
5681
|
documentation: p11tool inder.
|
5594
5682
|
|
5683
|
+
outder option
|
5684
|
+
.............
|
5685
|
+
|
5686
|
+
This is the "use der format for output certificates, private keys, and
|
5687
|
+
dh parameters" option.
|
5688
|
+
|
5689
|
+
This option has some usage constraints. It:
|
5690
|
+
* can be disabled with -no-outder.
|
5691
|
+
|
5692
|
+
The output will be in DER or RAW format.
|
5693
|
+
|
5694
|
+
outraw option
|
5695
|
+
.............
|
5696
|
+
|
5697
|
+
This is an alias for the 'outder' option, *note the outder option
|
5698
|
+
documentation: p11tool outder.
|
5699
|
+
|
5595
5700
|
provider option
|
5596
5701
|
...............
|
5597
5702
|
|
5598
5703
|
This is the "specify the pkcs #11 provider library" option. This option
|
5599
|
-
takes
|
5704
|
+
takes a file argument. This will override the default options in
|
5600
5705
|
/etc/gnutls/pkcs11.conf
|
5601
5706
|
|
5602
5707
|
p11tool exit status
|
@@ -5647,19 +5752,18 @@ File: gnutls.info, Node: Trusted Platform Module, Prev: Smart cards and HSMs,
|
|
5647
5752
|
=================================
|
5648
5753
|
|
5649
5754
|
In this section we present the Trusted Platform Module (TPM) support in
|
5650
|
-
GnuTLS.
|
5651
|
-
'trousers' libraries GnuTLS depends on for that functionality are under
|
5652
|
-
the Common Public License which is not compatible with the GPL license.
|
5755
|
+
GnuTLS.
|
5653
5756
|
|
5654
5757
|
There was a big hype when the TPM chip was introduced into computers.
|
5655
5758
|
Briefly it is a co-processor in your PC that allows it to perform
|
5656
5759
|
calculations independently of the main processor. This has good and bad
|
5657
|
-
side-effects. In this section we focus on the good ones
|
5658
|
-
fact that you can use
|
5659
|
-
|
5660
|
-
|
5661
|
-
|
5662
|
-
|
5760
|
+
side-effects. In this section we focus on the good ones; these are the
|
5761
|
+
fact that you can use the TPM chip to perform cryptographic operations
|
5762
|
+
on keys stored in it, without accessing them. That is very similar to
|
5763
|
+
the operation of a PKCS #11 smart card. The chip allows for storage and
|
5764
|
+
usage of RSA keys, but has quite some operational differences from PKCS
|
5765
|
+
#11 module, and thus require different handling. The basic TPM
|
5766
|
+
operations supported and used by GnuTLS, are key generation and signing.
|
5663
5767
|
|
5664
5768
|
In GnuTLS the TPM functionality is available in 'gnutls/tpm.h'.
|
5665
5769
|
|
@@ -5679,7 +5783,7 @@ File: gnutls.info, Node: Keys in TPM, Next: Key generation, Up: Trusted Platf
|
|
5679
5783
|
The RSA keys in the TPM module may either be stored in a flash memory
|
5680
5784
|
within TPM or stored in a file in disk. In the former case the key can
|
5681
5785
|
provide operations as with PKCS #11 and is identified by a URL. The URL
|
5682
|
-
is described in [_TPMURI_] and
|
5786
|
+
is described in [_TPMURI_] and is of the following form.
|
5683
5787
|
tpmkey:uuid=42309df8-d101-11e1-a89a-97bb33c23ad1;storage=user
|
5684
5788
|
|
5685
5789
|
It consists from a unique identifier of the key as well as the part of
|
@@ -5711,10 +5815,10 @@ All keys used by the TPM must be generated by the TPM. This can be done
|
|
5711
5815
|
using *note gnutls_tpm_privkey_generate::.
|
5712
5816
|
|
5713
5817
|
-- Function: int gnutls_tpm_privkey_generate (gnutls_pk_algorithm_t PK,
|
5714
|
-
unsigned int BITS, const char* SRK_PASSWORD, const char*
|
5818
|
+
unsigned int BITS, const char * SRK_PASSWORD, const char *
|
5715
5819
|
KEY_PASSWORD, gnutls_tpmkey_fmt_t FORMAT,
|
5716
|
-
gnutls_x509_crt_fmt_t PUB_FORMAT, gnutls_datum_t* PRIVKEY,
|
5717
|
-
gnutls_datum_t* PUBKEY, unsigned int FLAGS)
|
5820
|
+
gnutls_x509_crt_fmt_t PUB_FORMAT, gnutls_datum_t * PRIVKEY,
|
5821
|
+
gnutls_datum_t * PUBKEY, unsigned int FLAGS)
|
5718
5822
|
PK: the public key algorithm
|
5719
5823
|
|
5720
5824
|
BITS: the security bits
|
@@ -5751,10 +5855,10 @@ using *note gnutls_tpm_privkey_generate::.
|
|
5751
5855
|
|
5752
5856
|
'INT *note gnutls_tpm_get_registered:: (gnutls_tpm_key_list_t * LIST)'
|
5753
5857
|
'VOID *note gnutls_tpm_key_list_deinit:: (gnutls_tpm_key_list_t LIST)'
|
5754
|
-
'INT *note gnutls_tpm_key_list_get_url:: (gnutls_tpm_key_list_t LIST, unsigned int IDX, char** URL, unsigned int FLAGS)'
|
5858
|
+
'INT *note gnutls_tpm_key_list_get_url:: (gnutls_tpm_key_list_t LIST, unsigned int IDX, char ** URL, unsigned int FLAGS)'
|
5755
5859
|
|
5756
|
-
-- Function: int gnutls_tpm_privkey_delete (const char* URL, const
|
5757
|
-
char* SRK_PASSWORD)
|
5860
|
+
-- Function: int gnutls_tpm_privkey_delete (const char * URL, const
|
5861
|
+
char * SRK_PASSWORD)
|
5758
5862
|
URL: the URL describing the key
|
5759
5863
|
|
5760
5864
|
SRK_PASSWORD: a password for the SRK key
|
@@ -5783,7 +5887,7 @@ gnutls_certificate_set_x509_key_file2:: can access TPM URLs.
|
|
5783
5887
|
'INT *note gnutls_pubkey_import_tpm_raw:: (gnutls_pubkey_t PKEY, const gnutls_datum_t * FDATA, gnutls_tpmkey_fmt_t FORMAT, const char * SRK_PASSWORD, unsigned int FLAGS)'
|
5784
5888
|
|
5785
5889
|
-- Function: int gnutls_privkey_import_tpm_url (gnutls_privkey_t PKEY,
|
5786
|
-
const char* URL, const char * SRK_PASSWORD, const char *
|
5890
|
+
const char * URL, const char * SRK_PASSWORD, const char *
|
5787
5891
|
KEY_PASSWORD, unsigned int FLAGS)
|
5788
5892
|
PKEY: The private key
|
5789
5893
|
|
@@ -5811,7 +5915,7 @@ gnutls_certificate_set_x509_key_file2:: can access TPM URLs.
|
|
5811
5915
|
*Since:* 3.1.0
|
5812
5916
|
|
5813
5917
|
-- Function: int gnutls_pubkey_import_tpm_url (gnutls_pubkey_t PKEY,
|
5814
|
-
const char* URL, const char * SRK_PASSWORD, unsigned int
|
5918
|
+
const char * URL, const char * SRK_PASSWORD, unsigned int
|
5815
5919
|
FLAGS)
|
5816
5920
|
PKEY: The public key
|
5817
5921
|
|
@@ -5846,10 +5950,10 @@ gnutls_tpm_privkey_delete::.
|
|
5846
5950
|
|
5847
5951
|
'INT *note gnutls_tpm_get_registered:: (gnutls_tpm_key_list_t * LIST)'
|
5848
5952
|
'VOID *note gnutls_tpm_key_list_deinit:: (gnutls_tpm_key_list_t LIST)'
|
5849
|
-
'INT *note gnutls_tpm_key_list_get_url:: (gnutls_tpm_key_list_t LIST, unsigned int IDX, char** URL, unsigned int FLAGS)'
|
5953
|
+
'INT *note gnutls_tpm_key_list_get_url:: (gnutls_tpm_key_list_t LIST, unsigned int IDX, char ** URL, unsigned int FLAGS)'
|
5850
5954
|
|
5851
|
-
-- Function: int gnutls_tpm_privkey_delete (const char* URL, const
|
5852
|
-
char* SRK_PASSWORD)
|
5955
|
+
-- Function: int gnutls_tpm_privkey_delete (const char * URL, const
|
5956
|
+
char * SRK_PASSWORD)
|
5853
5957
|
URL: the URL describing the key
|
5854
5958
|
|
5855
5959
|
SRK_PASSWORD: a password for the SRK key
|
@@ -5873,24 +5977,67 @@ This section was generated by *AutoGen*, using the 'agtexi-cmd' template
|
|
5873
5977
|
and the option descriptions for the 'tpmtool' program. This software is
|
5874
5978
|
released under the GNU General Public License, version 3 or later.
|
5875
5979
|
|
5876
|
-
tpmtool help/usage (
|
5877
|
-
|
5980
|
+
tpmtool help/usage ('--help')
|
5981
|
+
.............................
|
5982
|
+
|
5983
|
+
This is the automatically generated usage text for tpmtool.
|
5878
5984
|
|
5879
|
-
|
5880
|
-
|
5881
|
-
|
5882
|
-
|
5883
|
-
|
5884
|
-
|
5885
|
-
exit with a status code of 0.
|
5985
|
+
The text printed is the same whether selected with the 'help' option
|
5986
|
+
('--help') or the 'more-help' option ('--more-help'). 'more-help' will
|
5987
|
+
print the usage text by passing it through a pager program. 'more-help'
|
5988
|
+
is disabled on platforms without a working 'fork(2)' function. The
|
5989
|
+
'PAGER' environment variable is used to select the program, defaulting
|
5990
|
+
to 'more'. Both will exit with a status code of 0.
|
5886
5991
|
|
5887
|
-
tpmtool
|
5992
|
+
tpmtool - GnuTLS TPM tool
|
5993
|
+
Usage: tpmtool [ -<flag> [<val>] | --<name>[{=| }<val>] ]...
|
5994
|
+
|
5995
|
+
-d, --debug=num Enable debugging
|
5996
|
+
- it must be in the range:
|
5997
|
+
0 to 9999
|
5998
|
+
--infile=file Input file
|
5999
|
+
- file must pre-exist
|
6000
|
+
--outfile=str Output file
|
6001
|
+
--generate-rsa Generate an RSA private-public key pair
|
6002
|
+
--register Any generated key will be registered in the TPM
|
6003
|
+
- requires the option 'generate-rsa'
|
6004
|
+
--signing Any generated key will be a signing key
|
6005
|
+
- requires the option 'generate-rsa'
|
6006
|
+
-- and prohibits the option 'legacy'
|
6007
|
+
--legacy Any generated key will be a legacy key
|
6008
|
+
- requires the option 'generate-rsa'
|
6009
|
+
-- and prohibits the option 'signing'
|
6010
|
+
--user Any registered key will be a user key
|
6011
|
+
- requires the option 'register'
|
6012
|
+
-- and prohibits the option 'system'
|
6013
|
+
--system Any registred key will be a system key
|
6014
|
+
- requires the option 'register'
|
6015
|
+
-- and prohibits the option 'user'
|
6016
|
+
--pubkey=str Prints the public key of the provided key
|
6017
|
+
--list Lists all stored keys in the TPM
|
6018
|
+
--delete=str Delete the key identified by the given URL (UUID).
|
6019
|
+
--sec-param=str Specify the security level [low, legacy, normal, high, ultra].
|
6020
|
+
--bits=num Specify the number of bits for key generate
|
6021
|
+
--inder Use the DER format for keys.
|
6022
|
+
- disabled as '--no-inder'
|
6023
|
+
--outder Use DER format for output keys
|
6024
|
+
- disabled as '--no-outder'
|
6025
|
+
-v, --version[=arg] output version information and exit
|
6026
|
+
-h, --help display extended usage information and exit
|
6027
|
+
-!, --more-help extended usage information passed thru pager
|
6028
|
+
|
6029
|
+
Options are specified by doubled hyphens and their name or by a single
|
6030
|
+
hyphen and the flag character.
|
6031
|
+
|
6032
|
+
Program that allows handling cryptographic data from the TPM chip.
|
6033
|
+
|
6034
|
+
Please send bug reports to: <bugs@gnutls.org>
|
5888
6035
|
|
5889
6036
|
debug option (-d)
|
5890
6037
|
.................
|
5891
6038
|
|
5892
|
-
This is the "enable debugging
|
5893
|
-
|
6039
|
+
This is the "enable debugging" option. This option takes a number
|
6040
|
+
argument. Specifies the debug level.
|
5894
6041
|
|
5895
6042
|
generate-rsa option
|
5896
6043
|
...................
|
@@ -5928,7 +6075,7 @@ sec-param option
|
|
5928
6075
|
................
|
5929
6076
|
|
5930
6077
|
This is the "specify the security level [low, legacy, normal, high,
|
5931
|
-
ultra]." option. This option takes
|
6078
|
+
ultra]." option. This option takes a string argument 'Security
|
5932
6079
|
parameter'. This is alternative to the bits option. Note however that
|
5933
6080
|
the values allowed by the TPM chip are quantized and given values may be
|
5934
6081
|
rounded up.
|
@@ -5936,15 +6083,23 @@ rounded up.
|
|
5936
6083
|
inder option
|
5937
6084
|
............
|
5938
6085
|
|
5939
|
-
This is the "use the der format for keys." option.
|
5940
|
-
|
5941
|
-
|
6086
|
+
This is the "use the der format for keys." option.
|
6087
|
+
|
6088
|
+
This option has some usage constraints. It:
|
6089
|
+
* can be disabled with -no-inder.
|
6090
|
+
|
6091
|
+
The input files will be assumed to be in the portable DER format of TPM.
|
6092
|
+
The default format is a custom format used by various TPM tools
|
5942
6093
|
|
5943
6094
|
outder option
|
5944
6095
|
.............
|
5945
6096
|
|
5946
|
-
This is the "use der format for output keys" option.
|
5947
|
-
|
6097
|
+
This is the "use der format for output keys" option.
|
6098
|
+
|
6099
|
+
This option has some usage constraints. It:
|
6100
|
+
* can be disabled with -no-outder.
|
6101
|
+
|
6102
|
+
The output will be in the TPM portable DER format.
|
5948
6103
|
|
5949
6104
|
tpmtool exit status
|
5950
6105
|
...................
|
@@ -6027,7 +6182,7 @@ File: gnutls.info, Node: General idea, Next: Error handling, Up: Introduction
|
|
6027
6182
|
------------------
|
6028
6183
|
|
6029
6184
|
A brief description of how GnuTLS sessions operate is shown at *note
|
6030
|
-
Figure 6.1: fig
|
6185
|
+
Figure 6.1: fig-gnutls-design. This section will become more clear when
|
6031
6186
|
it is completely read. As shown in the figure, there is a read-only
|
6032
6187
|
global state that is initialized once by the global initialization
|
6033
6188
|
function. This global structure, among others, contains the memory
|
@@ -6140,6 +6295,10 @@ verbose information on the GnuTLS functions internal flow.
|
|
6140
6295
|
'VOID *note gnutls_global_set_log_level:: (int LEVEL)'
|
6141
6296
|
'VOID *note gnutls_global_set_log_function:: (gnutls_log_func LOG_FUNC)'
|
6142
6297
|
|
6298
|
+
Alternatively the environment variable 'GNUTLS_DEBUG_LEVEL' can be set
|
6299
|
+
to a logging level and GnuTLS will output debugging output to standard
|
6300
|
+
error.
|
6301
|
+
|
6143
6302
|
When debugging is not required, important issues, such as detected
|
6144
6303
|
attacks on the protocol still need to be logged. This is provided by
|
6145
6304
|
the logging function set by *note
|
@@ -6152,11 +6311,12 @@ about the peer involved.
|
|
6152
6311
|
(gnutls_audit_log_func LOG_FUNC)
|
6153
6312
|
LOG_FUNC: it is the audit log function
|
6154
6313
|
|
6155
|
-
This is the function
|
6156
|
-
|
6157
|
-
|
6158
|
-
|
6159
|
-
|
6314
|
+
This is the function to set the audit logging function. This is a
|
6315
|
+
function to report important issues, such as possible attacks in
|
6316
|
+
the protocol. This is different from
|
6317
|
+
'gnutls_global_set_log_function()' because it will report also
|
6318
|
+
session-specific events. The session parameter will be null if
|
6319
|
+
there is no corresponding TLS session.
|
6160
6320
|
|
6161
6321
|
'gnutls_audit_log_func' is of the form, void
|
6162
6322
|
(*gnutls_audit_log_func)( gnutls_session_t, const char*);
|
@@ -6278,10 +6438,12 @@ File: gnutls.info, Node: Initialization, Next: Version check, Prev: Headers,
|
|
6278
6438
|
--------------------
|
6279
6439
|
|
6280
6440
|
GnuTLS must be initialized before it can be used. The library is
|
6281
|
-
initialized by calling *note gnutls_global_init::.
|
6282
|
-
|
6283
|
-
|
6284
|
-
|
6441
|
+
initialized by calling *note gnutls_global_init::. That call typically
|
6442
|
+
enables CPU-specific acceleration, and performs any requires
|
6443
|
+
precalculations needed by the library. The resources allocated by the
|
6444
|
+
initialization process can be released if the application no longer has
|
6445
|
+
a need to call GnuTLS functions, this is done by calling *note
|
6446
|
+
gnutls_global_deinit::.
|
6285
6447
|
|
6286
6448
|
In order to take advantage of the internationalization features in
|
6287
6449
|
GnuTLS, such as translated error messages, the application must set the
|
@@ -6300,6 +6462,15 @@ dynamic linker an old version is actually used. So you may want to
|
|
6300
6462
|
check that the version is okay right after program start-up. See the
|
6301
6463
|
function *note gnutls_check_version::.
|
6302
6464
|
|
6465
|
+
On the other hand, it is often desirable to support more than one
|
6466
|
+
versions of the library. In that case you could utilize compile-time
|
6467
|
+
feature checks using the the 'GNUTLS_VERSION_NUMBER' macro. For
|
6468
|
+
example, to conditionally add code for GnuTLS 3.2.1 or later, you may
|
6469
|
+
use:
|
6470
|
+
#if GNUTLS_VERSION_NUMBER >= 0x030201
|
6471
|
+
...
|
6472
|
+
#endif
|
6473
|
+
|
6303
6474
|
|
6304
6475
|
File: gnutls.info, Node: Building the source, Prev: Version check, Up: Preparation
|
6305
6476
|
|
@@ -6381,6 +6552,10 @@ underlying protocol type, i.e., datagram (UDP) or reliable (TCP).
|
|
6381
6552
|
also available. The latter flag will enable a non-blocking
|
6382
6553
|
operation of the DTLS timers.
|
6383
6554
|
|
6555
|
+
The flag 'GNUTLS_NO_REPLAY_PROTECTION' will disable any replay
|
6556
|
+
protection in DTLS mode. That must only used when replay
|
6557
|
+
protection is achieved using other means.
|
6558
|
+
|
6384
6559
|
Note that since version 3.1.2 this function enables some common TLS
|
6385
6560
|
extensions such as session tickets and OCSP certificate status
|
6386
6561
|
request in client side by default. To prevent that use the
|
@@ -6500,9 +6675,9 @@ The certificate chain must be ordered in such way that every certificate
|
|
6500
6675
|
certifies the one before it. The trusted authority's certificate need
|
6501
6676
|
not to be included since the peer should possess it already.
|
6502
6677
|
|
6503
|
-
'INT *note gnutls_certificate_set_x509_key_mem2:: (gnutls_certificate_credentials_t RES, const gnutls_datum_t * CERT, const gnutls_datum_t * KEY, gnutls_x509_crt_fmt_t TYPE, const char* PASS, unsigned int FLAGS)'
|
6678
|
+
'INT *note gnutls_certificate_set_x509_key_mem2:: (gnutls_certificate_credentials_t RES, const gnutls_datum_t * CERT, const gnutls_datum_t * KEY, gnutls_x509_crt_fmt_t TYPE, const char * PASS, unsigned int FLAGS)'
|
6504
6679
|
'INT *note gnutls_certificate_set_x509_key:: (gnutls_certificate_credentials_t RES, gnutls_x509_crt_t * CERT_LIST, int CERT_LIST_SIZE, gnutls_x509_privkey_t KEY)'
|
6505
|
-
'INT *note gnutls_certificate_set_x509_key_file2:: (gnutls_certificate_credentials_t RES, const char * CERTFILE, const char * KEYFILE, gnutls_x509_crt_fmt_t TYPE, const char* PASS, unsigned int FLAGS)'
|
6680
|
+
'INT *note gnutls_certificate_set_x509_key_file2:: (gnutls_certificate_credentials_t RES, const char * CERTFILE, const char * KEYFILE, gnutls_x509_crt_fmt_t TYPE, const char * PASS, unsigned int FLAGS)'
|
6506
6681
|
|
6507
6682
|
'INT *note gnutls_certificate_set_openpgp_key_mem:: (gnutls_certificate_credentials_t RES, const gnutls_datum_t * CERT, const gnutls_datum_t * KEY, gnutls_openpgp_crt_fmt_t FORMAT)'
|
6508
6683
|
'INT *note gnutls_certificate_set_openpgp_key:: (gnutls_certificate_credentials_t RES, gnutls_openpgp_crt_t CRT, gnutls_openpgp_privkey_t PKEY)'
|
@@ -6540,9 +6715,9 @@ gnutls_pcert_import_x509_raw:: and *note
|
|
6540
6715
|
gnutls_privkey_import_x509_raw::.
|
6541
6716
|
|
6542
6717
|
-- Function: int gnutls_certificate_set_key
|
6543
|
-
(gnutls_certificate_credentials_t RES, const char** NAMES,
|
6544
|
-
NAMES_SIZE, gnutls_pcert_st * PCERT_LIST, int
|
6545
|
-
gnutls_privkey_t KEY)
|
6718
|
+
(gnutls_certificate_credentials_t RES, const char ** NAMES,
|
6719
|
+
int NAMES_SIZE, gnutls_pcert_st * PCERT_LIST, int
|
6720
|
+
PCERT_LIST_SIZE, gnutls_privkey_t KEY)
|
6546
6721
|
RES: is a 'gnutls_certificate_credentials_t' structure.
|
6547
6722
|
|
6548
6723
|
NAMES: is an array of DNS name of the certificate (NULL if none)
|
@@ -6561,9 +6736,11 @@ gnutls_privkey_import_x509_raw::.
|
|
6561
6736
|
called more than once, in case multiple keys/certificates exist for
|
6562
6737
|
the server. For clients that wants to send more than its own end
|
6563
6738
|
entity certificate (e.g., also an intermediate CA cert) then put
|
6564
|
-
the certificate chain in 'pcert_list' .
|
6565
|
-
|
6566
|
-
|
6739
|
+
the certificate chain in 'pcert_list' .
|
6740
|
+
|
6741
|
+
Note that the 'pcert_list' and 'key' will become part of the
|
6742
|
+
credentials structure and must not be deallocated. They will be
|
6743
|
+
automatically deallocated when the 'res' structure is
|
6567
6744
|
deinitialized.
|
6568
6745
|
|
6569
6746
|
*Returns:* 'GNUTLS_E_SUCCESS' (0) on success, or a negative error
|
@@ -6600,10 +6777,10 @@ typedef struct gnutls_pcert_st
|
|
6600
6777
|
gnutls_certificate_type_t type;
|
6601
6778
|
} gnutls_pcert_st;
|
6602
6779
|
|
6603
|
-
'INT *note gnutls_pcert_import_x509:: (gnutls_pcert_st* PCERT, gnutls_x509_crt_t CRT, unsigned int FLAGS)'
|
6604
|
-
'INT *note gnutls_pcert_import_openpgp:: (gnutls_pcert_st* PCERT, gnutls_openpgp_crt_t CRT, unsigned int FLAGS)'
|
6605
|
-
'INT *note gnutls_pcert_import_x509_raw:: (gnutls_pcert_st * PCERT, const gnutls_datum_t* CERT, gnutls_x509_crt_fmt_t FORMAT, unsigned int FLAGS)'
|
6606
|
-
'INT *note gnutls_pcert_import_openpgp_raw:: (gnutls_pcert_st * PCERT, const gnutls_datum_t* CERT, gnutls_openpgp_crt_fmt_t FORMAT, gnutls_openpgp_keyid_t KEYID, unsigned int FLAGS)'
|
6780
|
+
'INT *note gnutls_pcert_import_x509:: (gnutls_pcert_st * PCERT, gnutls_x509_crt_t CRT, unsigned int FLAGS)'
|
6781
|
+
'INT *note gnutls_pcert_import_openpgp:: (gnutls_pcert_st * PCERT, gnutls_openpgp_crt_t CRT, unsigned int FLAGS)'
|
6782
|
+
'INT *note gnutls_pcert_import_x509_raw:: (gnutls_pcert_st * PCERT, const gnutls_datum_t * CERT, gnutls_x509_crt_fmt_t FORMAT, unsigned int FLAGS)'
|
6783
|
+
'INT *note gnutls_pcert_import_openpgp_raw:: (gnutls_pcert_st * PCERT, const gnutls_datum_t * CERT, gnutls_openpgp_crt_fmt_t FORMAT, gnutls_openpgp_keyid_t KEYID, unsigned int FLAGS)'
|
6607
6784
|
'VOID *note gnutls_pcert_deinit:: (gnutls_pcert_st * PCERT)'
|
6608
6785
|
|
6609
6786
|
In a handshake, the negotiated cipher suite depends on the certificate's
|
@@ -6685,7 +6862,7 @@ to obtain the raw certificate of the peer and verify it using the
|
|
6685
6862
|
functions discussed in *note X.509 certificates::.
|
6686
6863
|
|
6687
6864
|
-- Function: int gnutls_certificate_verify_peers3 (gnutls_session_t
|
6688
|
-
SESSION, const char* HOSTNAME, unsigned int * STATUS)
|
6865
|
+
SESSION, const char * HOSTNAME, unsigned int * STATUS)
|
6689
6866
|
SESSION: is a gnutls session
|
6690
6867
|
|
6691
6868
|
HOSTNAME: is the expected name of the peer; may be 'NULL'
|
@@ -6823,8 +7000,8 @@ appropriate callback.
|
|
6823
7000
|
SRP credentials. The callback's function form is:
|
6824
7001
|
|
6825
7002
|
int (*callback)(gnutls_session_t, const char* username,
|
6826
|
-
gnutls_datum_t* salt, gnutls_datum_t *verifier, gnutls_datum_t*
|
6827
|
-
gnutls_datum_t*
|
7003
|
+
gnutls_datum_t* salt, gnutls_datum_t *verifier, gnutls_datum_t*
|
7004
|
+
generator, gnutls_datum_t* prime);
|
6828
7005
|
|
6829
7006
|
'username' contains the actual username. The 'salt' , 'verifier' ,
|
6830
7007
|
'generator' and 'prime' must be filled in using the
|
@@ -7115,106 +7292,3 @@ be called again.
|
|
7115
7292
|
* Asynchronous operation::
|
7116
7293
|
* DTLS sessions::
|
7117
7294
|
|
7118
|
-
|
7119
|
-
File: gnutls.info, Node: Asynchronous operation, Next: DTLS sessions, Up: Setting up the transport layer
|
7120
|
-
|
7121
|
-
6.5.1 Asynchronous operation
|
7122
|
-
----------------------------
|
7123
|
-
|
7124
|
-
GnuTLS can be used with asynchronous socket or event-driven programming.
|
7125
|
-
The approach is similar to using Berkeley sockets under such an
|
7126
|
-
environment. The blocking, due to network interaction, calls such as
|
7127
|
-
*note gnutls_handshake::, *note gnutls_record_recv::, can be set to
|
7128
|
-
non-blocking by setting the underlying sockets to non-blocking. If
|
7129
|
-
other push and pull functions are setup, then they should behave the
|
7130
|
-
same way as 'recv' and 'send' when used in a non-blocking way, i.e., set
|
7131
|
-
errno to 'EAGAIN'. Since, during a TLS protocol session GnuTLS does not
|
7132
|
-
block except for network interaction, the non blocking 'EAGAIN' errno
|
7133
|
-
will be propagated and GnuTLS functions will return the 'GNUTLS_E_AGAIN'
|
7134
|
-
error code. Such calls can be resumed the same way as a system call
|
7135
|
-
would. The only exception is *note gnutls_record_send::, which if
|
7136
|
-
interrupted subsequent calls need not to include the data to be sent
|
7137
|
-
(can be called with NULL argument).
|
7138
|
-
|
7139
|
-
The 'select' system call can also be used in combination with the GnuTLS
|
7140
|
-
functions. 'select' allows monitoring of sockets and notifies on them
|
7141
|
-
being ready for reading or writing data. Note however that this system
|
7142
|
-
call cannot notify on data present in GnuTLS read buffers, it is only
|
7143
|
-
applicable to the kernel sockets API. Thus if you are using it for
|
7144
|
-
reading from a GnuTLS session, make sure that any cached data are read
|
7145
|
-
completely. That can be achieved by checking there are no data waiting
|
7146
|
-
to be read (using *note gnutls_record_check_pending::), either before
|
7147
|
-
the 'select' system call, or after a call to *note gnutls_record_recv::.
|
7148
|
-
GnuTLS does not keep a write buffer, thus when writing no additional
|
7149
|
-
actions are required.
|
7150
|
-
|
7151
|
-
Although in the TLS protocol implementation each call to receive or send
|
7152
|
-
function implies to restoring the same function that was interrupted, in
|
7153
|
-
the DTLS protocol this requirement isn't true. There are cases where a
|
7154
|
-
retransmission is required, which are indicated by a received message
|
7155
|
-
and thus *note gnutls_record_get_direction:: must be called to decide
|
7156
|
-
which direction to check prior to restoring a function call.
|
7157
|
-
|
7158
|
-
-- Function: int gnutls_record_get_direction (gnutls_session_t SESSION)
|
7159
|
-
SESSION: is a 'gnutls_session_t' structure.
|
7160
|
-
|
7161
|
-
This function provides information about the internals of the
|
7162
|
-
record protocol and is only useful if a prior gnutls function call
|
7163
|
-
(e.g. 'gnutls_handshake()' ) was interrupted for some reason, that
|
7164
|
-
is, if a function returned 'GNUTLS_E_INTERRUPTED' or
|
7165
|
-
'GNUTLS_E_AGAIN' . In such a case, you might want to call
|
7166
|
-
'select()' or 'poll()' before calling the interrupted gnutls
|
7167
|
-
function again. To tell you whether a file descriptor should be
|
7168
|
-
selected for either reading or writing,
|
7169
|
-
'gnutls_record_get_direction()' returns 0 if the interrupted
|
7170
|
-
function was trying to read data, and 1 if it was trying to write
|
7171
|
-
data.
|
7172
|
-
|
7173
|
-
*Returns:* 0 if trying to read data, 1 if trying to write data.
|
7174
|
-
|
7175
|
-
Moreover, to prevent blocking from DTLS' retransmission timers to block
|
7176
|
-
a handshake, the *note gnutls_init:: function should be called with the
|
7177
|
-
'GNUTLS_NONBLOCK' flag set (see *note Session initialization::).
|
7178
|
-
|
7179
|
-
|
7180
|
-
File: gnutls.info, Node: DTLS sessions, Prev: Asynchronous operation, Up: Setting up the transport layer
|
7181
|
-
|
7182
|
-
6.5.2 DTLS sessions
|
7183
|
-
-------------------
|
7184
|
-
|
7185
|
-
Because datagram TLS can operate over connections where the peer of a
|
7186
|
-
server cannot be reliably verified, functionality is available to
|
7187
|
-
prevent denial of service attacks. GnuTLS requires a server to generate
|
7188
|
-
a secret key that is used to sign a cookie(1). That cookie is sent to
|
7189
|
-
the client using *note gnutls_dtls_cookie_send::, and the client must
|
7190
|
-
reply using the correct cookie. The server side should verify the
|
7191
|
-
initial message sent by client using *note gnutls_dtls_cookie_verify::.
|
7192
|
-
If successful the session should be initialized and associated with the
|
7193
|
-
cookie using *note gnutls_dtls_prestate_set::, before proceeding to the
|
7194
|
-
handshake.
|
7195
|
-
|
7196
|
-
'INT *note gnutls_key_generate:: (gnutls_datum_t * KEY, unsigned int KEY_SIZE)'
|
7197
|
-
'INT *note gnutls_dtls_cookie_send:: (gnutls_datum_t* KEY, void* CLIENT_DATA, size_t CLIENT_DATA_SIZE, gnutls_dtls_prestate_st* PRESTATE, gnutls_transport_ptr_t PTR, gnutls_push_func PUSH_FUNC)'
|
7198
|
-
'INT *note gnutls_dtls_cookie_verify:: (gnutls_datum_t* KEY, void* CLIENT_DATA, size_t CLIENT_DATA_SIZE, void* _MSG, size_t MSG_SIZE, gnutls_dtls_prestate_st* PRESTATE)'
|
7199
|
-
'VOID *note gnutls_dtls_prestate_set:: (gnutls_session_t SESSION, gnutls_dtls_prestate_st* PRESTATE)'
|
7200
|
-
|
7201
|
-
Note that the above apply to server side only and they are not mandatory
|
7202
|
-
to be used. Not using them, however, allows denial of service attacks.
|
7203
|
-
The client side cookie handling is part of *note gnutls_handshake::.
|
7204
|
-
|
7205
|
-
Datagrams are typically restricted by a maximum transfer unit (MTU). For
|
7206
|
-
that both client and server side should set the correct maximum transfer
|
7207
|
-
unit for the layer underneath GnuTLS. This will allow proper
|
7208
|
-
fragmentation of DTLS messages and prevent messages from being silently
|
7209
|
-
discarded by the transport layer. The "correct" maximum transfer unit
|
7210
|
-
can be obtained through a path MTU discovery mechanism [_RFC4821_].
|
7211
|
-
|
7212
|
-
'VOID *note gnutls_dtls_set_mtu:: (gnutls_session_t SESSION, unsigned int MTU)'
|
7213
|
-
'UNSIGNED INT *note gnutls_dtls_get_mtu:: (gnutls_session_t SESSION)'
|
7214
|
-
'UNSIGNED INT *note gnutls_dtls_get_data_mtu:: (gnutls_session_t SESSION)'
|
7215
|
-
|
7216
|
-
---------- Footnotes ----------
|
7217
|
-
|
7218
|
-
(1) A key of 128 bits or 16 bytes should be sufficient for this
|
7219
|
-
purpose.
|
7220
|
-
|