glib2 3.2.5-x86-mingw32 → 3.2.6-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/COPYING.LIB +502 -0
- data/README.md +42 -0
- data/Rakefile +8 -7
- data/ext/glib2/glib2.def +5 -0
- data/ext/glib2/rbglib-gc.c +89 -0
- data/ext/glib2/rbglib-variant-type.c +17 -0
- data/ext/glib2/rbglib.c +3 -0
- data/ext/glib2/rbglib.h +6 -1
- data/ext/glib2/rbglib2conversions.h +1 -1
- data/ext/glib2/rbgobj_boxed.c +49 -30
- data/ext/glib2/rbgobj_closure.c +3 -2
- data/ext/glib2/rbgobj_convert.c +1 -2
- data/ext/glib2/rbgobj_enums.c +32 -14
- data/ext/glib2/rbgobj_flags.c +31 -14
- data/ext/glib2/rbgobj_param.c +43 -23
- data/ext/glib2/rbgobj_signal.c +78 -66
- data/ext/glib2/rbgobj_type.c +22 -10
- data/ext/glib2/rbgobject.h +2 -0
- data/ext/glib2/rbgprivate.h +11 -0
- data/glib2.gemspec +48 -0
- data/lib/2.2/glib2.so +0 -0
- data/lib/2.3/glib2.so +0 -0
- data/lib/2.4/glib2.so +0 -0
- data/lib/2.5/glib2.so +0 -0
- data/lib/gnome2/rake/package-task.rb +17 -5
- data/lib/gnome2/rake/package.rb +2 -2
- data/lib/gnome2/rake/windows-binary-build-task.rb +39 -6
- data/lib/mkmf-gnome2.rb +4 -3
- data/sample/bookmarkfile.rb +2 -2
- data/sample/type-register.rb +6 -6
- data/sample/type-register2.rb +6 -6
- data/test/{test_enum.rb → test-enum.rb} +0 -0
- data/test/{test_file_utils.rb → test-file-utils.rb} +0 -0
- data/test/{test_flags.rb → test-flags.rb} +0 -0
- data/test/{test_glib2.rb → test-glib2.rb} +0 -0
- data/test/{test_key_file.rb → test-key-file.rb} +0 -0
- data/test/{test_mkenums.rb → test-mkenums.rb} +0 -0
- data/test/{test_poll_fd.rb → test-poll-fd.rb} +0 -0
- data/test/{test_signal.rb → test-signal.rb} +34 -2
- data/test/{test_source.rb → test-source.rb} +0 -0
- data/test/{test_spawn.rb → test-spawn.rb} +0 -0
- data/test/{test_timeout.rb → test-timeout.rb} +0 -0
- data/test/{test_unicode.rb → test-unicode.rb} +0 -0
- data/test/{test_utils.rb → test-utils.rb} +0 -0
- data/test/{test_value.rb → test-value.rb} +0 -0
- data/test/test-variant.rb +27 -0
- data/test/{test_win32.rb → test-win32.rb} +0 -0
- data/vendor/local/bin/asn1Coding.exe +0 -0
- data/vendor/local/bin/asn1Decoding.exe +0 -0
- data/vendor/local/bin/asn1Parser.exe +0 -0
- data/vendor/local/bin/envsubst.exe +0 -0
- data/vendor/local/bin/gdbus.exe +0 -0
- data/vendor/local/bin/gettext.exe +0 -0
- data/vendor/local/bin/gio-querymodules.exe +0 -0
- data/vendor/local/bin/gio.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 +1 -1
- data/vendor/local/bin/glib-gettextize +1 -1
- data/vendor/local/bin/glib-mkenums +4 -2
- data/vendor/local/bin/gobject-query.exe +0 -0
- data/vendor/local/bin/gresource.exe +0 -0
- data/vendor/local/bin/gsettings.exe +0 -0
- data/vendor/local/bin/gspawn-win32-helper-console.exe +0 -0
- data/vendor/local/bin/gspawn-win32-helper.exe +0 -0
- data/vendor/local/bin/iconv.exe +0 -0
- data/vendor/local/bin/idn2.exe +0 -0
- data/vendor/local/bin/libasprintf-0.dll +0 -0
- data/vendor/local/bin/libcharset-1.dll +0 -0
- data/vendor/local/bin/libffi-6.dll +0 -0
- data/vendor/local/bin/libgio-2.0-0.dll +0 -0
- data/vendor/local/bin/libglib-2.0-0.dll +0 -0
- data/vendor/local/bin/libgmodule-2.0-0.dll +0 -0
- data/vendor/local/bin/libgmp-10.dll +0 -0
- data/vendor/local/bin/libgnutls-30.dll +0 -0
- data/vendor/local/bin/libgobject-2.0-0.dll +0 -0
- data/vendor/local/bin/libgthread-2.0-0.dll +0 -0
- data/vendor/local/bin/libhogweed-4-2.dll +0 -0
- data/vendor/local/bin/libiconv-2.dll +0 -0
- data/vendor/local/bin/libidn2-0.dll +0 -0
- data/vendor/local/bin/libintl-8.dll +0 -0
- data/vendor/local/bin/libnettle-6-2.dll +0 -0
- data/vendor/local/bin/libp11-kit-0.dll +0 -0
- data/vendor/local/bin/libpcre-1.dll +0 -0
- data/vendor/local/bin/libpcrecpp-0.dll +0 -0
- data/vendor/local/bin/libpcreposix-0.dll +0 -0
- data/vendor/local/bin/libtasn1-6.dll +0 -0
- data/vendor/local/bin/nettle-hash.exe +0 -0
- data/vendor/local/bin/nettle-lfib-stream.exe +0 -0
- data/vendor/local/bin/nettle-pbkdf2.exe +0 -0
- data/vendor/local/bin/ngettext.exe +0 -0
- data/vendor/local/bin/p11-kit.exe +0 -0
- data/vendor/local/bin/pcregrep.exe +0 -0
- data/vendor/local/bin/pcretest.exe +0 -0
- data/vendor/local/bin/pkcs1-conv.exe +0 -0
- data/vendor/local/bin/sexp-conv.exe +0 -0
- data/vendor/local/bin/trust.exe +0 -0
- data/vendor/local/include/idn2.h +5 -3
- data/vendor/local/include/p11-kit-1/p11-kit/iter.h +25 -1
- data/vendor/local/include/p11-kit-1/p11-kit/p11-kit.h +6 -0
- data/vendor/local/include/p11-kit-1/p11-kit/pkcs11.h +133 -4
- data/vendor/local/include/p11-kit-1/p11-kit/pkcs11x.h +1 -0
- data/vendor/local/include/p11-kit-1/p11-kit/remote.h +15 -0
- data/vendor/local/include/p11-kit-1/p11-kit/uri.h +32 -12
- data/vendor/local/lib/gio/modules/libgiognutls.dll +0 -0
- data/vendor/local/lib/glib-2.0/include/glibconfig.h +1 -1
- data/vendor/local/lib/libasprintf.a +0 -0
- data/vendor/local/lib/libasprintf.dll.a +0 -0
- data/vendor/local/lib/libasprintf.la +1 -1
- data/vendor/local/lib/libcharset.a +0 -0
- data/vendor/local/lib/libcharset.dll.a +0 -0
- data/vendor/local/lib/libcharset.la +1 -1
- data/vendor/local/lib/libffi.dll.a +0 -0
- data/vendor/local/lib/libffi.la +1 -1
- data/vendor/local/lib/libgio-2.0.dll.a +0 -0
- data/vendor/local/lib/libgio-2.0.la +2 -2
- data/vendor/local/lib/libglib-2.0.dll.a +0 -0
- data/vendor/local/lib/libglib-2.0.la +2 -2
- data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
- data/vendor/local/lib/libgmodule-2.0.la +2 -2
- data/vendor/local/lib/libgmp.dll.a +0 -0
- data/vendor/local/lib/libgnutls.dll.a +0 -0
- data/vendor/local/lib/libgnutls.la +1 -1
- data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
- data/vendor/local/lib/libgobject-2.0.la +2 -2
- data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
- data/vendor/local/lib/libgthread-2.0.la +2 -2
- data/vendor/local/lib/libhogweed.dll.a +0 -0
- data/vendor/local/lib/libiconv.dll.a +0 -0
- data/vendor/local/lib/libiconv.la +1 -1
- data/vendor/local/lib/libidn2.a +0 -0
- data/vendor/local/lib/libidn2.dll.a +0 -0
- data/vendor/local/lib/libidn2.la +2 -2
- data/vendor/local/lib/libintl.a +0 -0
- data/vendor/local/lib/libintl.dll.a +0 -0
- data/vendor/local/lib/libintl.la +1 -1
- data/vendor/local/lib/libnettle.dll.a +0 -0
- data/vendor/local/lib/libp11-kit.dll.a +0 -0
- data/vendor/local/lib/libp11-kit.la +3 -3
- data/vendor/local/lib/libpcre.a +0 -0
- data/vendor/local/lib/libpcre.dll.a +0 -0
- data/vendor/local/lib/libpcre.la +1 -1
- data/vendor/local/lib/libpcrecpp.dll.a +0 -0
- data/vendor/local/lib/libpcrecpp.la +1 -1
- data/vendor/local/lib/libpcreposix.a +0 -0
- data/vendor/local/lib/libpcreposix.dll.a +0 -0
- data/vendor/local/lib/libpcreposix.la +1 -1
- data/vendor/local/lib/libtasn1.dll.a +0 -0
- data/vendor/local/lib/pkcs11/p11-kit-trust.dll +0 -0
- data/vendor/local/lib/pkcs11/p11-kit-trust.dll.a +0 -0
- data/vendor/local/lib/pkcs11/p11-kit-trust.la +3 -3
- data/vendor/local/lib/pkgconfig/gio-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/glib-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gmodule-export-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gobject-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gthread-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/libidn2.pc +1 -1
- data/vendor/local/lib/pkgconfig/p11-kit-1.pc +1 -1
- data/vendor/local/libexec/p11-kit/p11-kit-remote.exe +0 -0
- data/vendor/local/libexec/p11-kit/p11-kit-server.exe +0 -0
- data/vendor/local/share/gdb/auto-load/home/vagrant/ruby-gnome2/glib2/vendor/local/lib/{libglib-2.0.so.0.5600.0-gdb.py → libglib-2.0.so.0.5600.1-gdb.py} +0 -0
- data/vendor/local/share/gdb/auto-load/home/vagrant/ruby-gnome2/glib2/vendor/local/lib/{libgobject-2.0.so.0.5600.0-gdb.py → libgobject-2.0.so.0.5600.1-gdb.py} +0 -0
- data/vendor/local/share/glib-2.0/codegen/__init__.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/__init__.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_main.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_main.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/config.py +1 -1
- data/vendor/local/share/glib-2.0/codegen/config.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/config.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/dbustypes.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/dbustypes.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/parser.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/parser.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/utils.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/utils.pyo +0 -0
- data/vendor/local/share/glib-2.0/gdb/gobject_gdb.py +1 -1
- data/vendor/local/share/gtk-doc/html/gio/GApplication.html +35 -13
- data/vendor/local/share/gtk-doc/html/gio/gio.html +0 -4
- data/vendor/local/share/gtk-doc/html/gio/index.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +2 -2
- data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +3 -3
- data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +4 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-UNIX-specific-utilities-and-integration.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +1 -1
- data/vendor/local/share/gtk-doc/html/glib/index.html +1 -1
- data/vendor/local/share/gtk-doc/html/gobject/index.html +1 -1
- data/vendor/local/share/gtk-doc/html/libidn2/api-index-full.html +4 -10
- data/vendor/local/share/gtk-doc/html/libidn2/home.png +0 -0
- data/vendor/local/share/gtk-doc/html/libidn2/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/libidn2/left-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/libidn2/left.png +0 -0
- data/vendor/local/share/gtk-doc/html/libidn2/libidn2-idn2.html +67 -75
- data/vendor/local/share/gtk-doc/html/libidn2/libidn2.devhelp2 +1 -0
- data/vendor/local/share/gtk-doc/html/libidn2/libidn2.html +2 -2
- data/vendor/local/share/gtk-doc/html/libidn2/right-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/libidn2/right.png +0 -0
- data/vendor/local/share/gtk-doc/html/libidn2/style.css +4 -0
- data/vendor/local/share/gtk-doc/html/libidn2/up-insensitive.png +0 -0
- data/vendor/local/share/gtk-doc/html/libidn2/up.png +0 -0
- data/vendor/local/share/gtk-doc/html/p11-kit/config-example.html +3 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/config-files.html +3 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/config.html +3 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-building-style.html +3 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-building.html +4 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-commands.html +3 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-debugging.html +3 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-paths.html +3 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-testing.html +4 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel.html +5 -5
- data/vendor/local/share/gtk-doc/html/p11-kit/index.html +5 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Deprecated.html +3 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Future.html +292 -19
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Modules.html +22 -16
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-PIN-Callbacks.html +19 -19
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-URIs.html +262 -21
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Utilities.html +5 -5
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit.devhelp2 +21 -1
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit.html +18 -5
- data/vendor/local/share/gtk-doc/html/p11-kit/pkcs11-conf.html +6 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/reference.html +43 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/remoting.html +230 -0
- data/vendor/local/share/gtk-doc/html/p11-kit/sharing-managed.html +3 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/sharing.html +5 -5
- data/vendor/local/share/gtk-doc/html/p11-kit/tools.html +3 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-disable.html +3 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-glib-networking.html +3 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-module.html +5 -5
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-nss.html +3 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/trust.html +42 -7
- data/vendor/local/share/info/libidn2.info +94 -54
- data/vendor/local/share/locale/cs/LC_MESSAGES/libidn2.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/libidn2.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/libidn2.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/libidn2.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/libidn2.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/libidn2.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/libidn2.mo +0 -0
- data/vendor/local/share/locale/fur/LC_MESSAGES/libidn2.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/libidn2.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/libidn2.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/libidn2.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/libidn2.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/libidn2.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/libidn2.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/libidn2.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/libidn2.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/libidn2.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/libidn2.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/libidn2.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/libidn2.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/libidn2.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/libidn2.mo +0 -0
- data/vendor/local/share/man/man1/gapplication.1 +1 -1
- data/vendor/local/share/man/man1/gdbus-codegen.1 +1 -1
- data/vendor/local/share/man/man1/gdbus.1 +1 -1
- data/vendor/local/share/man/man1/gio-querymodules.1 +1 -1
- data/vendor/local/share/man/man1/gio.1 +1 -6
- data/vendor/local/share/man/man1/glib-compile-resources.1 +1 -1
- data/vendor/local/share/man/man1/glib-compile-schemas.1 +1 -1
- data/vendor/local/share/man/man1/glib-genmarshal.1 +1 -1
- data/vendor/local/share/man/man1/glib-gettextize.1 +1 -1
- data/vendor/local/share/man/man1/glib-mkenums.1 +1 -1
- data/vendor/local/share/man/man1/gobject-query.1 +1 -1
- data/vendor/local/share/man/man1/gresource.1 +1 -1
- data/vendor/local/share/man/man1/gsettings.1 +1 -1
- data/vendor/local/share/man/man1/gtester-report.1 +1 -1
- data/vendor/local/share/man/man1/gtester.1 +1 -1
- data/vendor/local/share/man/man3/idn2_check_version.3 +1 -1
- data/vendor/local/share/man/man3/idn2_free.3 +1 -1
- data/vendor/local/share/man/man3/idn2_lookup_u8.3 +1 -1
- data/vendor/local/share/man/man3/idn2_lookup_ul.3 +1 -1
- data/vendor/local/share/man/man3/idn2_register_u8.3 +1 -1
- data/vendor/local/share/man/man3/idn2_register_ul.3 +3 -2
- data/vendor/local/share/man/man3/idn2_strerror.3 +1 -1
- data/vendor/local/share/man/man3/idn2_strerror_name.3 +1 -1
- data/vendor/local/share/man/man3/idn2_to_ascii_4i.3 +6 -3
- data/vendor/local/share/man/man3/idn2_to_ascii_4z.3 +6 -3
- data/vendor/local/share/man/man3/idn2_to_ascii_8z.3 +6 -3
- data/vendor/local/share/man/man3/idn2_to_ascii_lz.3 +6 -3
- data/vendor/local/share/man/man3/idn2_to_unicode_44i.3 +1 -1
- data/vendor/local/share/man/man3/idn2_to_unicode_4z4z.3 +1 -1
- data/vendor/local/share/man/man3/idn2_to_unicode_8z4z.3 +1 -1
- data/vendor/local/share/man/man3/idn2_to_unicode_8z8z.3 +1 -1
- data/vendor/local/share/man/man3/idn2_to_unicode_8zlz.3 +1 -1
- data/vendor/local/share/man/man3/idn2_to_unicode_lzlz.3 +1 -1
- data/vendor/local/share/p11-kit/modules/p11-kit-trust.module +3 -0
- data/version.rb +30 -0
- metadata +52 -71
- data/vendor/local/share/installed-tests/glib-networking/certificate.test +0 -3
- data/vendor/local/share/installed-tests/glib-networking/connection.test +0 -3
- data/vendor/local/share/installed-tests/glib-networking/dtls-connection.test +0 -3
- data/vendor/local/share/installed-tests/glib-networking/file-database.test +0 -3
- data/vendor/local/share/installed-tests/glib-networking/pkcs11-array.test +0 -3
- data/vendor/local/share/installed-tests/glib-networking/pkcs11-pin.test +0 -3
- data/vendor/local/share/installed-tests/glib-networking/pkcs11-slot.test +0 -3
- data/vendor/local/share/installed-tests/glib-networking/pkcs11-util.test +0 -3
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -0,0 +1,27 @@
|
|
1
|
+
# Copyright (C) 2018 Ruby-GNOME2 Project Team
|
2
|
+
#
|
3
|
+
# This library is free software; you can redistribute it and/or
|
4
|
+
# modify it under the terms of the GNU Lesser General Public
|
5
|
+
# License as published by the Free Software Foundation; either
|
6
|
+
# version 2.1 of the License, or (at your option) any later version.
|
7
|
+
#
|
8
|
+
# This library is distributed in the hope that it will be useful,
|
9
|
+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
10
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
11
|
+
# Lesser General Public License for more details.
|
12
|
+
#
|
13
|
+
# You should have received a copy of the GNU Lesser General Public
|
14
|
+
# License along with this library; if not, write to the Free Software
|
15
|
+
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
16
|
+
|
17
|
+
class TestGLibVariant < Test::Unit::TestCase
|
18
|
+
include GLibTestUtils
|
19
|
+
|
20
|
+
sub_test_case "#initialize" do
|
21
|
+
test "type: string" do
|
22
|
+
variant = GLib::Variant.new("hello", "s")
|
23
|
+
assert_equal([GLib::VariantType::STRING, "hello"],
|
24
|
+
[variant.type, variant.value])
|
25
|
+
end
|
26
|
+
end
|
27
|
+
end
|
File without changes
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/vendor/local/bin/gdbus.exe
CHANGED
Binary file
|
Binary file
|
Binary file
|
data/vendor/local/bin/gio.exe
CHANGED
Binary file
|
Binary file
|
Binary file
|
@@ -22,7 +22,7 @@ import os
|
|
22
22
|
import re
|
23
23
|
import sys
|
24
24
|
|
25
|
-
VERSION_STR = '''glib-genmarshal version 2.56.
|
25
|
+
VERSION_STR = '''glib-genmarshal version 2.56.1
|
26
26
|
glib-genmarshal comes with ABSOLUTELY NO WARRANTY.
|
27
27
|
You may redistribute copies of glib-genmarshal under the terms of
|
28
28
|
the GNU General Public License which can be found in the
|
@@ -37,7 +37,7 @@ Usage: glib-gettextize [OPTION]... [package-dir]
|
|
37
37
|
-f, --force force writing of new files even if old exist
|
38
38
|
Report bugs to http://bugzilla.gnome.org/."
|
39
39
|
package=glib
|
40
|
-
version=2.56.
|
40
|
+
version=2.56.1
|
41
41
|
try_ln_s=:
|
42
42
|
|
43
43
|
# Directory where the sources are stored.
|
@@ -19,7 +19,7 @@ import errno
|
|
19
19
|
import codecs
|
20
20
|
import locale
|
21
21
|
|
22
|
-
VERSION_STR = '''glib-mkenums version 2.56.
|
22
|
+
VERSION_STR = '''glib-mkenums version 2.56.1
|
23
23
|
glib-mkenums comes with ABSOLUTELY NO WARRANTY.
|
24
24
|
You may redistribute copies of glib-mkenums under the terms of
|
25
25
|
the GNU General Public License which can be found in the
|
@@ -457,7 +457,7 @@ def process_file(curfilename):
|
|
457
457
|
if re.match(r'\s*typedef\s+enum.*;', line):
|
458
458
|
continue
|
459
459
|
|
460
|
-
m = re.match(r'''\s*typedef\s+enum\s*
|
460
|
+
m = re.match(r'''\s*typedef\s+enum\s*[_A-Za-z]*[_A-Za-z0-9]*\s*
|
461
461
|
({)?\s*
|
462
462
|
(?:/\*<
|
463
463
|
(([^*]|\*(?!/))*)
|
@@ -495,6 +495,8 @@ def process_file(curfilename):
|
|
495
495
|
if groups[0] is None and (len(groups) < 4 or groups[3] is None):
|
496
496
|
while True:
|
497
497
|
line = curfile.readline()
|
498
|
+
if not line:
|
499
|
+
print_error("Syntax error when looking for opening { in enum")
|
498
500
|
if re.match(r'\s*\{', line):
|
499
501
|
break
|
500
502
|
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/vendor/local/bin/iconv.exe
CHANGED
Binary file
|
data/vendor/local/bin/idn2.exe
CHANGED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/vendor/local/bin/trust.exe
CHANGED
Binary file
|
data/vendor/local/include/idn2.h
CHANGED
@@ -91,7 +91,7 @@ extern "C"
|
|
91
91
|
* version number. Used together with idn2_check_version() to verify
|
92
92
|
* header file and run-time library consistency.
|
93
93
|
*/
|
94
|
-
#define IDN2_VERSION "2.0.
|
94
|
+
#define IDN2_VERSION "2.0.5"
|
95
95
|
|
96
96
|
/**
|
97
97
|
* IDN2_VERSION_NUMBER
|
@@ -102,7 +102,7 @@ extern "C"
|
|
102
102
|
* digits are used to enumerate development snapshots, but for all
|
103
103
|
* public releases they will be 0000.
|
104
104
|
*/
|
105
|
-
#define IDN2_VERSION_NUMBER
|
105
|
+
#define IDN2_VERSION_NUMBER 0x02000005
|
106
106
|
|
107
107
|
/**
|
108
108
|
* IDN2_VERSION_MAJOR
|
@@ -126,7 +126,7 @@ extern "C"
|
|
126
126
|
* Pre-processor symbol for the patch level number (decimal).
|
127
127
|
* The version scheme is major.minor.patchlevel.
|
128
128
|
*/
|
129
|
-
#define IDN2_VERSION_PATCH
|
129
|
+
#define IDN2_VERSION_PATCH 5
|
130
130
|
|
131
131
|
/**
|
132
132
|
* IDN2_LABEL_MAX_LENGTH
|
@@ -151,6 +151,7 @@ extern "C"
|
|
151
151
|
* idn2_flags:
|
152
152
|
* @IDN2_NFC_INPUT: Normalize input string using normalization form C.
|
153
153
|
* @IDN2_ALABEL_ROUNDTRIP: Perform optional IDNA2008 lookup roundtrip check (not implemented yet).
|
154
|
+
* @IDN2_NO_TR46: Disable Unicode TR46 processing (default).
|
154
155
|
* @IDN2_TRANSITIONAL: Perform Unicode TR46 transitional processing.
|
155
156
|
* @IDN2_NONTRANSITIONAL: Perform Unicode TR46 non-transitional processing.
|
156
157
|
* @IDN2_ALLOW_UNASSIGNED: Libidn compatibility flag, unused.
|
@@ -169,6 +170,7 @@ extern "C"
|
|
169
170
|
IDN2_NONTRANSITIONAL = 8,
|
170
171
|
IDN2_ALLOW_UNASSIGNED = 16,
|
171
172
|
IDN2_USE_STD3_ASCII_RULES = 32,
|
173
|
+
IDN2_NO_TR46 = 64
|
172
174
|
} idn2_flags;
|
173
175
|
|
174
176
|
/* IDNA2008 with UTF-8 encoded inputs. */
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*
|
2
|
-
* Copyright (c) 2013 Red Hat, Inc
|
2
|
+
* Copyright (c) 2013,2016 Red Hat, Inc
|
3
3
|
*
|
4
4
|
* Redistribution and use in source and binary forms, with or without
|
5
5
|
* modification, are permitted provided that the following conditions
|
@@ -45,12 +45,34 @@ extern "C" {
|
|
45
45
|
|
46
46
|
#ifdef P11_KIT_FUTURE_UNSTABLE_API
|
47
47
|
|
48
|
+
/*
|
49
|
+
* If the caller is using the PKCS#11 GNU calling convention, then we cater
|
50
|
+
* to that here.
|
51
|
+
*/
|
52
|
+
#ifdef CRYPTOKI_GNU
|
53
|
+
typedef unsigned char CK_BBOOL;
|
54
|
+
typedef ck_object_handle_t CK_OBJECT_HANDLE;
|
55
|
+
typedef ck_session_handle_t CK_SESSION_HANDLE;
|
56
|
+
#endif
|
57
|
+
|
48
58
|
typedef struct p11_kit_iter P11KitIter;
|
49
59
|
typedef P11KitIter p11_kit_iter;
|
50
60
|
|
61
|
+
typedef enum {
|
62
|
+
P11_KIT_ITER_KIND_MODULE,
|
63
|
+
P11_KIT_ITER_KIND_SLOT,
|
64
|
+
P11_KIT_ITER_KIND_TOKEN,
|
65
|
+
P11_KIT_ITER_KIND_OBJECT,
|
66
|
+
P11_KIT_ITER_KIND_UNKNOWN = -1,
|
67
|
+
} P11KitIterKind;
|
68
|
+
|
51
69
|
typedef enum {
|
52
70
|
P11_KIT_ITER_BUSY_SESSIONS = 1 << 1,
|
53
71
|
P11_KIT_ITER_WANT_WRITABLE = 1 << 2,
|
72
|
+
P11_KIT_ITER_WITH_MODULES = 1 << 3,
|
73
|
+
P11_KIT_ITER_WITH_SLOTS = 1 << 4,
|
74
|
+
P11_KIT_ITER_WITH_TOKENS = 1 << 5,
|
75
|
+
P11_KIT_ITER_WITHOUT_OBJECTS = 1 << 6,
|
54
76
|
} P11KitIterBehavior;
|
55
77
|
|
56
78
|
typedef CK_RV (* p11_kit_iter_callback) (P11KitIter *iter,
|
@@ -84,6 +106,8 @@ void p11_kit_iter_begin_with (P11KitIter *iter,
|
|
84
106
|
|
85
107
|
CK_RV p11_kit_iter_next (P11KitIter *iter);
|
86
108
|
|
109
|
+
P11KitIterKind p11_kit_iter_get_kind (P11KitIter *iter);
|
110
|
+
|
87
111
|
CK_FUNCTION_LIST_PTR p11_kit_iter_get_module (P11KitIter *iter);
|
88
112
|
|
89
113
|
CK_SLOT_ID p11_kit_iter_get_slot (P11KitIter *iter);
|
@@ -57,6 +57,7 @@ enum {
|
|
57
57
|
P11_KIT_MODULE_UNMANAGED = 1 << 0,
|
58
58
|
P11_KIT_MODULE_CRITICAL = 1 << 1,
|
59
59
|
P11_KIT_MODULE_TRUSTED = 1 << 2,
|
60
|
+
P11_KIT_MODULE_MASK = (1 << 3) - 1
|
60
61
|
};
|
61
62
|
|
62
63
|
typedef void (* p11_kit_destroyer) (void *data);
|
@@ -111,6 +112,11 @@ void p11_kit_be_loud (void);
|
|
111
112
|
|
112
113
|
void p11_kit_set_progname (const char *progname);
|
113
114
|
|
115
|
+
void p11_kit_override_system_files (const char *system_conf,
|
116
|
+
const char *user_conf,
|
117
|
+
const char *package_modules,
|
118
|
+
const char *system_modules,
|
119
|
+
const char *user_modules);
|
114
120
|
#endif
|
115
121
|
|
116
122
|
const char * p11_kit_message (void);
|
@@ -1,6 +1,7 @@
|
|
1
1
|
/* pkcs11.h
|
2
2
|
Copyright 2006, 2007 g10 Code GmbH
|
3
3
|
Copyright 2006 Andreas Jellinghaus
|
4
|
+
Copyright 2017 Red Hat, Inc.
|
4
5
|
|
5
6
|
This file is free software; as a special exception the author gives
|
6
7
|
unlimited permission to copy and/or distribute it, with or without
|
@@ -11,12 +12,12 @@
|
|
11
12
|
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
|
12
13
|
PURPOSE. */
|
13
14
|
|
14
|
-
/* Please submit changes back to the
|
15
|
-
|
15
|
+
/* Please submit any changes back to the p11-kit project at
|
16
|
+
https://github.com/p11-glue/p11-kit/, so that
|
16
17
|
they can be picked up by other projects from there as well. */
|
17
18
|
|
18
19
|
/* This file is a modified implementation of the PKCS #11 standard by
|
19
|
-
|
20
|
+
OASIS group. It is mostly a drop-in replacement, with the
|
20
21
|
following change:
|
21
22
|
|
22
23
|
This header file does not require any macro definitions by the user
|
@@ -147,6 +148,8 @@ extern "C" {
|
|
147
148
|
#define value pValue
|
148
149
|
#define value_len ulValueLen
|
149
150
|
|
151
|
+
#define count ulCount
|
152
|
+
|
150
153
|
#define ck_date _CK_DATE
|
151
154
|
|
152
155
|
#define ck_mechanism_type_t CK_MECHANISM_TYPE
|
@@ -155,10 +158,17 @@ extern "C" {
|
|
155
158
|
#define parameter pParameter
|
156
159
|
#define parameter_len ulParameterLen
|
157
160
|
|
161
|
+
#define params pParams
|
162
|
+
|
158
163
|
#define ck_mechanism_info _CK_MECHANISM_INFO
|
159
164
|
#define min_key_size ulMinKeySize
|
160
165
|
#define max_key_size ulMaxKeySize
|
161
166
|
|
167
|
+
#define ck_param_type CK_PARAM_TYPE
|
168
|
+
#define ck_otp_param CK_OTP_PARAM
|
169
|
+
#define ck_otp_params CK_OTP_PARAMS
|
170
|
+
#define ck_otp_signature_info CK_OTP_SIGNATURE_INFO
|
171
|
+
|
162
172
|
#define ck_rv_t CK_RV
|
163
173
|
#define ck_notify_t CK_NOTIFY
|
164
174
|
|
@@ -179,6 +189,7 @@ extern "C" {
|
|
179
189
|
#define ck_rsa_pkcs_mgf_type_t CK_RSA_PKCS_MGF_TYPE
|
180
190
|
#define ck_rsa_pkcs_oaep_source_type_t CK_RSA_PKCS_OAEP_SOURCE_TYPE
|
181
191
|
#define hash_alg hashAlg
|
192
|
+
#define s_len sLen
|
182
193
|
#define source_data pSourceData
|
183
194
|
#define source_data_len ulSourceDataLen
|
184
195
|
|
@@ -321,6 +332,7 @@ typedef unsigned long ck_object_class_t;
|
|
321
332
|
#define CKO_HW_FEATURE (5UL)
|
322
333
|
#define CKO_DOMAIN_PARAMETERS (6UL)
|
323
334
|
#define CKO_MECHANISM (7UL)
|
335
|
+
#define CKO_OTP_KEY (8UL)
|
324
336
|
#define CKO_VENDOR_DEFINED ((unsigned long) (1UL << 31))
|
325
337
|
|
326
338
|
|
@@ -437,6 +449,23 @@ typedef unsigned long ck_attribute_type_t;
|
|
437
449
|
#define CKA_AUTH_PIN_FLAGS (0x201UL)
|
438
450
|
#define CKA_ALWAYS_AUTHENTICATE (0x202UL)
|
439
451
|
#define CKA_WRAP_WITH_TRUSTED (0x210UL)
|
452
|
+
#define CKA_OTP_FORMAT (0x220UL)
|
453
|
+
#define CKA_OTP_LENGTH (0x221UL)
|
454
|
+
#define CKA_OTP_TIME_INTERVAL (0x222UL)
|
455
|
+
#define CKA_OTP_USER_FRIENDLY_MODE (0x223UL)
|
456
|
+
#define CKA_OTP_CHALLENGE_REQUIREMENT (0x224UL)
|
457
|
+
#define CKA_OTP_TIME_REQUIREMENT (0x225UL)
|
458
|
+
#define CKA_OTP_COUNTER_REQUIREMENT (0x226UL)
|
459
|
+
#define CKA_OTP_PIN_REQUIREMENT (0x227UL)
|
460
|
+
#define CKA_OTP_USER_IDENTIFIER (0x22AUL)
|
461
|
+
#define CKA_OTP_SERVICE_IDENTIFIER (0x22BUL)
|
462
|
+
#define CKA_OTP_SERVICE_LOGO (0x22CUL)
|
463
|
+
#define CKA_OTP_SERVICE_LOGO_TYPE (0x22DUL)
|
464
|
+
#define CKA_OTP_COUNTER (0x22EUL)
|
465
|
+
#define CKA_OTP_TIME (0x22FUL)
|
466
|
+
#define CKA_GOSTR3410_PARAMS (0x250UL)
|
467
|
+
#define CKA_GOSTR3411_PARAMS (0x251UL)
|
468
|
+
#define CKA_GOST28147_PARAMS (0x252UL)
|
440
469
|
#define CKA_HW_FEATURE_TYPE (0x300UL)
|
441
470
|
#define CKA_RESET_ON_INIT (0x301UL)
|
442
471
|
#define CKA_HAS_RESET (0x302UL)
|
@@ -563,6 +592,12 @@ typedef unsigned long ck_mechanism_type_t;
|
|
563
592
|
#define CKM_SHA512 (0x270UL)
|
564
593
|
#define CKM_SHA512_HMAC (0x271UL)
|
565
594
|
#define CKM_SHA512_HMAC_GENERAL (0x272UL)
|
595
|
+
#define CKM_SECURID_KEY_GEN (0x280UL)
|
596
|
+
#define CKM_SECURID (0x282UL)
|
597
|
+
#define CKM_HOTP_KEY_GEN (0x290UL)
|
598
|
+
#define CKM_HOTP (0x291UL)
|
599
|
+
#define CKM_ACTI (0x2a0UL)
|
600
|
+
#define CKM_ACTI_KEY_GEN (0x2a1UL)
|
566
601
|
#define CKM_CAST_KEY_GEN (0x300UL)
|
567
602
|
#define CKM_CAST_ECB (0x301UL)
|
568
603
|
#define CKM_CAST_CBC (0x302UL)
|
@@ -698,6 +733,18 @@ typedef unsigned long ck_mechanism_type_t;
|
|
698
733
|
#define CKM_DES3_CBC_ENCRYPT_DATA (0x1103UL)
|
699
734
|
#define CKM_AES_ECB_ENCRYPT_DATA (0x1104UL)
|
700
735
|
#define CKM_AES_CBC_ENCRYPT_DATA (0x1105UL)
|
736
|
+
#define CKM_GOSTR3410_KEY_PAIR_GEN (0x1200UL)
|
737
|
+
#define CKM_GOSTR3410 (0x1201UL)
|
738
|
+
#define CKM_GOSTR3410_WITH_GOSTR3411 (0x1202UL)
|
739
|
+
#define CKM_GOSTR3410_KEY_WRAP (0x1203UL)
|
740
|
+
#define CKM_GOSTR3410_DERIVE (0x1204UL)
|
741
|
+
#define CKM_GOSTR3411 (0x1210UL)
|
742
|
+
#define CKM_GOSTR3411_HMAC (0x1211UL)
|
743
|
+
#define CKM_GOST28147_KEY_GEN (0x1220UL)
|
744
|
+
#define CKM_GOST28147_ECB (0x1221UL)
|
745
|
+
#define CKM_GOST28147 (0x1222UL)
|
746
|
+
#define CKM_GOST28147_MAC (0x1223UL)
|
747
|
+
#define CKM_GOST28147_KEY_WRAP (0x1224UL)
|
701
748
|
#define CKM_DSA_PARAMETER_GEN (0x2000UL)
|
702
749
|
#define CKM_DH_PKCS_PARAMETER_GEN (0x2001UL)
|
703
750
|
#define CKM_X9_42_DH_PARAMETER_GEN (0x2002UL)
|
@@ -723,6 +770,34 @@ typedef unsigned long ck_mechanism_type_t;
|
|
723
770
|
#define CKM_AES_KEY_WRAP (0x2109UL)
|
724
771
|
#define CKM_AES_KEY_WRAP_PAD (0x210aUL)
|
725
772
|
|
773
|
+
/* Attribute and other constants related to OTP */
|
774
|
+
#define CK_OTP_FORMAT_DECIMAL (0UL)
|
775
|
+
#define CK_OTP_FORMAT_HEXADECIMAL (1UL)
|
776
|
+
#define CK_OTP_FORMAT_ALPHANUMERIC (2UL)
|
777
|
+
#define CK_OTP_FORMAT_BINARY (3UL)
|
778
|
+
#define CK_OTP_PARAM_IGNORED (0UL)
|
779
|
+
#define CK_OTP_PARAM_OPTIONAL (1UL)
|
780
|
+
#define CK_OTP_PARAM_MANDATORY (2UL)
|
781
|
+
|
782
|
+
#define CK_OTP_VALUE (0UL)
|
783
|
+
#define CK_OTP_PIN (1UL)
|
784
|
+
#define CK_OTP_CHALLENGE (2UL)
|
785
|
+
#define CK_OTP_TIME (3UL)
|
786
|
+
#define CK_OTP_COUNTER (4UL)
|
787
|
+
#define CK_OTP_FLAGS (5UL)
|
788
|
+
#define CK_OTP_OUTPUT_LENGTH (6UL)
|
789
|
+
#define CK_OTP_FORMAT (7UL)
|
790
|
+
|
791
|
+
/* OTP mechanism flags */
|
792
|
+
#define CKF_NEXT_OTP (0x01UL)
|
793
|
+
#define CKF_EXCLUDE_TIME (0x02UL)
|
794
|
+
#define CKF_EXCLUDE_COUNTER (0x04UL)
|
795
|
+
#define CKF_EXCLUDE_CHALLENGE (0x08UL)
|
796
|
+
#define CKF_EXCLUDE_PIN (0x10UL)
|
797
|
+
#define CKF_USER_FRIENDLY_OTP (0x20UL)
|
798
|
+
|
799
|
+
#define CKN_OTP_CHANGED (0x01UL)
|
800
|
+
|
726
801
|
struct ck_mechanism
|
727
802
|
{
|
728
803
|
ck_mechanism_type_t mechanism;
|
@@ -738,7 +813,39 @@ struct ck_mechanism_info
|
|
738
813
|
ck_flags_t flags;
|
739
814
|
};
|
740
815
|
|
816
|
+
typedef unsigned long ck_param_type;
|
817
|
+
|
818
|
+
typedef struct ck_otp_param {
|
819
|
+
ck_param_type type;
|
820
|
+
void *value;
|
821
|
+
unsigned long value_len;
|
822
|
+
} ck_otp_param;
|
823
|
+
|
824
|
+
typedef struct ck_otp_params {
|
825
|
+
struct ck_otp_param *params;
|
826
|
+
unsigned long count;
|
827
|
+
} ck_otp_params;
|
828
|
+
|
829
|
+
typedef struct ck_otp_signature_info
|
830
|
+
{
|
831
|
+
struct ck_otp_param *params;
|
832
|
+
unsigned long count;
|
833
|
+
} ck_otp_signature_info;
|
834
|
+
|
835
|
+
#define CKG_MGF1_SHA1 0x00000001UL
|
836
|
+
#define CKG_MGF1_SHA224 0x00000005UL
|
837
|
+
#define CKG_MGF1_SHA256 0x00000002UL
|
838
|
+
#define CKG_MGF1_SHA384 0x00000003UL
|
839
|
+
#define CKG_MGF1_SHA512 0x00000004UL
|
840
|
+
|
741
841
|
typedef unsigned long ck_rsa_pkcs_mgf_type_t;
|
842
|
+
|
843
|
+
struct ck_rsa_pkcs_pss_params {
|
844
|
+
ck_mechanism_type_t hash_alg;
|
845
|
+
ck_rsa_pkcs_mgf_type_t mgf;
|
846
|
+
unsigned long s_len;
|
847
|
+
};
|
848
|
+
|
742
849
|
typedef unsigned long ck_rsa_pkcs_oaep_source_type_t;
|
743
850
|
|
744
851
|
struct ck_rsa_pkcs_oaep_params {
|
@@ -1237,6 +1344,13 @@ struct ck_c_initialize_args
|
|
1237
1344
|
#define CKR_CRYPTOKI_ALREADY_INITIALIZED (0x191UL)
|
1238
1345
|
#define CKR_MUTEX_BAD (0x1a0UL)
|
1239
1346
|
#define CKR_MUTEX_NOT_LOCKED (0x1a1UL)
|
1347
|
+
#define CKR_NEW_PIN_MODE (0x1b0UL)
|
1348
|
+
#define CKR_NEXT_OTP (0x1b1UL)
|
1349
|
+
#define CKR_EXCEEDED_MAX_ITERATIONS (0x1c0UL)
|
1350
|
+
#define CKR_FIPS_SELF_TEST_FAILED (0x1c1UL)
|
1351
|
+
#define CKR_LIBRARY_LOAD_FAILED (0x1c2UL)
|
1352
|
+
#define CKR_PIN_TOO_WEAK (0x1c3UL)
|
1353
|
+
#define CKR_PUBLIC_KEY_INVALID (0x1c4UL)
|
1240
1354
|
#define CKR_FUNCTION_REJECTED (0x200UL)
|
1241
1355
|
#define CKR_VENDOR_DEFINED ((unsigned long) (1UL << 31))
|
1242
1356
|
|
@@ -1312,6 +1426,9 @@ typedef struct ck_mechanism *CK_MECHANISM_PTR;
|
|
1312
1426
|
typedef struct ck_mechanism_info CK_MECHANISM_INFO;
|
1313
1427
|
typedef struct ck_mechanism_info *CK_MECHANISM_INFO_PTR;
|
1314
1428
|
|
1429
|
+
typedef struct ck_otp_mechanism_info CK_OTP_MECHANISM_INFO;
|
1430
|
+
typedef struct ck_otp_mechanism_info *CK_OTP_MECHANISM_INFO_PTR;
|
1431
|
+
|
1315
1432
|
typedef struct ck_function_list CK_FUNCTION_LIST;
|
1316
1433
|
typedef struct ck_function_list *CK_FUNCTION_LIST_PTR;
|
1317
1434
|
typedef struct ck_function_list **CK_FUNCTION_LIST_PTR_PTR;
|
@@ -1319,7 +1436,10 @@ typedef struct ck_function_list **CK_FUNCTION_LIST_PTR_PTR;
|
|
1319
1436
|
typedef struct ck_c_initialize_args CK_C_INITIALIZE_ARGS;
|
1320
1437
|
typedef struct ck_c_initialize_args *CK_C_INITIALIZE_ARGS_PTR;
|
1321
1438
|
|
1322
|
-
typedef struct
|
1439
|
+
typedef struct ck_rsa_pkcs_pss_params CK_RSA_PKCS_PSS_PARAMS;
|
1440
|
+
typedef struct ck_rsa_pkcs_pss_params *CK_RSA_PKCS_PSS_PARAMS_PTR;
|
1441
|
+
|
1442
|
+
typedef struct ck_rsa_pkcs_oaep_params CK_RSA_PKCS_OAEP_PARAMS;
|
1323
1443
|
typedef struct ck_rsa_pkcs_oaep_params *CK_RSA_PKCS_OAEP_PARAMS_PTR;
|
1324
1444
|
|
1325
1445
|
#define NULL_PTR NULL
|
@@ -1375,6 +1495,9 @@ typedef struct ck_rsa_pkcs_oaep_params *CK_RSA_PKCS_OAEP_PARAMS_PTR;
|
|
1375
1495
|
#undef value
|
1376
1496
|
#undef value_len
|
1377
1497
|
|
1498
|
+
#undef params
|
1499
|
+
#undef count
|
1500
|
+
|
1378
1501
|
#undef ck_date
|
1379
1502
|
|
1380
1503
|
#undef ck_mechanism_type_t
|
@@ -1384,6 +1507,12 @@ typedef struct ck_rsa_pkcs_oaep_params *CK_RSA_PKCS_OAEP_PARAMS_PTR;
|
|
1384
1507
|
#undef parameter_len
|
1385
1508
|
|
1386
1509
|
#undef ck_mechanism_info
|
1510
|
+
|
1511
|
+
#undef ck_param_type
|
1512
|
+
#undef ck_otp_param
|
1513
|
+
#undef ck_otp_params
|
1514
|
+
#undef ck_otp_signature_info
|
1515
|
+
|
1387
1516
|
#undef min_key_size
|
1388
1517
|
#undef max_key_size
|
1389
1518
|
|