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
Binary file
|
@@ -1,10 +1,10 @@
|
|
1
1
|
This is nettle.info, produced by makeinfo version 4.13 from
|
2
2
|
nettle.texinfo.
|
3
3
|
|
4
|
-
This manual is for the Nettle library (version 2.
|
4
|
+
This manual is for the Nettle library (version 2.7), a low-level
|
5
5
|
cryptographic library.
|
6
6
|
|
7
|
-
Originally written 2001 by Niels Möller, updated
|
7
|
+
Originally written 2001 by Niels Möller, updated 2013.
|
8
8
|
|
9
9
|
This manual is placed in the public domain. You may freely copy
|
10
10
|
it, in whole or in part, with or without modification. Attribution
|
@@ -25,10 +25,10 @@ This document describes the Nettle low-level cryptographic library. You
|
|
25
25
|
can use the library directly from your C programs, or write or use an
|
26
26
|
object-oriented wrapper for your favorite language or application.
|
27
27
|
|
28
|
-
This manual is for the Nettle library (version 2.
|
28
|
+
This manual is for the Nettle library (version 2.7), a low-level
|
29
29
|
cryptographic library.
|
30
30
|
|
31
|
-
Originally written 2001 by Niels Möller, updated
|
31
|
+
Originally written 2001 by Niels Möller, updated 2013.
|
32
32
|
|
33
33
|
This manual is placed in the public domain. You may freely copy
|
34
34
|
it, in whole or in part, with or without modification. Attribution
|
@@ -40,7 +40,7 @@ cryptographic library.
|
|
40
40
|
* Copyright:: Your rights.
|
41
41
|
* Conventions:: General interface conventions.
|
42
42
|
* Example:: An example program.
|
43
|
-
* Linking:: Linking with
|
43
|
+
* Linking:: Linking with libnettle and libhogweed.
|
44
44
|
* Reference:: All Nettle functions and features.
|
45
45
|
* Nettle soup:: For the serious nettle hacker.
|
46
46
|
* Installation:: How to install Nettle.
|
@@ -54,9 +54,10 @@ Reference
|
|
54
54
|
* Cipher functions::
|
55
55
|
* Cipher modes::
|
56
56
|
* Keyed hash functions::
|
57
|
+
* Key derivation functions::
|
57
58
|
* Public-key algorithms::
|
58
59
|
* Randomness::
|
59
|
-
*
|
60
|
+
* ASCII encoding::
|
60
61
|
* Miscellaneous functions::
|
61
62
|
* Compatibility functions::
|
62
63
|
|
@@ -70,6 +71,7 @@ Public-key algorithms
|
|
70
71
|
|
71
72
|
* RSA:: The RSA public key algorithm.
|
72
73
|
* DSA:: The DSA digital signature algorithm.
|
74
|
+
* Elliptic curves:: Elliptic curves and ECDSA
|
73
75
|
|
74
76
|
|
75
77
|
File: nettle.info, Node: Introduction, Next: Copyright, Prev: Top, Up: Top
|
@@ -157,6 +159,11 @@ _DES_
|
|
157
159
|
The implementation of the DES cipher is written by Dana L. How, and
|
158
160
|
released under the LGPL.
|
159
161
|
|
162
|
+
_GOSTHASH94_
|
163
|
+
The C implementation of the GOST94 message digest is written by
|
164
|
+
Aleksey Kravchenko and was ported from the rhash library by Nikos
|
165
|
+
Mavrogiannopoulos. It is released under the MIT license.
|
166
|
+
|
160
167
|
_MD2_
|
161
168
|
The implementation of MD2 is written by Andrew Kuchling, and hacked
|
162
169
|
some by Andreas Sigfridsson and Niels Möller. Python Cryptography
|
@@ -171,7 +178,11 @@ _MD5_
|
|
171
178
|
Plumb. It has been hacked some more by Andrew Kuchling and Niels
|
172
179
|
Möller. Released into the public domain.
|
173
180
|
|
174
|
-
|
181
|
+
_PBKDF2_
|
182
|
+
The C implementation of PBKDF2 is based on earlier work for Shishi
|
183
|
+
and GnuTLS by Simon Josefsson. Released under the LGPL.
|
184
|
+
|
185
|
+
_RIPEMD160_
|
175
186
|
The implementation of RIPEMD160 message digest is based on the
|
176
187
|
code in libgcrypt, copyright owned by the Free Software
|
177
188
|
Foundation. Ported to Nettle by Andres Mejia. Released under the
|
@@ -181,7 +192,7 @@ _SALSA20_
|
|
181
192
|
The C implementation of SALSA20 is based on D. J. Bernstein's
|
182
193
|
reference implementation (in the public domain), adapted to Nettle
|
183
194
|
by Simon Josefsson, and heavily modified by Niels Möller. Assembly
|
184
|
-
for x86_64 by Niels Möller. Released under the LGPL.
|
195
|
+
for x86_64 and ARM by Niels Möller. Released under the LGPL.
|
185
196
|
|
186
197
|
_SERPENT_
|
187
198
|
The implementation of the SERPENT cipher is based on the code in
|
@@ -193,17 +204,23 @@ _SERPENT_
|
|
193
204
|
_SHA1_
|
194
205
|
The C implementation of the SHA1 message digest is written by Peter
|
195
206
|
Gutmann, and hacked some more by Andrew Kuchling and Niels Möller.
|
196
|
-
Released into the public domain. Assembler for x86
|
197
|
-
released under the LGPL.
|
207
|
+
Released into the public domain. Assembler for x86, x86_64 and ARM
|
208
|
+
by Niels Möller, released under the LGPL.
|
198
209
|
|
199
|
-
|
210
|
+
_SHA2_
|
200
211
|
Written by Niels Möller, using Peter Gutmann's SHA1 code as a
|
201
212
|
model. Released under the LGPL.
|
202
213
|
|
214
|
+
_SHA3_
|
215
|
+
Written by Niels Möller. Released under the LGPL.
|
216
|
+
|
203
217
|
_TWOFISH_
|
204
218
|
The implementation of the TWOFISH cipher is written by Ruud de
|
205
219
|
Rooij. Released under the LGPL.
|
206
220
|
|
221
|
+
_UMAC_
|
222
|
+
Written by Niels Möller. Released under the LGPL.
|
223
|
+
|
207
224
|
_RSA_
|
208
225
|
Written by Niels Möller, released under the LGPL. Uses the GMP
|
209
226
|
library for bignum operations.
|
@@ -212,6 +229,11 @@ _DSA_
|
|
212
229
|
Written by Niels Möller, released under the LGPL. Uses the GMP
|
213
230
|
library for bignum operations.
|
214
231
|
|
232
|
+
_ECDSA_
|
233
|
+
Written by Niels Möller, released under the LGPL. Uses the GMP
|
234
|
+
library for bignum operations. Development of Nettle's ECC support
|
235
|
+
was funded by the .SE Internet Fund.
|
236
|
+
|
215
237
|
|
216
238
|
File: nettle.info, Node: Conventions, Next: Example, Prev: Copyright, Up: Top
|
217
239
|
|
@@ -259,13 +281,13 @@ File: nettle.info, Node: Example, Next: Linking, Prev: Conventions, Up: Top
|
|
259
281
|
*********
|
260
282
|
|
261
283
|
A simple example program that reads a file from standard input and
|
262
|
-
writes its SHA1
|
284
|
+
writes its SHA1 check-sum on standard output should give the flavor of
|
263
285
|
Nettle.
|
264
286
|
|
265
287
|
#include <stdio.h>
|
266
288
|
#include <stdlib.h>
|
267
289
|
|
268
|
-
#include <nettle/
|
290
|
+
#include <nettle/sha1.h>
|
269
291
|
|
270
292
|
#define BUF_SIZE 1000
|
271
293
|
|
@@ -306,7 +328,7 @@ Nettle.
|
|
306
328
|
|
307
329
|
On a typical Unix system, this program can be compiled and linked
|
308
330
|
with the command line
|
309
|
-
|
331
|
+
gcc sha-example.c -o sha-example -lnettle
|
310
332
|
|
311
333
|
|
312
334
|
File: nettle.info, Node: Linking, Next: Reference, Prev: Example, Up: Top
|
@@ -342,9 +364,10 @@ This chapter describes all the Nettle functions, grouped by family.
|
|
342
364
|
* Cipher functions::
|
343
365
|
* Cipher modes::
|
344
366
|
* Keyed hash functions::
|
367
|
+
* Key derivation functions::
|
345
368
|
* Public-key algorithms::
|
346
369
|
* Randomness::
|
347
|
-
*
|
370
|
+
* ASCII encoding::
|
348
371
|
* Miscellaneous functions::
|
349
372
|
* Compatibility functions::
|
350
373
|
|
@@ -377,12 +400,313 @@ unique ids to documents, and many other things.
|
|
377
400
|
The most commonly used hash functions are MD5 and SHA1.
|
378
401
|
Unfortunately, both these fail the collision-resistance requirement;
|
379
402
|
cryptologists have found ways to construct colliding inputs. The
|
380
|
-
recommended hash
|
381
|
-
|
382
|
-
|
403
|
+
recommended hash functions for new applications are SHA2 (with main
|
404
|
+
variants SHA256 and SHA512). At the time of this writing (December
|
405
|
+
2012), the winner of the NIST SHA3 competition has recently been
|
406
|
+
announced, and the new SHA3 (earlier known as Keccak) and other top
|
407
|
+
SHA3 candidates may also be reasonable alternatives.
|
383
408
|
|
384
|
-
|
385
|
-
|
409
|
+
* Menu:
|
410
|
+
|
411
|
+
* Recommended hash functions::
|
412
|
+
* Legacy hash functions::
|
413
|
+
* nettle_hash abstraction::
|
414
|
+
|
415
|
+
|
416
|
+
File: nettle.info, Node: Recommended hash functions, Next: Legacy hash functions, Up: Hash functions
|
417
|
+
|
418
|
+
6.1.1 Recommended hash functions
|
419
|
+
--------------------------------
|
420
|
+
|
421
|
+
The following hash functions have no known weaknesses, and are suitable
|
422
|
+
for new applications. The SHA2 family of hash functions were specified
|
423
|
+
by "NIST", intended as a replacement for SHA1.
|
424
|
+
|
425
|
+
6.1.1.1 SHA256
|
426
|
+
..............
|
427
|
+
|
428
|
+
SHA256 is a member of the SHA2 family. It outputs hash values of 256
|
429
|
+
bits, or 32 octets. Nettle defines SHA256 in `<nettle/sha2.h>'.
|
430
|
+
|
431
|
+
-- Context struct: struct sha256_ctx
|
432
|
+
|
433
|
+
-- Constant: SHA256_DIGEST_SIZE
|
434
|
+
The size of a SHA256 digest, i.e. 32.
|
435
|
+
|
436
|
+
-- Constant: SHA256_DATA_SIZE
|
437
|
+
The internal block size of SHA256. Useful for some special
|
438
|
+
constructions, in particular HMAC-SHA256.
|
439
|
+
|
440
|
+
-- Function: void sha256_init (struct sha256_ctx *CTX)
|
441
|
+
Initialize the SHA256 state.
|
442
|
+
|
443
|
+
-- Function: void sha256_update (struct sha256_ctx *CTX, unsigned
|
444
|
+
LENGTH, const uint8_t *DATA)
|
445
|
+
Hash some more data.
|
446
|
+
|
447
|
+
-- Function: void sha256_digest (struct sha256_ctx *CTX, unsigned
|
448
|
+
LENGTH, uint8_t *DIGEST)
|
449
|
+
Performs final processing and extracts the message digest, writing
|
450
|
+
it to DIGEST. LENGTH may be smaller than `SHA256_DIGEST_SIZE', in
|
451
|
+
which case only the first LENGTH octets of the digest are written.
|
452
|
+
|
453
|
+
This function also resets the context in the same way as
|
454
|
+
`sha256_init'.
|
455
|
+
|
456
|
+
Earlier versions of nettle defined SHA256 in the header file
|
457
|
+
`<nettle/sha.h>', which is now deprecated, but kept for compatibility.
|
458
|
+
|
459
|
+
6.1.1.2 SHA224
|
460
|
+
..............
|
461
|
+
|
462
|
+
SHA224 is a variant of SHA256, with a different initial state, and with
|
463
|
+
the output truncated to 224 bits, or 28 octets. Nettle defines SHA224 in
|
464
|
+
`<nettle/sha2.h>' (and in `<nettle/sha.h>', for backwards
|
465
|
+
compatibility).
|
466
|
+
|
467
|
+
-- Context struct: struct sha224_ctx
|
468
|
+
|
469
|
+
-- Constant: SHA224_DIGEST_SIZE
|
470
|
+
The size of a SHA224 digest, i.e. 28.
|
471
|
+
|
472
|
+
-- Constant: SHA224_DATA_SIZE
|
473
|
+
The internal block size of SHA224. Useful for some special
|
474
|
+
constructions, in particular HMAC-SHA224.
|
475
|
+
|
476
|
+
-- Function: void sha224_init (struct sha224_ctx *CTX)
|
477
|
+
Initialize the SHA224 state.
|
478
|
+
|
479
|
+
-- Function: void sha224_update (struct sha224_ctx *CTX, unsigned
|
480
|
+
LENGTH, const uint8_t *DATA)
|
481
|
+
Hash some more data.
|
482
|
+
|
483
|
+
-- Function: void sha224_digest (struct sha224_ctx *CTX, unsigned
|
484
|
+
LENGTH, uint8_t *DIGEST)
|
485
|
+
Performs final processing and extracts the message digest, writing
|
486
|
+
it to DIGEST. LENGTH may be smaller than `SHA224_DIGEST_SIZE', in
|
487
|
+
which case only the first LENGTH octets of the digest are written.
|
488
|
+
|
489
|
+
This function also resets the context in the same way as
|
490
|
+
`sha224_init'.
|
491
|
+
|
492
|
+
6.1.1.3 SHA512
|
493
|
+
..............
|
494
|
+
|
495
|
+
SHA512 is a larger sibling to SHA256, with a very similar structure but
|
496
|
+
with both the output and the internal variables of twice the size. The
|
497
|
+
internal variables are 64 bits rather than 32, making it significantly
|
498
|
+
slower on 32-bit computers. It outputs hash values of 512 bits, or 64
|
499
|
+
octets. Nettle defines SHA512 in `<nettle/sha2.h>' (and in
|
500
|
+
`<nettle/sha.h>', for backwards compatibility).
|
501
|
+
|
502
|
+
-- Context struct: struct sha512_ctx
|
503
|
+
|
504
|
+
-- Constant: SHA512_DIGEST_SIZE
|
505
|
+
The size of a SHA512 digest, i.e. 64.
|
506
|
+
|
507
|
+
-- Constant: SHA512_DATA_SIZE
|
508
|
+
The internal block size of SHA512. Useful for some special
|
509
|
+
constructions, in particular HMAC-SHA512.
|
510
|
+
|
511
|
+
-- Function: void sha512_init (struct sha512_ctx *CTX)
|
512
|
+
Initialize the SHA512 state.
|
513
|
+
|
514
|
+
-- Function: void sha512_update (struct sha512_ctx *CTX, unsigned
|
515
|
+
LENGTH, const uint8_t *DATA)
|
516
|
+
Hash some more data.
|
517
|
+
|
518
|
+
-- Function: void sha512_digest (struct sha512_ctx *CTX, unsigned
|
519
|
+
LENGTH, uint8_t *DIGEST)
|
520
|
+
Performs final processing and extracts the message digest, writing
|
521
|
+
it to DIGEST. LENGTH may be smaller than `SHA512_DIGEST_SIZE', in
|
522
|
+
which case only the first LENGTH octets of the digest are written.
|
523
|
+
|
524
|
+
This function also resets the context in the same way as
|
525
|
+
`sha512_init'.
|
526
|
+
|
527
|
+
6.1.1.4 SHA384
|
528
|
+
..............
|
529
|
+
|
530
|
+
SHA384 is a variant of SHA512, with a different initial state, and with
|
531
|
+
the output truncated to 384 bits, or 48 octets. Nettle defines SHA384 in
|
532
|
+
`<nettle/sha2.h>' (and in `<nettle/sha.h>', for backwards
|
533
|
+
compatibility).
|
534
|
+
|
535
|
+
-- Context struct: struct sha384_ctx
|
536
|
+
|
537
|
+
-- Constant: SHA384_DIGEST_SIZE
|
538
|
+
The size of a SHA384 digest, i.e. 48.
|
539
|
+
|
540
|
+
-- Constant: SHA384_DATA_SIZE
|
541
|
+
The internal block size of SHA384. Useful for some special
|
542
|
+
constructions, in particular HMAC-SHA384.
|
543
|
+
|
544
|
+
-- Function: void sha384_init (struct sha384_ctx *CTX)
|
545
|
+
Initialize the SHA384 state.
|
546
|
+
|
547
|
+
-- Function: void sha384_update (struct sha384_ctx *CTX, unsigned
|
548
|
+
LENGTH, const uint8_t *DATA)
|
549
|
+
Hash some more data.
|
550
|
+
|
551
|
+
-- Function: void sha384_digest (struct sha384_ctx *CTX, unsigned
|
552
|
+
LENGTH, uint8_t *DIGEST)
|
553
|
+
Performs final processing and extracts the message digest, writing
|
554
|
+
it to DIGEST. LENGTH may be smaller than `SHA384_DIGEST_SIZE', in
|
555
|
+
which case only the first LENGTH octets of the digest are written.
|
556
|
+
|
557
|
+
This function also resets the context in the same way as
|
558
|
+
`sha384_init'.
|
559
|
+
|
560
|
+
6.1.1.5 SHA3-224
|
561
|
+
................
|
562
|
+
|
563
|
+
The SHA3 hash functions were specified by NIST in response to weaknesses
|
564
|
+
in SHA1, and doubts about SHA2 hash functions which structurally are
|
565
|
+
very similar to SHA1. The standard is a result of a competition, where
|
566
|
+
the winner, also known as Keccak, was designed by Guido Bertoni, Joan
|
567
|
+
Daemen, Michaël Peeters and Gilles Van Assche. It is structurally very
|
568
|
+
different from all widely used earlier hash functions. Like SHA2, there
|
569
|
+
are several variants, with output sizes of 224, 256, 384 and 512 bits
|
570
|
+
(28, 32, 48 and 64 octets, respectively).
|
571
|
+
|
572
|
+
Nettle defines SHA3-224 in `<nettle/sha3.h>'.
|
573
|
+
|
574
|
+
-- Context struct: struct sha3_224_ctx
|
575
|
+
|
576
|
+
-- Constant: SHA3_224_DIGEST_SIZE
|
577
|
+
The size of a SHA3_224 digest, i.e., 28.
|
578
|
+
|
579
|
+
-- Constant: SHA3_224_DATA_SIZE
|
580
|
+
The internal block size of SHA3_224.
|
581
|
+
|
582
|
+
-- Function: void sha3_224_init (struct sha3_224_ctx *CTX)
|
583
|
+
Initialize the SHA3-224 state.
|
584
|
+
|
585
|
+
-- Function: void sha3_224_update (struct sha3_224_ctx *CTX, unsigned
|
586
|
+
LENGTH, const uint8_t *DATA)
|
587
|
+
Hash some more data.
|
588
|
+
|
589
|
+
-- Function: void sha3_224_digest (struct sha3_224_ctx *CTX, unsigned
|
590
|
+
LENGTH, uint8_t *DIGEST)
|
591
|
+
Performs final processing and extracts the message digest, writing
|
592
|
+
it to DIGEST. LENGTH may be smaller than `SHA3_224_DIGEST_SIZE',
|
593
|
+
in which case only the first LENGTH octets of the digest are
|
594
|
+
written.
|
595
|
+
|
596
|
+
This function also resets the context.
|
597
|
+
|
598
|
+
6.1.1.6 SHA3-256
|
599
|
+
................
|
600
|
+
|
601
|
+
This is SHA3 with 256-bit output size, and possibly the most useful of
|
602
|
+
the SHA3 hash functions.
|
603
|
+
|
604
|
+
Nettle defines SHA3-256 in `<nettle/sha3.h>'.
|
605
|
+
|
606
|
+
-- Context struct: struct sha3_256_ctx
|
607
|
+
|
608
|
+
-- Constant: SHA3_256_DIGEST_SIZE
|
609
|
+
The size of a SHA3_256 digest, i.e., 32.
|
610
|
+
|
611
|
+
-- Constant: SHA3_256_DATA_SIZE
|
612
|
+
The internal block size of SHA3_256.
|
613
|
+
|
614
|
+
-- Function: void sha3_256_init (struct sha3_256_ctx *CTX)
|
615
|
+
Initialize the SHA3-256 state.
|
616
|
+
|
617
|
+
-- Function: void sha3_256_update (struct sha3_256_ctx *CTX, unsigned
|
618
|
+
LENGTH, const uint8_t *DATA)
|
619
|
+
Hash some more data.
|
620
|
+
|
621
|
+
-- Function: void sha3_256_digest (struct sha3_256_ctx *CTX, unsigned
|
622
|
+
LENGTH, uint8_t *DIGEST)
|
623
|
+
Performs final processing and extracts the message digest, writing
|
624
|
+
it to DIGEST. LENGTH may be smaller than `SHA3_256_DIGEST_SIZE',
|
625
|
+
in which case only the first LENGTH octets of the digest are
|
626
|
+
written.
|
627
|
+
|
628
|
+
This function also resets the context.
|
629
|
+
|
630
|
+
6.1.1.7 SHA3-384
|
631
|
+
................
|
632
|
+
|
633
|
+
This is SHA3 with 384-bit output size.
|
634
|
+
|
635
|
+
Nettle defines SHA3-384 in `<nettle/sha3.h>'.
|
636
|
+
|
637
|
+
-- Context struct: struct sha3_384_ctx
|
638
|
+
|
639
|
+
-- Constant: SHA3_384_DIGEST_SIZE
|
640
|
+
The size of a SHA3_384 digest, i.e., 48.
|
641
|
+
|
642
|
+
-- Constant: SHA3_384_DATA_SIZE
|
643
|
+
The internal block size of SHA3_384.
|
644
|
+
|
645
|
+
-- Function: void sha3_384_init (struct sha3_384_ctx *CTX)
|
646
|
+
Initialize the SHA3-384 state.
|
647
|
+
|
648
|
+
-- Function: void sha3_384_update (struct sha3_384_ctx *CTX, unsigned
|
649
|
+
LENGTH, const uint8_t *DATA)
|
650
|
+
Hash some more data.
|
651
|
+
|
652
|
+
-- Function: void sha3_384_digest (struct sha3_384_ctx *CTX, unsigned
|
653
|
+
LENGTH, uint8_t *DIGEST)
|
654
|
+
Performs final processing and extracts the message digest, writing
|
655
|
+
it to DIGEST. LENGTH may be smaller than `SHA3_384_DIGEST_SIZE',
|
656
|
+
in which case only the first LENGTH octets of the digest are
|
657
|
+
written.
|
658
|
+
|
659
|
+
This function also resets the context.
|
660
|
+
|
661
|
+
6.1.1.8 SHA3-512
|
662
|
+
................
|
663
|
+
|
664
|
+
This is SHA3 with 512-bit output size.
|
665
|
+
|
666
|
+
Nettle defines SHA3-512 in `<nettle/sha3.h>'.
|
667
|
+
|
668
|
+
-- Context struct: struct sha3_512_ctx
|
669
|
+
|
670
|
+
-- Constant: SHA3_512_DIGEST_SIZE
|
671
|
+
The size of a SHA3_512 digest, i.e. 64.
|
672
|
+
|
673
|
+
-- Constant: SHA3_512_DATA_SIZE
|
674
|
+
The internal block size of SHA3_512.
|
675
|
+
|
676
|
+
-- Function: void sha3_512_init (struct sha3_512_ctx *CTX)
|
677
|
+
Initialize the SHA3-512 state.
|
678
|
+
|
679
|
+
-- Function: void sha3_512_update (struct sha3_512_ctx *CTX, unsigned
|
680
|
+
LENGTH, const uint8_t *DATA)
|
681
|
+
Hash some more data.
|
682
|
+
|
683
|
+
-- Function: void sha3_512_digest (struct sha3_512_ctx *CTX, unsigned
|
684
|
+
LENGTH, uint8_t *DIGEST)
|
685
|
+
Performs final processing and extracts the message digest, writing
|
686
|
+
it to DIGEST. LENGTH may be smaller than `SHA3_512_DIGEST_SIZE',
|
687
|
+
in which case only the first LENGTH octets of the digest are
|
688
|
+
written.
|
689
|
+
|
690
|
+
This function also resets the context.
|
691
|
+
|
692
|
+
|
693
|
+
File: nettle.info, Node: Legacy hash functions, Next: nettle_hash abstraction, Prev: Recommended hash functions, Up: Hash functions
|
694
|
+
|
695
|
+
6.1.2 Legacy hash functions
|
696
|
+
---------------------------
|
697
|
+
|
698
|
+
The hash functions in this section all have some known weaknesses, and
|
699
|
+
should be avoided for new applications. These hash functions are mainly
|
700
|
+
useful for compatibility with old applications and protocols. Some are
|
701
|
+
still considered safe as building blocks for particular constructions,
|
702
|
+
e.g., there seems to be no known attacks against HMAC-SHA1 or even
|
703
|
+
HMAC-MD5. In some important cases, use of a "legacy" hash function does
|
704
|
+
not in itself make the application insecure; if a known weakness is
|
705
|
+
relevant depends on how the hash function is used, and on the threat
|
706
|
+
model.
|
707
|
+
|
708
|
+
6.1.2.1 MD5
|
709
|
+
...........
|
386
710
|
|
387
711
|
MD5 is a message digest function constructed by Ronald Rivest, and
|
388
712
|
described in `RFC 1321'. It outputs message digests of 128 bits, or 16
|
@@ -420,8 +744,8 @@ state, so you can start over calling `md5_update' to hash new data.
|
|
420
744
|
|
421
745
|
To start over, you can call `md5_init' at any time.
|
422
746
|
|
423
|
-
6.1.2 MD2
|
424
|
-
|
747
|
+
6.1.2.2 MD2
|
748
|
+
...........
|
425
749
|
|
426
750
|
MD2 is another hash function of Ronald Rivest's, described in `RFC
|
427
751
|
1319'. It outputs message digests of 128 bits, or 16 octets. Nettle
|
@@ -451,8 +775,8 @@ defines MD2 in `<nettle/md2.h>'.
|
|
451
775
|
This function also resets the context in the same way as
|
452
776
|
`md2_init'.
|
453
777
|
|
454
|
-
6.1.3 MD4
|
455
|
-
|
778
|
+
6.1.2.3 MD4
|
779
|
+
...........
|
456
780
|
|
457
781
|
MD4 is a predecessor of MD5, described in `RFC 1320'. Like MD5, it is
|
458
782
|
constructed by Ronald Rivest. It outputs message digests of 128 bits,
|
@@ -484,8 +808,8 @@ applications and protocols.
|
|
484
808
|
This function also resets the context in the same way as
|
485
809
|
`md4_init'.
|
486
810
|
|
487
|
-
6.1.4 RIPEMD160
|
488
|
-
|
811
|
+
6.1.2.4 RIPEMD160
|
812
|
+
.................
|
489
813
|
|
490
814
|
RIPEMD160 is a hash function designed by Hans Dobbertin, Antoon
|
491
815
|
Bosselaers, and Bart Preneel, as a strengthened version of RIPEMD
|
@@ -496,7 +820,7 @@ RIPEMD160 in `nettle/ripemd160.h'.
|
|
496
820
|
-- Context struct: struct ripemd160_ctx
|
497
821
|
|
498
822
|
-- Constant: RIPEMD160_DIGEST_SIZE
|
499
|
-
The size of
|
823
|
+
The size of a RIPEMD160 digest, i.e. 20.
|
500
824
|
|
501
825
|
-- Constant: RIPEMD160_DATA_SIZE
|
502
826
|
The internal block size of RIPEMD160.
|
@@ -518,19 +842,18 @@ RIPEMD160 in `nettle/ripemd160.h'.
|
|
518
842
|
This function also resets the context in the same way as
|
519
843
|
`ripemd160_init'.
|
520
844
|
|
521
|
-
6.1.5 SHA1
|
522
|
-
|
845
|
+
6.1.2.5 SHA1
|
846
|
+
............
|
523
847
|
|
524
|
-
SHA1 is a hash function specified by "NIST" (The U.S. National
|
525
|
-
for Standards and Technology). It outputs hash values of 160
|
526
|
-
octets. Nettle defines SHA1 in `<nettle/
|
527
|
-
|
528
|
-
The functions are analogous to the MD5 ones.
|
848
|
+
SHA1 is a hash function specified by "NIST" (The U.S. National
|
849
|
+
Institute for Standards and Technology). It outputs hash values of 160
|
850
|
+
bits, or 20 octets. Nettle defines SHA1 in `<nettle/sha1.h>' (and in
|
851
|
+
`<nettle/sha.h>', for backwards compatibility).
|
529
852
|
|
530
853
|
-- Context struct: struct sha1_ctx
|
531
854
|
|
532
855
|
-- Constant: SHA1_DIGEST_SIZE
|
533
|
-
The size of
|
856
|
+
The size of a SHA1 digest, i.e. 20.
|
534
857
|
|
535
858
|
-- Constant: SHA1_DATA_SIZE
|
536
859
|
The internal block size of SHA1. Useful for some special
|
@@ -552,146 +875,44 @@ octets. Nettle defines SHA1 in `<nettle/sha.h>'.
|
|
552
875
|
This function also resets the context in the same way as
|
553
876
|
`sha1_init'.
|
554
877
|
|
555
|
-
6.1.6
|
556
|
-
|
557
|
-
|
558
|
-
SHA256 is another hash function specified by "NIST", intended as a
|
559
|
-
replacement for SHA1, generating larger digests. It outputs hash values
|
560
|
-
of 256 bits, or 32 octets. Nettle defines SHA256 in `<nettle/sha.h>'.
|
561
|
-
|
562
|
-
The functions are analogous to the MD5 ones.
|
563
|
-
|
564
|
-
-- Context struct: struct sha256_ctx
|
565
|
-
|
566
|
-
-- Constant: SHA256_DIGEST_SIZE
|
567
|
-
The size of an SHA256 digest, i.e. 32.
|
568
|
-
|
569
|
-
-- Constant: SHA256_DATA_SIZE
|
570
|
-
The internal block size of SHA256. Useful for some special
|
571
|
-
constructions, in particular HMAC-SHA256.
|
572
|
-
|
573
|
-
-- Function: void sha256_init (struct sha256_ctx *CTX)
|
574
|
-
Initialize the SHA256 state.
|
575
|
-
|
576
|
-
-- Function: void sha256_update (struct sha256_ctx *CTX, unsigned
|
577
|
-
LENGTH, const uint8_t *DATA)
|
578
|
-
Hash some more data.
|
579
|
-
|
580
|
-
-- Function: void sha256_digest (struct sha256_ctx *CTX, unsigned
|
581
|
-
LENGTH, uint8_t *DIGEST)
|
582
|
-
Performs final processing and extracts the message digest, writing
|
583
|
-
it to DIGEST. LENGTH may be smaller than `SHA256_DIGEST_SIZE', in
|
584
|
-
which case only the first LENGTH octets of the digest are written.
|
585
|
-
|
586
|
-
This function also resets the context in the same way as
|
587
|
-
`sha256_init'.
|
588
|
-
|
589
|
-
6.1.7 SHA224
|
590
|
-
------------
|
591
|
-
|
592
|
-
SHA224 is a variant of SHA256, with a different initial state, and with
|
593
|
-
the output truncated to 224 bits, or 28 octets. Nettle defines SHA224 in
|
594
|
-
`<nettle/sha.h>'.
|
595
|
-
|
596
|
-
The functions are analogous to the MD5 ones.
|
597
|
-
|
598
|
-
-- Context struct: struct sha224_ctx
|
599
|
-
|
600
|
-
-- Constant: SHA224_DIGEST_SIZE
|
601
|
-
The size of an SHA224 digest, i.e. 28.
|
602
|
-
|
603
|
-
-- Constant: SHA224_DATA_SIZE
|
604
|
-
The internal block size of SHA224. Useful for some special
|
605
|
-
constructions, in particular HMAC-SHA224.
|
606
|
-
|
607
|
-
-- Function: void sha224_init (struct sha224_ctx *CTX)
|
608
|
-
Initialize the SHA224 state.
|
609
|
-
|
610
|
-
-- Function: void sha224_update (struct sha224_ctx *CTX, unsigned
|
611
|
-
LENGTH, const uint8_t *DATA)
|
612
|
-
Hash some more data.
|
613
|
-
|
614
|
-
-- Function: void sha224_digest (struct sha224_ctx *CTX, unsigned
|
615
|
-
LENGTH, uint8_t *DIGEST)
|
616
|
-
Performs final processing and extracts the message digest, writing
|
617
|
-
it to DIGEST. LENGTH may be smaller than `SHA224_DIGEST_SIZE', in
|
618
|
-
which case only the first LENGTH octets of the digest are written.
|
878
|
+
6.1.2.6 GOSTHASH94
|
879
|
+
..................
|
619
880
|
|
620
|
-
|
621
|
-
|
881
|
+
The GOST94 or GOST R 34.11-94 hash algorithm is a Soviet-era algorithm
|
882
|
+
used in Russian government standards (see `RFC 4357'). It outputs
|
883
|
+
message digests of 256 bits, or 32 octets. Nettle defines GOSTHASH94
|
884
|
+
in `<nettle/gosthash94.h>'.
|
622
885
|
|
623
|
-
|
624
|
-
------------
|
886
|
+
-- Context struct: struct gosthash94_ctx
|
625
887
|
|
626
|
-
|
627
|
-
|
628
|
-
internal variables are 64 bits rather than 32, making it significantly
|
629
|
-
slower on 32-bit computers. It outputs hash values of 512 bits, or 64
|
630
|
-
octets. Nettle defines SHA512 in `<nettle/sha.h>'.
|
631
|
-
|
632
|
-
The functions are analogous to the MD5 ones.
|
888
|
+
-- Constant: GOSTHASH94_DIGEST_SIZE
|
889
|
+
The size of a GOSTHASH94 digest, i.e. 32.
|
633
890
|
|
634
|
-
--
|
635
|
-
|
636
|
-
-- Constant: SHA512_DIGEST_SIZE
|
637
|
-
The size of an SHA512 digest, i.e. 64.
|
891
|
+
-- Constant: GOSTHASH94_DATA_SIZE
|
892
|
+
The internal block size of GOSTHASH94, i.e., 32.
|
638
893
|
|
639
|
-
--
|
640
|
-
|
641
|
-
constructions, in particular HMAC-SHA512.
|
642
|
-
|
643
|
-
-- Function: void sha512_init (struct sha512_ctx *CTX)
|
644
|
-
Initialize the SHA512 state.
|
894
|
+
-- Function: void gosthash94_init (struct gosthash94_ctx *CTX)
|
895
|
+
Initialize the GOSTHASH94 state.
|
645
896
|
|
646
|
-
-- Function: void
|
647
|
-
LENGTH, const uint8_t *DATA)
|
897
|
+
-- Function: void gosthash94_update (struct gosthash94_ctx *CTX,
|
898
|
+
unsigned LENGTH, const uint8_t *DATA)
|
648
899
|
Hash some more data.
|
649
900
|
|
650
|
-
-- Function: void
|
651
|
-
LENGTH, uint8_t *DIGEST)
|
901
|
+
-- Function: void gosthash94_digest (struct gosthash94_ctx *CTX,
|
902
|
+
unsigned LENGTH, uint8_t *DIGEST)
|
652
903
|
Performs final processing and extracts the message digest, writing
|
653
|
-
it to DIGEST. LENGTH may be smaller than `
|
654
|
-
which case only the first LENGTH octets of the digest are
|
904
|
+
it to DIGEST. LENGTH may be smaller than `GOSTHASH94_DIGEST_SIZE',
|
905
|
+
in which case only the first LENGTH octets of the digest are
|
906
|
+
written.
|
655
907
|
|
656
908
|
This function also resets the context in the same way as
|
657
|
-
`
|
658
|
-
|
659
|
-
6.1.9 SHA384
|
660
|
-
------------
|
661
|
-
|
662
|
-
SHA384 is a variant of SHA512, with a different initial state, and with
|
663
|
-
the output truncated to 384 bits, or 48 octets. Nettle defines SHA384 in
|
664
|
-
`<nettle/sha.h>'.
|
665
|
-
|
666
|
-
The functions are analogous to the MD5 ones.
|
667
|
-
|
668
|
-
-- Context struct: struct sha384_ctx
|
669
|
-
|
670
|
-
-- Constant: SHA384_DIGEST_SIZE
|
671
|
-
The size of an SHA384 digest, i.e. 48.
|
672
|
-
|
673
|
-
-- Constant: SHA384_DATA_SIZE
|
674
|
-
The internal block size of SHA384. Useful for some special
|
675
|
-
constructions, in particular HMAC-SHA384.
|
676
|
-
|
677
|
-
-- Function: void sha384_init (struct sha384_ctx *CTX)
|
678
|
-
Initialize the SHA384 state.
|
909
|
+
`gosthash94_init'.
|
679
910
|
|
680
|
-
|
681
|
-
|
682
|
-
Hash some more data.
|
683
|
-
|
684
|
-
-- Function: void sha384_digest (struct sha384_ctx *CTX, unsigned
|
685
|
-
LENGTH, uint8_t *DIGEST)
|
686
|
-
Performs final processing and extracts the message digest, writing
|
687
|
-
it to DIGEST. LENGTH may be smaller than `SHA384_DIGEST_SIZE', in
|
688
|
-
which case only the first LENGTH octets of the digest are written.
|
689
|
-
|
690
|
-
This function also resets the context in the same way as
|
691
|
-
`sha384_init'.
|
911
|
+
|
912
|
+
File: nettle.info, Node: nettle_hash abstraction, Prev: Legacy hash functions, Up: Hash functions
|
692
913
|
|
693
|
-
6.1.
|
694
|
-
|
914
|
+
6.1.3 The nettle_hash abstraction
|
915
|
+
---------------------------------
|
695
916
|
|
696
917
|
Nettle includes a struct including information about the supported hash
|
697
918
|
functions. It is defined in `<nettle/nettle-meta.h>', and is used by
|
@@ -714,12 +935,15 @@ Nettle's implementation of HMAC (*note Keyed hash functions::).
|
|
714
935
|
-- Constant Struct: struct nettle_hash nettle_sha256
|
715
936
|
-- Constant Struct: struct nettle_hash nettle_sha384
|
716
937
|
-- Constant Struct: struct nettle_hash nettle_sha512
|
938
|
+
-- Constant Struct: struct nettle_hash nettle_sha3_256
|
939
|
+
-- Constant Struct: struct nettle_hash nettle_gosthash94
|
717
940
|
These are all the hash functions that Nettle implements.
|
718
941
|
|
719
|
-
|
720
|
-
used to dynamically enumerate or search the supported algorithms:
|
942
|
+
Nettle also exports a list of all these hashes.
|
721
943
|
|
722
|
-
-- Constant
|
944
|
+
-- Constant Array: struct nettle_hash ** nettle_hashes
|
945
|
+
This list can be used to dynamically enumerate or search the
|
946
|
+
supported algorithms. NULL-terminated.
|
723
947
|
|
724
948
|
|
725
949
|
File: nettle.info, Node: Cipher functions, Next: Cipher modes, Prev: Hash functions, Up: Reference
|
@@ -809,14 +1033,14 @@ any weak keys. Nettle defines AES in `<nettle/aes.h>'.
|
|
809
1033
|
-- Context struct: struct aes_ctx
|
810
1034
|
|
811
1035
|
-- Constant: AES_BLOCK_SIZE
|
812
|
-
The AES block-size, 16
|
1036
|
+
The AES block-size, 16.
|
813
1037
|
|
814
1038
|
-- Constant: AES_MIN_KEY_SIZE
|
815
1039
|
|
816
1040
|
-- Constant: AES_MAX_KEY_SIZE
|
817
1041
|
|
818
1042
|
-- Constant: AES_KEY_SIZE
|
819
|
-
Default AES key size, 32
|
1043
|
+
Default AES key size, 32.
|
820
1044
|
|
821
1045
|
-- Function: void aes_set_encrypt_key (struct aes_ctx *CTX, unsigned
|
822
1046
|
LENGTH, const uint8_t *KEY)
|
@@ -881,13 +1105,13 @@ is recommended to discard the first 512 bytes of the key stream.
|
|
881
1105
|
-- Context struct: struct arcfour_ctx
|
882
1106
|
|
883
1107
|
-- Constant: ARCFOUR_MIN_KEY_SIZE
|
884
|
-
Minimum key size, 1
|
1108
|
+
Minimum key size, 1.
|
885
1109
|
|
886
1110
|
-- Constant: ARCFOUR_MAX_KEY_SIZE
|
887
|
-
Maximum key size, 256
|
1111
|
+
Maximum key size, 256.
|
888
1112
|
|
889
1113
|
-- Constant: ARCFOUR_KEY_SIZE
|
890
|
-
Default ARCFOUR key size, 16
|
1114
|
+
Default ARCFOUR key size, 16.
|
891
1115
|
|
892
1116
|
-- Function: void arcfour_set_key (struct arcfour_ctx *CTX, unsigned
|
893
1117
|
LENGTH, const uint8_t *KEY)
|
@@ -925,14 +1149,14 @@ standards.
|
|
925
1149
|
-- Context struct: struct arctwo_ctx
|
926
1150
|
|
927
1151
|
-- Constant: ARCTWO_BLOCK_SIZE
|
928
|
-
The ARCTWO block-size, 8
|
1152
|
+
The ARCTWO block-size, 8.
|
929
1153
|
|
930
1154
|
-- Constant: ARCTWO_MIN_KEY_SIZE
|
931
1155
|
|
932
1156
|
-- Constant: ARCTWO_MAX_KEY_SIZE
|
933
1157
|
|
934
1158
|
-- Constant: ARCTWO_KEY_SIZE
|
935
|
-
Default ARCTWO key size, 8
|
1159
|
+
Default ARCTWO key size, 8.
|
936
1160
|
|
937
1161
|
-- Function: void arctwo_set_key_ekb (struct arctwo_ctx *CTX, unsigned
|
938
1162
|
LENGTH, const uint8_t *KEY, unsigned EKB)
|
@@ -973,16 +1197,16 @@ has some weak keys. Nettle defines BLOWFISH in `<nettle/blowfish.h>'.
|
|
973
1197
|
-- Context struct: struct blowfish_ctx
|
974
1198
|
|
975
1199
|
-- Constant: BLOWFISH_BLOCK_SIZE
|
976
|
-
The BLOWFISH block-size, 8
|
1200
|
+
The BLOWFISH block-size, 8.
|
977
1201
|
|
978
1202
|
-- Constant: BLOWFISH_MIN_KEY_SIZE
|
979
|
-
Minimum BLOWFISH key size, 8
|
1203
|
+
Minimum BLOWFISH key size, 8.
|
980
1204
|
|
981
1205
|
-- Constant: BLOWFISH_MAX_KEY_SIZE
|
982
|
-
Maximum BLOWFISH key size, 56
|
1206
|
+
Maximum BLOWFISH key size, 56.
|
983
1207
|
|
984
1208
|
-- Constant: BLOWFISH_KEY_SIZE
|
985
|
-
Default BLOWFISH key size, 16
|
1209
|
+
Default BLOWFISH key size, 16.
|
986
1210
|
|
987
1211
|
-- Function: int blowfish_set_key (struct blowfish_ctx *CTX, unsigned
|
988
1212
|
LENGTH, const uint8_t *KEY)
|
@@ -1025,14 +1249,14 @@ and 256 bits. Nettle defines Camellia in `<nettle/camellia.h>'.
|
|
1025
1249
|
-- Context struct: struct camellia_ctx
|
1026
1250
|
|
1027
1251
|
-- Constant: CAMELLIA_BLOCK_SIZE
|
1028
|
-
The CAMELLIA block-size, 16
|
1252
|
+
The CAMELLIA block-size, 16.
|
1029
1253
|
|
1030
1254
|
-- Constant: CAMELLIA_MIN_KEY_SIZE
|
1031
1255
|
|
1032
1256
|
-- Constant: CAMELLIA_MAX_KEY_SIZE
|
1033
1257
|
|
1034
1258
|
-- Constant: CAMELLIA_KEY_SIZE
|
1035
|
-
Default CAMELLIA key size, 32
|
1259
|
+
Default CAMELLIA key size, 32.
|
1036
1260
|
|
1037
1261
|
-- Function: void camellia_set_encrypt_key (struct camellia_ctx *CTX,
|
1038
1262
|
unsigned LENGTH, const uint8_t *KEY)
|
@@ -1068,16 +1292,16 @@ Nettle defines cast128 in `<nettle/cast128.h>'.
|
|
1068
1292
|
-- Context struct: struct cast128_ctx
|
1069
1293
|
|
1070
1294
|
-- Constant: CAST128_BLOCK_SIZE
|
1071
|
-
The CAST128 block-size, 8
|
1295
|
+
The CAST128 block-size, 8.
|
1072
1296
|
|
1073
1297
|
-- Constant: CAST128_MIN_KEY_SIZE
|
1074
|
-
Minimum CAST128 key size, 5
|
1298
|
+
Minimum CAST128 key size, 5.
|
1075
1299
|
|
1076
1300
|
-- Constant: CAST128_MAX_KEY_SIZE
|
1077
|
-
Maximum CAST128 key size, 16
|
1301
|
+
Maximum CAST128 key size, 16.
|
1078
1302
|
|
1079
1303
|
-- Constant: CAST128_KEY_SIZE
|
1080
|
-
Default CAST128 key size, 16
|
1304
|
+
Default CAST128 key size, 16.
|
1081
1305
|
|
1082
1306
|
-- Function: void cast128_set_key (struct cast128_ctx *CTX, unsigned
|
1083
1307
|
LENGTH, const uint8_t *KEY)
|
@@ -1116,10 +1340,10 @@ DES at all one should be using "triple DES", see DES3 below.
|
|
1116
1340
|
-- Context struct: struct des_ctx
|
1117
1341
|
|
1118
1342
|
-- Constant: DES_BLOCK_SIZE
|
1119
|
-
The DES block-size, 8
|
1343
|
+
The DES block-size, 8.
|
1120
1344
|
|
1121
1345
|
-- Constant: DES_KEY_SIZE
|
1122
|
-
DES key size, 8
|
1346
|
+
DES key size, 8.
|
1123
1347
|
|
1124
1348
|
-- Function: int des_set_key (struct des_ctx *CTX, const uint8_t *KEY)
|
1125
1349
|
Initialize the cipher. The same function is used for both
|
@@ -1190,10 +1414,10 @@ triple-DES, it is defined in the same place as plain DES,
|
|
1190
1414
|
-- Context struct: struct des3_ctx
|
1191
1415
|
|
1192
1416
|
-- Constant: DES3_BLOCK_SIZE
|
1193
|
-
The DES3 block-size is the same as DES_BLOCK_SIZE, 8
|
1417
|
+
The DES3 block-size is the same as DES_BLOCK_SIZE, 8.
|
1194
1418
|
|
1195
1419
|
-- Constant: DES3_KEY_SIZE
|
1196
|
-
DES key size, 24
|
1420
|
+
DES key size, 24.
|
1197
1421
|
|
1198
1422
|
-- Function: int des3_set_key (struct des3_ctx *CTX, const uint8_t
|
1199
1423
|
*KEY)
|
@@ -1230,12 +1454,15 @@ in this way to ridicule United States export restrictions which treated
|
|
1230
1454
|
hash functions as nice and harmless, but ciphers as dangerous munitions.
|
1231
1455
|
|
1232
1456
|
Salsa20 uses the same idea, but with a new specialized hash function
|
1233
|
-
to mix key, block counter, and a couple of constants
|
1234
|
-
|
1235
|
-
|
1236
|
-
|
1237
|
-
|
1238
|
-
|
1457
|
+
to mix key, block counter, and a couple of constants. It's also designed
|
1458
|
+
for speed; on x86_64, it is currently the fastest cipher offered by
|
1459
|
+
nettle. It uses a block size of 512 bits (64 octets) and there are two
|
1460
|
+
specified key sizes, 128 and 256 bits (16 and 32 octets).
|
1461
|
+
|
1462
|
+
*Caution:* The hash function used in Salsa20 is _not_ directly
|
1463
|
+
applicable for use as a general hash function. It's _not_ collision
|
1464
|
+
resistant if arbitrary inputs are allowed, and furthermore, the input
|
1465
|
+
and output is of fixed size.
|
1239
1466
|
|
1240
1467
|
When using Salsa20 to process a message, one specifies both a key
|
1241
1468
|
and a "nonce", the latter playing a similar rôle to the initialization
|
@@ -1280,6 +1507,17 @@ defines Salsa20 in `<nettle/salsa20.h>'.
|
|
1280
1507
|
all but the last call _must_ use a length that is a multiple of
|
1281
1508
|
`SALSA20_BLOCK_SIZE'.
|
1282
1509
|
|
1510
|
+
The full salsa20 cipher uses 20 rounds of mixing. Variants of Salsa20
|
1511
|
+
with fewer rounds are possible, and the 12-round variant is specified by
|
1512
|
+
eSTREAM, see `http://www.ecrypt.eu.org/stream/finallist.html'. Nettle
|
1513
|
+
calls this variant `salsa20r12'. It uses the same context struct and
|
1514
|
+
key setup as the full salsa20 cipher, but a separate function for
|
1515
|
+
encryption and decryption.
|
1516
|
+
|
1517
|
+
-- Function: void salsa20r12_crypt (struct salsa20_ctx *CTX, unsigned
|
1518
|
+
LENGTH, uint8_t *DST, const uint8_t *SRC)
|
1519
|
+
Encrypts or decrypts the data of a message, using salsa20 reduced
|
1520
|
+
to 12 rounds.
|
1283
1521
|
|
1284
1522
|
6.2.10 SERPENT
|
1285
1523
|
--------------
|
@@ -1293,16 +1531,16 @@ larger ones. Nettle defines SERPENT in `<nettle/serpent.h>'.
|
|
1293
1531
|
-- Context struct: struct serpent_ctx
|
1294
1532
|
|
1295
1533
|
-- Constant: SERPENT_BLOCK_SIZE
|
1296
|
-
The SERPENT block-size, 16
|
1534
|
+
The SERPENT block-size, 16.
|
1297
1535
|
|
1298
1536
|
-- Constant: SERPENT_MIN_KEY_SIZE
|
1299
|
-
Minimum SERPENT key size, 16
|
1537
|
+
Minimum SERPENT key size, 16.
|
1300
1538
|
|
1301
1539
|
-- Constant: SERPENT_MAX_KEY_SIZE
|
1302
|
-
Maximum SERPENT key size, 32
|
1540
|
+
Maximum SERPENT key size, 32.
|
1303
1541
|
|
1304
1542
|
-- Constant: SERPENT_KEY_SIZE
|
1305
|
-
Default SERPENT key size, 32
|
1543
|
+
Default SERPENT key size, 32.
|
1306
1544
|
|
1307
1545
|
-- Function: void serpent_set_key (struct serpent_ctx *CTX, unsigned
|
1308
1546
|
LENGTH, const uint8_t *KEY)
|
@@ -1329,16 +1567,16 @@ Nettle defines it in `<nettle/twofish.h>'.
|
|
1329
1567
|
-- Context struct: struct twofish_ctx
|
1330
1568
|
|
1331
1569
|
-- Constant: TWOFISH_BLOCK_SIZE
|
1332
|
-
The TWOFISH block-size, 16
|
1570
|
+
The TWOFISH block-size, 16.
|
1333
1571
|
|
1334
1572
|
-- Constant: TWOFISH_MIN_KEY_SIZE
|
1335
|
-
Minimum TWOFISH key size, 16
|
1573
|
+
Minimum TWOFISH key size, 16.
|
1336
1574
|
|
1337
1575
|
-- Constant: TWOFISH_MAX_KEY_SIZE
|
1338
|
-
Maximum TWOFISH key size, 32
|
1576
|
+
Maximum TWOFISH key size, 32.
|
1339
1577
|
|
1340
1578
|
-- Constant: TWOFISH_KEY_SIZE
|
1341
|
-
Default TWOFISH key size, 32
|
1579
|
+
Default TWOFISH key size, 32.
|
1342
1580
|
|
1343
1581
|
-- Function: void twofish_set_key (struct twofish_ctx *CTX, unsigned
|
1344
1582
|
LENGTH, const uint8_t *KEY)
|
@@ -1375,10 +1613,10 @@ various algorithms. Nettle defines these structs in
|
|
1375
1613
|
-- Constant Struct: struct nettle_cipher nettle_aes128
|
1376
1614
|
-- Constant Struct: struct nettle_cipher nettle_aes192
|
1377
1615
|
-- Constant Struct: struct nettle_cipher nettle_aes256
|
1378
|
-
-- Constant Struct: struct nettle_cipher nettle_arctwo40
|
1379
|
-
-- Constant Struct: struct nettle_cipher nettle_arctwo64
|
1380
|
-
-- Constant Struct: struct nettle_cipher nettle_arctwo128
|
1381
|
-
-- Constant Struct: struct nettle_cipher nettle_arctwo_gutmann128
|
1616
|
+
-- Constant Struct: struct nettle_cipher nettle_arctwo40
|
1617
|
+
-- Constant Struct: struct nettle_cipher nettle_arctwo64
|
1618
|
+
-- Constant Struct: struct nettle_cipher nettle_arctwo128
|
1619
|
+
-- Constant Struct: struct nettle_cipher nettle_arctwo_gutmann128
|
1382
1620
|
-- Constant Struct: struct nettle_cipher nettle_arcfour128
|
1383
1621
|
-- Constant Struct: struct nettle_cipher nettle_camellia128
|
1384
1622
|
-- Constant Struct: struct nettle_cipher nettle_camellia192
|
@@ -1393,11 +1631,12 @@ various algorithms. Nettle defines these structs in
|
|
1393
1631
|
Nettle includes such structs for all the _regular_ ciphers, i.e.
|
1394
1632
|
ones without weak keys or other oddities.
|
1395
1633
|
|
1396
|
-
|
1397
|
-
|
1398
|
-
or search the supported algorithms:
|
1634
|
+
Nettle also exports a list of all these ciphers without weak keys or
|
1635
|
+
other oddities.
|
1399
1636
|
|
1400
|
-
-- Constant
|
1637
|
+
-- Constant Array: struct nettle_cipher ** nettle_ciphers
|
1638
|
+
This list can be used to dynamically enumerate or search the
|
1639
|
+
supported algorithms. NULL-terminated.
|
1401
1640
|
|
1402
1641
|
|
1403
1642
|
File: nettle.info, Node: Cipher modes, Next: Keyed hash functions, Prev: Cipher functions, Up: Reference
|
@@ -1411,7 +1650,7 @@ a message that is larger than the cipher's block size. As explained in
|
|
1411
1650
|
processing them independently with the block cipher (Electronic Code
|
1412
1651
|
Book mode, ECB) leaks information. Besides ECB, Nettle provides three
|
1413
1652
|
other modes of operation: Cipher Block Chaining (CBC), Counter mode
|
1414
|
-
(CTR), and Galois/Counter mode (
|
1653
|
+
(CTR), and Galois/Counter mode (GCM). CBC is widely used, but there are
|
1415
1654
|
a few subtle issues of information leakage, see, e.g., SSH CBC
|
1416
1655
|
vulnerability (http://www.kb.cert.org/vuls/id/958563). CTR and GCM were
|
1417
1656
|
standardized more recently, and are believed to be more secure. GCM
|
@@ -1612,7 +1851,7 @@ interfaces are defined in `<nettle/gcm.h>'
|
|
1612
1851
|
.............................
|
1613
1852
|
|
1614
1853
|
-- Context struct: struct gcm_key
|
1615
|
-
Message independent hash
|
1854
|
+
Message independent hash sub-key, and related tables.
|
1616
1855
|
|
1617
1856
|
-- Context struct: struct gcm_ctx
|
1618
1857
|
Holds state corresponding to a particular message.
|
@@ -1676,7 +1915,7 @@ The following macros are defined.
|
|
1676
1915
|
|
1677
1916
|
-- Macro: GCM_CTX (CONTEXT_TYPE)
|
1678
1917
|
This defines an all-in-one context struct, including the context
|
1679
|
-
of the underlying cipher, the hash
|
1918
|
+
of the underlying cipher, the hash sub-key, and the per-message
|
1680
1919
|
state. It expands to
|
1681
1920
|
{
|
1682
1921
|
context_type cipher;
|
@@ -1753,7 +1992,7 @@ the underlying cipher.
|
|
1753
1992
|
value, only the first LENGTH octets of the digest are written.
|
1754
1993
|
|
1755
1994
|
|
1756
|
-
File: nettle.info, Node: Keyed hash functions, Next:
|
1995
|
+
File: nettle.info, Node: Keyed hash functions, Next: Key derivation functions, Prev: Cipher modes, Up: Reference
|
1757
1996
|
|
1758
1997
|
6.4 Keyed Hash Functions
|
1759
1998
|
========================
|
@@ -1987,10 +2226,212 @@ than the general HMAC functions.
|
|
1987
2226
|
This function also resets the context for processing new messages,
|
1988
2227
|
with the same key.
|
1989
2228
|
|
2229
|
+
6.4.3 UMAC
|
2230
|
+
----------
|
2231
|
+
|
2232
|
+
UMAC is a message authentication code based on universal hashing, and
|
2233
|
+
designed for high performance on modern processors (in contrast to GCM,
|
2234
|
+
*Note GCM::, which is designed primarily for hardware performance). On
|
2235
|
+
processors with good integer multiplication performance, it can be 10
|
2236
|
+
times faster than SHA256 and SHA512. UMAC is specified in `RFC 4418'.
|
2237
|
+
|
2238
|
+
The secret key is always 128 bits (16 octets). The key is used as an
|
2239
|
+
encryption key for the AES block cipher. This cipher is used in counter
|
2240
|
+
mode to generate various internal subkeys needed in UMAC. Messages are
|
2241
|
+
of arbitrary size, and for each message, UMAC also needs a unique
|
2242
|
+
nonce. Nonce values must not be reused for two messages with the same
|
2243
|
+
key, but they need not be kept secret.
|
2244
|
+
|
2245
|
+
The nonce must be at least one octet, and at most 16; nonces shorter
|
2246
|
+
than 16 octets are zero-padded. Nettle's implementation of UMAC
|
2247
|
+
increments the nonce for automatically each message, so explicitly
|
2248
|
+
setting the nonce for each message is optional. This auto-increment
|
2249
|
+
uses network byte order and it takes the length of the nonce into
|
2250
|
+
acount. E.g., if the initial nonce is "abc" (3 octets), this value is
|
2251
|
+
zero-padded to 16 octets for the first message. For the next message,
|
2252
|
+
the nonce is incremented to "abd", and this incremented value is
|
2253
|
+
zero-padded to 16 octets.
|
2254
|
+
|
2255
|
+
UMAC is defined in four variants, for different output sizes: 32
|
2256
|
+
bits (4 octest), 64 bits (8 octets), 96 bits (12 octets) and 128 bits
|
2257
|
+
(16 octets), corresponding to different tradeoffs between speed and
|
2258
|
+
security. Using a shorter output size sometimes (but not always!) gives
|
2259
|
+
the same result as using a longer output size and truncating the result.
|
2260
|
+
So it is important to use the right variant. For consistency with other
|
2261
|
+
hash and MAC functions, Nettle's `_digest' functions for UMAC accept a
|
2262
|
+
length parameter so that the output can be truncated to any desired
|
2263
|
+
size, but it is recommended to stick to the specified output size and
|
2264
|
+
select the umac variant corresponding to the desired size.
|
2265
|
+
|
2266
|
+
The internal block size of UMAC is 1024 octets, and it also
|
2267
|
+
generates more than 1024 bytes of subkeys. This makes the size of the
|
2268
|
+
context struct a bit larger than other hash functions and MAC
|
2269
|
+
algorithms in Nettle.
|
2270
|
+
|
2271
|
+
Nettle defines UMAC in `<nettle/umac.h>'.
|
2272
|
+
|
2273
|
+
-- Context struct: struct umac32_ctx
|
2274
|
+
-- Context struct: struct umac64_ctx
|
2275
|
+
-- Context struct: struct umac96_ctx
|
2276
|
+
-- Context struct: struct umac128_ctx
|
2277
|
+
Each UMAC variant uses its own context struct.
|
2278
|
+
|
2279
|
+
-- Constant: UMAC_KEY_SIZE
|
2280
|
+
The UMAC key size, 16.
|
2281
|
+
|
2282
|
+
-- Constant: UMAC32_DIGEST_SIZE
|
2283
|
+
The size of an UMAC32 digest, 4.
|
2284
|
+
|
2285
|
+
-- Constant: UMAC64_DIGEST_SIZE
|
2286
|
+
The size of an UMAC64 digest, 8.
|
2287
|
+
|
2288
|
+
-- Constant: UMAC96_DIGEST_SIZE
|
2289
|
+
The size of an UMAC96 digest, 12.
|
2290
|
+
|
2291
|
+
-- Constant: UMAC128_DIGEST_SIZE
|
2292
|
+
The size of an UMAC128 digest, 16.
|
2293
|
+
|
2294
|
+
-- Constant: UMAC128_DATA_SIZE
|
2295
|
+
The internal block size of UMAC.
|
2296
|
+
|
2297
|
+
-- Function: void umac32_set_key (struct umac32_ctx *CTX, const
|
2298
|
+
uint8_t *KEY)
|
2299
|
+
-- Function: void umac64_set_key (struct umac64_ctx *CTX, const
|
2300
|
+
uint8_t *KEY)
|
2301
|
+
-- Function: void umac96_set_key (struct umac96_ctx *CTX, const
|
2302
|
+
uint8_t *KEY)
|
2303
|
+
-- Function: void umac128_set_key (struct umac128_ctx *CTX, const
|
2304
|
+
uint8_t *KEY)
|
2305
|
+
These functions initialize the UMAC context struct. They also
|
2306
|
+
initialize the nonce to zero (with length 16, for auto-increment).
|
2307
|
+
|
2308
|
+
-- Function: void umac32_set_nonce (struct umac32_ctx *CTX, unsigned
|
2309
|
+
LENGTH, const uint8_t *NONCE)
|
2310
|
+
-- Function: void umac64_set_nonce (struct umac64_ctx *CTX, unsigned
|
2311
|
+
LENGTH, const uint8_t *NONCE)
|
2312
|
+
-- Function: void umac96_set_nonce (struct umac96_ctx *CTX, unsigned
|
2313
|
+
LENGTH, const uint8_t *NONCE)
|
2314
|
+
-- Function: void umac128_set_nonce (struct umac128_ctx *CTX, unsigned
|
2315
|
+
LENGTH, const uint8_t *NONCE)
|
2316
|
+
Sets the nonce to be used for the next message. In general, nonces
|
2317
|
+
should be set before processing of the message. This is not
|
2318
|
+
strictly required for UMAC (the nonce only affects the final
|
2319
|
+
processing generating the digest), but it is nevertheless
|
2320
|
+
recommended that this function is called _before_ the first
|
2321
|
+
`_update' call for the message.
|
2322
|
+
|
2323
|
+
-- Function: void umac32_update (struct umac32_ctx *CTX, unsigned
|
2324
|
+
LENGTH, const uint8_t *DATA)
|
2325
|
+
-- Function: void umac64_update (struct umac64_ctx *CTX, unsigned
|
2326
|
+
LENGTH, const uint8_t *DATA)
|
2327
|
+
-- Function: void umac96_update (struct umac96_ctx *CTX, unsigned
|
2328
|
+
LENGTH, const uint8_t *DATA)
|
2329
|
+
-- Function: void umac128_update (struct umac128_ctx *CTX, unsigned
|
2330
|
+
LENGTH, const uint8_t *DATA)
|
2331
|
+
These functions are called zero or more times to process the
|
2332
|
+
message.
|
2333
|
+
|
2334
|
+
-- Function: void umac32_digest (struct umac32_ctx *CTX, unsigned
|
2335
|
+
LENGTH, uint8_t *DIGEST)
|
2336
|
+
-- Function: void umac64_digest (struct umac64_ctx *CTX, unsigned
|
2337
|
+
LENGTH, uint8_t *DIGEST)
|
2338
|
+
-- Function: void umac96_digest (struct umac96_ctx *CTX, unsigned
|
2339
|
+
LENGTH, uint8_t *DIGEST)
|
2340
|
+
-- Function: void umac128_digest (struct umac128_ctx *CTX, unsigned
|
2341
|
+
LENGTH, uint8_t *DIGEST)
|
2342
|
+
Extracts the MAC of the message, writing it to DIGEST. LENGTH is
|
2343
|
+
usually equal to the specified output size, but if you provide a
|
2344
|
+
smaller value, only the first LENGTH octets of the MAC are
|
2345
|
+
written. These functions reset the context for processing of a new
|
2346
|
+
message with the same key. The nonce is incremented as described
|
2347
|
+
above, the new value is used unless you call the `_set_nonce'
|
2348
|
+
function explicitly for each message.
|
2349
|
+
|
1990
2350
|
|
1991
|
-
File: nettle.info, Node:
|
2351
|
+
File: nettle.info, Node: Key derivation functions, Next: Public-key algorithms, Prev: Keyed hash functions, Up: Reference
|
2352
|
+
|
2353
|
+
6.5 Key derivation Functions
|
2354
|
+
============================
|
2355
|
+
|
2356
|
+
A "key derivation function" (KDF) is a function that from a given
|
2357
|
+
symmetric key derives other symmetric keys. A sub-class of KDFs is the
|
2358
|
+
"password-based key derivation functions" (PBKDFs), which take as input
|
2359
|
+
a password or passphrase, and its purpose is typically to strengthen it
|
2360
|
+
and protect against certain pre-computation attacks by using salting
|
2361
|
+
and expensive computation.
|
1992
2362
|
|
1993
|
-
6.5
|
2363
|
+
6.5.1 PBKDF2
|
2364
|
+
------------
|
2365
|
+
|
2366
|
+
The most well known PBKDF is the `PKCS #5 PBKDF2' described in `RFC
|
2367
|
+
2898' which uses a pseudo-random function such as HMAC-SHA1.
|
2368
|
+
|
2369
|
+
Nettle's PBKDF2 functions are defined in `<nettle/pbkdf2.h>'. There
|
2370
|
+
is an abstract function that operate on any PRF implemented via the
|
2371
|
+
`nettle_hash_update_func', `nettle_hash_digest_func' interfaces. There
|
2372
|
+
is also helper macros and concrete functions PBKDF2-HMAC-SHA1 and
|
2373
|
+
PBKDF2-HMAC-SHA256. First, the abstract function:
|
2374
|
+
|
2375
|
+
-- Function: void pbkdf2 (void *mac_ctx, nettle_hash_update_func
|
2376
|
+
*update, nettle_hash_digest_func *digest, unsigned
|
2377
|
+
digest_size, unsigned iterations, unsigned salt_length, const
|
2378
|
+
uint8_t *salt, unsigned length, uint8_t *dst)
|
2379
|
+
Derive symmetric key from a password according to PKCS #5 PBKDF2.
|
2380
|
+
The PRF is assumed to have been initialized and this function will
|
2381
|
+
call the UPDATE and DIGEST functions passing the MAC_CTX context
|
2382
|
+
parameter as an argument in order to compute digest of size
|
2383
|
+
DIGEST_SIZE. Inputs are the salt SALT of length SALT_LENGTH, the
|
2384
|
+
iteration counter ITERATIONS (> 0), and the desired derived output
|
2385
|
+
length LENGTH. The output buffer is DST which must have room for
|
2386
|
+
at least LENGTH octets.
|
2387
|
+
|
2388
|
+
Like for CBC and HMAC, there is a macro to help use the function
|
2389
|
+
correctly.
|
2390
|
+
|
2391
|
+
-- Macro: PBKDF2 (CTX, UPDATE, DIGEST, DIGEST_SIZE, ITERATIONS,
|
2392
|
+
SALT_LENGTH, SALT, LENGTH, DST)
|
2393
|
+
CTX is a pointer to a context struct passed to the UPDATE and
|
2394
|
+
DIGEST functions (of the types `nettle_hash_update_func' and
|
2395
|
+
`nettle_hash_digest_func' respectively) to implement the
|
2396
|
+
underlying PRF with digest size of DIGEST_SIZE. Inputs are the
|
2397
|
+
salt SALT of length SALT_LENGTH, the iteration counter ITERATIONS
|
2398
|
+
(> 0), and the desired derived output length LENGTH. The output
|
2399
|
+
buffer is DST which must have room for at least LENGTH octets.
|
2400
|
+
|
2401
|
+
6.5.2 Concrete PBKDF2 functions
|
2402
|
+
-------------------------------
|
2403
|
+
|
2404
|
+
Now we come to the specialized PBKDF2 functions, which are easier to
|
2405
|
+
use than the general PBKDF2 function.
|
2406
|
+
|
2407
|
+
6.5.2.1 PBKDF2-HMAC-SHA1
|
2408
|
+
........................
|
2409
|
+
|
2410
|
+
-- Function: void pbkdf2_hmac_sha1 (unsigned KEY_LENGTH, const uint8_t
|
2411
|
+
*KEY, unsigned ITERATIONS, unsigned SALT_LENGTH, const
|
2412
|
+
uint8_t *SALT, unsigned LENGTH, uint8_t *DST)
|
2413
|
+
PBKDF2 with HMAC-SHA1. Derive LENGTH bytes of key into buffer DST
|
2414
|
+
using the password KEY of length KEY_LENGTH and salt SALT of
|
2415
|
+
length SALT_LENGTH, with iteration counter ITERATIONS (> 0). The
|
2416
|
+
output buffer is DST which must have room for at least LENGTH
|
2417
|
+
octets.
|
2418
|
+
|
2419
|
+
6.5.2.2 PBKDF2-HMAC-SHA256
|
2420
|
+
..........................
|
2421
|
+
|
2422
|
+
-- Function: void pbkdf2_hmac_sha256 (unsigned KEY_LENGTH, const
|
2423
|
+
uint8_t *KEY, unsigned ITERATIONS, unsigned SALT_LENGTH,
|
2424
|
+
const uint8_t *SALT, unsigned LENGTH, uint8_t *DST)
|
2425
|
+
PBKDF2 with HMAC-SHA256. Derive LENGTH bytes of key into buffer
|
2426
|
+
DST using the password KEY of length KEY_LENGTH and salt SALT of
|
2427
|
+
length SALT_LENGTH, with iteration counter ITERATIONS (> 0). The
|
2428
|
+
output buffer is DST which must have room for at least LENGTH
|
2429
|
+
octets.
|
2430
|
+
|
2431
|
+
|
2432
|
+
File: nettle.info, Node: Public-key algorithms, Next: Randomness, Prev: Key derivation functions, Up: Reference
|
2433
|
+
|
2434
|
+
6.6 Public-key algorithms
|
1994
2435
|
=========================
|
1995
2436
|
|
1996
2437
|
Nettle uses GMP, the GNU bignum library, for all calculations with
|
@@ -2062,11 +2503,12 @@ particular public key, and to no others".
|
|
2062
2503
|
|
2063
2504
|
* RSA:: The RSA public key algorithm.
|
2064
2505
|
* DSA:: The DSA digital signature algorithm.
|
2506
|
+
* Elliptic curves:: Elliptic curves and ECDSA
|
2065
2507
|
|
2066
2508
|
|
2067
2509
|
File: nettle.info, Node: RSA, Next: DSA, Prev: Public-key algorithms, Up: Public-key algorithms
|
2068
2510
|
|
2069
|
-
6.
|
2511
|
+
6.6.1 RSA
|
2070
2512
|
---------
|
2071
2513
|
|
2072
2514
|
The RSA algorithm was the first practical digital signature algorithm
|
@@ -2080,13 +2522,13 @@ The "one-way"-function used is
|
|
2080
2522
|
|
2081
2523
|
F(x) = x^e mod n
|
2082
2524
|
|
2083
|
-
I.e. raise x to the `e'
|
2525
|
+
I.e. raise x to the `e''th power, while discarding all multiples of
|
2084
2526
|
`n'. The pair of numbers `n' and `e' is the public key. `e' can be
|
2085
2527
|
quite small, even `e = 3' has been used, although slightly larger
|
2086
2528
|
numbers are recommended. `n' should be about 1000 bits or larger.
|
2087
2529
|
|
2088
2530
|
If `n' is large enough, and properly chosen, the inverse of F, the
|
2089
|
-
computation of `e'
|
2531
|
+
computation of `e''th roots modulo `n', is very difficult. But,
|
2090
2532
|
where's the trapdoor?
|
2091
2533
|
|
2092
2534
|
Let's first look at how RSA key-pairs are generated. First `n' is
|
@@ -2130,7 +2572,7 @@ sequence of octets, most significant octet first.
|
|
2130
2572
|
the message in the same way as above. Then `s^e mod n' is computed, the
|
2131
2573
|
operation returns true if and only if the result equals `x'.
|
2132
2574
|
|
2133
|
-
6.
|
2575
|
+
6.6.2 Nettle's RSA support
|
2134
2576
|
--------------------------
|
2135
2577
|
|
2136
2578
|
Nettle represents RSA keys using two structures that contain large
|
@@ -2289,20 +2731,20 @@ efficiently using `p', `q' and the Chinese remainder theorem (CRT). But
|
|
2289
2731
|
the result is the same.
|
2290
2732
|
|
2291
2733
|
|
2292
|
-
File: nettle.info, Node: DSA, Prev: RSA, Up: Public-key algorithms
|
2734
|
+
File: nettle.info, Node: DSA, Next: Elliptic curves, Prev: RSA, Up: Public-key algorithms
|
2293
2735
|
|
2294
|
-
6.
|
2295
|
-
|
2736
|
+
6.6.3 DSA
|
2737
|
+
---------
|
2296
2738
|
|
2297
2739
|
The DSA digital signature algorithm is more complex than RSA. It was
|
2298
2740
|
specified during the early 1990s, and in 1994 NIST published FIPS 186
|
2299
2741
|
which is the authoritative specification. Sometimes DSA is referred to
|
2300
2742
|
using the acronym DSS, for Digital Signature Standard. The most recent
|
2301
|
-
revision of the specification, FIPS186-3, was
|
2743
|
+
revision of the specification, FIPS186-3, was issued in 2009, and it
|
2302
2744
|
adds support for larger hash functions than sha1.
|
2303
2745
|
|
2304
2746
|
For DSA, the underlying mathematical problem is the computation of
|
2305
|
-
|
2747
|
+
discrete logarithms. The public key consists of a large prime `p', a
|
2306
2748
|
small prime `q' which is a factor of `p-1', a number `g' which
|
2307
2749
|
generates a subgroup of order `q' modulo `p', and an element `y' in
|
2308
2750
|
that subgroup.
|
@@ -2339,7 +2781,7 @@ group structure. One good algorithm is Pollard-rho, which has
|
|
2339
2781
|
complexity `sqrt(q)'.
|
2340
2782
|
|
2341
2783
|
The important point is that security depends on the size of _both_
|
2342
|
-
`p' and `q', and they should be
|
2784
|
+
`p' and `q', and they should be chosen so that the difficulty of both
|
2343
2785
|
discrete logarithm methods are comparable. Today, the security margin
|
2344
2786
|
of the original DSA may be uncomfortably small. Using a `p' of 1024
|
2345
2787
|
bits implies that cracking using the number field sieve is expected to
|
@@ -2401,7 +2843,7 @@ for some specialized applications.
|
|
2401
2843
|
source is a serious disadvantage. If you ever use the same `k' (and
|
2402
2844
|
`r') for two different message, you leak your private key.
|
2403
2845
|
|
2404
|
-
6.
|
2846
|
+
6.6.4 Nettle's DSA support
|
2405
2847
|
--------------------------
|
2406
2848
|
|
2407
2849
|
Like for RSA, Nettle represents DSA keys using two structures,
|
@@ -2520,7 +2962,7 @@ RSA function.
|
|
2520
2962
|
expected to support such keys. Also note that using very large
|
2521
2963
|
P_BITS, with Q_BITS fixed at 160, doesn't make much sense, because
|
2522
2964
|
the security is also limited by the size of the smaller prime.
|
2523
|
-
Using a larger `q_bits' requires
|
2965
|
+
Using a larger `q_bits' requires switching to a larger hash
|
2524
2966
|
function. To generate DSA keys for use with SHA256, use `q_bits =
|
2525
2967
|
256' and, e.g., `p_bits = 2048'.
|
2526
2968
|
|
@@ -2529,9 +2971,161 @@ RSA function.
|
|
2529
2971
|
small.
|
2530
2972
|
|
2531
2973
|
|
2532
|
-
File: nettle.info, Node:
|
2974
|
+
File: nettle.info, Node: Elliptic curves, Prev: DSA, Up: Public-key algorithms
|
2975
|
+
|
2976
|
+
6.6.5 Elliptic curves
|
2977
|
+
---------------------
|
2978
|
+
|
2979
|
+
For cryptographic purposes, an elliptic curve is a mathematical group of
|
2980
|
+
points, and computing logarithms in this group is computationally
|
2981
|
+
difficult problem. Nettle uses additive notation for elliptic curve
|
2982
|
+
groups. If P and Q are two points, and k is an integer, the point sum,
|
2983
|
+
P + Q, and the multiple k P can be computed efficiently, but given only
|
2984
|
+
two points P and Q, finding an integer k such that Q = k P is the
|
2985
|
+
elliptic curve discrete logarithm problem.
|
2986
|
+
|
2987
|
+
Nettle supports standard curves which are all of the form y^2 = x^3
|
2988
|
+
- 3 x + b (mod p), i.e., the points have coordinates (x,y), both
|
2989
|
+
considered as integers modulo a specified prime p. Curves are
|
2990
|
+
represented as a `struct ecc_curve'. Supported curves are declared in
|
2991
|
+
`<nettle/ecc-curve.h>', e.g., `nettle_secp_256r1' for a standardized
|
2992
|
+
curve using the 256-bit prime p = 2^256 - 2^224 + 2^192 + 2^96 - 1. The
|
2993
|
+
contents of these structs is not visible to nettle users. The "bitsize
|
2994
|
+
of the curve" is used as a shorthand for the bitsize of the curve's
|
2995
|
+
prime p, e.g., 256 bits for `nettle_secp_256r1'.
|
2996
|
+
|
2997
|
+
6.6.5.1 Side-channel silence
|
2998
|
+
............................
|
2999
|
+
|
3000
|
+
Nettle's implementation of the elliptic curve operations is intended to
|
3001
|
+
be side-channel silent. The side-channel attacks considered are:
|
3002
|
+
|
3003
|
+
* Timing attacks If the timing of operations depends on secret
|
3004
|
+
values, an attacker interacting with your system can measure the
|
3005
|
+
response time, and infer information about your secrets, e.g., a
|
3006
|
+
private signature key.
|
3007
|
+
|
3008
|
+
* Attacks using memory caches Assume you have some secret data on a
|
3009
|
+
multi-user system, and that this data is properly protected so
|
3010
|
+
that other users get no direct access to it. If you have a process
|
3011
|
+
operating on the secret data, and this process does memory
|
3012
|
+
accesses depending on the data, e.g, an internal lookup table in
|
3013
|
+
some cryptographic algorithm, an attacker running a separate
|
3014
|
+
process on the same system may use behavior of internal CPU caches
|
3015
|
+
to get information about your secrets.
|
3016
|
+
|
3017
|
+
Nettle's ECC implementation is designed to be "side-channel silent",
|
3018
|
+
and not leak any information to these attacks. Timing and memory
|
3019
|
+
accesses depend only on the size of the input data and its location in
|
3020
|
+
memory, not on the actual data bits. This implies a performance penalty
|
3021
|
+
in several of the building blocks.
|
3022
|
+
|
3023
|
+
6.6.6 ECDSA
|
3024
|
+
-----------
|
3025
|
+
|
3026
|
+
ECDSA is a variant of the DSA digital signature scheme (*note DSA::),
|
3027
|
+
which works over an elliptic curve group rather than over a (subgroup
|
3028
|
+
of) integers modulo p. Like DSA, creating a signature requires a unique
|
3029
|
+
random nonce (repeating the nonce with two different messages reveals
|
3030
|
+
the private key, and any leak or bias in the generation of the nonce
|
3031
|
+
also leaks information about the key).
|
3032
|
+
|
3033
|
+
Unlike DSA, signatures are in general not tied to any particular hash
|
3034
|
+
function or even hash size. Any hash function can be used, and the hash
|
3035
|
+
value is truncated or padded as needed to get a size matching the curve
|
3036
|
+
being used. It is recommended to use a strong cryptographic hash
|
3037
|
+
function with digest size close to the bit size of the curve, e.g.,
|
3038
|
+
SHA256 is a reasonable choice when using ECDSA signature over the curve
|
3039
|
+
secp256r1. A protocol or application using ECDSA has to specify which
|
3040
|
+
curve and which hash function to use, or provide some mechanism for
|
3041
|
+
negotiating.
|
3042
|
+
|
3043
|
+
Nettle defines ECDSA in `<nettle/ecdsa.h>'. We first need to define
|
3044
|
+
the data types used to represent public and private keys.
|
3045
|
+
|
3046
|
+
-- struct: struct ecc_point
|
3047
|
+
Represents a point on an elliptic curve. In particular, it is used
|
3048
|
+
to represent an ECDSA public key.
|
3049
|
+
|
3050
|
+
-- Function: void ecc_point_init (struct ecc_point *P, const
|
3051
|
+
structecc_curve *ECC)
|
3052
|
+
Initializes P to represent points on the given curve ECC.
|
3053
|
+
Allocates storage for the coordinates, using the same allocation
|
3054
|
+
functions as GMP.
|
3055
|
+
|
3056
|
+
-- Function: void ecc_point_clear (struct ecc_point *P)
|
3057
|
+
Deallocate storage.
|
3058
|
+
|
3059
|
+
-- Function: int ecc_point_set (struct ecc_point *P, const mpz_t X,
|
3060
|
+
const mpz_t Y)
|
3061
|
+
Check that the given coordinates represent a point on the curve.
|
3062
|
+
If so, the coordinates are copied and converted to internal
|
3063
|
+
representation, and the function returns 1. Otherwise, it returns
|
3064
|
+
0. Currently, the infinity point (or zero point, with additive
|
3065
|
+
notation) i snot allowed.
|
3066
|
+
|
3067
|
+
-- Function: void ecc_point_get (const struct ecc_point *P, mpz_t X,
|
3068
|
+
mpz_t Y)
|
3069
|
+
Extracts the coordinate of the point P. The output parameters X or
|
3070
|
+
Y may be NULL if the caller doesn't want that coordinate.
|
3071
|
+
|
3072
|
+
-- struct: struct ecc_scalar
|
3073
|
+
Represents an integer in the range 0 < x < group order, where the
|
3074
|
+
"group order" refers to the order of an ECC group. In particular,
|
3075
|
+
it is used to represent an ECDSA private key.
|
3076
|
+
|
3077
|
+
-- Function: void ecc_scalar_init (struct ecc_scalar *S, const struct
|
3078
|
+
ecc_curve *ECC)
|
3079
|
+
Initializes S to represent a scalar suitable for the given curve
|
3080
|
+
ECC. Allocates storage using the same allocation functions as GMP.
|
3081
|
+
|
3082
|
+
-- Function: void ecc_scalar_clear (struct ecc_scalar *S)
|
3083
|
+
Deallocate storage.
|
3084
|
+
|
3085
|
+
-- Function: int ecc_scalar_set (struct ecc_scalar *S, const mpz_t Z)
|
3086
|
+
Check that Z is in the correct range. If so, copies the value to S
|
3087
|
+
and returns 1, otherwise returns 0.
|
3088
|
+
|
3089
|
+
-- Function: void ecc_scalar_get (const struct ecc_scalar *S, mpz_t Z)
|
3090
|
+
Extracts the scalar, in GMP `mpz_t' representation.
|
3091
|
+
|
3092
|
+
To create and verify ECDSA signatures, the following functions are
|
3093
|
+
used.
|
3094
|
+
|
3095
|
+
-- Function: void ecdsa_sign (const struct ecc_scalar *KEY, void
|
3096
|
+
*RANDOM_CTX, nettle_random_func *RANDOM, unsigned
|
3097
|
+
DIGEST_LENGTH, const uint8_t *DIGEST, struct dsa_signature
|
3098
|
+
*SIGNATURE)
|
3099
|
+
Uses the private key KEY to create a signature on DIGEST.
|
3100
|
+
RANDOM_CTX and RANDOM is a randomness generator.
|
3101
|
+
`random(random_ctx, length, dst)' should generate `length' random
|
3102
|
+
octets and store them at `dst'. The signature is stored in
|
3103
|
+
SIGNATURE, in the same was as for plain DSA.
|
3104
|
+
|
3105
|
+
-- Function: int ecdsa_verify (const struct ecc_point *PUB, unsigned
|
3106
|
+
LENGTH, const uint8_t *DIGEST, const struct dsa_signature
|
3107
|
+
*SIGNATURE)
|
3108
|
+
Uses the public key PUB to verify that SIGNATURE is a valid
|
3109
|
+
signature for the message digest DIGEST (of LENGTH octets).
|
3110
|
+
Returns 1 if the signature is valid, otherwise 0.
|
2533
3111
|
|
2534
|
-
|
3112
|
+
Finally, to generation of new an ECDSA key pairs
|
3113
|
+
|
3114
|
+
-- Function: void ecdsa_generate_keypair (struct ecc_point *PUB,
|
3115
|
+
struct ecc_scalar *KEY, void *RANDOM_CTX, nettle_random_func
|
3116
|
+
*RANDOM);
|
3117
|
+
PUB and KEY is where the resulting key pair is stored. The structs
|
3118
|
+
should be initialized, for the desired ECC curve, before you call
|
3119
|
+
this function.
|
3120
|
+
|
3121
|
+
RANDOM_CTX and RANDOM is a randomness generator.
|
3122
|
+
`random(random_ctx, length, dst)' should generate `length' random
|
3123
|
+
octets and store them at `dst'. For advice, see *Note Randomness::.
|
3124
|
+
|
3125
|
+
|
3126
|
+
File: nettle.info, Node: Randomness, Next: ASCII encoding, Prev: Public-key algorithms, Up: Reference
|
3127
|
+
|
3128
|
+
6.7 Randomness
|
2535
3129
|
==============
|
2536
3130
|
|
2537
3131
|
A crucial ingredient in many cryptographic contexts is randomness: Let
|
@@ -2705,7 +3299,7 @@ from a small seed.
|
|
2705
3299
|
|
2706
3300
|
The recommended generator to use is Yarrow, described below.
|
2707
3301
|
|
2708
|
-
6.
|
3302
|
+
6.7.1 Yarrow
|
2709
3303
|
------------
|
2710
3304
|
|
2711
3305
|
Yarrow is a family of pseudo-randomness generators, designed for
|
@@ -2750,7 +3344,7 @@ file, or feeding it input from its sources until a slow reseed happens.
|
|
2750
3344
|
Information about a single source.
|
2751
3345
|
|
2752
3346
|
-- Constant: YARROW256_SEED_FILE_SIZE
|
2753
|
-
|
3347
|
+
Recommended size of the Yarrow-256 seed file.
|
2754
3348
|
|
2755
3349
|
-- Function: void yarrow256_init (struct yarrow256_ctx *CTX, unsigned
|
2756
3350
|
NSOURCES, struct yarrow_source *SOURCES)
|
@@ -2834,9 +3428,9 @@ User keyboard input.
|
|
2834
3428
|
`yarrow256_update'. Usually, 0, 1 or 2 bits.
|
2835
3429
|
|
2836
3430
|
|
2837
|
-
File: nettle.info, Node:
|
3431
|
+
File: nettle.info, Node: ASCII encoding, Next: Miscellaneous functions, Prev: Randomness, Up: Reference
|
2838
3432
|
|
2839
|
-
6.
|
3433
|
+
6.8 ASCII encoding
|
2840
3434
|
==================
|
2841
3435
|
|
2842
3436
|
Encryption will transform your data from text into binary format, and
|
@@ -2977,9 +3571,9 @@ there is no encoding context necessary for doing base16 encoding.
|
|
2977
3571
|
error.
|
2978
3572
|
|
2979
3573
|
|
2980
|
-
File: nettle.info, Node: Miscellaneous functions, Next: Compatibility functions, Prev:
|
3574
|
+
File: nettle.info, Node: Miscellaneous functions, Next: Compatibility functions, Prev: ASCII encoding, Up: Reference
|
2981
3575
|
|
2982
|
-
6.
|
3576
|
+
6.9 Miscellaneous functions
|
2983
3577
|
===========================
|
2984
3578
|
|
2985
3579
|
-- Function: uint8_t * memxor (uint8_t *DST, const uint8_t *SRC,
|
@@ -2993,8 +3587,8 @@ File: nettle.info, Node: Miscellaneous functions, Next: Compatibility function
|
|
2993
3587
|
|
2994
3588
|
File: nettle.info, Node: Compatibility functions, Prev: Miscellaneous functions, Up: Reference
|
2995
3589
|
|
2996
|
-
6.
|
2997
|
-
|
3590
|
+
6.10 Compatibility functions
|
3591
|
+
============================
|
2998
3592
|
|
2999
3593
|
For convenience, Nettle includes alternative interfaces to some
|
3000
3594
|
algorithms, for compatibility with some other popular crypto toolkits.
|
@@ -3097,24 +3691,24 @@ Function and Concept Index
|
|
3097
3691
|
* arctwo_set_key: Cipher functions. (line 217)
|
3098
3692
|
* arctwo_set_key_ekb: Cipher functions. (line 215)
|
3099
3693
|
* arctwo_set_key_gutmann: Cipher functions. (line 219)
|
3100
|
-
* base16_decode_final:
|
3101
|
-
* base16_decode_init:
|
3102
|
-
* BASE16_DECODE_LENGTH:
|
3103
|
-
* base16_decode_single:
|
3104
|
-
* base16_decode_update:
|
3105
|
-
* BASE16_ENCODE_LENGTH:
|
3106
|
-
* base16_encode_single:
|
3107
|
-
* base16_encode_update:
|
3108
|
-
* base64_decode_final:
|
3109
|
-
* base64_decode_init:
|
3110
|
-
* BASE64_DECODE_LENGTH:
|
3111
|
-
* base64_decode_single:
|
3112
|
-
* base64_decode_update:
|
3113
|
-
* base64_encode_final:
|
3114
|
-
* base64_encode_init:
|
3115
|
-
* BASE64_ENCODE_LENGTH:
|
3116
|
-
* base64_encode_single:
|
3117
|
-
* base64_encode_update:
|
3694
|
+
* base16_decode_final: ASCII encoding. (line 139)
|
3695
|
+
* base16_decode_init: ASCII encoding. (line 116)
|
3696
|
+
* BASE16_DECODE_LENGTH: ASCII encoding. (line 125)
|
3697
|
+
* base16_decode_single: ASCII encoding. (line 121)
|
3698
|
+
* base16_decode_update: ASCII encoding. (line 131)
|
3699
|
+
* BASE16_ENCODE_LENGTH: ASCII encoding. (line 106)
|
3700
|
+
* base16_encode_single: ASCII encoding. (line 102)
|
3701
|
+
* base16_encode_update: ASCII encoding. (line 111)
|
3702
|
+
* base64_decode_final: ASCII encoding. (line 94)
|
3703
|
+
* base64_decode_init: ASCII encoding. (line 71)
|
3704
|
+
* BASE64_DECODE_LENGTH: ASCII encoding. (line 80)
|
3705
|
+
* base64_decode_single: ASCII encoding. (line 76)
|
3706
|
+
* base64_decode_update: ASCII encoding. (line 86)
|
3707
|
+
* base64_encode_final: ASCII encoding. (line 63)
|
3708
|
+
* base64_encode_init: ASCII encoding. (line 40)
|
3709
|
+
* BASE64_ENCODE_LENGTH: ASCII encoding. (line 48)
|
3710
|
+
* base64_encode_single: ASCII encoding. (line 45)
|
3711
|
+
* base64_encode_update: ASCII encoding. (line 53)
|
3118
3712
|
* Block Cipher: Cipher functions. (line 12)
|
3119
3713
|
* blowfish_decrypt: Cipher functions. (line 282)
|
3120
3714
|
* blowfish_encrypt: Cipher functions. (line 275)
|
@@ -3166,6 +3760,17 @@ Function and Concept Index
|
|
3166
3760
|
* dsa_sha256_verify_digest: DSA. (line 199)
|
3167
3761
|
* dsa_signature_clear: DSA. (line 151)
|
3168
3762
|
* dsa_signature_init: DSA. (line 150)
|
3763
|
+
* ecc_point_clear: Elliptic curves. (line 84)
|
3764
|
+
* ecc_point_get: Elliptic curves. (line 96)
|
3765
|
+
* ecc_point_init: Elliptic curves. (line 79)
|
3766
|
+
* ecc_point_set: Elliptic curves. (line 88)
|
3767
|
+
* ecc_scalar_clear: Elliptic curves. (line 110)
|
3768
|
+
* ecc_scalar_get: Elliptic curves. (line 117)
|
3769
|
+
* ecc_scalar_init: Elliptic curves. (line 106)
|
3770
|
+
* ecc_scalar_set: Elliptic curves. (line 113)
|
3771
|
+
* ecdsa_generate_keypair: Elliptic curves. (line 144)
|
3772
|
+
* ecdsa_sign: Elliptic curves. (line 126)
|
3773
|
+
* ecdsa_verify: Elliptic curves. (line 135)
|
3169
3774
|
* Entropy: Randomness. (line 51)
|
3170
3775
|
* Galois Counter Mode: GCM. (line 6)
|
3171
3776
|
* GCM: GCM. (line 6)
|
@@ -3188,7 +3793,15 @@ Function and Concept Index
|
|
3188
3793
|
* gcm_set_key: GCM. (line 52)
|
3189
3794
|
* GCM_UPDATE: GCM. (line 127)
|
3190
3795
|
* gcm_update: GCM. (line 63)
|
3796
|
+
* gosthash94_digest: Legacy hash functions.
|
3797
|
+
(line 211)
|
3798
|
+
* gosthash94_init: Legacy hash functions.
|
3799
|
+
(line 203)
|
3800
|
+
* gosthash94_update: Legacy hash functions.
|
3801
|
+
(line 207)
|
3191
3802
|
* Hash function: Hash functions. (line 6)
|
3803
|
+
* HMAC: Keyed hash functions.
|
3804
|
+
(line 35)
|
3192
3805
|
* HMAC_CTX: Keyed hash functions.
|
3193
3806
|
(line 88)
|
3194
3807
|
* HMAC_DIGEST: Keyed hash functions.
|
@@ -3231,19 +3844,32 @@ Function and Concept Index
|
|
3231
3844
|
(line 224)
|
3232
3845
|
* hmac_update: Keyed hash functions.
|
3233
3846
|
(line 68)
|
3847
|
+
* KDF: Key derivation functions.
|
3848
|
+
(line 6)
|
3849
|
+
* Key Derivation Function: Key derivation functions.
|
3850
|
+
(line 6)
|
3234
3851
|
* Keyed Hash Function: Keyed hash functions.
|
3235
3852
|
(line 6)
|
3236
3853
|
* MAC: Keyed hash functions.
|
3237
3854
|
(line 6)
|
3238
|
-
* md2_digest:
|
3239
|
-
|
3240
|
-
*
|
3241
|
-
|
3242
|
-
*
|
3243
|
-
|
3244
|
-
*
|
3245
|
-
|
3246
|
-
*
|
3855
|
+
* md2_digest: Legacy hash functions.
|
3856
|
+
(line 79)
|
3857
|
+
* md2_init: Legacy hash functions.
|
3858
|
+
(line 71)
|
3859
|
+
* md2_update: Legacy hash functions.
|
3860
|
+
(line 75)
|
3861
|
+
* md4_digest: Legacy hash functions.
|
3862
|
+
(line 112)
|
3863
|
+
* md4_init: Legacy hash functions.
|
3864
|
+
(line 104)
|
3865
|
+
* md4_update: Legacy hash functions.
|
3866
|
+
(line 108)
|
3867
|
+
* md5_digest: Legacy hash functions.
|
3868
|
+
(line 41)
|
3869
|
+
* md5_init: Legacy hash functions.
|
3870
|
+
(line 33)
|
3871
|
+
* md5_update: Legacy hash functions.
|
3872
|
+
(line 37)
|
3247
3873
|
* memxor: Miscellaneous functions.
|
3248
3874
|
(line 8)
|
3249
3875
|
* Message Authentication Code: Keyed hash functions.
|
@@ -3251,12 +3877,29 @@ Function and Concept Index
|
|
3251
3877
|
* One-way: Hash functions. (line 14)
|
3252
3878
|
* One-way function: Public-key algorithms.
|
3253
3879
|
(line 18)
|
3880
|
+
* Password Based Key Derivation Function: Key derivation functions.
|
3881
|
+
(line 6)
|
3882
|
+
* PBKDF: Key derivation functions.
|
3883
|
+
(line 6)
|
3884
|
+
* PBKDF2: Key derivation functions.
|
3885
|
+
(line 43)
|
3886
|
+
* pbkdf2: Key derivation functions.
|
3887
|
+
(line 29)
|
3888
|
+
* pbkdf2_hmac_sha1: Key derivation functions.
|
3889
|
+
(line 63)
|
3890
|
+
* pbkdf2_hmac_sha256: Key derivation functions.
|
3891
|
+
(line 75)
|
3892
|
+
* PKCS #5: Key derivation functions.
|
3893
|
+
(line 6)
|
3254
3894
|
* Public Key Cryptography: Public-key algorithms.
|
3255
3895
|
(line 18)
|
3256
3896
|
* Randomness: Randomness. (line 6)
|
3257
|
-
* ripemd160_digest:
|
3258
|
-
|
3259
|
-
*
|
3897
|
+
* ripemd160_digest: Legacy hash functions.
|
3898
|
+
(line 145)
|
3899
|
+
* ripemd160_init: Legacy hash functions.
|
3900
|
+
(line 137)
|
3901
|
+
* ripemd160_update: Legacy hash functions.
|
3902
|
+
(line 141)
|
3260
3903
|
* rsa_compute_root: RSA. (line 187)
|
3261
3904
|
* rsa_generate_keypair: RSA. (line 196)
|
3262
3905
|
* rsa_md5_sign: RSA. (line 130)
|
@@ -3281,31 +3924,105 @@ Function and Concept Index
|
|
3281
3924
|
* rsa_sha512_sign_digest: RSA. (line 151)
|
3282
3925
|
* rsa_sha512_verify: RSA. (line 165)
|
3283
3926
|
* rsa_sha512_verify_digest: RSA. (line 177)
|
3284
|
-
* salsa20_crypt: Cipher functions. (line
|
3285
|
-
* salsa20_set_iv: Cipher functions. (line
|
3286
|
-
* salsa20_set_key: Cipher functions. (line
|
3287
|
-
*
|
3288
|
-
*
|
3289
|
-
*
|
3290
|
-
*
|
3291
|
-
*
|
3292
|
-
|
3293
|
-
*
|
3294
|
-
|
3295
|
-
*
|
3296
|
-
|
3297
|
-
*
|
3298
|
-
|
3299
|
-
*
|
3300
|
-
|
3301
|
-
*
|
3302
|
-
|
3303
|
-
*
|
3304
|
-
|
3927
|
+
* salsa20_crypt: Cipher functions. (line 557)
|
3928
|
+
* salsa20_set_iv: Cipher functions. (line 551)
|
3929
|
+
* salsa20_set_key: Cipher functions. (line 545)
|
3930
|
+
* salsa20r12_crypt: Cipher functions. (line 571)
|
3931
|
+
* serpent_decrypt: Cipher functions. (line 611)
|
3932
|
+
* serpent_encrypt: Cipher functions. (line 604)
|
3933
|
+
* serpent_set_key: Cipher functions. (line 599)
|
3934
|
+
* sha1_digest: Legacy hash functions.
|
3935
|
+
(line 179)
|
3936
|
+
* sha1_init: Legacy hash functions.
|
3937
|
+
(line 171)
|
3938
|
+
* sha1_update: Legacy hash functions.
|
3939
|
+
(line 175)
|
3940
|
+
* sha224_digest: Recommended hash functions.
|
3941
|
+
(line 70)
|
3942
|
+
* sha224_init: Recommended hash functions.
|
3943
|
+
(line 62)
|
3944
|
+
* sha224_update: Recommended hash functions.
|
3945
|
+
(line 66)
|
3946
|
+
* sha256_digest: Recommended hash functions.
|
3947
|
+
(line 34)
|
3948
|
+
* sha256_init: Recommended hash functions.
|
3949
|
+
(line 26)
|
3950
|
+
* sha256_update: Recommended hash functions.
|
3951
|
+
(line 30)
|
3952
|
+
* sha384_digest: Recommended hash functions.
|
3953
|
+
(line 138)
|
3954
|
+
* sha384_init: Recommended hash functions.
|
3955
|
+
(line 130)
|
3956
|
+
* sha384_update: Recommended hash functions.
|
3957
|
+
(line 134)
|
3958
|
+
* sha3_224_digest: Recommended hash functions.
|
3959
|
+
(line 176)
|
3960
|
+
* sha3_224_init: Recommended hash functions.
|
3961
|
+
(line 168)
|
3962
|
+
* sha3_224_update: Recommended hash functions.
|
3963
|
+
(line 172)
|
3964
|
+
* sha3_256_digest: Recommended hash functions.
|
3965
|
+
(line 208)
|
3966
|
+
* sha3_256_init: Recommended hash functions.
|
3967
|
+
(line 200)
|
3968
|
+
* sha3_256_update: Recommended hash functions.
|
3969
|
+
(line 204)
|
3970
|
+
* sha3_384_digest: Recommended hash functions.
|
3971
|
+
(line 239)
|
3972
|
+
* sha3_384_init: Recommended hash functions.
|
3973
|
+
(line 231)
|
3974
|
+
* sha3_384_update: Recommended hash functions.
|
3975
|
+
(line 235)
|
3976
|
+
* sha3_512_digest: Recommended hash functions.
|
3977
|
+
(line 270)
|
3978
|
+
* sha3_512_init: Recommended hash functions.
|
3979
|
+
(line 262)
|
3980
|
+
* sha3_512_update: Recommended hash functions.
|
3981
|
+
(line 266)
|
3982
|
+
* sha512_digest: Recommended hash functions.
|
3983
|
+
(line 105)
|
3984
|
+
* sha512_init: Recommended hash functions.
|
3985
|
+
(line 97)
|
3986
|
+
* sha512_update: Recommended hash functions.
|
3987
|
+
(line 101)
|
3305
3988
|
* Stream Cipher: Cipher functions. (line 12)
|
3306
|
-
* twofish_decrypt: Cipher functions. (line
|
3307
|
-
* twofish_encrypt: Cipher functions. (line
|
3308
|
-
* twofish_set_key: Cipher functions. (line
|
3989
|
+
* twofish_decrypt: Cipher functions. (line 647)
|
3990
|
+
* twofish_encrypt: Cipher functions. (line 640)
|
3991
|
+
* twofish_set_key: Cipher functions. (line 635)
|
3992
|
+
* UMAC: Keyed hash functions.
|
3993
|
+
(line 238)
|
3994
|
+
* umac128_digest: Keyed hash functions.
|
3995
|
+
(line 348)
|
3996
|
+
* umac128_set_key: Keyed hash functions.
|
3997
|
+
(line 311)
|
3998
|
+
* umac128_set_nonce: Keyed hash functions.
|
3999
|
+
(line 322)
|
4000
|
+
* umac128_update: Keyed hash functions.
|
4001
|
+
(line 337)
|
4002
|
+
* umac32_digest: Keyed hash functions.
|
4003
|
+
(line 342)
|
4004
|
+
* umac32_set_key: Keyed hash functions.
|
4005
|
+
(line 305)
|
4006
|
+
* umac32_set_nonce: Keyed hash functions.
|
4007
|
+
(line 316)
|
4008
|
+
* umac32_update: Keyed hash functions.
|
4009
|
+
(line 331)
|
4010
|
+
* umac64_digest: Keyed hash functions.
|
4011
|
+
(line 344)
|
4012
|
+
* umac64_set_key: Keyed hash functions.
|
4013
|
+
(line 307)
|
4014
|
+
* umac64_set_nonce: Keyed hash functions.
|
4015
|
+
(line 318)
|
4016
|
+
* umac64_update: Keyed hash functions.
|
4017
|
+
(line 333)
|
4018
|
+
* umac96_digest: Keyed hash functions.
|
4019
|
+
(line 346)
|
4020
|
+
* umac96_set_key: Keyed hash functions.
|
4021
|
+
(line 309)
|
4022
|
+
* umac96_set_nonce: Keyed hash functions.
|
4023
|
+
(line 320)
|
4024
|
+
* umac96_update: Keyed hash functions.
|
4025
|
+
(line 335)
|
3309
4026
|
* yarrow256_fast_reseed: Randomness. (line 277)
|
3310
4027
|
* yarrow256_init: Randomness. (line 226)
|
3311
4028
|
* yarrow256_is_seeded: Randomness. (line 267)
|
@@ -3321,31 +4038,36 @@ Function and Concept Index
|
|
3321
4038
|
|
3322
4039
|
Tag Table:
|
3323
4040
|
Node: Top543
|
3324
|
-
Node: Introduction
|
3325
|
-
Node: Copyright
|
3326
|
-
Node: Conventions
|
3327
|
-
Node: Example
|
3328
|
-
Node: Linking
|
3329
|
-
Node: Reference
|
3330
|
-
Node: Hash functions
|
3331
|
-
Node:
|
3332
|
-
Node:
|
3333
|
-
Node:
|
3334
|
-
Node:
|
3335
|
-
Node:
|
3336
|
-
Node:
|
3337
|
-
Node:
|
3338
|
-
Node:
|
3339
|
-
Node:
|
3340
|
-
|
3341
|
-
Node:
|
3342
|
-
Node:
|
3343
|
-
Node:
|
3344
|
-
|
3345
|
-
Node:
|
3346
|
-
Node:
|
3347
|
-
Node:
|
3348
|
-
Node:
|
4041
|
+
Node: Introduction2242
|
4042
|
+
Node: Copyright3808
|
4043
|
+
Node: Conventions8514
|
4044
|
+
Node: Example10476
|
4045
|
+
Node: Linking11726
|
4046
|
+
Node: Reference12559
|
4047
|
+
Node: Hash functions12975
|
4048
|
+
Node: Recommended hash functions14533
|
4049
|
+
Node: Legacy hash functions23944
|
4050
|
+
Node: nettle_hash abstraction31662
|
4051
|
+
Node: Cipher functions33302
|
4052
|
+
Node: Cipher modes62750
|
4053
|
+
Node: CBC63778
|
4054
|
+
Node: CTR67052
|
4055
|
+
Node: GCM69579
|
4056
|
+
Node: Keyed hash functions77142
|
4057
|
+
Node: Key derivation functions92106
|
4058
|
+
Node: Public-key algorithms95847
|
4059
|
+
Node: RSA99829
|
4060
|
+
Node: RSA-Footnotes110443
|
4061
|
+
Ref: RSA-Footnote-1110496
|
4062
|
+
Node: DSA110665
|
4063
|
+
Node: Elliptic curves121996
|
4064
|
+
Node: Randomness129060
|
4065
|
+
Node: ASCII encoding144164
|
4066
|
+
Node: Miscellaneous functions150614
|
4067
|
+
Node: Compatibility functions151122
|
4068
|
+
Node: Nettle soup152369
|
4069
|
+
Node: Installation153362
|
4070
|
+
Node: Index154057
|
3349
4071
|
|
3350
4072
|
End Tag Table
|
3351
4073
|
|