glib2 3.2.5-x86-mingw32 → 3.2.6-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (325) hide show
  1. checksums.yaml +4 -4
  2. data/COPYING.LIB +502 -0
  3. data/README.md +42 -0
  4. data/Rakefile +8 -7
  5. data/ext/glib2/glib2.def +5 -0
  6. data/ext/glib2/rbglib-gc.c +89 -0
  7. data/ext/glib2/rbglib-variant-type.c +17 -0
  8. data/ext/glib2/rbglib.c +3 -0
  9. data/ext/glib2/rbglib.h +6 -1
  10. data/ext/glib2/rbglib2conversions.h +1 -1
  11. data/ext/glib2/rbgobj_boxed.c +49 -30
  12. data/ext/glib2/rbgobj_closure.c +3 -2
  13. data/ext/glib2/rbgobj_convert.c +1 -2
  14. data/ext/glib2/rbgobj_enums.c +32 -14
  15. data/ext/glib2/rbgobj_flags.c +31 -14
  16. data/ext/glib2/rbgobj_param.c +43 -23
  17. data/ext/glib2/rbgobj_signal.c +78 -66
  18. data/ext/glib2/rbgobj_type.c +22 -10
  19. data/ext/glib2/rbgobject.h +2 -0
  20. data/ext/glib2/rbgprivate.h +11 -0
  21. data/glib2.gemspec +48 -0
  22. data/lib/2.2/glib2.so +0 -0
  23. data/lib/2.3/glib2.so +0 -0
  24. data/lib/2.4/glib2.so +0 -0
  25. data/lib/2.5/glib2.so +0 -0
  26. data/lib/gnome2/rake/package-task.rb +17 -5
  27. data/lib/gnome2/rake/package.rb +2 -2
  28. data/lib/gnome2/rake/windows-binary-build-task.rb +39 -6
  29. data/lib/mkmf-gnome2.rb +4 -3
  30. data/sample/bookmarkfile.rb +2 -2
  31. data/sample/type-register.rb +6 -6
  32. data/sample/type-register2.rb +6 -6
  33. data/test/{test_enum.rb → test-enum.rb} +0 -0
  34. data/test/{test_file_utils.rb → test-file-utils.rb} +0 -0
  35. data/test/{test_flags.rb → test-flags.rb} +0 -0
  36. data/test/{test_glib2.rb → test-glib2.rb} +0 -0
  37. data/test/{test_key_file.rb → test-key-file.rb} +0 -0
  38. data/test/{test_mkenums.rb → test-mkenums.rb} +0 -0
  39. data/test/{test_poll_fd.rb → test-poll-fd.rb} +0 -0
  40. data/test/{test_signal.rb → test-signal.rb} +34 -2
  41. data/test/{test_source.rb → test-source.rb} +0 -0
  42. data/test/{test_spawn.rb → test-spawn.rb} +0 -0
  43. data/test/{test_timeout.rb → test-timeout.rb} +0 -0
  44. data/test/{test_unicode.rb → test-unicode.rb} +0 -0
  45. data/test/{test_utils.rb → test-utils.rb} +0 -0
  46. data/test/{test_value.rb → test-value.rb} +0 -0
  47. data/test/test-variant.rb +27 -0
  48. data/test/{test_win32.rb → test-win32.rb} +0 -0
  49. data/vendor/local/bin/asn1Coding.exe +0 -0
  50. data/vendor/local/bin/asn1Decoding.exe +0 -0
  51. data/vendor/local/bin/asn1Parser.exe +0 -0
  52. data/vendor/local/bin/envsubst.exe +0 -0
  53. data/vendor/local/bin/gdbus.exe +0 -0
  54. data/vendor/local/bin/gettext.exe +0 -0
  55. data/vendor/local/bin/gio-querymodules.exe +0 -0
  56. data/vendor/local/bin/gio.exe +0 -0
  57. data/vendor/local/bin/glib-compile-resources.exe +0 -0
  58. data/vendor/local/bin/glib-compile-schemas.exe +0 -0
  59. data/vendor/local/bin/glib-genmarshal +1 -1
  60. data/vendor/local/bin/glib-gettextize +1 -1
  61. data/vendor/local/bin/glib-mkenums +4 -2
  62. data/vendor/local/bin/gobject-query.exe +0 -0
  63. data/vendor/local/bin/gresource.exe +0 -0
  64. data/vendor/local/bin/gsettings.exe +0 -0
  65. data/vendor/local/bin/gspawn-win32-helper-console.exe +0 -0
  66. data/vendor/local/bin/gspawn-win32-helper.exe +0 -0
  67. data/vendor/local/bin/iconv.exe +0 -0
  68. data/vendor/local/bin/idn2.exe +0 -0
  69. data/vendor/local/bin/libasprintf-0.dll +0 -0
  70. data/vendor/local/bin/libcharset-1.dll +0 -0
  71. data/vendor/local/bin/libffi-6.dll +0 -0
  72. data/vendor/local/bin/libgio-2.0-0.dll +0 -0
  73. data/vendor/local/bin/libglib-2.0-0.dll +0 -0
  74. data/vendor/local/bin/libgmodule-2.0-0.dll +0 -0
  75. data/vendor/local/bin/libgmp-10.dll +0 -0
  76. data/vendor/local/bin/libgnutls-30.dll +0 -0
  77. data/vendor/local/bin/libgobject-2.0-0.dll +0 -0
  78. data/vendor/local/bin/libgthread-2.0-0.dll +0 -0
  79. data/vendor/local/bin/libhogweed-4-2.dll +0 -0
  80. data/vendor/local/bin/libiconv-2.dll +0 -0
  81. data/vendor/local/bin/libidn2-0.dll +0 -0
  82. data/vendor/local/bin/libintl-8.dll +0 -0
  83. data/vendor/local/bin/libnettle-6-2.dll +0 -0
  84. data/vendor/local/bin/libp11-kit-0.dll +0 -0
  85. data/vendor/local/bin/libpcre-1.dll +0 -0
  86. data/vendor/local/bin/libpcrecpp-0.dll +0 -0
  87. data/vendor/local/bin/libpcreposix-0.dll +0 -0
  88. data/vendor/local/bin/libtasn1-6.dll +0 -0
  89. data/vendor/local/bin/nettle-hash.exe +0 -0
  90. data/vendor/local/bin/nettle-lfib-stream.exe +0 -0
  91. data/vendor/local/bin/nettle-pbkdf2.exe +0 -0
  92. data/vendor/local/bin/ngettext.exe +0 -0
  93. data/vendor/local/bin/p11-kit.exe +0 -0
  94. data/vendor/local/bin/pcregrep.exe +0 -0
  95. data/vendor/local/bin/pcretest.exe +0 -0
  96. data/vendor/local/bin/pkcs1-conv.exe +0 -0
  97. data/vendor/local/bin/sexp-conv.exe +0 -0
  98. data/vendor/local/bin/trust.exe +0 -0
  99. data/vendor/local/include/idn2.h +5 -3
  100. data/vendor/local/include/p11-kit-1/p11-kit/iter.h +25 -1
  101. data/vendor/local/include/p11-kit-1/p11-kit/p11-kit.h +6 -0
  102. data/vendor/local/include/p11-kit-1/p11-kit/pkcs11.h +133 -4
  103. data/vendor/local/include/p11-kit-1/p11-kit/pkcs11x.h +1 -0
  104. data/vendor/local/include/p11-kit-1/p11-kit/remote.h +15 -0
  105. data/vendor/local/include/p11-kit-1/p11-kit/uri.h +32 -12
  106. data/vendor/local/lib/gio/modules/libgiognutls.dll +0 -0
  107. data/vendor/local/lib/glib-2.0/include/glibconfig.h +1 -1
  108. data/vendor/local/lib/libasprintf.a +0 -0
  109. data/vendor/local/lib/libasprintf.dll.a +0 -0
  110. data/vendor/local/lib/libasprintf.la +1 -1
  111. data/vendor/local/lib/libcharset.a +0 -0
  112. data/vendor/local/lib/libcharset.dll.a +0 -0
  113. data/vendor/local/lib/libcharset.la +1 -1
  114. data/vendor/local/lib/libffi.dll.a +0 -0
  115. data/vendor/local/lib/libffi.la +1 -1
  116. data/vendor/local/lib/libgio-2.0.dll.a +0 -0
  117. data/vendor/local/lib/libgio-2.0.la +2 -2
  118. data/vendor/local/lib/libglib-2.0.dll.a +0 -0
  119. data/vendor/local/lib/libglib-2.0.la +2 -2
  120. data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
  121. data/vendor/local/lib/libgmodule-2.0.la +2 -2
  122. data/vendor/local/lib/libgmp.dll.a +0 -0
  123. data/vendor/local/lib/libgnutls.dll.a +0 -0
  124. data/vendor/local/lib/libgnutls.la +1 -1
  125. data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
  126. data/vendor/local/lib/libgobject-2.0.la +2 -2
  127. data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
  128. data/vendor/local/lib/libgthread-2.0.la +2 -2
  129. data/vendor/local/lib/libhogweed.dll.a +0 -0
  130. data/vendor/local/lib/libiconv.dll.a +0 -0
  131. data/vendor/local/lib/libiconv.la +1 -1
  132. data/vendor/local/lib/libidn2.a +0 -0
  133. data/vendor/local/lib/libidn2.dll.a +0 -0
  134. data/vendor/local/lib/libidn2.la +2 -2
  135. data/vendor/local/lib/libintl.a +0 -0
  136. data/vendor/local/lib/libintl.dll.a +0 -0
  137. data/vendor/local/lib/libintl.la +1 -1
  138. data/vendor/local/lib/libnettle.dll.a +0 -0
  139. data/vendor/local/lib/libp11-kit.dll.a +0 -0
  140. data/vendor/local/lib/libp11-kit.la +3 -3
  141. data/vendor/local/lib/libpcre.a +0 -0
  142. data/vendor/local/lib/libpcre.dll.a +0 -0
  143. data/vendor/local/lib/libpcre.la +1 -1
  144. data/vendor/local/lib/libpcrecpp.dll.a +0 -0
  145. data/vendor/local/lib/libpcrecpp.la +1 -1
  146. data/vendor/local/lib/libpcreposix.a +0 -0
  147. data/vendor/local/lib/libpcreposix.dll.a +0 -0
  148. data/vendor/local/lib/libpcreposix.la +1 -1
  149. data/vendor/local/lib/libtasn1.dll.a +0 -0
  150. data/vendor/local/lib/pkcs11/p11-kit-trust.dll +0 -0
  151. data/vendor/local/lib/pkcs11/p11-kit-trust.dll.a +0 -0
  152. data/vendor/local/lib/pkcs11/p11-kit-trust.la +3 -3
  153. data/vendor/local/lib/pkgconfig/gio-2.0.pc +1 -1
  154. data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +1 -1
  155. data/vendor/local/lib/pkgconfig/glib-2.0.pc +1 -1
  156. data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +1 -1
  157. data/vendor/local/lib/pkgconfig/gmodule-export-2.0.pc +1 -1
  158. data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +1 -1
  159. data/vendor/local/lib/pkgconfig/gobject-2.0.pc +1 -1
  160. data/vendor/local/lib/pkgconfig/gthread-2.0.pc +1 -1
  161. data/vendor/local/lib/pkgconfig/libidn2.pc +1 -1
  162. data/vendor/local/lib/pkgconfig/p11-kit-1.pc +1 -1
  163. data/vendor/local/libexec/p11-kit/p11-kit-remote.exe +0 -0
  164. data/vendor/local/libexec/p11-kit/p11-kit-server.exe +0 -0
  165. 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
  166. 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
  167. data/vendor/local/share/glib-2.0/codegen/__init__.pyc +0 -0
  168. data/vendor/local/share/glib-2.0/codegen/__init__.pyo +0 -0
  169. data/vendor/local/share/glib-2.0/codegen/codegen.pyc +0 -0
  170. data/vendor/local/share/glib-2.0/codegen/codegen.pyo +0 -0
  171. data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyc +0 -0
  172. data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyo +0 -0
  173. data/vendor/local/share/glib-2.0/codegen/codegen_main.pyc +0 -0
  174. data/vendor/local/share/glib-2.0/codegen/codegen_main.pyo +0 -0
  175. data/vendor/local/share/glib-2.0/codegen/config.py +1 -1
  176. data/vendor/local/share/glib-2.0/codegen/config.pyc +0 -0
  177. data/vendor/local/share/glib-2.0/codegen/config.pyo +0 -0
  178. data/vendor/local/share/glib-2.0/codegen/dbustypes.pyc +0 -0
  179. data/vendor/local/share/glib-2.0/codegen/dbustypes.pyo +0 -0
  180. data/vendor/local/share/glib-2.0/codegen/parser.pyc +0 -0
  181. data/vendor/local/share/glib-2.0/codegen/parser.pyo +0 -0
  182. data/vendor/local/share/glib-2.0/codegen/utils.pyc +0 -0
  183. data/vendor/local/share/glib-2.0/codegen/utils.pyo +0 -0
  184. data/vendor/local/share/glib-2.0/gdb/gobject_gdb.py +1 -1
  185. data/vendor/local/share/gtk-doc/html/gio/GApplication.html +35 -13
  186. data/vendor/local/share/gtk-doc/html/gio/gio.html +0 -4
  187. data/vendor/local/share/gtk-doc/html/gio/index.html +1 -1
  188. data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +2 -2
  189. data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +2 -2
  190. data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +1 -1
  191. data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +1 -1
  192. data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +2 -2
  193. data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +3 -3
  194. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +3 -3
  195. data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +1 -1
  196. data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +4 -4
  197. data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +2 -2
  198. data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +3 -3
  199. data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +4 -4
  200. data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +4 -4
  201. data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +4 -4
  202. data/vendor/local/share/gtk-doc/html/glib/glib-UNIX-specific-utilities-and-integration.html +1 -1
  203. data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +1 -1
  204. data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +1 -1
  205. data/vendor/local/share/gtk-doc/html/glib/index.html +1 -1
  206. data/vendor/local/share/gtk-doc/html/gobject/index.html +1 -1
  207. data/vendor/local/share/gtk-doc/html/libidn2/api-index-full.html +4 -10
  208. data/vendor/local/share/gtk-doc/html/libidn2/home.png +0 -0
  209. data/vendor/local/share/gtk-doc/html/libidn2/index.html +3 -3
  210. data/vendor/local/share/gtk-doc/html/libidn2/left-insensitive.png +0 -0
  211. data/vendor/local/share/gtk-doc/html/libidn2/left.png +0 -0
  212. data/vendor/local/share/gtk-doc/html/libidn2/libidn2-idn2.html +67 -75
  213. data/vendor/local/share/gtk-doc/html/libidn2/libidn2.devhelp2 +1 -0
  214. data/vendor/local/share/gtk-doc/html/libidn2/libidn2.html +2 -2
  215. data/vendor/local/share/gtk-doc/html/libidn2/right-insensitive.png +0 -0
  216. data/vendor/local/share/gtk-doc/html/libidn2/right.png +0 -0
  217. data/vendor/local/share/gtk-doc/html/libidn2/style.css +4 -0
  218. data/vendor/local/share/gtk-doc/html/libidn2/up-insensitive.png +0 -0
  219. data/vendor/local/share/gtk-doc/html/libidn2/up.png +0 -0
  220. data/vendor/local/share/gtk-doc/html/p11-kit/config-example.html +3 -3
  221. data/vendor/local/share/gtk-doc/html/p11-kit/config-files.html +3 -3
  222. data/vendor/local/share/gtk-doc/html/p11-kit/config.html +3 -3
  223. data/vendor/local/share/gtk-doc/html/p11-kit/devel-building-style.html +3 -3
  224. data/vendor/local/share/gtk-doc/html/p11-kit/devel-building.html +4 -4
  225. data/vendor/local/share/gtk-doc/html/p11-kit/devel-commands.html +3 -3
  226. data/vendor/local/share/gtk-doc/html/p11-kit/devel-debugging.html +3 -3
  227. data/vendor/local/share/gtk-doc/html/p11-kit/devel-paths.html +3 -3
  228. data/vendor/local/share/gtk-doc/html/p11-kit/devel-testing.html +4 -4
  229. data/vendor/local/share/gtk-doc/html/p11-kit/devel.html +5 -5
  230. data/vendor/local/share/gtk-doc/html/p11-kit/index.html +5 -4
  231. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Deprecated.html +3 -3
  232. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Future.html +292 -19
  233. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Modules.html +22 -16
  234. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-PIN-Callbacks.html +19 -19
  235. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-URIs.html +262 -21
  236. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Utilities.html +5 -5
  237. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit.devhelp2 +21 -1
  238. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit.html +18 -5
  239. data/vendor/local/share/gtk-doc/html/p11-kit/pkcs11-conf.html +6 -4
  240. data/vendor/local/share/gtk-doc/html/p11-kit/reference.html +43 -3
  241. data/vendor/local/share/gtk-doc/html/p11-kit/remoting.html +230 -0
  242. data/vendor/local/share/gtk-doc/html/p11-kit/sharing-managed.html +3 -3
  243. data/vendor/local/share/gtk-doc/html/p11-kit/sharing.html +5 -5
  244. data/vendor/local/share/gtk-doc/html/p11-kit/tools.html +3 -3
  245. data/vendor/local/share/gtk-doc/html/p11-kit/trust-disable.html +3 -3
  246. data/vendor/local/share/gtk-doc/html/p11-kit/trust-glib-networking.html +3 -3
  247. data/vendor/local/share/gtk-doc/html/p11-kit/trust-module.html +5 -5
  248. data/vendor/local/share/gtk-doc/html/p11-kit/trust-nss.html +3 -3
  249. data/vendor/local/share/gtk-doc/html/p11-kit/trust.html +42 -7
  250. data/vendor/local/share/info/libidn2.info +94 -54
  251. data/vendor/local/share/locale/cs/LC_MESSAGES/libidn2.mo +0 -0
  252. data/vendor/local/share/locale/da/LC_MESSAGES/libidn2.mo +0 -0
  253. data/vendor/local/share/locale/de/LC_MESSAGES/libidn2.mo +0 -0
  254. data/vendor/local/share/locale/eo/LC_MESSAGES/libidn2.mo +0 -0
  255. data/vendor/local/share/locale/es/LC_MESSAGES/glib20.mo +0 -0
  256. data/vendor/local/share/locale/es/LC_MESSAGES/libidn2.mo +0 -0
  257. data/vendor/local/share/locale/fi/LC_MESSAGES/libidn2.mo +0 -0
  258. data/vendor/local/share/locale/fr/LC_MESSAGES/libidn2.mo +0 -0
  259. data/vendor/local/share/locale/fur/LC_MESSAGES/libidn2.mo +0 -0
  260. data/vendor/local/share/locale/hr/LC_MESSAGES/libidn2.mo +0 -0
  261. data/vendor/local/share/locale/hu/LC_MESSAGES/libidn2.mo +0 -0
  262. data/vendor/local/share/locale/id/LC_MESSAGES/libidn2.mo +0 -0
  263. data/vendor/local/share/locale/it/LC_MESSAGES/libidn2.mo +0 -0
  264. data/vendor/local/share/locale/ja/LC_MESSAGES/libidn2.mo +0 -0
  265. data/vendor/local/share/locale/nl/LC_MESSAGES/libidn2.mo +0 -0
  266. data/vendor/local/share/locale/pl/LC_MESSAGES/libidn2.mo +0 -0
  267. data/vendor/local/share/locale/pt/LC_MESSAGES/glib20.mo +0 -0
  268. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/libidn2.mo +0 -0
  269. data/vendor/local/share/locale/ro/LC_MESSAGES/glib-networking.mo +0 -0
  270. data/vendor/local/share/locale/ro/LC_MESSAGES/libidn2.mo +0 -0
  271. data/vendor/local/share/locale/ru/LC_MESSAGES/glib-networking.mo +0 -0
  272. data/vendor/local/share/locale/sk/LC_MESSAGES/glib20.mo +0 -0
  273. data/vendor/local/share/locale/sl/LC_MESSAGES/glib-networking.mo +0 -0
  274. data/vendor/local/share/locale/sl/LC_MESSAGES/glib20.mo +0 -0
  275. data/vendor/local/share/locale/sr/LC_MESSAGES/libidn2.mo +0 -0
  276. data/vendor/local/share/locale/sv/LC_MESSAGES/glib-networking.mo +0 -0
  277. data/vendor/local/share/locale/sv/LC_MESSAGES/libidn2.mo +0 -0
  278. data/vendor/local/share/locale/uk/LC_MESSAGES/libidn2.mo +0 -0
  279. data/vendor/local/share/locale/vi/LC_MESSAGES/libidn2.mo +0 -0
  280. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib-networking.mo +0 -0
  281. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/libidn2.mo +0 -0
  282. data/vendor/local/share/man/man1/gapplication.1 +1 -1
  283. data/vendor/local/share/man/man1/gdbus-codegen.1 +1 -1
  284. data/vendor/local/share/man/man1/gdbus.1 +1 -1
  285. data/vendor/local/share/man/man1/gio-querymodules.1 +1 -1
  286. data/vendor/local/share/man/man1/gio.1 +1 -6
  287. data/vendor/local/share/man/man1/glib-compile-resources.1 +1 -1
  288. data/vendor/local/share/man/man1/glib-compile-schemas.1 +1 -1
  289. data/vendor/local/share/man/man1/glib-genmarshal.1 +1 -1
  290. data/vendor/local/share/man/man1/glib-gettextize.1 +1 -1
  291. data/vendor/local/share/man/man1/glib-mkenums.1 +1 -1
  292. data/vendor/local/share/man/man1/gobject-query.1 +1 -1
  293. data/vendor/local/share/man/man1/gresource.1 +1 -1
  294. data/vendor/local/share/man/man1/gsettings.1 +1 -1
  295. data/vendor/local/share/man/man1/gtester-report.1 +1 -1
  296. data/vendor/local/share/man/man1/gtester.1 +1 -1
  297. data/vendor/local/share/man/man3/idn2_check_version.3 +1 -1
  298. data/vendor/local/share/man/man3/idn2_free.3 +1 -1
  299. data/vendor/local/share/man/man3/idn2_lookup_u8.3 +1 -1
  300. data/vendor/local/share/man/man3/idn2_lookup_ul.3 +1 -1
  301. data/vendor/local/share/man/man3/idn2_register_u8.3 +1 -1
  302. data/vendor/local/share/man/man3/idn2_register_ul.3 +3 -2
  303. data/vendor/local/share/man/man3/idn2_strerror.3 +1 -1
  304. data/vendor/local/share/man/man3/idn2_strerror_name.3 +1 -1
  305. data/vendor/local/share/man/man3/idn2_to_ascii_4i.3 +6 -3
  306. data/vendor/local/share/man/man3/idn2_to_ascii_4z.3 +6 -3
  307. data/vendor/local/share/man/man3/idn2_to_ascii_8z.3 +6 -3
  308. data/vendor/local/share/man/man3/idn2_to_ascii_lz.3 +6 -3
  309. data/vendor/local/share/man/man3/idn2_to_unicode_44i.3 +1 -1
  310. data/vendor/local/share/man/man3/idn2_to_unicode_4z4z.3 +1 -1
  311. data/vendor/local/share/man/man3/idn2_to_unicode_8z4z.3 +1 -1
  312. data/vendor/local/share/man/man3/idn2_to_unicode_8z8z.3 +1 -1
  313. data/vendor/local/share/man/man3/idn2_to_unicode_8zlz.3 +1 -1
  314. data/vendor/local/share/man/man3/idn2_to_unicode_lzlz.3 +1 -1
  315. data/vendor/local/share/p11-kit/modules/p11-kit-trust.module +3 -0
  316. data/version.rb +30 -0
  317. metadata +52 -71
  318. data/vendor/local/share/installed-tests/glib-networking/certificate.test +0 -3
  319. data/vendor/local/share/installed-tests/glib-networking/connection.test +0 -3
  320. data/vendor/local/share/installed-tests/glib-networking/dtls-connection.test +0 -3
  321. data/vendor/local/share/installed-tests/glib-networking/file-database.test +0 -3
  322. data/vendor/local/share/installed-tests/glib-networking/pkcs11-array.test +0 -3
  323. data/vendor/local/share/installed-tests/glib-networking/pkcs11-pin.test +0 -3
  324. data/vendor/local/share/installed-tests/glib-networking/pkcs11-slot.test +0 -3
  325. 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
@@ -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
@@ -22,7 +22,7 @@ import os
22
22
  import re
23
23
  import sys
24
24
 
25
- VERSION_STR = '''glib-genmarshal version 2.56.0
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.0
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.0
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
@@ -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.4"
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 0x02000004
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 4
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 Scute project at
15
- http://www.scute.org/ (or send them to marcus@g10code.com), so that
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
- RSA Security Inc. It is mostly a drop-in replacement, with the
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 ck_rsa_pkcs_oaep_params CK_RSA_PKCS_OAEP_PARAM;
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