glib2 2.0.2-x86-mingw32 → 2.0.3-x86-mingw32

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