glib2 2.0.0-x86-mingw32 → 2.0.1-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +8 -7
- data/ext/glib2/extconf.rb +1 -0
- data/ext/glib2/glib2.def +7 -0
- data/ext/glib2/rbglib.c +32 -1
- data/ext/glib2/rbglib.h +18 -1
- data/ext/glib2/rbglib_iochannel.c +1 -5
- data/ext/glib2/rbglib_utils.c +1 -1
- data/ext/glib2/rbgobj_boxed.c +16 -0
- data/ext/glib2/rbgobj_object.c +2 -2
- data/ext/glib2/rbgobj_type.c +36 -4
- data/ext/glib2/rbgobject.c +4 -4
- data/ext/glib2/rbgobject.h +11 -5
- data/ext/glib2/rbgutil.c +1 -1
- data/lib/1.9/glib2.so +0 -0
- data/lib/2.0/glib2.so +0 -0
- data/lib/gnome2/rake/package-task.rb +1 -1
- data/vendor/local/bin/certtool.exe +0 -0
- data/vendor/local/bin/danetool.exe +0 -0
- data/vendor/local/bin/gdbus.exe +0 -0
- data/vendor/local/bin/gio-querymodules.exe +0 -0
- data/vendor/local/bin/glib-compile-resources.exe +0 -0
- data/vendor/local/bin/glib-compile-schemas.exe +0 -0
- data/vendor/local/bin/glib-genmarshal.exe +0 -0
- data/vendor/local/bin/glib-gettextize +1 -1
- data/vendor/local/bin/glib-mkenums +1 -1
- data/vendor/local/bin/gnutls-cli-debug.exe +0 -0
- data/vendor/local/bin/gnutls-cli.exe +0 -0
- data/vendor/local/bin/gnutls-serv.exe +0 -0
- data/vendor/local/bin/gobject-query.exe +0 -0
- data/vendor/local/bin/gresource.exe +0 -0
- data/vendor/local/bin/gsettings.exe +0 -0
- data/vendor/local/bin/gspawn-win32-helper-console.exe +0 -0
- data/vendor/local/bin/gspawn-win32-helper.exe +0 -0
- data/vendor/local/bin/libgio-2.0-0.dll +0 -0
- data/vendor/local/bin/libglib-2.0-0.dll +0 -0
- data/vendor/local/bin/libgmodule-2.0-0.dll +0 -0
- data/vendor/local/bin/libgmp-10.dll +0 -0
- data/vendor/local/bin/libgnutls-28.def +748 -745
- data/vendor/local/bin/libgnutls-28.dll +0 -0
- data/vendor/local/bin/libgnutls-openssl-27.dll +0 -0
- data/vendor/local/bin/libgnutls-xssl-0.dll +0 -0
- data/vendor/local/bin/libgnutlsxx-28.dll +0 -0
- data/vendor/local/bin/libgobject-2.0-0.dll +0 -0
- data/vendor/local/bin/libgthread-2.0-0.dll +0 -0
- data/vendor/local/bin/libhogweed-2-2.dll +0 -0
- data/vendor/local/bin/libhogweed-2-4.dll +0 -0
- data/vendor/local/bin/libnettle-4-4.dll +0 -0
- data/vendor/local/bin/libnettle-4-6.dll +0 -0
- data/vendor/local/bin/nettle-hash.exe +0 -0
- data/vendor/local/bin/nettle-lfib-stream.exe +0 -0
- data/vendor/local/bin/ocsptool.exe +0 -0
- data/vendor/local/bin/pkcs1-conv.exe +0 -0
- data/vendor/local/bin/psktool.exe +0 -0
- data/vendor/local/bin/sexp-conv.exe +0 -0
- data/vendor/local/bin/srptool.exe +0 -0
- data/vendor/local/include/gmp.h +1 -1
- data/vendor/local/include/gnutls/abstract.h +34 -11
- data/vendor/local/include/gnutls/gnutls.h +20 -4
- data/vendor/local/include/gnutls/ocsp.h +1 -1
- data/vendor/local/include/gnutls/x509.h +1 -1
- data/vendor/local/include/nettle/aes.h +2 -2
- data/vendor/local/include/nettle/arcfour.h +2 -2
- data/vendor/local/include/nettle/arctwo.h +2 -2
- data/vendor/local/include/nettle/asn1.h +2 -2
- data/vendor/local/include/nettle/base16.h +2 -2
- data/vendor/local/include/nettle/base64.h +2 -2
- data/vendor/local/include/nettle/bignum.h +2 -2
- data/vendor/local/include/nettle/blowfish.h +2 -2
- data/vendor/local/include/nettle/buffer.h +2 -2
- data/vendor/local/include/nettle/cast128.h +2 -2
- data/vendor/local/include/nettle/cbc.h +2 -2
- data/vendor/local/include/nettle/ctr.h +2 -2
- data/vendor/local/include/nettle/des-compat.h +2 -2
- data/vendor/local/include/nettle/des.h +2 -2
- data/vendor/local/include/nettle/dsa.h +4 -3
- data/vendor/local/include/nettle/ecc-curve.h +45 -0
- data/vendor/local/include/nettle/ecc.h +261 -0
- data/vendor/local/include/nettle/ecdsa.h +94 -0
- data/vendor/local/include/nettle/gcm.h +2 -2
- data/vendor/local/include/nettle/gosthash94.h +88 -0
- data/vendor/local/include/nettle/hmac.h +4 -3
- data/vendor/local/include/nettle/knuth-lfib.h +2 -2
- data/vendor/local/include/nettle/macros.h +31 -9
- data/vendor/local/include/nettle/md2.h +2 -2
- data/vendor/local/include/nettle/md4.h +2 -2
- data/vendor/local/include/nettle/md5-compat.h +2 -2
- data/vendor/local/include/nettle/md5.h +2 -2
- data/vendor/local/include/nettle/nettle-meta.h +7 -2
- data/vendor/local/include/nettle/nettle-types.h +2 -2
- data/vendor/local/include/nettle/pbkdf2.h +77 -0
- data/vendor/local/include/nettle/pgp.h +2 -2
- data/vendor/local/include/nettle/pkcs1.h +2 -2
- data/vendor/local/include/nettle/realloc.h +2 -2
- data/vendor/local/include/nettle/ripemd160.h +2 -2
- data/vendor/local/include/nettle/rsa-compat.h +2 -2
- data/vendor/local/include/nettle/rsa.h +4 -3
- data/vendor/local/include/nettle/salsa20.h +17 -6
- data/vendor/local/include/nettle/serpent.h +2 -2
- data/vendor/local/include/nettle/sexp.h +2 -2
- data/vendor/local/include/nettle/sha.h +8 -167
- data/vendor/local/include/nettle/sha1.h +78 -0
- data/vendor/local/include/nettle/sha2.h +156 -0
- data/vendor/local/include/nettle/sha3.h +176 -0
- data/vendor/local/include/nettle/twofish.h +2 -2
- data/vendor/local/include/nettle/umac.h +241 -0
- data/vendor/local/include/nettle/yarrow.h +3 -3
- data/vendor/local/lib/gio/modules/libgiognutls.a +0 -0
- data/vendor/local/lib/gio/modules/libgiognutls.dll +0 -0
- data/vendor/local/lib/gio/modules/libgiognutls.dll.a +0 -0
- data/vendor/local/lib/glib-2.0/include/glibconfig.h +1 -1
- data/vendor/local/lib/libgio-2.0.dll.a +0 -0
- data/vendor/local/lib/libgio-2.0.la +1 -1
- data/vendor/local/lib/libglib-2.0.dll.a +0 -0
- data/vendor/local/lib/libglib-2.0.la +1 -1
- data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
- data/vendor/local/lib/libgmodule-2.0.la +1 -1
- data/vendor/local/lib/libgmp.dll.a +0 -0
- data/vendor/local/lib/libgmp.la +1 -1
- data/vendor/local/lib/libgnutls-openssl.a +0 -0
- data/vendor/local/lib/libgnutls-openssl.dll.a +0 -0
- data/vendor/local/lib/libgnutls-xssl.a +0 -0
- data/vendor/local/lib/libgnutls-xssl.dll.a +0 -0
- data/vendor/local/lib/libgnutls.a +0 -0
- data/vendor/local/lib/libgnutls.dll.a +0 -0
- data/vendor/local/lib/libgnutls.la +2 -2
- data/vendor/local/lib/libgnutlsxx.a +0 -0
- data/vendor/local/lib/libgnutlsxx.dll.a +0 -0
- data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
- data/vendor/local/lib/libgobject-2.0.la +1 -1
- data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
- data/vendor/local/lib/libgthread-2.0.la +1 -1
- data/vendor/local/lib/libhogweed.a +0 -0
- data/vendor/local/lib/libhogweed.dll.a +0 -0
- data/vendor/local/lib/libnettle.a +0 -0
- data/vendor/local/lib/libnettle.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/gio-2.0.pc +2 -2
- data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/glib-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gmodule-export-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gnutls.pc +2 -2
- data/vendor/local/lib/pkgconfig/gobject-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gthread-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/hogweed.pc +1 -1
- data/vendor/local/lib/pkgconfig/nettle.pc +1 -1
- data/vendor/local/share/gdb/auto-load/libglib-2.0.so.0.3600.1-gdb.py +10 -0
- data/vendor/local/share/gdb/auto-load/libglib-2.0.so.0.3600.2-gdb.py +10 -0
- data/vendor/local/share/gdb/auto-load/libgobject-2.0.so.0.3600.1-gdb.py +10 -0
- data/vendor/local/share/gdb/auto-load/libgobject-2.0.so.0.3600.2-gdb.py +10 -0
- data/vendor/local/share/glib-2.0/codegen/__init__.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/__init__.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_main.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_main.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/config.py +1 -1
- data/vendor/local/share/glib-2.0/codegen/config.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/config.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/dbustypes.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/dbustypes.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/parser.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/parser.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/utils.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/utils.pyo +0 -0
- data/vendor/local/share/gtk-doc/html/gio/ExampleAnimal.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ExampleCat.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ExampleObject.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ExampleObjectManagerClient.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GAction.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GActionGroup.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GActionMap.html +27 -27
- data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GApplication.html +251 -251
- data/vendor/local/share/gtk-doc/html/gio/GApplicationCommandLine.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +70 -70
- data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +30 -30
- data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +17 -17
- data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GConverter.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDBusActionGroup.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +19 -19
- data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +1290 -1290
- data/vendor/local/share/gtk-doc/html/gio/GDBusInterface.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDBusInterfaceSkeleton.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDBusMenuModel.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDBusObject.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManager.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerClient.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerServer.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectProxy.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectSkeleton.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +228 -228
- data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +202 -202
- data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GDrive.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GFile.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +4 -4
- data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GIcon.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GInitable.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +8 -8
- data/vendor/local/share/gtk-doc/html/gio/GMenu.html +27 -27
- data/vendor/local/share/gtk-doc/html/gio/GMenuModel.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/GMount.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +6 -6
- data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GNetworkMonitor.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GPermission.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GPollableInputStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GPollableOutputStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GProxy.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GRemoteActionGroup.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GResolver.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GSettings.html +114 -114
- data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +5 -5
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html +13 -13
- data/vendor/local/share/gtk-doc/html/gio/GSimpleActionGroup.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +76 -76
- data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GSimpleProxyResolver.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GSocket.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +47 -47
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GSrvTarget.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GTask.html +324 -324
- data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GTcpWrapperConnection.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GTestDBus.html +82 -82
- data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +17 -17
- data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GTlsBackend.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GTlsClientConnection.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GTlsConnection.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GTlsDatabase.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GTlsFileDatabase.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GTlsInteraction.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GTlsPassword.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GTlsServerConnection.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GVfs.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GVolume.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +25 -37
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-28.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-30.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-32.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-34.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-36.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/application.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/async.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch01.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ch02.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ch03.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch29.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ch30.html +31 -31
- data/vendor/local/share/gtk-doc/html/gio/ch30s02.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ch30s03.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ch31.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch31s02.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/ch31s03.html +21 -21
- data/vendor/local/share/gtk-doc/html/gio/ch31s04.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/ch31s05.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch31s06.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ch31s07.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ch32.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/ch32s02.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/ch32s03.html +61 -61
- data/vendor/local/share/gtk-doc/html/gio/ch32s04.html +14 -14
- data/vendor/local/share/gtk-doc/html/gio/ch32s05.html +391 -391
- data/vendor/local/share/gtk-doc/html/gio/conversion.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/extending.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/file_mon.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/file_ops.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gdbus-codegen.html +204 -192
- data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Cat.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gdbus.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +11 -11
- data/vendor/local/share/gtk-doc/html/gio/gio-GActionGroup-exporter.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-GDBusError.html +30 -30
- data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-GInetAddressMask.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-GMenuModel-exporter.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-GResource.html +10 -10
- data/vendor/local/share/gtk-doc/html/gio/gio-GSettingsSchema-GSettingsSchemaSource.html +41 -41
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32InputStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32OutputStream.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +74 -74
- data/vendor/local/share/gtk-doc/html/gio/gio-TLS-Overview.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +74 -74
- data/vendor/local/share/gtk-doc/html/gio/gio-gnetworking.h.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-gpollableutils.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-resources.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gresource-tool.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/gsettings-tool.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/icons.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/gio/migrating.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/networking.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/permissions.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/pt01.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/pt02.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/resolver.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/resources.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/running-gio-apps.html +1 -1
- data/vendor/local/share/gtk-doc/html/gio/settings.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/streaming.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/testing.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/tls.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/tools.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/types.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/utils.html +2 -2
- data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +29 -43
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-18.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-2.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-28.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-30.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-32.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-34.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-36.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/deprecated.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +17 -17
- data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +6 -6
- data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +8 -8
- data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +24 -24
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +14 -14
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +5 -5
- data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +30 -30
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-HMACs.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +8 -8
- data/vendor/local/share/gtk-doc/html/glib/glib-Deprecated-Thread-APIs.html +53 -53
- data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +15 -15
- data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +37 -37
- data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +103 -103
- data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +7 -7
- data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +54 -53
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +5 -5
- data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +8 -8
- data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +30 -30
- data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +14 -14
- data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +30 -30
- data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +8 -8
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +29 -29
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +71 -71
- data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +11 -11
- data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +70 -70
- data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +15 -15
- data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +5 -5
- data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +26 -26
- data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +100 -100
- data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +141 -141
- data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +11 -11
- data/vendor/local/share/gtk-doc/html/glib/glib-UNIX-specific-utilities-and-integration.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +6 -6
- data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +6 -6
- data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +22 -22
- data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-building.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-core.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-programming.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-running.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +7 -1
- data/vendor/local/share/gtk-doc/html/glib/gtester.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +142 -142
- data/vendor/local/share/gtk-doc/html/glib/gvariant-text.html +8 -8
- data/vendor/local/share/gtk-doc/html/glib/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/tools.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +17 -17
- data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +49 -49
- data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +27 -40
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-28.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-30.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-32.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-34.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-36.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +5 -5
- data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +8 -1
- data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +7 -1
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +14 -14
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +41 -41
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +14 -14
- data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +43 -43
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +11 -11
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +118 -118
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +130 -130
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +8 -6
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +32 -3
- data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +94 -94
- data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +23 -23
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-override.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-prerequisite.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/gobject/index.sgml +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/pr01.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/pt01.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/pt02.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/pt03.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/rn01.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/rn02.html +2 -2
- data/vendor/local/share/gtk-doc/html/gobject/signal.html +4 -4
- data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +1 -1
- data/vendor/local/share/info/gmp.info +151 -151
- data/vendor/local/share/info/gmp.info-1 +19 -37
- data/vendor/local/share/info/gmp.info-2 +29 -5
- data/vendor/local/share/info/gnutls-guile.info +229 -721
- data/vendor/local/share/info/gnutls.info +1279 -1274
- data/vendor/local/share/info/gnutls.info-1 +2448 -2748
- data/vendor/local/share/info/gnutls.info-2 +2743 -2581
- data/vendor/local/share/info/gnutls.info-3 +1152 -4484
- data/vendor/local/share/info/gnutls.info-4 +4933 -1832
- data/vendor/local/share/info/gnutls.info-5 +0 -0
- data/vendor/local/share/info/nettle.info +1037 -315
- data/vendor/local/share/license/gmp/AUTHORS +13 -13
- data/vendor/local/share/locale/cs/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/en@boldquot/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/en@quot/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/fur/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/kn/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/man/man1/certtool.1 +2 -2
- data/vendor/local/share/man/man1/gdbus-codegen.1 +14 -7
- data/vendor/local/share/man/man1/gdbus.1 +2 -5
- data/vendor/local/share/man/man1/gio-querymodules.1 +2 -2
- data/vendor/local/share/man/man1/glib-compile-resources.1 +3 -3
- data/vendor/local/share/man/man1/glib-compile-schemas.1 +2 -2
- data/vendor/local/share/man/man1/glib-genmarshal.1 +9 -3
- data/vendor/local/share/man/man1/glib-gettextize.1 +2 -3
- data/vendor/local/share/man/man1/glib-mkenums.1 +7 -3
- data/vendor/local/share/man/man1/gnutls-cli-debug.1 +2 -2
- data/vendor/local/share/man/man1/gnutls-cli.1 +2 -2
- data/vendor/local/share/man/man1/gnutls-serv.1 +2 -2
- data/vendor/local/share/man/man1/gobject-query.1 +2 -4
- data/vendor/local/share/man/man1/gresource.1 +2 -2
- data/vendor/local/share/man/man1/gsettings.1 +2 -2
- data/vendor/local/share/man/man1/gtester-report.1 +7 -3
- data/vendor/local/share/man/man1/gtester.1 +2 -3
- data/vendor/local/share/man/man1/ocsptool.1 +2 -2
- data/vendor/local/share/man/man1/p11tool.1 +2 -2
- data/vendor/local/share/man/man1/psktool.1 +2 -2
- data/vendor/local/share/man/man1/srptool.1 +2 -2
- data/vendor/local/share/man/man1/tpmtool.1 +2 -2
- data/vendor/local/share/man/man3/gnutls_alert_get.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_alert_get_name.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_alert_get_strname.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_alert_send.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_alert_send_appropriate.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_anon_allocate_client_credentials.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_anon_allocate_server_credentials.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_anon_free_client_credentials.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_anon_free_server_credentials.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_anon_set_params_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_anon_set_server_dh_params.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_anon_set_server_params_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_auth_client_get_type.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_auth_get_type.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_auth_server_get_type.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_bye.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_activation_time_peers.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_allocate_credentials.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_client_get_request_status.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_expiration_time_peers.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_free_ca_names.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_free_cas.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_free_credentials.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_free_crls.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_free_keys.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_get_issuer.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_get_ours.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_get_peers.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_get_peers_subkey_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_send_x509_rdn_sequence.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_server_set_request.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_dh_params.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_key.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_ocsp_status_request_file.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_ocsp_status_request_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_key.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_key_file.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_key_file2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_key_mem.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_key_mem2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_keyring_file.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_keyring_mem.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_params_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_pin_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_retrieve_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_retrieve_function2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_rsa_export_params.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_verify_flags.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_verify_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_verify_limits.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_crl.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_crl_file.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_crl_mem.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_key.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_key_file.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_key_file2.3 +64 -0
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_key_mem.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_key_mem2.3 +67 -0
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_simple_pkcs12_file.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_simple_pkcs12_mem.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_system_trust.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_trust.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_trust_file.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_set_x509_trust_mem.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_type_get.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_type_get_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_type_get_name.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_type_list.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_type_set_priority.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_verification_status_print.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_verify_peers2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_certificate_verify_peers3.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_check_version.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_cipher_add_auth.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_cipher_decrypt.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_cipher_decrypt2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_cipher_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_cipher_encrypt.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_cipher_encrypt2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_cipher_get.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_cipher_get_block_size.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_cipher_get_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_cipher_get_key_size.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_cipher_get_name.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_cipher_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_cipher_list.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_cipher_set_iv.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_cipher_set_priority.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_cipher_suite_get_name.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_cipher_suite_info.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_cipher_tag.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_compression_get.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_compression_get_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_compression_get_name.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_compression_list.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_compression_set_priority.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_credentials_clear.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_credentials_set.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_db_check_entry.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_db_check_entry_time.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_db_get_ptr.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_db_remove_session.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_db_set_cache_expiration.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_db_set_ptr.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_db_set_remove_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_db_set_retrieve_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_db_set_store_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_dh_get_group.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_dh_get_peers_public_bits.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_dh_get_prime_bits.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_dh_get_pubkey.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_dh_get_secret_bits.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_dh_params_cpy.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_dh_params_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_dh_params_export2_pkcs3.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_dh_params_export_pkcs3.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_dh_params_export_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_dh_params_generate2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_dh_params_import_pkcs3.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_dh_params_import_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_dh_params_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_dh_set_prime_bits.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_dtls_cookie_send.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_dtls_cookie_verify.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_dtls_get_data_mtu.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_dtls_get_mtu.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_dtls_get_timeout.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_dtls_prestate_set.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_dtls_set_data_mtu.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_dtls_set_mtu.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_dtls_set_timeouts.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ecc_curve_get.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ecc_curve_get_name.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ecc_curve_get_size.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ecc_curve_list.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_error_is_fatal.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_error_to_alert.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_fingerprint.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_global_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_global_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_global_set_audit_log_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_global_set_log_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_global_set_log_level.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_global_set_mem_functions.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_global_set_mutex.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_global_set_time_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_handshake.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_handshake_get_last_in.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_handshake_get_last_out.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_handshake_set_max_packet_length.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_handshake_set_post_client_hello_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_handshake_set_private_extensions.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_handshake_set_random.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_handshake_set_timeout.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_hash.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_hash_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_hash_fast.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_hash_get_len.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_hash_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_hash_output.3 +3 -2
- data/vendor/local/share/man/man3/gnutls_heartbeat_allowed.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_heartbeat_enable.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_heartbeat_get_timeout.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_heartbeat_ping.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_heartbeat_pong.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_heartbeat_set_timeouts.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_hex2bin.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_hex_decode.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_hex_encode.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_hmac.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_hmac_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_hmac_fast.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_hmac_get_len.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_hmac_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_hmac_output.3 +3 -2
- data/vendor/local/share/man/man3/gnutls_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_key_generate.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_kx_get.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_kx_get_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_kx_get_name.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_kx_list.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_kx_set_priority.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_load_file.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_mac_get.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_mac_get_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_mac_get_key_size.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_mac_get_name.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_mac_list.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_mac_set_priority.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_req_add_cert.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_req_add_cert_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_req_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_req_export.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_req_get_cert_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_req_get_extension.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_req_get_nonce.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_req_get_version.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_req_import.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_req_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_req_print.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_req_randomize_nonce.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_req_set_extension.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_req_set_nonce.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_check_crt.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_export.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_certs.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_extension.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_nonce.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_produced.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_responder.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_response.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_signature.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_signature_algorithm.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_single.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_status.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_version.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_import.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_print.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_verify.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_resp_verify_direct.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_status_request_enable_client.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_status_request_get.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_ocsp_status_request_is_checked.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_check_hostname.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_export.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_export2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_auth_subkey.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_creation_time.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_expiration_time.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_fingerprint.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_key_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_key_usage.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_name.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_pk_algorithm.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_pk_dsa_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_pk_rsa_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_preferred_key_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_revoked_status.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_count.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_creation_time.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_expiration_time.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_fingerprint.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_idx.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_pk_algorithm.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_pk_dsa_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_pk_rsa_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_revoked_status.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_usage.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_version.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_import.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_print.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_set_preferred_key_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_verify_ring.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_crt_verify_self.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_keyring_check_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_keyring_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_keyring_get_crt.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_keyring_get_crt_count.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_keyring_import.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_keyring_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_export.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_export2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_export_dsa_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_export_rsa_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_export_subkey_dsa_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_export_subkey_rsa_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_fingerprint.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_key_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_pk_algorithm.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_preferred_key_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_revoked_status.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_count.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_creation_time.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_fingerprint.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_idx.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_pk_algorithm.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_revoked_status.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_import.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_sec_param.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_set_preferred_key_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_privkey_sign_hash.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_send_cert.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_openpgp_set_recv_key_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pcert_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pcert_import_openpgp.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pcert_import_openpgp_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pcert_import_x509.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pcert_import_x509_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pcert_list_import_x509_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pem_base64_decode.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pem_base64_decode_alloc.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pem_base64_encode.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pem_base64_encode_alloc.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_perror.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pk_algorithm_get_name.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pk_bits_to_sec_param.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pk_get_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pk_get_name.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pk_list.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pk_to_sign.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_add_provider.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_copy_secret_key.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_copy_x509_crt.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_copy_x509_privkey.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_delete_url.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_get_pin_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_export.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_export2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_export_url.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_get_info.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_get_type.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_import_url.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_list_import_url.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_list_import_url2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_obj_set_pin_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_export_url.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_generate.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_generate2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_get_info.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_get_pk_algorithm.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_import_url.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_set_pin_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_status.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_reinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_set_pin_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_set_token_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_token_get_flags.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_token_get_info.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_token_get_mechanism.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_token_get_url.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_token_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_token_set_pin.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs11_type_get_name.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_decrypt.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_encrypt.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_get_count.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_get_data.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_get_friendly_name.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_get_key_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_get_type.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_set_crl.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_set_crt.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_set_data.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_set_friendly_name.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs12_bag_set_key_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs12_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs12_export.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs12_export2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs12_generate_mac.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs12_get_bag.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs12_import.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs12_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs12_set_bag.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs12_simple_parse.3 +8 -8
- data/vendor/local/share/man/man3/gnutls_pkcs12_verify_mac.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs7_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs7_delete_crl.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs7_delete_crt.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs7_export.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs7_export2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs7_get_crl_count.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs7_get_crl_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs7_get_crt_count.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs7_get_crt_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs7_import.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs7_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs7_set_crl.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs7_set_crl_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs7_set_crt.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pkcs7_set_crt_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_prf.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_prf_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_priority_certificate_type_list.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_priority_compression_list.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_priority_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_priority_ecc_curve_list.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_priority_get_cipher_suite_index.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_priority_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_priority_protocol_list.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_priority_set.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_priority_set_direct.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_priority_sign_list.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_privkey_decrypt_data.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_privkey_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_privkey_get_pk_algorithm.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_privkey_get_type.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_privkey_import_ext.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_privkey_import_ext2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_privkey_import_openpgp.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_privkey_import_openpgp_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_privkey_import_pkcs11.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_privkey_import_pkcs11_url.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_privkey_import_tpm_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_privkey_import_tpm_url.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_privkey_import_url.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_privkey_import_x509.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_privkey_import_x509_raw.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_privkey_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_privkey_set_pin_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_privkey_sign_data.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_privkey_sign_hash.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_privkey_sign_raw_data.3 +4 -1
- data/vendor/local/share/man/man3/gnutls_privkey_status.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_protocol_get_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_protocol_get_name.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_protocol_get_version.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_protocol_list.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_protocol_set_priority.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_psk_allocate_client_credentials.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_psk_allocate_server_credentials.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_psk_client_get_hint.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_psk_free_client_credentials.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_psk_free_server_credentials.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_psk_server_get_username.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_psk_set_client_credentials.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_psk_set_client_credentials_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_psk_set_params_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_psk_set_server_credentials_file.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_psk_set_server_credentials_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_psk_set_server_credentials_hint.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_psk_set_server_dh_params.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_psk_set_server_params_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_encrypt_data.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_export.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_export2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_get_key_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_get_key_usage.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_get_openpgp_key_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_get_pk_algorithm.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_get_pk_dsa_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_get_pk_ecc_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_get_pk_ecc_x962.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_get_pk_rsa_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_get_preferred_hash_algorithm.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_get_verify_algorithm.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_import.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_import_dsa_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_import_ecc_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_import_ecc_x962.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_import_openpgp.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_import_openpgp_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_import_pkcs11.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_import_pkcs11_url.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_import_privkey.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_import_rsa_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_import_tpm_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_import_tpm_url.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_import_url.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_import_x509.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_import_x509_crq.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_import_x509_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_print.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_set_key_usage.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_set_pin_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_pubkey_verify_data.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_verify_data2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_verify_hash.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_pubkey_verify_hash2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_random_art.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_range_split.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_record_can_use_length_hiding.3 +4 -4
- data/vendor/local/share/man/man3/gnutls_record_check_pending.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_record_cork.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_record_disable_padding.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_record_get_direction.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_record_get_discarded.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_record_get_max_size.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_record_recv.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_record_recv_seq.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_record_send.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_record_send_range.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_record_set_max_empty_records.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_record_set_max_size.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_record_set_timeout.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_record_uncork.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_rehandshake.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_rnd.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_rnd_refresh.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_rsa_export_get_modulus_bits.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_rsa_export_get_pubkey.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_rsa_params_cpy.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_rsa_params_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_rsa_params_export_pkcs1.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_rsa_params_export_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_rsa_params_generate2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_rsa_params_import_pkcs1.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_rsa_params_import_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_rsa_params_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_safe_renegotiation_status.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_sec_param_get_name.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_sec_param_to_pk_bits.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_server_name_get.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_server_name_set.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_session_channel_binding.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_session_enable_compatibility_mode.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_session_force_valid.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_session_get_data.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_session_get_data2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_session_get_desc.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_session_get_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_session_get_id2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_session_get_ptr.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_session_get_random.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_session_is_resumed.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_session_resumption_requested.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_session_set_data.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_session_set_premaster.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_session_set_ptr.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_session_ticket_enable_client.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_session_ticket_enable_server.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_session_ticket_key_generate.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_set_default_export_priority.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_set_default_priority.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_sign_algorithm_get.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_sign_algorithm_get_client.3 +47 -0
- data/vendor/local/share/man/man3/gnutls_sign_algorithm_get_requested.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_sign_callback_get.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_sign_callback_set.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_sign_get_hash_algorithm.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_sign_get_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_sign_get_name.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_sign_get_pk_algorithm.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_sign_is_secure.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_sign_list.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_srp_allocate_client_credentials.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_srp_allocate_server_credentials.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_srp_base64_decode.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_srp_base64_decode_alloc.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_srp_base64_encode.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_srp_base64_encode_alloc.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_srp_free_client_credentials.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_srp_free_server_credentials.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_srp_server_get_username.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_srp_set_client_credentials.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_srp_set_client_credentials_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_srp_set_prime_bits.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_srp_set_server_credentials_file.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_srp_set_server_credentials_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_srp_verifier.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_srtp_get_keys.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_srtp_get_mki.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_srtp_get_profile_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_srtp_get_profile_name.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_srtp_get_selected_profile.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_srtp_set_mki.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_srtp_set_profile.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_srtp_set_profile_direct.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_store_commitment.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_store_pubkey.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_strerror.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_strerror_name.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_supplemental_get_name.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_tdb_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_tdb_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_tdb_set_store_commitment_func.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_tdb_set_store_func.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_tdb_set_verify_func.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_tpm_get_registered.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_tpm_key_list_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_tpm_key_list_get_url.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_tpm_privkey_delete.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_tpm_privkey_generate.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_transport_get_int.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_transport_get_int2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_transport_get_ptr.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_transport_get_ptr2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_transport_set_errno.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_transport_set_errno_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_transport_set_int.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_transport_set_int2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_transport_set_ptr.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_transport_set_ptr2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_transport_set_pull_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_transport_set_pull_timeout_function.3 +5 -3
- data/vendor/local/share/man/man3/gnutls_transport_set_push_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_transport_set_vec_push_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_url_is_supported.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_verify_stored_pubkey.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_check_issuer.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_export.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_export2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_authority_key_gn_serial.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_authority_key_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_crt_count.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_crt_serial.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_dn_oid.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_extension_data.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_extension_info.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_extension_oid.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_issuer_dn.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_issuer_dn2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_issuer_dn_by_oid.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_next_update.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_number.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_raw_issuer_dn.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_signature.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_signature_algorithm.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_this_update.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_get_version.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_import.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_list_import.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_list_import2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_print.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_privkey_sign.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_set_authority_key_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_set_crt.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_set_crt_serial.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_set_next_update.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_set_number.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_set_this_update.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_set_version.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_sign.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_sign2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crl_verify.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_export.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_export2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_attribute_by_oid.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_attribute_data.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_attribute_info.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_basic_constraints.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_challenge_password.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_dn.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_dn2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_dn_by_oid.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_dn_oid.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_extension_by_oid.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_extension_data.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_extension_info.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_key_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_key_purpose_oid.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_key_rsa_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_key_usage.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_pk_algorithm.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_private_key_usage_period.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_subject_alt_name.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_subject_alt_othername_oid.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_get_version.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_import.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_print.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_privkey_sign.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_attribute_by_oid.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_basic_constraints.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_challenge_password.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_dn.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_dn_by_oid.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_key.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_key_purpose_oid.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_key_rsa_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_key_usage.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_private_key_usage_period.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_pubkey.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_subject_alt_name.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_set_version.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_sign.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_sign2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crq_verify.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_check_hostname.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_check_issuer.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_check_revocation.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_cpy_crl_dist_points.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_export.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_export2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_activation_time.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_authority_info_access.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_authority_key_gn_serial.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_authority_key_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_basic_constraints.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_ca_status.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_crl_dist_points.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_dn.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_dn2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_dn_by_oid.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_dn_oid.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_expiration_time.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_extension_by_oid.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_extension_data.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_extension_info.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_extension_oid.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_fingerprint.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_alt_name.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_alt_name2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_alt_othername_oid.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_dn.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_dn2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_dn_by_oid.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_dn_oid.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_unique_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_key_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_key_purpose_oid.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_key_usage.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_pk_algorithm.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_pk_dsa_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_pk_rsa_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_policy.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_preferred_hash_algorithm.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_private_key_usage_period.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_proxy.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_raw_dn.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_raw_issuer_dn.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_serial.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_signature.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_signature_algorithm.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_subject.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_subject_alt_name.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_subject_alt_name2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_subject_alt_othername_oid.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_subject_key_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_subject_unique_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_verify_algorithm.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_get_version.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_import.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_import_pkcs11.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_import_pkcs11_url.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_list_import.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_list_import2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_list_import_pkcs11.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_list_verify.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_print.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_privkey_sign.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_activation_time.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_authority_info_access.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_authority_key_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_basic_constraints.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_ca_status.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_crl_dist_points.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_crl_dist_points2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_crq.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_crq_extensions.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_dn.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_dn_by_oid.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_expiration_time.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_extension_by_oid.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_issuer_dn.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_issuer_dn_by_oid.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_key.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_key_purpose_oid.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_key_usage.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_pin_function.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_policy.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_private_key_usage_period.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_proxy.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_proxy_dn.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_pubkey.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_serial.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_subject_alt_name.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_subject_alternative_name.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_subject_key_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_set_version.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_sign.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_sign2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_verify.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_verify_data.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_crt_verify_hash.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_dn_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_dn_export.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_dn_export2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_dn_get_rdn_ava.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_dn_import.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_dn_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_dn_oid_known.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_dn_oid_name.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_policy_release.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_privkey_cpy.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_privkey_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_privkey_export.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_privkey_export2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_privkey_export2_pkcs8.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_privkey_export_dsa_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_privkey_export_ecc_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_privkey_export_pkcs8.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_privkey_export_rsa_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_privkey_export_rsa_raw2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_privkey_fix.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_privkey_generate.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_privkey_get_key_id.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_privkey_get_pk_algorithm.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_privkey_get_pk_algorithm2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_privkey_import.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_privkey_import2.3 +2 -2
- data/vendor/local/share/man/man3/gnutls_x509_privkey_import_dsa_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_privkey_import_ecc_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_privkey_import_openssl.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_privkey_import_pkcs8.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_privkey_import_rsa_raw.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_privkey_import_rsa_raw2.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_privkey_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_privkey_sec_param.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_privkey_sign_data.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_privkey_sign_hash.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_privkey_verify_params.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_rdn_get.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_rdn_get_by_oid.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_rdn_get_oid.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_add_cas.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_add_crls.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_add_named_crt.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_add_system_trust.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_add_trust_file.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_add_trust_mem.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_deinit.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_get_issuer.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_init.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_remove_cas.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_remove_trust_file.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_remove_trust_mem.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_verify_crt.3 +1 -1
- data/vendor/local/share/man/man3/gnutls_x509_trust_list_verify_named_crt.3 +1 -1
- metadata +22 -2
@@ -2,11 +2,11 @@ This is ../../gmp/doc/gmp.info, produced by makeinfo version 4.13 from
|
|
2
2
|
../../gmp/doc/gmp.texi.
|
3
3
|
|
4
4
|
This manual describes how to install and use the GNU multiple precision
|
5
|
-
arithmetic library, version 5.1.
|
5
|
+
arithmetic library, version 5.1.2.
|
6
6
|
|
7
7
|
Copyright 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
|
8
|
-
2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
|
9
|
-
Free Software Foundation, Inc.
|
8
|
+
2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012,
|
9
|
+
2013 Free Software Foundation, Inc.
|
10
10
|
|
11
11
|
Permission is granted to copy, distribute and/or modify this
|
12
12
|
document under the terms of the GNU Free Documentation License, Version
|
@@ -28,11 +28,11 @@ GNU MP
|
|
28
28
|
******
|
29
29
|
|
30
30
|
This manual describes how to install and use the GNU multiple
|
31
|
-
precision arithmetic library, version 5.1.
|
31
|
+
precision arithmetic library, version 5.1.2.
|
32
32
|
|
33
33
|
Copyright 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
|
34
|
-
2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
|
35
|
-
Free Software Foundation, Inc.
|
34
|
+
2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012,
|
35
|
+
2013 Free Software Foundation, Inc.
|
36
36
|
|
37
37
|
Permission is granted to copy, distribute and/or modify this
|
38
38
|
document under the terms of the GNU Free Documentation License, Version
|
@@ -229,7 +229,7 @@ Build Directory
|
|
229
229
|
directory. For example
|
230
230
|
|
231
231
|
cd /my/build/dir
|
232
|
-
/my/sources/gmp-5.1.
|
232
|
+
/my/sources/gmp-5.1.2/configure
|
233
233
|
|
234
234
|
Not all `make' programs have the necessary features (`VPATH') to
|
235
235
|
support this. In particular, SunOS and Slowaris `make' have bugs
|
@@ -1478,8 +1478,8 @@ File: gmp.info, Node: Useful Macros and Constants, Next: Compatibility with ol
|
|
1478
1478
|
|
1479
1479
|
-- Global Constant: const char * const gmp_version
|
1480
1480
|
The GMP version number, as a null-terminated string, in the form
|
1481
|
-
"i.j.k". This release is "5.1.
|
1482
|
-
used
|
1481
|
+
"i.j.k". This release is "5.1.2". Note that the format "i.j" was
|
1482
|
+
used, before version 4.3.0, when k was zero.
|
1483
1483
|
|
1484
1484
|
-- Macro: __GMP_CC
|
1485
1485
|
-- Macro: __GMP_CFLAGS
|
@@ -1492,9 +1492,9 @@ File: gmp.info, Node: Compatibility with older versions, Next: Demonstration P
|
|
1492
1492
|
3.9 Compatibility with older versions
|
1493
1493
|
=====================================
|
1494
1494
|
|
1495
|
-
This version of GMP is upwardly binary compatible with all
|
1496
|
-
versions, and upwardly compatible at the source level with all
|
1497
|
-
versions, with the following exceptions.
|
1495
|
+
This version of GMP is upwardly binary compatible with all 5.x, 4.x,
|
1496
|
+
and 3.x versions, and upwardly compatible at the source level with all
|
1497
|
+
2.x versions, with the following exceptions.
|
1498
1498
|
|
1499
1499
|
* `mpn_gcd' had its source arguments swapped as of GMP 3.0, for
|
1500
1500
|
consistency with other `mpn' functions.
|
@@ -1502,9 +1502,12 @@ versions, with the following exceptions.
|
|
1502
1502
|
* `mpf_get_prec' counted precision slightly differently in GMP 3.0
|
1503
1503
|
and 3.0.1, but in 3.1 reverted to the 2.x style.
|
1504
1504
|
|
1505
|
+
* `mpn_bdivmod', documented as preliminary in GMP 4, has been
|
1506
|
+
removed.
|
1507
|
+
|
1505
1508
|
There are a number of compatibility issues between GMP 1 and GMP 2
|
1506
1509
|
that of course also apply when porting applications from GMP 1 to GMP
|
1507
|
-
|
1510
|
+
5. Please see the GMP 2 manual for details.
|
1508
1511
|
|
1509
1512
|
|
1510
1513
|
File: gmp.info, Node: Demonstration Programs, Next: Efficiency, Prev: Compatibility with older versions, Up: GMP Basics
|
@@ -1791,7 +1794,7 @@ Source File Paths
|
|
1791
1794
|
path to the source directory.
|
1792
1795
|
|
1793
1796
|
cd /my/build/dir
|
1794
|
-
/my/source/dir/gmp-5.1.
|
1797
|
+
/my/source/dir/gmp-5.1.2/configure
|
1795
1798
|
|
1796
1799
|
This works via `VPATH', and might require GNU `make'. Alternately
|
1797
1800
|
it might be possible to change the `.c.lo' rules appropriately.
|
@@ -2706,7 +2709,7 @@ File: gmp.info, Node: Number Theoretic Functions, Next: Integer Comparisons,
|
|
2706
2709
|
|
2707
2710
|
-- Function: void mpz_primorial_ui (mpz_t ROP, unsigned long int N)
|
2708
2711
|
Set ROP to the primorial of N, i.e. the product of all positive
|
2709
|
-
prime numbers
|
2712
|
+
prime numbers <=N.
|
2710
2713
|
|
2711
2714
|
-- Function: void mpz_bin_ui (mpz_t ROP, mpz_t N, unsigned long int K)
|
2712
2715
|
-- Function: void mpz_bin_uiui (mpz_t ROP, unsigned long int N,
|
@@ -4313,7 +4316,7 @@ For example, {S1P, S1N}.
|
|
4313
4316
|
remainder would have been zero or non-zero.
|
4314
4317
|
|
4315
4318
|
A return value of zero indicates a perfect square. See also
|
4316
|
-
`
|
4319
|
+
`mpn_perfect_square_p'.
|
4317
4320
|
|
4318
4321
|
-- Function: mp_size_t mpn_get_str (unsigned char *STR, int BASE,
|
4319
4322
|
mp_limb_t *S1P, mp_size_t S1N)
|
@@ -7050,27 +7053,6 @@ stop condition for the loop, where Lehmer's algorithm is invoked once
|
|
7050
7053
|
the inputs are reduced below `GCDEXT_DC_THRESHOLD', could maybe be
|
7051
7054
|
improved by taking into account the current size of the cofactors.
|
7052
7055
|
|
7053
|
-
|
7054
|
-
File: gmp.info, Node: Jacobi Symbol, Prev: Extended GCD, Up: Greatest Common Divisor Algorithms
|
7055
|
-
|
7056
|
-
15.3.5 Jacobi Symbol
|
7057
|
-
--------------------
|
7058
|
-
|
7059
|
-
`mpz_jacobi' and `mpz_kronecker' are currently implemented with a
|
7060
|
-
simple binary algorithm similar to that described for the GCDs (*note
|
7061
|
-
Binary GCD::). They're not very fast when both inputs are large.
|
7062
|
-
Lehmer's multi-step improvement or a binary based multi-step algorithm
|
7063
|
-
is likely to be better.
|
7064
|
-
|
7065
|
-
When one operand fits a single limb, and that includes
|
7066
|
-
`mpz_kronecker_ui' and friends, an initial reduction is done with
|
7067
|
-
either `mpn_mod_1' or `mpn_modexact_1_odd', followed by the binary
|
7068
|
-
algorithm on a single limb. The binary algorithm is well suited to a
|
7069
|
-
single limb, and the whole calculation in this case is quite efficient.
|
7070
|
-
|
7071
|
-
In all the routines sign changes for the result are accumulated
|
7072
|
-
using some bit twiddling, avoiding table lookups or conditional jumps.
|
7073
|
-
|
7074
7056
|
|
7075
7057
|
|
7076
7058
|
Local Variables:
|
@@ -2,11 +2,11 @@ This is ../../gmp/doc/gmp.info, produced by makeinfo version 4.13 from
|
|
2
2
|
../../gmp/doc/gmp.texi.
|
3
3
|
|
4
4
|
This manual describes how to install and use the GNU multiple precision
|
5
|
-
arithmetic library, version 5.1.
|
5
|
+
arithmetic library, version 5.1.2.
|
6
6
|
|
7
7
|
Copyright 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
|
8
|
-
2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
|
9
|
-
Free Software Foundation, Inc.
|
8
|
+
2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012,
|
9
|
+
2013 Free Software Foundation, Inc.
|
10
10
|
|
11
11
|
Permission is granted to copy, distribute and/or modify this
|
12
12
|
document under the terms of the GNU Free Documentation License, Version
|
@@ -21,6 +21,30 @@ START-INFO-DIR-ENTRY
|
|
21
21
|
* gmp: (gmp). GNU Multiple Precision Arithmetic Library.
|
22
22
|
END-INFO-DIR-ENTRY
|
23
23
|
|
24
|
+
|
25
|
+
File: gmp.info, Node: Jacobi Symbol, Prev: Extended GCD, Up: Greatest Common Divisor Algorithms
|
26
|
+
|
27
|
+
15.3.5 Jacobi Symbol
|
28
|
+
--------------------
|
29
|
+
|
30
|
+
[This section is obsolete. The current Jacobi code actually uses a very
|
31
|
+
efficient algorithm.]
|
32
|
+
|
33
|
+
`mpz_jacobi' and `mpz_kronecker' are currently implemented with a
|
34
|
+
simple binary algorithm similar to that described for the GCDs (*note
|
35
|
+
Binary GCD::). They're not very fast when both inputs are large.
|
36
|
+
Lehmer's multi-step improvement or a binary based multi-step algorithm
|
37
|
+
is likely to be better.
|
38
|
+
|
39
|
+
When one operand fits a single limb, and that includes
|
40
|
+
`mpz_kronecker_ui' and friends, an initial reduction is done with
|
41
|
+
either `mpn_mod_1' or `mpn_modexact_1_odd', followed by the binary
|
42
|
+
algorithm on a single limb. The binary algorithm is well suited to a
|
43
|
+
single limb, and the whole calculation in this case is quite efficient.
|
44
|
+
|
45
|
+
In all the routines sign changes for the result are accumulated
|
46
|
+
using some bit twiddling, avoiding table lookups or conditional jumps.
|
47
|
+
|
24
48
|
|
25
49
|
File: gmp.info, Node: Powering Algorithms, Next: Root Extraction Algorithms, Prev: Greatest Common Divisor Algorithms, Up: Algorithms
|
26
50
|
|
@@ -57,7 +81,7 @@ exponent. Larger exponents use larger values of k, the choice being
|
|
57
81
|
made to minimize the average number of multiplications that must
|
58
82
|
supplement the squaring.
|
59
83
|
|
60
|
-
The modular multiplies and
|
84
|
+
The modular multiplies and squarings use either a simple division or
|
61
85
|
the REDC method by Montgomery (*note References::). REDC is a little
|
62
86
|
faster, essentially saving N single limb divisions in a fashion similar
|
63
87
|
to an exact remainder (*note Exact Remainder::).
|
@@ -570,7 +594,7 @@ GMP.
|
|
570
594
|
|
571
595
|
Linear congruential generators are described in many text books, for
|
572
596
|
instance Knuth volume 2 (*note References::). With a modulus M and
|
573
|
-
parameters A and C,
|
597
|
+
parameters A and C, an integer state S is iterated by the formula S <-
|
574
598
|
A*S+C mod M. At each step the new state is a linear function of the
|
575
599
|
previous, mod M, hence the name of the generator.
|
576
600
|
|
@@ -1,7 +1,7 @@
|
|
1
|
-
This is gnutls-guile.info, produced by makeinfo version 4.13
|
1
|
+
This is gnutls-guile.info, produced by makeinfo version 4.13 from
|
2
2
|
gnutls-guile.texi.
|
3
3
|
|
4
|
-
This manual is last updated
|
4
|
+
This manual is last updated 24 April 2013 for version 3.1.11 of GnuTLS.
|
5
5
|
|
6
6
|
Copyright (C) 2001-2012 Free Software Foundation, Inc.
|
7
7
|
|
@@ -11,6 +11,7 @@ Copyright (C) 2001-2012 Free Software Foundation, Inc.
|
|
11
11
|
Foundation; with no Invariant Sections, no Front-Cover Texts, and
|
12
12
|
no Back-Cover Texts. A copy of the license is included in the
|
13
13
|
section entitled "GNU Free Documentation License".
|
14
|
+
|
14
15
|
INFO-DIR-SECTION Software libraries
|
15
16
|
START-INFO-DIR-ENTRY
|
16
17
|
* GnuTLS-Guile: (gnutls-guile). GNU Transport Layer Security Library. Guile bindings.
|
@@ -22,7 +23,7 @@ File: gnutls-guile.info, Node: Top, Next: Preface, Up: (dir)
|
|
22
23
|
GnuTLS-Guile
|
23
24
|
************
|
24
25
|
|
25
|
-
This manual is last updated
|
26
|
+
This manual is last updated 24 April 2013 for version 3.1.11 of GnuTLS.
|
26
27
|
|
27
28
|
Copyright (C) 2001-2012 Free Software Foundation, Inc.
|
28
29
|
|
@@ -48,10 +49,11 @@ File: gnutls-guile.info, Node: Preface, Next: Guile Preparations, Prev: Top,
|
|
48
49
|
1 Preface
|
49
50
|
*********
|
50
51
|
|
51
|
-
This manual describes the GNU Guile
|
52
|
-
Scheme programming interface to
|
53
|
-
basic knowledge of the protocol
|
54
|
-
chapter may be found in
|
52
|
+
This manual describes the GNU Guile
|
53
|
+
(http://www.gnu.org/software/guile/) Scheme programming interface to
|
54
|
+
GnuTLS. The reader is assumed to have basic knowledge of the protocol
|
55
|
+
and library. Details missing from this chapter may be found in
|
56
|
+
Function reference, of the C API reference.
|
55
57
|
|
56
58
|
At this stage, not all the C functions are available from Scheme, but a
|
57
59
|
large subset thereof is available.
|
@@ -66,8 +68,9 @@ The GnuTLS Guile bindings are available for both the 1.8 and 2.0 stable
|
|
66
68
|
series of Guile.
|
67
69
|
|
68
70
|
By default they are installed under the GnuTLS installation directory,
|
69
|
-
typically
|
70
|
-
the module there without help. You may experience something like
|
71
|
+
typically `/usr/local/share/guile/site/'). Normally Guile will not
|
72
|
+
find the module there without help. You may experience something like
|
73
|
+
this:
|
71
74
|
|
72
75
|
$ guile
|
73
76
|
guile> (use-modules (gnutls))
|
@@ -76,16 +79,16 @@ the module there without help. You may experience something like this:
|
|
76
79
|
|
77
80
|
There are two ways to solve this. The first is to make sure that when
|
78
81
|
building GnuTLS, the Guile bindings will be installed in the same place
|
79
|
-
where Guile looks. You may do this by using the
|
80
|
-
parameter as follows:
|
82
|
+
where Guile looks. You may do this by using the
|
83
|
+
`--with-guile-site-dir' parameter as follows:
|
81
84
|
|
82
85
|
$ ./configure --with-guile-site-dir=no
|
83
86
|
|
84
|
-
This will instruct GnuTLS to attempt to install the Guile bindings
|
85
|
-
Guile will look for them. It will use
|
86
|
-
learn the path to use.
|
87
|
+
This will instruct GnuTLS to attempt to install the Guile bindings
|
88
|
+
where Guile will look for them. It will use `guile-config info
|
89
|
+
pkgdatadir' to learn the path to use.
|
87
90
|
|
88
|
-
If Guile was installed into
|
91
|
+
If Guile was installed into `/usr', you may also install GnuTLS using
|
89
92
|
the same prefix:
|
90
93
|
|
91
94
|
$ ./configure --prefix=/usr
|
@@ -98,16 +101,16 @@ also specify the path directly:
|
|
98
101
|
The second solution requires some more work but may be easier to use if
|
99
102
|
you do not have system administrator rights to your machine. You need
|
100
103
|
to instruct Guile so that it finds the GnuTLS Guile bindings. Either
|
101
|
-
use the
|
104
|
+
use the `GUILE_LOAD_PATH' environment variable as follows:
|
102
105
|
|
103
106
|
$ GUILE_LOAD_PATH="/usr/local/share/guile/site:$GUILE_LOAD_PATH" guile
|
104
107
|
guile> (use-modules (gnutls))
|
105
108
|
guile>
|
106
109
|
|
107
|
-
Alternatively, you can modify Guile's
|
110
|
+
Alternatively, you can modify Guile's `%load-path' variable (*note
|
108
111
|
Guile's run-time options: (guile)Build Config.).
|
109
112
|
|
110
|
-
At this point, you might get an error regarding
|
113
|
+
At this point, you might get an error regarding `libguile-gnutls-v-0'
|
111
114
|
similar to:
|
112
115
|
|
113
116
|
gnutls.scm:361:1: In procedure dynamic-link in expression (load-extension "libguile-gnutls-v-0" "scm_init_gnutls"):
|
@@ -120,13 +123,13 @@ example as follows:
|
|
120
123
|
guile> (use-modules (gnutls))
|
121
124
|
guile>
|
122
125
|
|
123
|
-
To check that you got the intended GnuTLS library version, you may
|
124
|
-
the version number of the loaded library as follows:
|
126
|
+
To check that you got the intended GnuTLS library version, you may
|
127
|
+
print the version number of the loaded library as follows:
|
125
128
|
|
126
129
|
$ guile
|
127
130
|
guile> (use-modules (gnutls))
|
128
131
|
guile> (gnutls-version)
|
129
|
-
"3.1.
|
132
|
+
"3.1.11"
|
130
133
|
guile>
|
131
134
|
|
132
135
|
|
@@ -152,23 +155,25 @@ File: gnutls-guile.info, Node: Enumerates and Constants, Next: Procedure Names
|
|
152
155
|
3.1 Enumerates and Constants
|
153
156
|
============================
|
154
157
|
|
155
|
-
Lots of enumerates and constants are used in the GnuTLS C API.
|
156
|
-
C enumerate type, a disjoint Scheme type is used--thus, enumerate
|
157
|
-
and constants are not represented by Scheme symbols nor by
|
158
|
-
This makes it impossible to use an enumerate value of the
|
159
|
-
the Scheme side: such errors are automatically detected
|
160
|
-
type-checking.
|
158
|
+
Lots of enumerates and constants are used in the GnuTLS C API. For
|
159
|
+
each C enumerate type, a disjoint Scheme type is used--thus, enumerate
|
160
|
+
values and constants are not represented by Scheme symbols nor by
|
161
|
+
integers. This makes it impossible to use an enumerate value of the
|
162
|
+
wrong type on the Scheme side: such errors are automatically detected
|
163
|
+
by type-checking.
|
161
164
|
|
162
|
-
The enumerate values are bound to variables exported by the
|
165
|
+
The enumerate values are bound to variables exported by the `(gnutls)'
|
163
166
|
module. These variables are named according to the following
|
164
167
|
convention:
|
165
168
|
|
166
|
-
* All variable names are lower-case; the underscore
|
167
|
-
used in the C API is replaced by hyphen '
|
169
|
+
* All variable names are lower-case; the underscore `_' character
|
170
|
+
used in the C API is replaced by hyphen `-'.
|
171
|
+
|
168
172
|
* All variable names are prepended by the name of the enumerate type
|
169
|
-
and the slash '
|
170
|
-
|
171
|
-
|
173
|
+
and the slash `/' character.
|
174
|
+
|
175
|
+
* In some cases, the variable name is made more explicit than the
|
176
|
+
one of the C API, e.g., by avoid abbreviations.
|
172
177
|
|
173
178
|
Consider for instance this C-side enumerate:
|
174
179
|
|
@@ -181,7 +186,7 @@ Consider for instance this C-side enumerate:
|
|
181
186
|
} gnutls_credentials_type_t;
|
182
187
|
|
183
188
|
The corresponding Scheme values are bound to the following variables
|
184
|
-
exported by the
|
189
|
+
exported by the `(gnutls)' module:
|
185
190
|
|
186
191
|
credentials/certificate
|
187
192
|
credentials/anonymous
|
@@ -190,7 +195,7 @@ exported by the '(gnutls)' module:
|
|
190
195
|
|
191
196
|
Hopefully, most variable names can be deduced from this convention.
|
192
197
|
|
193
|
-
Scheme-side "enumerate" values can be compared using
|
198
|
+
Scheme-side "enumerate" values can be compared using `eq?' (*note
|
194
199
|
equality predicates: (guile)Equality.). Consider the following example:
|
195
200
|
|
196
201
|
(let ((session (make-session connection-end/client)))
|
@@ -204,9 +209,9 @@ equality predicates: (guile)Equality.). Consider the following example:
|
|
204
209
|
(format #t "We're using the ARCFOUR algorithm")))
|
205
210
|
|
206
211
|
In addition, all enumerate values can be converted to a human-readable
|
207
|
-
string, in a type-specific way. For instance,
|
208
|
-
cipher/arcfour)' yields
|
209
|
-
key-usage/digital-signature)' yields
|
212
|
+
string, in a type-specific way. For instance, `(cipher->string
|
213
|
+
cipher/arcfour)' yields `"ARCFOUR 128"', while `(key-usage->string
|
214
|
+
key-usage/digital-signature)' yields `"digital-signature"'. Note that
|
210
215
|
these strings may not be sufficient for use in a user interface since
|
211
216
|
they are fairly concise and not internationalized.
|
212
217
|
|
@@ -217,18 +222,18 @@ File: gnutls-guile.info, Node: Procedure Names, Next: Representation of Binary
|
|
217
222
|
===================
|
218
223
|
|
219
224
|
Unlike C functions in GnuTLS, the corresponding Scheme procedures are
|
220
|
-
named in a way that is close to natural English. Abbreviations are
|
221
|
-
avoided. For instance, the Scheme procedure corresponding to
|
222
|
-
|
223
|
-
|
225
|
+
named in a way that is close to natural English. Abbreviations are
|
226
|
+
also avoided. For instance, the Scheme procedure corresponding to
|
227
|
+
`gnutls_certificate_set_dh_params' is named
|
228
|
+
`set-certificate-credentials-dh-parameters!'. The `gnutls_' prefix is
|
224
229
|
always omitted from variable names since a similar effect can be
|
225
230
|
achieved using Guile's nifty binding renaming facilities, should it be
|
226
|
-
needed (*note (guile)Using Guile Modules
|
231
|
+
needed (*note Using Guile Modules: (guile)Using Guile Modules.).
|
227
232
|
|
228
233
|
Often Scheme procedure names differ from C function names in a way that
|
229
234
|
makes it clearer what objects they operate on. For example, the Scheme
|
230
|
-
procedure named
|
231
|
-
|
235
|
+
procedure named `set-session-transport-port!' corresponds to
|
236
|
+
`gnutls_transport_set_ptr', making it clear that this procedure applies
|
232
237
|
to session.
|
233
238
|
|
234
239
|
|
@@ -238,14 +243,14 @@ File: gnutls-guile.info, Node: Representation of Binary Data, Next: Input and
|
|
238
243
|
=================================
|
239
244
|
|
240
245
|
Many procedures operate on binary data. For instance,
|
241
|
-
|
242
|
-
similarly, procedures like
|
246
|
+
`pkcs3-import-dh-parameters' expects binary data as input and,
|
247
|
+
similarly, procedures like `pkcs1-export-rsa-parameters' return binary
|
243
248
|
data.
|
244
249
|
|
245
250
|
Binary data is represented on the Scheme side using SRFI-4 homogeneous
|
246
|
-
vectors (*note (guile)SRFI-4
|
247
|
-
vector may be used,
|
248
|
-
recommended.
|
251
|
+
vectors (*note SRFI-4: (guile)SRFI-4.). Although any type of
|
252
|
+
homogeneous vector may be used, `u8vector's (i.e., vectors of bytes)
|
253
|
+
are highly recommended.
|
249
254
|
|
250
255
|
As an example, generating and then exporting RSA parameters in the PEM
|
251
256
|
format can be done as follows:
|
@@ -265,16 +270,17 @@ File: gnutls-guile.info, Node: Input and Output, Next: Exception Handling, Pr
|
|
265
270
|
3.4 Input and Output
|
266
271
|
====================
|
267
272
|
|
268
|
-
The underlying transport of a TLS session can be any Scheme
|
269
|
-
port (*note
|
270
|
-
specified using
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
273
|
+
The underlying transport of a TLS session can be any Scheme
|
274
|
+
input/output port (*note Ports and File Descriptors: (guile)Ports and
|
275
|
+
File Descriptors.). This has to be specified using
|
276
|
+
`set-session-transport-port!'.
|
277
|
+
|
278
|
+
However, for better performance, a raw file descriptor can be
|
279
|
+
specified, using `set-session-transport-fd!'. For instance, if the
|
280
|
+
transport layer is a socket port over an OS-provided socket, you can
|
281
|
+
use the `port->fdes' or `fileno' procedure to obtain the underlying
|
282
|
+
file descriptor and pass it to `set-session-transport-fd!' (*note
|
283
|
+
`port->fdes' and `fileno': (guile)Ports and File Descriptors.). This
|
278
284
|
would work as follows:
|
279
285
|
|
280
286
|
(let ((socket (socket PF_INET SOCK_STREAM 0))
|
@@ -289,7 +295,7 @@ would work as follows:
|
|
289
295
|
|
290
296
|
Once a TLS session is established, data can be communicated through it
|
291
297
|
(i.e., _via_ the TLS record layer) using the port returned by
|
292
|
-
|
298
|
+
`session-record-port':
|
293
299
|
|
294
300
|
(let ((session (make-session connection-end/client)))
|
295
301
|
|
@@ -306,10 +312,10 @@ Once a TLS session is established, data can be communicated through it
|
|
306
312
|
|
307
313
|
(bye session close-request/rdwr))))
|
308
314
|
|
309
|
-
A lower-level I/O API is provided by
|
310
|
-
which take an SRFI-4 vector to represent the data
|
311
|
-
While it might improve performance, it is much less
|
312
|
-
above and should rarely be needed.
|
315
|
+
A lower-level I/O API is provided by `record-send' and
|
316
|
+
`record-receive!' which take an SRFI-4 vector to represent the data
|
317
|
+
sent or received. While it might improve performance, it is much less
|
318
|
+
convenient than the above and should rarely be needed.
|
313
319
|
|
314
320
|
|
315
321
|
File: gnutls-guile.info, Node: Exception Handling, Prev: Input and Output, Up: Guile API Conventions
|
@@ -319,12 +325,12 @@ File: gnutls-guile.info, Node: Exception Handling, Prev: Input and Output, Up
|
|
319
325
|
|
320
326
|
GnuTLS errors are implemented as Scheme exceptions (*note exceptions in
|
321
327
|
Guile: (guile)Exceptions.). Each time a GnuTLS function returns an
|
322
|
-
error, an exception with key
|
328
|
+
error, an exception with key `gnutls-error' is raised. The additional
|
323
329
|
arguments that are thrown include an error code and the name of the
|
324
330
|
GnuTLS procedure that raised the exception. The error code is pretty
|
325
|
-
much like an enumerate value: it is one of the
|
326
|
-
exported by the
|
327
|
-
Exceptions can be turned into error messages using the
|
331
|
+
much like an enumerate value: it is one of the `error/' variables
|
332
|
+
exported by the `(gnutls)' module (*note Enumerates and Constants::).
|
333
|
+
Exceptions can be turned into error messages using the `error->string'
|
328
334
|
procedure.
|
329
335
|
|
330
336
|
The following examples illustrates how GnuTLS exceptions can be handled:
|
@@ -343,7 +349,7 @@ The following examples illustrates how GnuTLS exceptions can be handled:
|
|
343
349
|
"a GnuTLS error was raised by `~a': ~a~%"
|
344
350
|
function (error->string err)))))
|
345
351
|
|
346
|
-
Again, error values can be compared using
|
352
|
+
Again, error values can be compared using `eq?':
|
347
353
|
|
348
354
|
;; `gnutls-error' handler.
|
349
355
|
(lambda (key err function . currently-unused)
|
@@ -354,7 +360,7 @@ Again, error values can be compared using 'eq?':
|
|
354
360
|
"something bad happened: ~a~%"
|
355
361
|
(error->string err))))
|
356
362
|
|
357
|
-
Note that the
|
363
|
+
Note that the `catch' handler is currently passed only 3 arguments but
|
358
364
|
future versions might provide it with additional arguments. Thus, it
|
359
365
|
must be prepared to handle more than 3 arguments, as in this example.
|
360
366
|
|
@@ -382,8 +388,8 @@ File: gnutls-guile.info, Node: Anonymous Authentication Guile Example, Next: O
|
|
382
388
|
needed by the communicating parties. Yet, it allows them to benefit
|
383
389
|
from end-to-end encryption and integrity checks.
|
384
390
|
|
385
|
-
The client-side code would look like this (assuming SOME-SOCKET is
|
386
|
-
to an open socket port):
|
391
|
+
The client-side code would look like this (assuming SOME-SOCKET is
|
392
|
+
bound to an open socket port):
|
387
393
|
|
388
394
|
;; Client-side.
|
389
395
|
|
@@ -458,8 +464,8 @@ import the OpenPGP public and private key of the client/server. Key
|
|
458
464
|
import is omitted here and is left as an exercise to the reader (*note
|
459
465
|
Importing OpenPGP Keys Guile Example::).
|
460
466
|
|
461
|
-
Assuming SOME-SOCKET is bound to an open socket port and PUB and SEC
|
462
|
-
bound to the client's OpenPGP public and secret key, respectively,
|
467
|
+
Assuming SOME-SOCKET is bound to an open socket port and PUB and SEC
|
468
|
+
are bound to the client's OpenPGP public and secret key, respectively,
|
463
469
|
client-side code would look like this:
|
464
470
|
|
465
471
|
;; Client-side.
|
@@ -516,7 +522,7 @@ Similarly, server-side code would be along these lines:
|
|
516
522
|
In practice, generating RSA parameters (and Diffie-Hellman parameters)
|
517
523
|
can time a long time. Thus, you may want to generate them once and
|
518
524
|
store them in a file for future re-use (*note
|
519
|
-
|
525
|
+
`pkcs1-export-rsa-parameters' and `pkcs1-import-rsa-parameters': Guile
|
520
526
|
Reference.).
|
521
527
|
|
522
528
|
|
@@ -525,9 +531,10 @@ File: gnutls-guile.info, Node: Importing OpenPGP Keys Guile Example, Prev: Ope
|
|
525
531
|
4.3 Importing OpenPGP Keys Guile Example
|
526
532
|
========================================
|
527
533
|
|
528
|
-
The following example provides a simple way of importing
|
529
|
-
OpenPGP keys from files, using the
|
530
|
-
'import-openpgp-private-key'
|
534
|
+
The following example provides a simple way of importing
|
535
|
+
"ASCII-armored" OpenPGP keys from files, using the
|
536
|
+
`import-openpgp-certificate' and `import-openpgp-private-key'
|
537
|
+
procedures.
|
531
538
|
|
532
539
|
(use-modules (srfi srfi-4)
|
533
540
|
(gnutls))
|
@@ -553,8 +560,8 @@ OpenPGP keys from files, using the 'import-openpgp-certificate' and
|
|
553
560
|
(define (import-private-key-from-file file)
|
554
561
|
(import-key-from-file import-openpgp-private-key file))
|
555
562
|
|
556
|
-
The procedures
|
557
|
-
|
563
|
+
The procedures `import-public-key-from-file' and
|
564
|
+
`import-private-key-from-file' can be passed a file name. They return
|
558
565
|
an OpenPGP public key and private key object, respectively (*note
|
559
566
|
OpenPGP key objects: Guile Reference.).
|
560
567
|
|
@@ -565,513 +572,10 @@ File: gnutls-guile.info, Node: Guile Reference, Next: Copying Information, Pr
|
|
565
572
|
*****************
|
566
573
|
|
567
574
|
This chapter lists the GnuTLS Scheme procedures exported by the
|
568
|
-
|
569
|
-
|
570
|
-
-- Scheme Procedure: set-log-level! level
|
571
|
-
Enable GnuTLS logging up to LEVEL (an integer).
|
572
|
-
|
573
|
-
-- Scheme Procedure: set-log-procedure! proc
|
574
|
-
Use PROC (a two-argument procedure) as the global GnuTLS log
|
575
|
-
procedure.
|
576
|
-
|
577
|
-
-- Scheme Procedure: set-certificate-credentials-openpgp-keys! cred pub
|
578
|
-
sec
|
579
|
-
Use certificate PUB and secret key SEC in certificate credentials
|
580
|
-
CRED.
|
581
|
-
|
582
|
-
-- Scheme Procedure: openpgp-keyring-contains-key-id? keyring id
|
583
|
-
Return '#f' if key ID ID is in KEYRING, '#f' otherwise.
|
584
|
-
|
585
|
-
-- Scheme Procedure: import-openpgp-keyring data format
|
586
|
-
Import DATA (a u8vector) according to FORMAT and return the
|
587
|
-
imported keyring.
|
588
|
-
|
589
|
-
-- Scheme Procedure: openpgp-certificate-usage key
|
590
|
-
Return a list of values denoting the key usage of KEY.
|
591
|
-
|
592
|
-
-- Scheme Procedure: openpgp-certificate-version key
|
593
|
-
Return the version of the OpenPGP message format (RFC2440) honored
|
594
|
-
by KEY.
|
595
|
-
|
596
|
-
-- Scheme Procedure: openpgp-certificate-algorithm key
|
597
|
-
Return two values: the certificate algorithm used by KEY and the
|
598
|
-
number of bits used.
|
599
|
-
|
600
|
-
-- Scheme Procedure: openpgp-certificate-names key
|
601
|
-
Return the list of names for KEY.
|
602
|
-
|
603
|
-
-- Scheme Procedure: openpgp-certificate-name key index
|
604
|
-
Return the INDEXth name of KEY.
|
605
|
-
|
606
|
-
-- Scheme Procedure: openpgp-certificate-fingerprint key
|
607
|
-
Return a new u8vector denoting the fingerprint of KEY.
|
608
|
-
|
609
|
-
-- Scheme Procedure: openpgp-certificate-fingerprint! key fpr
|
610
|
-
Store in FPR (a u8vector) the fingerprint of KEY. Return the
|
611
|
-
number of bytes stored in FPR.
|
612
|
-
|
613
|
-
-- Scheme Procedure: openpgp-certificate-id! key id
|
614
|
-
Store the ID (an 8 byte sequence) of certificate KEY in ID (a
|
615
|
-
u8vector).
|
616
|
-
|
617
|
-
-- Scheme Procedure: openpgp-certificate-id key
|
618
|
-
Return the ID (an 8-element u8vector) of certificate KEY.
|
619
|
-
|
620
|
-
-- Scheme Procedure: import-openpgp-private-key data format [pass]
|
621
|
-
Return a new OpenPGP private key object resulting from the import
|
622
|
-
of DATA (a uniform array) according to FORMAT. Optionally, a
|
623
|
-
passphrase may be provided.
|
624
|
-
|
625
|
-
-- Scheme Procedure: import-openpgp-certificate data format
|
626
|
-
Return a new OpenPGP certificate object resulting from the import
|
627
|
-
of DATA (a uniform array) according to FORMAT.
|
628
|
-
|
629
|
-
-- Scheme Procedure: x509-certificate-subject-alternative-name cert
|
630
|
-
index
|
631
|
-
Return two values: the alternative name type for CERT (i.e., one of
|
632
|
-
the 'x509-subject-alternative-name/' values) and the actual subject
|
633
|
-
alternative name (a string) at INDEX. Both values are '#f' if no
|
634
|
-
alternative name is available at INDEX.
|
635
|
-
|
636
|
-
-- Scheme Procedure: x509-certificate-subject-key-id cert
|
637
|
-
Return the subject key ID (a u8vector) for CERT.
|
638
|
-
|
639
|
-
-- Scheme Procedure: x509-certificate-authority-key-id cert
|
640
|
-
Return the key ID (a u8vector) of the X.509 certificate authority
|
641
|
-
of CERT.
|
642
|
-
|
643
|
-
-- Scheme Procedure: x509-certificate-key-id cert
|
644
|
-
Return a statistically unique ID (a u8vector) for CERT that depends
|
645
|
-
on its public key parameters. This is normally a 20-byte SHA-1
|
646
|
-
hash.
|
647
|
-
|
648
|
-
-- Scheme Procedure: x509-certificate-version cert
|
649
|
-
Return the version of CERT.
|
650
|
-
|
651
|
-
-- Scheme Procedure: x509-certificate-key-usage cert
|
652
|
-
Return the key usage of CERT (i.e., a list of 'key-usage/' values),
|
653
|
-
or the empty list if CERT does not contain such information.
|
654
|
-
|
655
|
-
-- Scheme Procedure: x509-certificate-public-key-algorithm cert
|
656
|
-
Return two values: the public key algorithm (i.e., one of the
|
657
|
-
'pk-algorithm/' values) of CERT and the number of bits used.
|
658
|
-
|
659
|
-
-- Scheme Procedure: x509-certificate-signature-algorithm cert
|
660
|
-
Return the signature algorithm used by CERT (i.e., one of the
|
661
|
-
'sign-algorithm/' values).
|
662
|
-
|
663
|
-
-- Scheme Procedure: x509-certificate-matches-hostname? cert hostname
|
664
|
-
Return true if CERT matches HOSTNAME, a string denoting a DNS host
|
665
|
-
name. This is the basic implementation of RFC 2818
|
666
|
-
(http://tools.ietf.org/html/rfc2818) (aka. HTTPS).
|
667
|
-
|
668
|
-
-- Scheme Procedure: x509-certificate-issuer-dn-oid cert index
|
669
|
-
Return the OID (a string) at INDEX from CERT's issuer DN. Return
|
670
|
-
'#f' if no OID is available at INDEX.
|
671
|
-
|
672
|
-
-- Scheme Procedure: x509-certificate-dn-oid cert index
|
673
|
-
Return OID (a string) at INDEX from CERT. Return '#f' if no OID is
|
674
|
-
available at INDEX.
|
675
|
-
|
676
|
-
-- Scheme Procedure: x509-certificate-issuer-dn cert
|
677
|
-
Return the distinguished name (DN) of X.509 certificate CERT.
|
678
|
-
|
679
|
-
-- Scheme Procedure: x509-certificate-dn cert
|
680
|
-
Return the distinguished name (DN) of X.509 certificate CERT. The
|
681
|
-
form of the DN is as described in RFC 2253
|
682
|
-
(http://tools.ietf.org/html/rfc2253).
|
683
|
-
|
684
|
-
-- Scheme Procedure: pkcs8-import-x509-private-key data format [pass
|
685
|
-
[encrypted]]
|
686
|
-
Return a new X.509 private key object resulting from the import of
|
687
|
-
DATA (a uniform array) according to FORMAT. Optionally, if PASS is
|
688
|
-
not '#f', it should be a string denoting a passphrase. ENCRYPTED
|
689
|
-
tells whether the private key is encrypted ('#t' by default).
|
690
|
-
|
691
|
-
-- Scheme Procedure: import-x509-private-key data format
|
692
|
-
Return a new X.509 private key object resulting from the import of
|
693
|
-
DATA (a uniform array) according to FORMAT.
|
694
|
-
|
695
|
-
-- Scheme Procedure: import-x509-certificate data format
|
696
|
-
Return a new X.509 certificate object resulting from the import of
|
697
|
-
DATA (a uniform array) according to FORMAT.
|
698
|
-
|
699
|
-
-- Scheme Procedure: server-session-psk-username session
|
700
|
-
Return the username associated with PSK server session SESSION.
|
701
|
-
|
702
|
-
-- Scheme Procedure: set-psk-client-credentials! cred username key
|
703
|
-
key-format
|
704
|
-
Set the client credentials for CRED, a PSK client credentials
|
705
|
-
object.
|
706
|
-
|
707
|
-
-- Scheme Procedure: make-psk-client-credentials
|
708
|
-
Return a new PSK client credentials object.
|
709
|
-
|
710
|
-
-- Scheme Procedure: set-psk-server-credentials-file! cred file
|
711
|
-
Use FILE as the password file for PSK server credentials CRED.
|
712
|
-
|
713
|
-
-- Scheme Procedure: make-psk-server-credentials
|
714
|
-
Return new PSK server credentials.
|
715
|
-
|
716
|
-
-- Scheme Procedure: peer-certificate-status session
|
717
|
-
Verify the peer certificate for SESSION and return a list of
|
718
|
-
'certificate-status' values (such as 'certificate-status/revoked'),
|
719
|
-
or the empty list if the certificate is valid.
|
720
|
-
|
721
|
-
-- Scheme Procedure: set-certificate-credentials-verify-flags! cred
|
722
|
-
[flags...]
|
723
|
-
Set the certificate verification flags to FLAGS, a series of
|
724
|
-
'certificate-verify' values.
|
725
|
-
|
726
|
-
-- Scheme Procedure: set-certificate-credentials-verify-limits! cred
|
727
|
-
max-bits max-depth
|
728
|
-
Set the verification limits of 'peer-certificate-status' for
|
729
|
-
certificate credentials CRED to MAX_BITS bits for an acceptable
|
730
|
-
certificate and MAX_DEPTH as the maximum depth of a certificate
|
731
|
-
chain.
|
732
|
-
|
733
|
-
-- Scheme Procedure: set-certificate-credentials-x509-keys! cred certs
|
734
|
-
privkey
|
735
|
-
Have certificate credentials CRED use the X.509 certificates listed
|
736
|
-
in CERTS and X.509 private key PRIVKEY.
|
737
|
-
|
738
|
-
-- Scheme Procedure: set-certificate-credentials-x509-key-data! cred
|
739
|
-
cert key format
|
740
|
-
Use X.509 certificate CERT and private key KEY, both uniform arrays
|
741
|
-
containing the X.509 certificate and key in format FORMAT, for
|
742
|
-
certificate credentials CRED.
|
743
|
-
|
744
|
-
-- Scheme Procedure: set-certificate-credentials-x509-crl-data! cred
|
745
|
-
data format
|
746
|
-
Use DATA (a uniform array) as the X.509 CRL (certificate revocation
|
747
|
-
list) database for CRED. On success, return the number of CRLs
|
748
|
-
processed.
|
749
|
-
|
750
|
-
-- Scheme Procedure: set-certificate-credentials-x509-trust-data! cred
|
751
|
-
data format
|
752
|
-
Use DATA (a uniform array) as the X.509 trust database for CRED.
|
753
|
-
On success, return the number of certificates processed.
|
754
|
-
|
755
|
-
-- Scheme Procedure: set-certificate-credentials-x509-crl-file! cred
|
756
|
-
file format
|
757
|
-
Use FILE as the X.509 CRL (certificate revocation list) file for
|
758
|
-
certificate credentials CRED. On success, return the number of
|
759
|
-
CRLs processed.
|
760
|
-
|
761
|
-
-- Scheme Procedure: set-certificate-credentials-x509-trust-file! cred
|
762
|
-
file format
|
763
|
-
Use FILE as the X.509 trust file for certificate credentials CRED.
|
764
|
-
On success, return the number of certificates processed.
|
765
|
-
|
766
|
-
-- Scheme Procedure: set-certificate-credentials-x509-key-files! cred
|
767
|
-
cert-file key-file format
|
768
|
-
Use FILE as the password file for PSK server credentials CRED.
|
769
|
-
|
770
|
-
-- Scheme Procedure: set-certificate-credentials-rsa-export-parameters!
|
771
|
-
cred rsa-params
|
772
|
-
Use RSA parameters RSA_PARAMS for certificate credentials CRED.
|
773
|
-
|
774
|
-
-- Scheme Procedure: set-certificate-credentials-dh-parameters! cred
|
775
|
-
dh-params
|
776
|
-
Use Diffie-Hellman parameters DH_PARAMS for certificate credentials
|
777
|
-
CRED.
|
778
|
-
|
779
|
-
-- Scheme Procedure: make-certificate-credentials
|
780
|
-
Return new certificate credentials (i.e., for use with either X.509
|
781
|
-
or OpenPGP certificates.
|
782
|
-
|
783
|
-
-- Scheme Procedure: pkcs1-export-rsa-parameters rsa-params format
|
784
|
-
Export Diffie-Hellman parameters RSA_PARAMS in PKCS1 format
|
785
|
-
according for FORMAT (an 'x509-certificate-format' value). Return
|
786
|
-
a 'u8vector' containing the result.
|
787
|
-
|
788
|
-
-- Scheme Procedure: pkcs1-import-rsa-parameters array format
|
789
|
-
Import Diffie-Hellman parameters in PKCS1 format (further specified
|
790
|
-
by FORMAT, an 'x509-certificate-format' value) from ARRAY (a
|
791
|
-
homogeneous array) and return a new 'rsa-params' object.
|
792
|
-
|
793
|
-
-- Scheme Procedure: make-rsa-parameters bits
|
794
|
-
Return new RSA parameters.
|
795
|
-
|
796
|
-
-- Scheme Procedure: set-anonymous-server-dh-parameters! cred dh-params
|
797
|
-
Set the Diffie-Hellman parameters of anonymous server credentials
|
798
|
-
CRED.
|
799
|
-
|
800
|
-
-- Scheme Procedure: make-anonymous-client-credentials
|
801
|
-
Return anonymous client credentials.
|
802
|
-
|
803
|
-
-- Scheme Procedure: make-anonymous-server-credentials
|
804
|
-
Return anonymous server credentials.
|
805
|
-
|
806
|
-
-- Scheme Procedure: set-session-dh-prime-bits! session bits
|
807
|
-
Use BITS DH prime bits for SESSION.
|
808
|
-
|
809
|
-
-- Scheme Procedure: pkcs3-export-dh-parameters dh-params format
|
810
|
-
Export Diffie-Hellman parameters DH_PARAMS in PKCS3 format
|
811
|
-
according for FORMAT (an 'x509-certificate-format' value). Return
|
812
|
-
a 'u8vector' containing the result.
|
813
|
-
|
814
|
-
-- Scheme Procedure: pkcs3-import-dh-parameters array format
|
815
|
-
Import Diffie-Hellman parameters in PKCS3 format (further specified
|
816
|
-
by FORMAT, an 'x509-certificate-format' value) from ARRAY (a
|
817
|
-
homogeneous array) and return a new 'dh-params' object.
|
818
|
-
|
819
|
-
-- Scheme Procedure: make-dh-parameters bits
|
820
|
-
Return new Diffie-Hellman parameters.
|
821
|
-
|
822
|
-
-- Scheme Procedure: set-session-transport-port! session port
|
823
|
-
Use PORT as the input/output port for SESSION.
|
824
|
-
|
825
|
-
-- Scheme Procedure: set-session-transport-fd! session fd
|
826
|
-
Use file descriptor FD as the underlying transport for SESSION.
|
827
|
-
|
828
|
-
-- Scheme Procedure: session-record-port session
|
829
|
-
Return a read-write port that may be used to communicate over
|
830
|
-
SESSION. All invocations of 'session-port' on a given session
|
831
|
-
return the same object (in the sense of 'eq?').
|
832
|
-
|
833
|
-
-- Scheme Procedure: record-receive! session array
|
834
|
-
Receive data from SESSION into ARRAY, a uniform homogeneous array.
|
835
|
-
Return the number of bytes actually received.
|
836
|
-
|
837
|
-
-- Scheme Procedure: record-send session array
|
838
|
-
Send the record constituted by ARRAY through SESSION.
|
839
|
-
|
840
|
-
-- Scheme Procedure: set-session-credentials! session cred
|
841
|
-
Use CRED as SESSION's credentials.
|
842
|
-
|
843
|
-
-- Scheme Procedure: cipher-suite->string kx cipher mac
|
844
|
-
Return the name of the given cipher suite.
|
845
|
-
|
846
|
-
-- Scheme Procedure: set-session-priorities! session priorities
|
847
|
-
Have SESSION use the given PRIORITIES for the ciphers, key exchange
|
848
|
-
methods, MACs and compression methods. PRIORITIES must be a string
|
849
|
-
(see Priority Strings). When PRIORITIES cannot be parsed, an
|
850
|
-
'error/invalid-request' error is raised, with an extra argument
|
851
|
-
indication the position of the error.
|
852
|
-
|
853
|
-
-- Scheme Procedure: set-session-default-export-priority! session
|
854
|
-
Have SESSION use the default export priorities.
|
855
|
-
|
856
|
-
-- Scheme Procedure: set-session-default-priority! session
|
857
|
-
Have SESSION use the default priorities.
|
858
|
-
|
859
|
-
-- Scheme Procedure: set-session-certificate-type-priority! session
|
860
|
-
items
|
861
|
-
Use ITEMS (a list) as the list of preferred certificate-type for
|
862
|
-
SESSION.
|
863
|
-
|
864
|
-
-- Scheme Procedure: set-session-protocol-priority! session items
|
865
|
-
Use ITEMS (a list) as the list of preferred protocol for SESSION.
|
866
|
-
|
867
|
-
-- Scheme Procedure: set-session-kx-priority! session items
|
868
|
-
Use ITEMS (a list) as the list of preferred kx for SESSION.
|
869
|
-
|
870
|
-
-- Scheme Procedure: set-session-compression-method-priority! session
|
871
|
-
items
|
872
|
-
Use ITEMS (a list) as the list of preferred compression-method for
|
873
|
-
SESSION.
|
874
|
-
|
875
|
-
-- Scheme Procedure: set-session-mac-priority! session items
|
876
|
-
Use ITEMS (a list) as the list of preferred mac for SESSION.
|
877
|
-
|
878
|
-
-- Scheme Procedure: set-session-cipher-priority! session items
|
879
|
-
Use ITEMS (a list) as the list of preferred cipher for SESSION.
|
880
|
-
|
881
|
-
-- Scheme Procedure: set-server-session-certificate-request! session
|
882
|
-
request
|
883
|
-
Tell how SESSION, a server-side session, should deal with
|
884
|
-
certificate requests. REQUEST should be either
|
885
|
-
'certificate-request/request' or 'certificate-request/require'.
|
886
|
-
|
887
|
-
-- Scheme Procedure: session-our-certificate-chain session
|
888
|
-
Return our certificate chain for SESSION (as sent to the peer) in
|
889
|
-
raw format (a u8vector). In the case of OpenPGP there is exactly
|
890
|
-
one certificate. Return the empty list if no certificate was used.
|
891
|
-
|
892
|
-
-- Scheme Procedure: session-peer-certificate-chain session
|
893
|
-
Return the a list of certificates in raw format (u8vectors) where
|
894
|
-
the first one is the peer's certificate. In the case of OpenPGP,
|
895
|
-
there is always exactly one certificate. In the case of X.509,
|
896
|
-
subsequent certificates indicate form a certificate chain. Return
|
897
|
-
the empty list if no certificate was sent.
|
898
|
-
|
899
|
-
-- Scheme Procedure: session-client-authentication-type session
|
900
|
-
Return the client authentication type (a 'credential-type' value)
|
901
|
-
used in SESSION.
|
902
|
-
|
903
|
-
-- Scheme Procedure: session-server-authentication-type session
|
904
|
-
Return the server authentication type (a 'credential-type' value)
|
905
|
-
used in SESSION.
|
906
|
-
|
907
|
-
-- Scheme Procedure: session-authentication-type session
|
908
|
-
Return the authentication type (a 'credential-type' value) used by
|
909
|
-
SESSION.
|
910
|
-
|
911
|
-
-- Scheme Procedure: session-protocol session
|
912
|
-
Return the protocol used by SESSION.
|
913
|
-
|
914
|
-
-- Scheme Procedure: session-certificate-type session
|
915
|
-
Return SESSION's certificate type.
|
916
|
-
|
917
|
-
-- Scheme Procedure: session-compression-method session
|
918
|
-
Return SESSION's compression method.
|
919
|
-
|
920
|
-
-- Scheme Procedure: session-mac session
|
921
|
-
Return SESSION's MAC.
|
922
|
-
|
923
|
-
-- Scheme Procedure: session-kx session
|
924
|
-
Return SESSION's kx.
|
925
|
-
|
926
|
-
-- Scheme Procedure: session-cipher session
|
927
|
-
Return SESSION's cipher.
|
575
|
+
`(gnutls)' module (*note The Guile module system: (guile)The Guile
|
576
|
+
module system.).
|
928
577
|
|
929
|
-
|
930
|
-
Send ALERT via SESSION.
|
931
|
-
|
932
|
-
-- Scheme Procedure: alert-get session
|
933
|
-
Get an aleter from SESSION.
|
934
|
-
|
935
|
-
-- Scheme Procedure: rehandshake session
|
936
|
-
Perform a re-handshaking for SESSION.
|
937
|
-
|
938
|
-
-- Scheme Procedure: handshake session
|
939
|
-
Perform a handshake for SESSION.
|
940
|
-
|
941
|
-
-- Scheme Procedure: bye session how
|
942
|
-
Close SESSION according to HOW.
|
943
|
-
|
944
|
-
-- Scheme Procedure: make-session end
|
945
|
-
Return a new session for connection end END, either
|
946
|
-
'connection-end/server' or 'connection-end/client'.
|
947
|
-
|
948
|
-
-- Scheme Procedure: gnutls-version
|
949
|
-
Return a string denoting the version number of the underlying
|
950
|
-
GnuTLS library, e.g., '"1.7.2"'.
|
951
|
-
|
952
|
-
-- Scheme Procedure: openpgp-keyring? obj
|
953
|
-
Return true if OBJ is of type 'openpgp-keyring'.
|
954
|
-
|
955
|
-
-- Scheme Procedure: openpgp-private-key? obj
|
956
|
-
Return true if OBJ is of type 'openpgp-private-key'.
|
957
|
-
|
958
|
-
-- Scheme Procedure: openpgp-certificate? obj
|
959
|
-
Return true if OBJ is of type 'openpgp-certificate'.
|
960
|
-
|
961
|
-
-- Scheme Procedure: x509-private-key? obj
|
962
|
-
Return true if OBJ is of type 'x509-private-key'.
|
963
|
-
|
964
|
-
-- Scheme Procedure: x509-certificate? obj
|
965
|
-
Return true if OBJ is of type 'x509-certificate'.
|
966
|
-
|
967
|
-
-- Scheme Procedure: psk-client-credentials? obj
|
968
|
-
Return true if OBJ is of type 'psk-client-credentials'.
|
969
|
-
|
970
|
-
-- Scheme Procedure: psk-server-credentials? obj
|
971
|
-
Return true if OBJ is of type 'psk-server-credentials'.
|
972
|
-
|
973
|
-
-- Scheme Procedure: srp-client-credentials? obj
|
974
|
-
Return true if OBJ is of type 'srp-client-credentials'.
|
975
|
-
|
976
|
-
-- Scheme Procedure: srp-server-credentials? obj
|
977
|
-
Return true if OBJ is of type 'srp-server-credentials'.
|
978
|
-
|
979
|
-
-- Scheme Procedure: certificate-credentials? obj
|
980
|
-
Return true if OBJ is of type 'certificate-credentials'.
|
981
|
-
|
982
|
-
-- Scheme Procedure: rsa-parameters? obj
|
983
|
-
Return true if OBJ is of type 'rsa-parameters'.
|
984
|
-
|
985
|
-
-- Scheme Procedure: dh-parameters? obj
|
986
|
-
Return true if OBJ is of type 'dh-parameters'.
|
987
|
-
|
988
|
-
-- Scheme Procedure: anonymous-server-credentials? obj
|
989
|
-
Return true if OBJ is of type 'anonymous-server-credentials'.
|
990
|
-
|
991
|
-
-- Scheme Procedure: anonymous-client-credentials? obj
|
992
|
-
Return true if OBJ is of type 'anonymous-client-credentials'.
|
993
|
-
|
994
|
-
-- Scheme Procedure: session? obj
|
995
|
-
Return true if OBJ is of type 'session'.
|
996
|
-
|
997
|
-
-- Scheme Procedure: openpgp-certificate-format->string enumval
|
998
|
-
Return a string describing ENUMVAL, a 'openpgp-certificate-format'
|
999
|
-
value.
|
1000
|
-
|
1001
|
-
-- Scheme Procedure: error->string enumval
|
1002
|
-
Return a string describing ENUMVAL, a 'error' value.
|
1003
|
-
|
1004
|
-
-- Scheme Procedure: certificate-verify->string enumval
|
1005
|
-
Return a string describing ENUMVAL, a 'certificate-verify' value.
|
1006
|
-
|
1007
|
-
-- Scheme Procedure: key-usage->string enumval
|
1008
|
-
Return a string describing ENUMVAL, a 'key-usage' value.
|
1009
|
-
|
1010
|
-
-- Scheme Procedure: psk-key-format->string enumval
|
1011
|
-
Return a string describing ENUMVAL, a 'psk-key-format' value.
|
1012
|
-
|
1013
|
-
-- Scheme Procedure: sign-algorithm->string enumval
|
1014
|
-
Return a string describing ENUMVAL, a 'sign-algorithm' value.
|
1015
|
-
|
1016
|
-
-- Scheme Procedure: pk-algorithm->string enumval
|
1017
|
-
Return a string describing ENUMVAL, a 'pk-algorithm' value.
|
1018
|
-
|
1019
|
-
-- Scheme Procedure: x509-subject-alternative-name->string enumval
|
1020
|
-
Return a string describing ENUMVAL, a
|
1021
|
-
'x509-subject-alternative-name' value.
|
1022
|
-
|
1023
|
-
-- Scheme Procedure: x509-certificate-format->string enumval
|
1024
|
-
Return a string describing ENUMVAL, a 'x509-certificate-format'
|
1025
|
-
value.
|
1026
|
-
|
1027
|
-
-- Scheme Procedure: certificate-type->string enumval
|
1028
|
-
Return a string describing ENUMVAL, a 'certificate-type' value.
|
1029
|
-
|
1030
|
-
-- Scheme Procedure: protocol->string enumval
|
1031
|
-
Return a string describing ENUMVAL, a 'protocol' value.
|
1032
|
-
|
1033
|
-
-- Scheme Procedure: close-request->string enumval
|
1034
|
-
Return a string describing ENUMVAL, a 'close-request' value.
|
1035
|
-
|
1036
|
-
-- Scheme Procedure: certificate-request->string enumval
|
1037
|
-
Return a string describing ENUMVAL, a 'certificate-request' value.
|
1038
|
-
|
1039
|
-
-- Scheme Procedure: certificate-status->string enumval
|
1040
|
-
Return a string describing ENUMVAL, a 'certificate-status' value.
|
1041
|
-
|
1042
|
-
-- Scheme Procedure: handshake-description->string enumval
|
1043
|
-
Return a string describing ENUMVAL, a 'handshake-description'
|
1044
|
-
value.
|
1045
|
-
|
1046
|
-
-- Scheme Procedure: alert-description->string enumval
|
1047
|
-
Return a string describing ENUMVAL, a 'alert-description' value.
|
1048
|
-
|
1049
|
-
-- Scheme Procedure: alert-level->string enumval
|
1050
|
-
Return a string describing ENUMVAL, a 'alert-level' value.
|
1051
|
-
|
1052
|
-
-- Scheme Procedure: connection-end->string enumval
|
1053
|
-
Return a string describing ENUMVAL, a 'connection-end' value.
|
1054
|
-
|
1055
|
-
-- Scheme Procedure: compression-method->string enumval
|
1056
|
-
Return a string describing ENUMVAL, a 'compression-method' value.
|
1057
|
-
|
1058
|
-
-- Scheme Procedure: digest->string enumval
|
1059
|
-
Return a string describing ENUMVAL, a 'digest' value.
|
1060
|
-
|
1061
|
-
-- Scheme Procedure: mac->string enumval
|
1062
|
-
Return a string describing ENUMVAL, a 'mac' value.
|
1063
|
-
|
1064
|
-
-- Scheme Procedure: credentials->string enumval
|
1065
|
-
Return a string describing ENUMVAL, a 'credentials' value.
|
1066
|
-
|
1067
|
-
-- Scheme Procedure: params->string enumval
|
1068
|
-
Return a string describing ENUMVAL, a 'params' value.
|
1069
|
-
|
1070
|
-
-- Scheme Procedure: kx->string enumval
|
1071
|
-
Return a string describing ENUMVAL, a 'kx' value.
|
1072
|
-
|
1073
|
-
-- Scheme Procedure: cipher->string enumval
|
1074
|
-
Return a string describing ENUMVAL, a 'cipher' value.
|
578
|
+
(Guile not available, documentation not generated.)
|
1075
579
|
|
1076
580
|
|
1077
581
|
File: gnutls-guile.info, Node: Copying Information, Prev: Guile Reference, Up: Top
|
@@ -1085,7 +589,7 @@ GNU Free Documentation License
|
|
1085
589
|
Version 1.3, 3 November 2008
|
1086
590
|
|
1087
591
|
Copyright (C) 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc.
|
1088
|
-
|
592
|
+
`http://fsf.org/'
|
1089
593
|
|
1090
594
|
Everyone is permitted to copy and distribute verbatim copies
|
1091
595
|
of this license document, but changing it is not allowed.
|
@@ -1110,21 +614,21 @@ GNU Free Documentation License
|
|
1110
614
|
free program should come with manuals providing the same freedoms
|
1111
615
|
that the software does. But this License is not limited to
|
1112
616
|
software manuals; it can be used for any textual work, regardless
|
1113
|
-
of subject matter or whether it is published as a printed book.
|
1114
|
-
recommend this License principally for works whose purpose is
|
617
|
+
of subject matter or whether it is published as a printed book.
|
618
|
+
We recommend this License principally for works whose purpose is
|
1115
619
|
instruction or reference.
|
1116
620
|
|
1117
621
|
1. APPLICABILITY AND DEFINITIONS
|
1118
622
|
|
1119
623
|
This License applies to any manual or other work, in any medium,
|
1120
|
-
that contains a notice placed by the copyright holder saying it
|
1121
|
-
be distributed under the terms of this License. Such a notice
|
624
|
+
that contains a notice placed by the copyright holder saying it
|
625
|
+
can be distributed under the terms of this License. Such a notice
|
1122
626
|
grants a world-wide, royalty-free license, unlimited in duration,
|
1123
627
|
to use that work under the conditions stated herein. The
|
1124
628
|
"Document", below, refers to any such manual or work. Any member
|
1125
|
-
of the public is a licensee, and is addressed as "you". You
|
1126
|
-
the license if you copy, modify or distribute the work in a
|
1127
|
-
requiring permission under copyright law.
|
629
|
+
of the public is a licensee, and is addressed as "you". You
|
630
|
+
accept the license if you copy, modify or distribute the work in a
|
631
|
+
way requiring permission under copyright law.
|
1128
632
|
|
1129
633
|
A "Modified Version" of the Document means any work containing the
|
1130
634
|
Document or a portion of it, either copied verbatim, or with
|
@@ -1142,12 +646,12 @@ GNU Free Documentation License
|
|
1142
646
|
regarding them.
|
1143
647
|
|
1144
648
|
The "Invariant Sections" are certain Secondary Sections whose
|
1145
|
-
titles are designated, as being those of Invariant Sections, in
|
1146
|
-
notice that says that the Document is released under this
|
1147
|
-
If a section does not fit the above definition of
|
1148
|
-
is not allowed to be designated as Invariant.
|
1149
|
-
contain zero Invariant Sections. If the Document
|
1150
|
-
any Invariant Sections then there are none.
|
649
|
+
titles are designated, as being those of Invariant Sections, in
|
650
|
+
the notice that says that the Document is released under this
|
651
|
+
License. If a section does not fit the above definition of
|
652
|
+
Secondary then it is not allowed to be designated as Invariant.
|
653
|
+
The Document may contain zero Invariant Sections. If the Document
|
654
|
+
does not identify any Invariant Sections then there are none.
|
1151
655
|
|
1152
656
|
The "Cover Texts" are certain short passages of text that are
|
1153
657
|
listed, as Front-Cover Texts or Back-Cover Texts, in the notice
|
@@ -1158,27 +662,27 @@ GNU Free Documentation License
|
|
1158
662
|
A "Transparent" copy of the Document means a machine-readable copy,
|
1159
663
|
represented in a format whose specification is available to the
|
1160
664
|
general public, that is suitable for revising the document
|
1161
|
-
straightforwardly with generic text editors or (for images
|
1162
|
-
of pixels) generic paint programs or (for drawings) some
|
1163
|
-
available drawing editor, and that is suitable for input to
|
1164
|
-
formatters or for automatic translation to a variety of
|
1165
|
-
suitable for input to text formatters. A copy made in an
|
1166
|
-
Transparent file format whose markup, or absence of
|
1167
|
-
been arranged to thwart or discourage subsequent
|
1168
|
-
readers is not Transparent. An image format is
|
1169
|
-
used for any substantial amount of text. A
|
1170
|
-
"Transparent" is called "Opaque".
|
665
|
+
straightforwardly with generic text editors or (for images
|
666
|
+
composed of pixels) generic paint programs or (for drawings) some
|
667
|
+
widely available drawing editor, and that is suitable for input to
|
668
|
+
text formatters or for automatic translation to a variety of
|
669
|
+
formats suitable for input to text formatters. A copy made in an
|
670
|
+
otherwise Transparent file format whose markup, or absence of
|
671
|
+
markup, has been arranged to thwart or discourage subsequent
|
672
|
+
modification by readers is not Transparent. An image format is
|
673
|
+
not Transparent if used for any substantial amount of text. A
|
674
|
+
copy that is not "Transparent" is called "Opaque".
|
1171
675
|
|
1172
676
|
Examples of suitable formats for Transparent copies include plain
|
1173
677
|
ASCII without markup, Texinfo input format, LaTeX input format,
|
1174
|
-
SGML or XML using a publicly available DTD, and
|
1175
|
-
simple HTML, PostScript or PDF designed for
|
1176
|
-
Examples of transparent image formats include
|
1177
|
-
Opaque formats include proprietary formats that
|
1178
|
-
edited only by proprietary word processors, SGML or
|
1179
|
-
the DTD and/or processing tools are not generally
|
1180
|
-
the machine-generated HTML, PostScript or PDF
|
1181
|
-
processors for output purposes only.
|
678
|
+
SGML or XML using a publicly available DTD, and
|
679
|
+
standard-conforming simple HTML, PostScript or PDF designed for
|
680
|
+
human modification. Examples of transparent image formats include
|
681
|
+
PNG, XCF and JPG. Opaque formats include proprietary formats that
|
682
|
+
can be read and edited only by proprietary word processors, SGML or
|
683
|
+
XML for which the DTD and/or processing tools are not generally
|
684
|
+
available, and the machine-generated HTML, PostScript or PDF
|
685
|
+
produced by some word processors for output purposes only.
|
1182
686
|
|
1183
687
|
The "Title Page" means, for a printed book, the title page itself,
|
1184
688
|
plus such following pages as are needed to hold, legibly, the
|
@@ -1216,8 +720,8 @@ GNU Free Documentation License
|
|
1216
720
|
may not use technical measures to obstruct or control the reading
|
1217
721
|
or further copying of the copies you make or distribute. However,
|
1218
722
|
you may accept compensation in exchange for copies. If you
|
1219
|
-
distribute a large enough number of copies you must also follow
|
1220
|
-
conditions in section 3.
|
723
|
+
distribute a large enough number of copies you must also follow
|
724
|
+
the conditions in section 3.
|
1221
725
|
|
1222
726
|
You may also lend copies, under the same conditions stated above,
|
1223
727
|
and you may publicly display copies.
|
@@ -1231,11 +735,12 @@ GNU Free Documentation License
|
|
1231
735
|
these Cover Texts: Front-Cover Texts on the front cover, and
|
1232
736
|
Back-Cover Texts on the back cover. Both covers must also clearly
|
1233
737
|
and legibly identify you as the publisher of these copies. The
|
1234
|
-
front cover must present the full title with all words of the
|
1235
|
-
equally prominent and visible. You may add other material
|
1236
|
-
covers in addition. Copying with changes limited to the
|
1237
|
-
long as they preserve the title of the Document and
|
1238
|
-
conditions, can be treated as verbatim copying in
|
738
|
+
front cover must present the full title with all words of the
|
739
|
+
title equally prominent and visible. You may add other material
|
740
|
+
on the covers in addition. Copying with changes limited to the
|
741
|
+
covers, as long as they preserve the title of the Document and
|
742
|
+
satisfy these conditions, can be treated as verbatim copying in
|
743
|
+
other respects.
|
1239
744
|
|
1240
745
|
If the required texts for either cover are too voluminous to fit
|
1241
746
|
legibly, you should put the first ones listed (as many as fit
|
@@ -1243,39 +748,40 @@ GNU Free Documentation License
|
|
1243
748
|
adjacent pages.
|
1244
749
|
|
1245
750
|
If you publish or distribute Opaque copies of the Document
|
1246
|
-
numbering more than 100, you must either include a
|
1247
|
-
Transparent copy along with each Opaque copy, or
|
1248
|
-
each Opaque copy a computer-network location from
|
1249
|
-
network-using public has access to download
|
1250
|
-
network protocols a complete Transparent
|
1251
|
-
of added material. If you use the
|
1252
|
-
reasonably prudent steps, when you
|
1253
|
-
copies in quantity, to ensure that
|
1254
|
-
remain thus accessible at the stated
|
1255
|
-
year after the last time you
|
1256
|
-
|
751
|
+
numbering more than 100, you must either include a
|
752
|
+
machine-readable Transparent copy along with each Opaque copy, or
|
753
|
+
state in or with each Opaque copy a computer-network location from
|
754
|
+
which the general network-using public has access to download
|
755
|
+
using public-standard network protocols a complete Transparent
|
756
|
+
copy of the Document, free of added material. If you use the
|
757
|
+
latter option, you must take reasonably prudent steps, when you
|
758
|
+
begin distribution of Opaque copies in quantity, to ensure that
|
759
|
+
this Transparent copy will remain thus accessible at the stated
|
760
|
+
location until at least one year after the last time you
|
761
|
+
distribute an Opaque copy (directly or through your agents or
|
762
|
+
retailers) of that edition to the public.
|
1257
763
|
|
1258
764
|
It is requested, but not required, that you contact the authors of
|
1259
|
-
the Document well before redistributing any large number of
|
1260
|
-
to give them a chance to provide you with an updated
|
1261
|
-
Document.
|
765
|
+
the Document well before redistributing any large number of
|
766
|
+
copies, to give them a chance to provide you with an updated
|
767
|
+
version of the Document.
|
1262
768
|
|
1263
769
|
4. MODIFICATIONS
|
1264
770
|
|
1265
771
|
You may copy and distribute a Modified Version of the Document
|
1266
772
|
under the conditions of sections 2 and 3 above, provided that you
|
1267
|
-
release the Modified Version under precisely this License, with
|
1268
|
-
Modified Version filling the role of the Document, thus
|
1269
|
-
distribution and modification of the Modified Version to
|
1270
|
-
possesses a copy of it. In addition, you must do these
|
1271
|
-
the Modified Version:
|
773
|
+
release the Modified Version under precisely this License, with
|
774
|
+
the Modified Version filling the role of the Document, thus
|
775
|
+
licensing distribution and modification of the Modified Version to
|
776
|
+
whoever possesses a copy of it. In addition, you must do these
|
777
|
+
things in the Modified Version:
|
1272
778
|
|
1273
779
|
A. Use in the Title Page (and on the covers, if any) a title
|
1274
|
-
distinct from that of the Document, and from those of
|
1275
|
-
versions (which should, if there were any, be listed
|
1276
|
-
History section of the Document). You may use the
|
1277
|
-
as a previous version if the original publisher of
|
1278
|
-
version gives permission.
|
780
|
+
distinct from that of the Document, and from those of
|
781
|
+
previous versions (which should, if there were any, be listed
|
782
|
+
in the History section of the Document). You may use the
|
783
|
+
same title as a previous version if the original publisher of
|
784
|
+
that version gives permission.
|
1279
785
|
|
1280
786
|
B. List on the Title Page, as authors, one or more persons or
|
1281
787
|
entities responsible for authorship of the modifications in
|
@@ -1305,30 +811,31 @@ GNU Free Documentation License
|
|
1305
811
|
|
1306
812
|
I. Preserve the section Entitled "History", Preserve its Title,
|
1307
813
|
and add to it an item stating at least the title, year, new
|
1308
|
-
authors, and publisher of the Modified Version as given on
|
1309
|
-
Title Page. If there is no section Entitled "History" in
|
1310
|
-
Document, create one stating the title, year, authors,
|
1311
|
-
publisher of the Document as given on its Title Page,
|
1312
|
-
an item describing the Modified Version as stated in
|
1313
|
-
previous sentence.
|
814
|
+
authors, and publisher of the Modified Version as given on
|
815
|
+
the Title Page. If there is no section Entitled "History" in
|
816
|
+
the Document, create one stating the title, year, authors,
|
817
|
+
and publisher of the Document as given on its Title Page,
|
818
|
+
then add an item describing the Modified Version as stated in
|
819
|
+
the previous sentence.
|
1314
820
|
|
1315
821
|
J. Preserve the network location, if any, given in the Document
|
1316
822
|
for public access to a Transparent copy of the Document, and
|
1317
823
|
likewise the network locations given in the Document for
|
1318
|
-
previous versions it was based on. These may be placed in
|
1319
|
-
"History" section. You may omit a network location for a
|
1320
|
-
that was published at least four years before the
|
1321
|
-
itself, or if the original publisher of the version
|
1322
|
-
to gives permission.
|
824
|
+
previous versions it was based on. These may be placed in
|
825
|
+
the "History" section. You may omit a network location for a
|
826
|
+
work that was published at least four years before the
|
827
|
+
Document itself, or if the original publisher of the version
|
828
|
+
it refers to gives permission.
|
1323
829
|
|
1324
830
|
K. For any section Entitled "Acknowledgements" or "Dedications",
|
1325
|
-
Preserve the Title of the section, and preserve in the
|
1326
|
-
all the substance and tone of each of the contributor
|
831
|
+
Preserve the Title of the section, and preserve in the
|
832
|
+
section all the substance and tone of each of the contributor
|
1327
833
|
acknowledgements and/or dedications given therein.
|
1328
834
|
|
1329
|
-
L. Preserve all the Invariant Sections of the Document,
|
1330
|
-
in their text and in their titles. Section numbers
|
1331
|
-
equivalent are not considered part of the section
|
835
|
+
L. Preserve all the Invariant Sections of the Document,
|
836
|
+
unaltered in their text and in their titles. Section numbers
|
837
|
+
or the equivalent are not considered part of the section
|
838
|
+
titles.
|
1332
839
|
|
1333
840
|
M. Delete any section Entitled "Endorsements". Such a section
|
1334
841
|
may not be included in the Modified Version.
|
@@ -1341,11 +848,11 @@ GNU Free Documentation License
|
|
1341
848
|
|
1342
849
|
If the Modified Version includes new front-matter sections or
|
1343
850
|
appendices that qualify as Secondary Sections and contain no
|
1344
|
-
material copied from the Document, you may at your option
|
1345
|
-
some or all of these sections as invariant. To do this,
|
1346
|
-
titles to the list of Invariant Sections in the Modified
|
1347
|
-
license notice. These titles must be distinct from any
|
1348
|
-
section titles.
|
851
|
+
material copied from the Document, you may at your option
|
852
|
+
designate some or all of these sections as invariant. To do this,
|
853
|
+
add their titles to the list of Invariant Sections in the Modified
|
854
|
+
Version's license notice. These titles must be distinct from any
|
855
|
+
other section titles.
|
1349
856
|
|
1350
857
|
You may add a section Entitled "Endorsements", provided it contains
|
1351
858
|
nothing but endorsements of your Modified Version by various
|
@@ -1354,15 +861,15 @@ GNU Free Documentation License
|
|
1354
861
|
definition of a standard.
|
1355
862
|
|
1356
863
|
You may add a passage of up to five words as a Front-Cover Text,
|
1357
|
-
and a passage of up to 25 words as a Back-Cover Text, to the end
|
1358
|
-
the list of Cover Texts in the Modified Version. Only one
|
1359
|
-
of Front-Cover Text and one of Back-Cover Text may be
|
1360
|
-
through arrangements made by) any one entity. If the
|
1361
|
-
already includes a cover text for the same cover,
|
1362
|
-
by you or by arrangement made by the same entity
|
1363
|
-
behalf of, you may not add another; but you may
|
1364
|
-
one, on explicit permission from the previous
|
1365
|
-
the old one.
|
864
|
+
and a passage of up to 25 words as a Back-Cover Text, to the end
|
865
|
+
of the list of Cover Texts in the Modified Version. Only one
|
866
|
+
passage of Front-Cover Text and one of Back-Cover Text may be
|
867
|
+
added by (or through arrangements made by) any one entity. If the
|
868
|
+
Document already includes a cover text for the same cover,
|
869
|
+
previously added by you or by arrangement made by the same entity
|
870
|
+
you are acting on behalf of, you may not add another; but you may
|
871
|
+
replace the old one, on explicit permission from the previous
|
872
|
+
publisher that added the old one.
|
1366
873
|
|
1367
874
|
The author(s) and publisher(s) of the Document do not by this
|
1368
875
|
License give permission to use their names for publicity for or to
|
@@ -1372,8 +879,8 @@ GNU Free Documentation License
|
|
1372
879
|
|
1373
880
|
You may combine the Document with other documents released under
|
1374
881
|
this License, under the terms defined in section 4 above for
|
1375
|
-
modified versions, provided that you include in the combination
|
1376
|
-
of the Invariant Sections of all of the original documents,
|
882
|
+
modified versions, provided that you include in the combination
|
883
|
+
all of the Invariant Sections of all of the original documents,
|
1377
884
|
unmodified, and list them all as Invariant Sections of your
|
1378
885
|
combined work in its license notice, and that you preserve all
|
1379
886
|
their Warranty Disclaimers.
|
@@ -1400,20 +907,20 @@ GNU Free Documentation License
|
|
1400
907
|
documents released under this License, and replace the individual
|
1401
908
|
copies of this License in the various documents with a single copy
|
1402
909
|
that is included in the collection, provided that you follow the
|
1403
|
-
rules of this License for verbatim copying of each of the
|
1404
|
-
in all other respects.
|
910
|
+
rules of this License for verbatim copying of each of the
|
911
|
+
documents in all other respects.
|
1405
912
|
|
1406
913
|
You may extract a single document from such a collection, and
|
1407
914
|
distribute it individually under this License, provided you insert
|
1408
|
-
a copy of this License into the extracted document, and follow
|
1409
|
-
License in all other respects regarding verbatim copying of
|
1410
|
-
document.
|
915
|
+
a copy of this License into the extracted document, and follow
|
916
|
+
this License in all other respects regarding verbatim copying of
|
917
|
+
that document.
|
1411
918
|
|
1412
919
|
7. AGGREGATION WITH INDEPENDENT WORKS
|
1413
920
|
|
1414
921
|
A compilation of the Document or its derivatives with other
|
1415
|
-
separate and independent documents or works, in or on a volume of
|
1416
|
-
storage or distribution medium, is called an "aggregate" if the
|
922
|
+
separate and independent documents or works, in or on a volume of
|
923
|
+
a storage or distribution medium, is called an "aggregate" if the
|
1417
924
|
copyright resulting from the compilation is not used to limit the
|
1418
925
|
legal rights of the compilation's users beyond what the individual
|
1419
926
|
works permit. When the Document is included in an aggregate, this
|
@@ -1458,8 +965,8 @@ GNU Free Documentation License
|
|
1458
965
|
|
1459
966
|
However, if you cease all violation of this License, then your
|
1460
967
|
license from a particular copyright holder is reinstated (a)
|
1461
|
-
provisionally, unless and until the copyright holder explicitly
|
1462
|
-
finally terminates your license, and (b) permanently, if the
|
968
|
+
provisionally, unless and until the copyright holder explicitly
|
969
|
+
and finally terminates your license, and (b) permanently, if the
|
1463
970
|
copyright holder fails to notify you of the violation by some
|
1464
971
|
reasonable means prior to 60 days after the cessation.
|
1465
972
|
|
@@ -1471,33 +978,33 @@ GNU Free Documentation License
|
|
1471
978
|
after your receipt of the notice.
|
1472
979
|
|
1473
980
|
Termination of your rights under this section does not terminate
|
1474
|
-
the licenses of parties who have received copies or rights from
|
1475
|
-
under this License. If your rights have been terminated and
|
1476
|
-
permanently reinstated, receipt of a copy of some or all of
|
1477
|
-
same material does not give you any rights to use it.
|
981
|
+
the licenses of parties who have received copies or rights from
|
982
|
+
you under this License. If your rights have been terminated and
|
983
|
+
not permanently reinstated, receipt of a copy of some or all of
|
984
|
+
the same material does not give you any rights to use it.
|
1478
985
|
|
1479
|
-
|
986
|
+
10. FUTURE REVISIONS OF THIS LICENSE
|
1480
987
|
|
1481
988
|
The Free Software Foundation may publish new, revised versions of
|
1482
989
|
the GNU Free Documentation License from time to time. Such new
|
1483
990
|
versions will be similar in spirit to the present version, but may
|
1484
991
|
differ in detail to address new problems or concerns. See
|
1485
|
-
|
992
|
+
`http://www.gnu.org/copyleft/'.
|
1486
993
|
|
1487
994
|
Each version of the License is given a distinguishing version
|
1488
995
|
number. If the Document specifies that a particular numbered
|
1489
996
|
version of this License "or any later version" applies to it, you
|
1490
997
|
have the option of following the terms and conditions either of
|
1491
998
|
that specified version or of any later version that has been
|
1492
|
-
published (not as a draft) by the Free Software Foundation. If
|
1493
|
-
Document does not specify a version number of this License,
|
1494
|
-
choose any version ever published (not as a draft) by the
|
1495
|
-
Software Foundation. If the Document specifies that a proxy
|
1496
|
-
decide which future versions of this License can be used, that
|
999
|
+
published (not as a draft) by the Free Software Foundation. If
|
1000
|
+
the Document does not specify a version number of this License,
|
1001
|
+
you may choose any version ever published (not as a draft) by the
|
1002
|
+
Free Software Foundation. If the Document specifies that a proxy
|
1003
|
+
can decide which future versions of this License can be used, that
|
1497
1004
|
proxy's public statement of acceptance of a version permanently
|
1498
1005
|
authorizes you to choose that version for the Document.
|
1499
1006
|
|
1500
|
-
|
1007
|
+
11. RELICENSING
|
1501
1008
|
|
1502
1009
|
"Massive Multiauthor Collaboration Site" (or "MMC Site") means any
|
1503
1010
|
World Wide Web server that publishes copyrightable works and also
|
@@ -1527,6 +1034,7 @@ GNU Free Documentation License
|
|
1527
1034
|
site under CC-BY-SA on the same site at any time before August 1,
|
1528
1035
|
2009, provided the MMC is eligible for relicensing.
|
1529
1036
|
|
1037
|
+
|
1530
1038
|
ADDENDUM: How to use this License for your documents
|
1531
1039
|
====================================================
|
1532
1040
|
|
@@ -1554,27 +1062,27 @@ combination of the three, merge those two alternatives to suit the
|
|
1554
1062
|
situation.
|
1555
1063
|
|
1556
1064
|
If your document contains nontrivial examples of program code, we
|
1557
|
-
recommend releasing these examples in parallel under your choice of
|
1558
|
-
software license, such as the GNU General Public License, to
|
1559
|
-
their use in free software.
|
1065
|
+
recommend releasing these examples in parallel under your choice of
|
1066
|
+
free software license, such as the GNU General Public License, to
|
1067
|
+
permit their use in free software.
|
1560
1068
|
|
1561
1069
|
|
1562
1070
|
|
1563
1071
|
Tag Table:
|
1564
|
-
Node: Top
|
1565
|
-
Node: Preface
|
1566
|
-
Node: Guile Preparations
|
1567
|
-
Node: Guile API Conventions
|
1568
|
-
Node: Enumerates and Constants
|
1569
|
-
Node: Procedure Names
|
1570
|
-
Node: Representation of Binary Data
|
1571
|
-
Node: Input and Output
|
1572
|
-
Node: Exception Handling
|
1573
|
-
Node: Guile Examples
|
1574
|
-
Node: Anonymous Authentication Guile Example
|
1575
|
-
Node: OpenPGP Authentication Guile Example
|
1576
|
-
Node: Importing OpenPGP Keys Guile Example
|
1577
|
-
Node: Guile Reference
|
1578
|
-
Node: Copying Information
|
1072
|
+
Node: Top779
|
1073
|
+
Node: Preface1771
|
1074
|
+
Node: Guile Preparations2277
|
1075
|
+
Node: Guile API Conventions4916
|
1076
|
+
Node: Enumerates and Constants5490
|
1077
|
+
Node: Procedure Names7819
|
1078
|
+
Node: Representation of Binary Data8822
|
1079
|
+
Node: Input and Output9936
|
1080
|
+
Node: Exception Handling11838
|
1081
|
+
Node: Guile Examples13666
|
1082
|
+
Node: Anonymous Authentication Guile Example14120
|
1083
|
+
Node: OpenPGP Authentication Guile Example16682
|
1084
|
+
Node: Importing OpenPGP Keys Guile Example19564
|
1085
|
+
Node: Guile Reference21004
|
1086
|
+
Node: Copying Information21355
|
1579
1087
|
|
1580
1088
|
End Tag Table
|