glib2 2.0.0-x86-mingw32 → 2.0.1-x86-mingw32

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