glib2 2.2.5-x64-mingw32 → 3.0.0-x64-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1979) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +53 -8
  3. data/ext/glib2/extconf.rb +1 -1
  4. data/ext/glib2/glib2.def +8 -0
  5. data/ext/glib2/rbglib-variant-type.c +296 -0
  6. data/ext/glib2/rbglib-variant.c +132 -0
  7. data/ext/glib2/rbglib.c +16 -1
  8. data/ext/glib2/rbglib.h +18 -7
  9. data/ext/glib2/rbglib2conversions.h +6 -1
  10. data/ext/glib2/rbglib_fileutils.c +3 -3
  11. data/ext/glib2/rbglib_maincontext.c +35 -5
  12. data/ext/glib2/rbgobj_binding.c +48 -0
  13. data/ext/glib2/rbgobj_boxed.c +6 -2
  14. data/ext/glib2/rbgobj_enums.c +55 -12
  15. data/ext/glib2/rbgobj_flags.c +114 -70
  16. data/ext/glib2/rbgobj_object.c +91 -77
  17. data/ext/glib2/rbgobj_type.c +1 -1
  18. data/ext/glib2/rbgobj_typeinstance.c +8 -2
  19. data/ext/glib2/rbgobj_value.c +20 -12
  20. data/ext/glib2/rbgobject.c +2 -0
  21. data/ext/glib2/rbgobject.h +4 -2
  22. data/ext/glib2/rbgprivate.h +4 -3
  23. data/ext/glib2/rbgutil.c +36 -8
  24. data/ext/glib2/rbgutil.h +3 -1
  25. data/ext/glib2/rbgutil_list.c +97 -1
  26. data/ext/glib2/rbgutil_list.h +10 -1
  27. data/lib/2.0/glib2.so +0 -0
  28. data/lib/2.1/glib2.so +0 -0
  29. data/lib/2.2/glib2.so +0 -0
  30. data/lib/glib2/deprecatable.rb +20 -5
  31. data/lib/gnome2/rake/native-binary-build-task.rb +1 -1
  32. data/lib/gnome2/rake/windows-binary-build-task.rb +12 -15
  33. data/lib/mkmf-gnome2.rb +10 -11
  34. data/test/test-binding.rb +97 -0
  35. data/test/test-variant-type.rb +357 -0
  36. data/test/test_enum.rb +5 -8
  37. data/test/test_file_utils.rb +30 -8
  38. data/test/test_source.rb +11 -0
  39. data/test/test_value.rb +5 -0
  40. data/vendor/local/bin/asn1Coding.exe +0 -0
  41. data/vendor/local/bin/asn1Decoding.exe +0 -0
  42. data/vendor/local/bin/asn1Parser.exe +0 -0
  43. data/vendor/local/bin/envsubst.exe +0 -0
  44. data/vendor/local/bin/gdbus.exe +0 -0
  45. data/vendor/local/bin/gettext.exe +0 -0
  46. data/vendor/local/bin/gettext.sh +3 -2
  47. data/vendor/local/bin/gio-querymodules.exe +0 -0
  48. data/vendor/local/bin/glib-compile-resources.exe +0 -0
  49. data/vendor/local/bin/glib-compile-schemas.exe +0 -0
  50. data/vendor/local/bin/glib-genmarshal.exe +0 -0
  51. data/vendor/local/bin/glib-gettextize +1 -1
  52. data/vendor/local/bin/glib-mkenums +1 -1
  53. data/vendor/local/bin/gobject-query.exe +0 -0
  54. data/vendor/local/bin/gresource.exe +0 -0
  55. data/vendor/local/bin/gsettings.exe +0 -0
  56. data/vendor/local/bin/gspawn-win64-helper-console.exe +0 -0
  57. data/vendor/local/bin/gspawn-win64-helper.exe +0 -0
  58. data/vendor/local/bin/iconv.exe +0 -0
  59. data/vendor/local/bin/idn.exe +0 -0
  60. data/vendor/local/bin/libasprintf-0.dll +0 -0
  61. data/vendor/local/bin/libcharset-1.dll +0 -0
  62. data/vendor/local/bin/libffi-6.dll +0 -0
  63. data/vendor/local/bin/libgio-2.0-0.dll +0 -0
  64. data/vendor/local/bin/libglib-2.0-0.dll +0 -0
  65. data/vendor/local/bin/libgmodule-2.0-0.dll +0 -0
  66. data/vendor/local/bin/libgmp-10.dll +0 -0
  67. data/vendor/local/bin/libgnutls-30.def +1047 -0
  68. data/vendor/local/bin/libgnutls-30.dll +0 -0
  69. data/vendor/local/bin/libgobject-2.0-0.dll +0 -0
  70. data/vendor/local/bin/libgthread-2.0-0.dll +0 -0
  71. data/vendor/local/bin/libhogweed-4-1.dll +0 -0
  72. data/vendor/local/bin/libiconv-2.dll +0 -0
  73. data/vendor/local/bin/libidn-11.def +77 -0
  74. data/vendor/local/bin/libidn-11.dll +0 -0
  75. data/vendor/local/bin/libintl-8.dll +0 -0
  76. data/vendor/local/bin/libnettle-6-1.dll +0 -0
  77. data/vendor/local/bin/libp11-kit-0.dll +0 -0
  78. data/vendor/local/bin/libtasn1-6.dll +0 -0
  79. data/vendor/local/bin/nettle-hash.exe +0 -0
  80. data/vendor/local/bin/nettle-lfib-stream.exe +0 -0
  81. data/vendor/local/bin/nettle-pbkdf2.exe +0 -0
  82. data/vendor/local/bin/ngettext.exe +0 -0
  83. data/vendor/local/bin/p11-kit.exe +0 -0
  84. data/vendor/local/bin/pkcs1-conv.exe +0 -0
  85. data/vendor/local/bin/sexp-conv.exe +0 -0
  86. data/vendor/local/bin/trust.exe +0 -0
  87. data/vendor/local/etc/pkcs11/pkcs11.conf.example +9 -0
  88. data/vendor/local/include/autosprintf.h +1 -1
  89. data/vendor/local/include/gio-win32-2.0/gio/gwin32inputstream.h +2 -0
  90. data/vendor/local/include/gio-win32-2.0/gio/gwin32outputstream.h +2 -0
  91. data/vendor/local/include/glib-2.0/gio/gappinfo.h +1 -0
  92. data/vendor/local/include/glib-2.0/gio/gapplication.h +12 -5
  93. data/vendor/local/include/glib-2.0/gio/gdbusconnection.h +11 -1
  94. data/vendor/local/include/glib-2.0/gio/gfile.h +3 -0
  95. data/vendor/local/include/glib-2.0/gio/gfileenumerator.h +8 -0
  96. data/vendor/local/include/glib-2.0/gio/gfileinfo.h +2 -2
  97. data/vendor/local/include/glib-2.0/gio/gicon.h +1 -0
  98. data/vendor/local/include/glib-2.0/gio/ginputstream.h +15 -0
  99. data/vendor/local/include/glib-2.0/gio/gio-autocleanups.h +148 -0
  100. data/vendor/local/include/glib-2.0/gio/gio.h +5 -0
  101. data/vendor/local/include/glib-2.0/gio/gioenums.h +34 -2
  102. data/vendor/local/include/glib-2.0/gio/gioenumtypes.h +2 -0
  103. data/vendor/local/include/glib-2.0/gio/giotypes.h +36 -0
  104. data/vendor/local/include/glib-2.0/gio/glistmodel.h +72 -0
  105. data/vendor/local/include/glib-2.0/gio/gliststore.h +72 -0
  106. data/vendor/local/include/glib-2.0/gio/gnetworkaddress.h +2 -0
  107. data/vendor/local/include/glib-2.0/gio/gnetworking.h +1 -1
  108. data/vendor/local/include/glib-2.0/gio/gnetworkmonitor.h +25 -22
  109. data/vendor/local/include/glib-2.0/gio/goutputstream.h +16 -0
  110. data/vendor/local/include/glib-2.0/gio/gresource.h +1 -0
  111. data/vendor/local/include/glib-2.0/gio/gsettingsbackend.h +16 -0
  112. data/vendor/local/include/glib-2.0/gio/gsettingsschema.h +5 -0
  113. data/vendor/local/include/glib-2.0/gio/gsimpleaction.h +4 -0
  114. data/vendor/local/include/glib-2.0/gio/gsimpleiostream.h +45 -0
  115. data/vendor/local/include/glib-2.0/gio/gsocket.h +9 -0
  116. data/vendor/local/include/glib-2.0/gio/gsocketcontrolmessage.h +2 -0
  117. data/vendor/local/include/glib-2.0/gio/gsocketlistener.h +2 -0
  118. data/vendor/local/include/glib-2.0/gio/gsocketservice.h +2 -0
  119. data/vendor/local/include/glib-2.0/gio/gtask.h +2 -0
  120. data/vendor/local/include/glib-2.0/gio/gtlsclientconnection.h +8 -0
  121. data/vendor/local/include/glib-2.0/gio/gtlspassword.h +9 -0
  122. data/vendor/local/include/glib-2.0/gio/gtlsserverconnection.h +8 -0
  123. data/vendor/local/include/glib-2.0/glib-object.h +2 -0
  124. data/vendor/local/include/glib-2.0/glib.h +2 -0
  125. data/vendor/local/include/glib-2.0/glib/gconvert.h +2 -0
  126. data/vendor/local/include/glib-2.0/glib/gdir.h +2 -0
  127. data/vendor/local/include/glib-2.0/glib/genviron.h +2 -1
  128. data/vendor/local/include/glib-2.0/glib/gfileutils.h +2 -0
  129. data/vendor/local/include/glib-2.0/glib/giochannel.h +2 -0
  130. data/vendor/local/include/glib-2.0/glib/glib-autocleanups.h +81 -0
  131. data/vendor/local/include/glib-2.0/glib/gmacros.h +53 -0
  132. data/vendor/local/include/glib-2.0/glib/gmem.h +72 -1
  133. data/vendor/local/include/glib-2.0/glib/goption.h +13 -3
  134. data/vendor/local/include/glib-2.0/glib/gslice.h +6 -5
  135. data/vendor/local/include/glib-2.0/glib/gspawn.h +2 -0
  136. data/vendor/local/include/glib-2.0/glib/gstrfuncs.h +4 -0
  137. data/vendor/local/include/glib-2.0/glib/gtestutils.h +45 -27
  138. data/vendor/local/include/glib-2.0/glib/gthread.h +70 -0
  139. data/vendor/local/include/glib-2.0/glib/gunicode.h +2 -2
  140. data/vendor/local/include/glib-2.0/glib/gversionmacros.h +24 -0
  141. data/vendor/local/include/glib-2.0/glib/gwin32.h +31 -6
  142. data/vendor/local/include/glib-2.0/gobject/gclosure.h +19 -0
  143. data/vendor/local/include/glib-2.0/gobject/glib-types.h +11 -0
  144. data/vendor/local/include/glib-2.0/gobject/gobject-autocleanups.h +27 -0
  145. data/vendor/local/include/glib-2.0/gobject/gobject.h +65 -2
  146. data/vendor/local/include/glib-2.0/gobject/gparam.h +3 -2
  147. data/vendor/local/include/glib-2.0/gobject/gtype.h +257 -4
  148. data/vendor/local/include/glib-2.0/gobject/gtypemodule.h +14 -0
  149. data/vendor/local/include/glib-2.0/gobject/gvaluecollector.h +7 -0
  150. data/vendor/local/include/gnutls/abstract.h +131 -51
  151. data/vendor/local/include/gnutls/compat.h +12 -171
  152. data/vendor/local/include/gnutls/crypto.h +113 -0
  153. data/vendor/local/include/gnutls/gnutls.h +336 -79
  154. data/vendor/local/include/gnutls/ocsp.h +11 -1
  155. data/vendor/local/include/gnutls/openpgp.h +14 -0
  156. data/vendor/local/include/gnutls/pkcs11.h +171 -55
  157. data/vendor/local/include/gnutls/pkcs12.h +13 -0
  158. data/vendor/local/include/gnutls/pkcs7.h +134 -0
  159. data/vendor/local/include/gnutls/self-test.h +38 -0
  160. data/vendor/local/include/gnutls/system-keys.h +63 -0
  161. data/vendor/local/include/gnutls/urls.h +77 -0
  162. data/vendor/local/include/gnutls/x509-ext.h +194 -0
  163. data/vendor/local/include/gnutls/x509.h +304 -66
  164. data/vendor/local/include/idn-free.h +74 -0
  165. data/vendor/local/include/idn-int.h +1 -0
  166. data/vendor/local/include/idna.h +123 -0
  167. data/vendor/local/include/libintl.h +3 -2
  168. data/vendor/local/include/libtasn1.h +402 -0
  169. data/vendor/local/include/nettle/aes.h +126 -34
  170. data/vendor/local/include/nettle/arcfour.h +38 -25
  171. data/vendor/local/include/nettle/arctwo.h +51 -30
  172. data/vendor/local/include/nettle/asn1.h +35 -27
  173. data/vendor/local/include/nettle/base16.h +39 -35
  174. data/vendor/local/include/nettle/base64.h +59 -42
  175. data/vendor/local/include/nettle/bignum.h +57 -35
  176. data/vendor/local/include/nettle/blowfish.h +41 -28
  177. data/vendor/local/include/nettle/buffer.h +37 -29
  178. data/vendor/local/include/nettle/camellia.h +114 -53
  179. data/vendor/local/include/nettle/cast128.h +46 -37
  180. data/vendor/local/include/nettle/cbc.h +45 -35
  181. data/vendor/local/include/nettle/ccm.h +302 -0
  182. data/vendor/local/include/nettle/chacha-poly1305.h +98 -0
  183. data/vendor/local/include/nettle/chacha.h +96 -0
  184. data/vendor/local/include/nettle/ctr.h +39 -30
  185. data/vendor/local/include/nettle/curve25519.h +57 -0
  186. data/vendor/local/include/nettle/des-compat.h +31 -23
  187. data/vendor/local/include/nettle/des.h +37 -28
  188. data/vendor/local/include/nettle/dsa-compat.h +183 -0
  189. data/vendor/local/include/nettle/dsa.h +95 -172
  190. data/vendor/local/include/nettle/eax.h +185 -0
  191. data/vendor/local/include/nettle/ecc-curve.h +31 -22
  192. data/vendor/local/include/nettle/ecc.h +44 -146
  193. data/vendor/local/include/nettle/ecdsa.h +33 -24
  194. data/vendor/local/include/nettle/eddsa.h +149 -0
  195. data/vendor/local/include/nettle/gcm.h +216 -75
  196. data/vendor/local/include/nettle/gosthash94.h +37 -27
  197. data/vendor/local/include/nettle/hmac.h +53 -45
  198. data/vendor/local/include/nettle/knuth-lfib.h +32 -27
  199. data/vendor/local/include/nettle/macros.h +40 -33
  200. data/vendor/local/include/nettle/md2.h +39 -29
  201. data/vendor/local/include/nettle/md4.h +39 -29
  202. data/vendor/local/include/nettle/md5-compat.h +31 -23
  203. data/vendor/local/include/nettle/md5.h +38 -28
  204. data/vendor/local/include/nettle/memxor.h +6 -3
  205. data/vendor/local/include/nettle/nettle-meta.h +70 -72
  206. data/vendor/local/include/nettle/nettle-stdint.h +2 -2
  207. data/vendor/local/include/nettle/nettle-types.h +60 -42
  208. data/vendor/local/include/nettle/pbkdf2.h +40 -32
  209. data/vendor/local/include/nettle/pgp.h +31 -23
  210. data/vendor/local/include/nettle/pkcs1.h +46 -38
  211. data/vendor/local/include/nettle/poly1305.h +128 -0
  212. data/vendor/local/include/nettle/realloc.h +29 -22
  213. data/vendor/local/include/nettle/ripemd160.h +38 -28
  214. data/vendor/local/include/nettle/rsa.h +42 -34
  215. data/vendor/local/include/nettle/salsa20.h +56 -35
  216. data/vendor/local/include/nettle/serpent.h +46 -25
  217. data/vendor/local/include/nettle/sexp.h +44 -37
  218. data/vendor/local/include/nettle/sha.h +33 -25
  219. data/vendor/local/include/nettle/sha1.h +38 -28
  220. data/vendor/local/include/nettle/sha2.h +86 -36
  221. data/vendor/local/include/nettle/sha3.h +53 -40
  222. data/vendor/local/include/nettle/twofish.h +45 -25
  223. data/vendor/local/include/nettle/umac.h +53 -41
  224. data/vendor/local/include/nettle/version.h +57 -0
  225. data/vendor/local/include/nettle/yarrow.h +35 -27
  226. data/vendor/local/include/p11-kit-1/p11-kit/deprecated.h +97 -0
  227. data/vendor/local/include/p11-kit-1/p11-kit/iter.h +115 -0
  228. data/vendor/local/include/p11-kit-1/p11-kit/p11-kit.h +121 -0
  229. data/vendor/local/include/p11-kit-1/p11-kit/pin.h +107 -0
  230. data/vendor/local/include/p11-kit-1/p11-kit/pkcs11.h +1398 -0
  231. data/vendor/local/include/p11-kit-1/p11-kit/pkcs11x.h +149 -0
  232. data/vendor/local/include/p11-kit-1/p11-kit/remote.h +56 -0
  233. data/vendor/local/include/p11-kit-1/p11-kit/uri.h +167 -0
  234. data/vendor/local/include/pr29.h +73 -0
  235. data/vendor/local/include/punycode.h +239 -0
  236. data/vendor/local/include/stringprep.h +242 -0
  237. data/vendor/local/include/tld.h +135 -0
  238. data/vendor/local/lib/gio/modules/libgiognutls.a +0 -0
  239. data/vendor/local/lib/gio/modules/libgiognutls.dll +0 -0
  240. data/vendor/local/lib/gio/modules/libgiognutls.dll.a +0 -0
  241. data/vendor/local/lib/gio/modules/libgiognutls.la +2 -2
  242. data/vendor/local/lib/glib-2.0/include/glibconfig.h +1 -1
  243. data/vendor/local/lib/libasprintf.a +0 -0
  244. data/vendor/local/lib/libasprintf.dll.a +0 -0
  245. data/vendor/local/lib/libasprintf.la +2 -2
  246. data/vendor/local/lib/libcharset.a +0 -0
  247. data/vendor/local/lib/libcharset.dll.a +0 -0
  248. data/vendor/local/lib/libffi.a +0 -0
  249. data/vendor/local/lib/libffi.dll.a +0 -0
  250. data/vendor/local/lib/libgio-2.0.dll.a +0 -0
  251. data/vendor/local/lib/libgio-2.0.la +4 -4
  252. data/vendor/local/lib/libglib-2.0.dll.a +0 -0
  253. data/vendor/local/lib/libglib-2.0.la +4 -4
  254. data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
  255. data/vendor/local/lib/libgmodule-2.0.la +4 -4
  256. data/vendor/local/lib/libgmp.dll.a +0 -0
  257. data/vendor/local/lib/libgnutls.dll.a +0 -0
  258. data/vendor/local/lib/libgnutls.la +8 -8
  259. data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
  260. data/vendor/local/lib/libgobject-2.0.la +4 -4
  261. data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
  262. data/vendor/local/lib/libgthread-2.0.la +4 -4
  263. data/vendor/local/lib/libhogweed.a +0 -0
  264. data/vendor/local/lib/libhogweed.dll.a +0 -0
  265. data/vendor/local/lib/libiconv.dll.a +0 -0
  266. data/vendor/local/lib/libidn.a +0 -0
  267. data/vendor/local/lib/libidn.dll.a +0 -0
  268. data/vendor/local/lib/libidn.la +41 -0
  269. data/vendor/local/lib/libintl.a +0 -0
  270. data/vendor/local/lib/libintl.dll.a +0 -0
  271. data/vendor/local/lib/libintl.la +5 -5
  272. data/vendor/local/lib/libnettle.a +0 -0
  273. data/vendor/local/lib/libnettle.dll.a +0 -0
  274. data/vendor/local/lib/libp11-kit.dll.a +0 -0
  275. data/vendor/local/lib/libp11-kit.la +41 -0
  276. data/vendor/local/lib/libtasn1.a +0 -0
  277. data/vendor/local/lib/libtasn1.dll.a +0 -0
  278. data/vendor/local/lib/libtasn1.la +41 -0
  279. data/vendor/local/lib/p11-kit/p11-kit-remote.exe +0 -0
  280. data/vendor/local/lib/p11-kit/trust-extract-compat +32 -0
  281. data/vendor/local/lib/pkcs11/p11-kit-trust.dll +0 -0
  282. data/vendor/local/lib/pkcs11/p11-kit-trust.dll.a +0 -0
  283. data/vendor/local/lib/pkcs11/p11-kit-trust.la +41 -0
  284. data/vendor/local/lib/pkgconfig/gio-2.0.pc +1 -1
  285. data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +1 -1
  286. data/vendor/local/lib/pkgconfig/glib-2.0.pc +1 -1
  287. data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +1 -1
  288. data/vendor/local/lib/pkgconfig/gmodule-export-2.0.pc +1 -1
  289. data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +1 -1
  290. data/vendor/local/lib/pkgconfig/gnutls.pc +3 -3
  291. data/vendor/local/lib/pkgconfig/gobject-2.0.pc +1 -1
  292. data/vendor/local/lib/pkgconfig/gthread-2.0.pc +1 -1
  293. data/vendor/local/lib/pkgconfig/hogweed.pc +5 -4
  294. data/vendor/local/lib/pkgconfig/libidn.pc +23 -0
  295. data/vendor/local/lib/pkgconfig/libtasn1.pc +30 -0
  296. data/vendor/local/lib/pkgconfig/nettle.pc +1 -1
  297. data/vendor/local/lib/pkgconfig/p11-kit-1.pc +22 -0
  298. data/vendor/local/share/doc/gettext/bind_textdomain_codeset.3.html +1 -1
  299. data/vendor/local/share/doc/gettext/bindtextdomain.3.html +1 -1
  300. data/vendor/local/share/doc/gettext/envsubst.1.html +1 -1
  301. data/vendor/local/share/doc/gettext/gettext.1.html +1 -1
  302. data/vendor/local/share/doc/gettext/gettext.3.html +1 -1
  303. data/vendor/local/share/doc/gettext/ngettext.1.html +1 -1
  304. data/vendor/local/share/doc/gettext/ngettext.3.html +1 -1
  305. data/vendor/local/share/doc/gettext/textdomain.3.html +1 -1
  306. data/vendor/local/share/doc/libasprintf/autosprintf_all.html +1 -1
  307. data/vendor/local/share/emacs/site-lisp/idna.el +192 -0
  308. data/vendor/local/share/emacs/site-lisp/punycode.el +182 -0
  309. data/vendor/local/share/gdb/auto-load/{libglib-2.0.so.0.4200.1-gdb.py → libglib-2.0.so.0.4400.1-gdb.py} +0 -0
  310. data/vendor/local/share/gdb/auto-load/{libgobject-2.0.so.0.4200.1-gdb.py → libgobject-2.0.so.0.4400.1-gdb.py} +0 -0
  311. data/vendor/local/share/gettext/ABOUT-NLS +1194 -1066
  312. data/vendor/local/share/glib-2.0/codegen/__init__.pyc +0 -0
  313. data/vendor/local/share/glib-2.0/codegen/__init__.pyo +0 -0
  314. data/vendor/local/share/glib-2.0/codegen/codegen.pyc +0 -0
  315. data/vendor/local/share/glib-2.0/codegen/codegen.pyo +0 -0
  316. data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyc +0 -0
  317. data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyo +0 -0
  318. data/vendor/local/share/glib-2.0/codegen/codegen_main.pyc +0 -0
  319. data/vendor/local/share/glib-2.0/codegen/codegen_main.pyo +0 -0
  320. data/vendor/local/share/glib-2.0/codegen/config.py +1 -1
  321. data/vendor/local/share/glib-2.0/codegen/config.pyc +0 -0
  322. data/vendor/local/share/glib-2.0/codegen/config.pyo +0 -0
  323. data/vendor/local/share/glib-2.0/codegen/dbustypes.pyc +0 -0
  324. data/vendor/local/share/glib-2.0/codegen/dbustypes.pyo +0 -0
  325. data/vendor/local/share/glib-2.0/codegen/parser.pyc +0 -0
  326. data/vendor/local/share/glib-2.0/codegen/parser.pyo +0 -0
  327. data/vendor/local/share/glib-2.0/codegen/utils.pyc +0 -0
  328. data/vendor/local/share/glib-2.0/codegen/utils.pyo +0 -0
  329. data/vendor/local/share/gtk-doc/html/gio/ExampleAnimal.html +7 -7
  330. data/vendor/local/share/gtk-doc/html/gio/ExampleCat.html +3 -3
  331. data/vendor/local/share/gtk-doc/html/gio/ExampleObject.html +3 -3
  332. data/vendor/local/share/gtk-doc/html/gio/ExampleObjectManagerClient.html +3 -3
  333. data/vendor/local/share/gtk-doc/html/gio/GAction.html +25 -23
  334. data/vendor/local/share/gtk-doc/html/gio/GActionGroup.html +38 -36
  335. data/vendor/local/share/gtk-doc/html/gio/GActionMap.html +10 -8
  336. data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +83 -12
  337. data/vendor/local/share/gtk-doc/html/gio/GAppInfoMonitor.html +22 -25
  338. data/vendor/local/share/gtk-doc/html/gio/GApplication.html +235 -79
  339. data/vendor/local/share/gtk-doc/html/gio/GApplicationCommandLine.html +100 -25
  340. data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +1 -1
  341. data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +1 -1
  342. data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +21 -21
  343. data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +11 -11
  344. data/vendor/local/share/gtk-doc/html/gio/GBytesIcon.html +202 -0
  345. data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +12 -9
  346. data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +1 -1
  347. data/vendor/local/share/gtk-doc/html/gio/GConverter.html +1 -1
  348. data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +1 -1
  349. data/vendor/local/share/gtk-doc/html/gio/GDBusActionGroup.html +5 -3
  350. data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +5 -5
  351. data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +18 -12
  352. data/vendor/local/share/gtk-doc/html/gio/GDBusInterface.html +1 -1
  353. data/vendor/local/share/gtk-doc/html/gio/GDBusInterfaceSkeleton.html +4 -6
  354. data/vendor/local/share/gtk-doc/html/gio/GDBusMenuModel.html +7 -5
  355. data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +1 -1
  356. data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +1 -1
  357. data/vendor/local/share/gtk-doc/html/gio/GDBusObject.html +7 -5
  358. data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManager.html +11 -9
  359. data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerClient.html +6 -8
  360. data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerServer.html +1 -1
  361. data/vendor/local/share/gtk-doc/html/gio/GDBusObjectProxy.html +1 -1
  362. data/vendor/local/share/gtk-doc/html/gio/GDBusObjectSkeleton.html +3 -3
  363. data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +9 -11
  364. data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +4 -6
  365. data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +44 -44
  366. data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +22 -22
  367. data/vendor/local/share/gtk-doc/html/gio/GDrive.html +9 -9
  368. data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +1 -1
  369. data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +1 -1
  370. data/vendor/local/share/gtk-doc/html/gio/GFile.html +40 -31
  371. data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +45 -5
  372. data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +136 -20
  373. data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +8 -8
  374. data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +3 -3
  375. data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +3 -3
  376. data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +8 -8
  377. data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +3 -3
  378. data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +8 -8
  379. data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +3 -3
  380. data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +6 -6
  381. data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +6 -6
  382. data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +17 -17
  383. data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +4 -3
  384. data/vendor/local/share/gtk-doc/html/gio/GIcon.html +5 -5
  385. data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +3 -3
  386. data/vendor/local/share/gtk-doc/html/gio/GInetAddressMask.html +509 -0
  387. data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +1 -1
  388. data/vendor/local/share/gtk-doc/html/gio/GInitable.html +2 -2
  389. data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +180 -32
  390. data/vendor/local/share/gtk-doc/html/gio/GListModel.html +532 -0
  391. data/vendor/local/share/gtk-doc/html/gio/GListStore.html +490 -0
  392. data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +4 -4
  393. data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +8 -8
  394. data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +15 -15
  395. data/vendor/local/share/gtk-doc/html/gio/GMenu.html +41 -41
  396. data/vendor/local/share/gtk-doc/html/gio/GMenuModel.html +51 -38
  397. data/vendor/local/share/gtk-doc/html/gio/GMount.html +7 -7
  398. data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +14 -16
  399. data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +144 -92
  400. data/vendor/local/share/gtk-doc/html/gio/GNetworkMonitor.html +172 -5
  401. data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +1 -1
  402. data/vendor/local/share/gtk-doc/html/gio/GNotification.html +778 -0
  403. data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +199 -42
  404. data/vendor/local/share/gtk-doc/html/gio/GPermission.html +1 -1
  405. data/vendor/local/share/gtk-doc/html/gio/GPollableInputStream.html +10 -10
  406. data/vendor/local/share/gtk-doc/html/gio/GPollableOutputStream.html +10 -10
  407. data/vendor/local/share/gtk-doc/html/gio/GPropertyAction.html +318 -0
  408. data/vendor/local/share/gtk-doc/html/gio/GProxy.html +1 -1
  409. data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +3 -1
  410. data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +41 -1
  411. data/vendor/local/share/gtk-doc/html/gio/GRemoteActionGroup.html +8 -6
  412. data/vendor/local/share/gtk-doc/html/gio/GResolver.html +83 -8
  413. data/vendor/local/share/gtk-doc/html/gio/GResource.html +1161 -0
  414. data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +1 -1
  415. data/vendor/local/share/gtk-doc/html/gio/GSettings.html +34 -21
  416. data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +69 -3
  417. data/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html +58 -15
  418. data/vendor/local/share/gtk-doc/html/gio/GSimpleActionGroup.html +7 -7
  419. data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +1 -1
  420. data/vendor/local/share/gtk-doc/html/gio/GSimpleIOStream.html +189 -0
  421. data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +3 -3
  422. data/vendor/local/share/gtk-doc/html/gio/GSimpleProxyResolver.html +1 -59
  423. data/vendor/local/share/gtk-doc/html/gio/GSocket.html +267 -83
  424. data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +3 -3
  425. data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +3 -3
  426. data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +1 -1
  427. data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +1 -1
  428. data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +3 -3
  429. data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +1 -1
  430. data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +3 -3
  431. data/vendor/local/share/gtk-doc/html/gio/GSrvTarget.html +1 -1
  432. data/vendor/local/share/gtk-doc/html/gio/GSubprocess.html +6 -8
  433. data/vendor/local/share/gtk-doc/html/gio/GSubprocessLauncher.html +963 -0
  434. data/vendor/local/share/gtk-doc/html/gio/GTask.html +125 -53
  435. data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +2 -2
  436. data/vendor/local/share/gtk-doc/html/gio/GTcpWrapperConnection.html +3 -1
  437. data/vendor/local/share/gtk-doc/html/gio/GTestDBus.html +14 -16
  438. data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +1 -1
  439. data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +3 -3
  440. data/vendor/local/share/gtk-doc/html/gio/GTlsBackend.html +2 -1
  441. data/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html +47 -18
  442. data/vendor/local/share/gtk-doc/html/gio/GTlsClientConnection.html +34 -7
  443. data/vendor/local/share/gtk-doc/html/gio/GTlsConnection.html +3 -3
  444. data/vendor/local/share/gtk-doc/html/gio/GTlsDatabase.html +1 -1
  445. data/vendor/local/share/gtk-doc/html/gio/GTlsFileDatabase.html +1 -1
  446. data/vendor/local/share/gtk-doc/html/gio/GTlsInteraction.html +1 -1
  447. data/vendor/local/share/gtk-doc/html/gio/GTlsPassword.html +36 -4
  448. data/vendor/local/share/gtk-doc/html/gio/GTlsServerConnection.html +18 -1
  449. data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +3 -1
  450. data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +1 -1
  451. data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +3 -1
  452. data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +3 -1
  453. data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +8 -8
  454. data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +8 -8
  455. data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +1 -1
  456. data/vendor/local/share/gtk-doc/html/gio/GVfs.html +13 -13
  457. data/vendor/local/share/gtk-doc/html/gio/GVolume.html +5 -5
  458. data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +25 -25
  459. data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +1 -1
  460. data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +1 -1
  461. data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +3 -3
  462. data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +1 -1
  463. data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +1 -1
  464. data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +1 -1
  465. data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +9 -1
  466. data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +13 -1
  467. data/vendor/local/share/gtk-doc/html/gio/api-index-2-28.html +5 -1
  468. data/vendor/local/share/gtk-doc/html/gio/api-index-2-30.html +1 -1
  469. data/vendor/local/share/gtk-doc/html/gio/api-index-2-32.html +36 -43
  470. data/vendor/local/share/gtk-doc/html/gio/api-index-2-34.html +5 -1
  471. data/vendor/local/share/gtk-doc/html/gio/api-index-2-36.html +17 -1
  472. data/vendor/local/share/gtk-doc/html/gio/api-index-2-38.html +33 -5
  473. data/vendor/local/share/gtk-doc/html/gio/api-index-2-40.html +30 -34
  474. data/vendor/local/share/gtk-doc/html/gio/api-index-2-42.html +11 -4
  475. data/vendor/local/share/gtk-doc/html/gio/api-index-2-44.html +215 -0
  476. data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +22 -2
  477. data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +342 -82
  478. data/vendor/local/share/gtk-doc/html/gio/application.html +5 -5
  479. data/vendor/local/share/gtk-doc/html/gio/async.html +1 -1
  480. data/vendor/local/share/gtk-doc/html/gio/ch01.html +1 -1
  481. data/vendor/local/share/gtk-doc/html/gio/ch02.html +50 -2
  482. data/vendor/local/share/gtk-doc/html/gio/ch03.html +1 -1
  483. data/vendor/local/share/gtk-doc/html/gio/ch31.html +26 -168
  484. data/vendor/local/share/gtk-doc/html/gio/ch32.html +184 -23
  485. data/vendor/local/share/gtk-doc/html/gio/ch32s02.html +12 -30
  486. data/vendor/local/share/gtk-doc/html/gio/ch32s03.html +13 -133
  487. data/vendor/local/share/gtk-doc/html/gio/ch33.html +23 -83
  488. data/vendor/local/share/gtk-doc/html/gio/ch33s02.html +34 -117
  489. data/vendor/local/share/gtk-doc/html/gio/ch33s03.html +129 -172
  490. data/vendor/local/share/gtk-doc/html/gio/ch33s04.html +16 -67
  491. data/vendor/local/share/gtk-doc/html/gio/ch33s05.html +21 -904
  492. data/vendor/local/share/gtk-doc/html/gio/ch33s06.html +278 -0
  493. data/vendor/local/share/gtk-doc/html/gio/ch33s07.html +160 -0
  494. data/vendor/local/share/gtk-doc/html/gio/ch34.html +116 -0
  495. data/vendor/local/share/gtk-doc/html/gio/ch34s02.html +142 -0
  496. data/vendor/local/share/gtk-doc/html/gio/ch34s03.html +202 -0
  497. data/vendor/local/share/gtk-doc/html/gio/ch34s04.html +97 -0
  498. data/vendor/local/share/gtk-doc/html/gio/ch34s05.html +931 -0
  499. data/vendor/local/share/gtk-doc/html/gio/conversion.html +1 -1
  500. data/vendor/local/share/gtk-doc/html/gio/data-models.html +38 -0
  501. data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +2 -2
  502. data/vendor/local/share/gtk-doc/html/gio/extending.html +3 -3
  503. data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +1 -1
  504. data/vendor/local/share/gtk-doc/html/gio/file_mon.html +1 -1
  505. data/vendor/local/share/gtk-doc/html/gio/file_ops.html +1 -1
  506. data/vendor/local/share/gtk-doc/html/gio/gapplication-tool.html +9 -9
  507. data/vendor/local/share/gtk-doc/html/gio/gdbus-codegen.html +14 -14
  508. data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +1 -1
  509. data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +1 -1
  510. data/vendor/local/share/gtk-doc/html/gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html +5 -5
  511. data/vendor/local/share/gtk-doc/html/gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Cat.html +3 -3
  512. data/vendor/local/share/gtk-doc/html/gio/gdbus.html +7 -7
  513. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +47 -1
  514. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +1 -1
  515. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +1 -1
  516. data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +124 -47
  517. data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +26 -22
  518. data/vendor/local/share/gtk-doc/html/gio/gio-GActionGroup-exporter.html +4 -4
  519. data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +1 -1
  520. data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +5 -5
  521. data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +5 -5
  522. data/vendor/local/share/gtk-doc/html/gio/gio-GDBusError.html +1 -1
  523. data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +50 -43
  524. data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +21 -3
  525. data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +1 -1
  526. data/vendor/local/share/gtk-doc/html/gio/gio-GMenuModel-exporter.html +4 -4
  527. data/vendor/local/share/gtk-doc/html/gio/gio-GSettingsSchema-GSettingsSchemaSource.html +161 -104
  528. data/vendor/local/share/gtk-doc/html/gio/gio-GWin32InputStream.html +8 -8
  529. data/vendor/local/share/gtk-doc/html/gio/gio-GWin32OutputStream.html +8 -8
  530. data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +1 -3
  531. data/vendor/local/share/gtk-doc/html/gio/gio-TLS-Overview.html +5 -12
  532. data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +56 -18
  533. data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +1 -3
  534. data/vendor/local/share/gtk-doc/html/gio/gio-gnetworking.h.html +1 -1
  535. data/vendor/local/share/gtk-doc/html/gio/gio-gpollableutils.html +13 -13
  536. data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +52 -53
  537. data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +2 -2
  538. data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +561 -116
  539. data/vendor/local/share/gtk-doc/html/gio/glib-compile-resources.html +6 -6
  540. data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +3 -3
  541. data/vendor/local/share/gtk-doc/html/gio/gresource-tool.html +4 -4
  542. data/vendor/local/share/gtk-doc/html/gio/gsettings-tool.html +3 -3
  543. data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +1 -1
  544. data/vendor/local/share/gtk-doc/html/gio/icons.html +2 -2
  545. data/vendor/local/share/gtk-doc/html/gio/index.html +39 -26
  546. data/vendor/local/share/gtk-doc/html/gio/index.sgml +620 -121
  547. data/vendor/local/share/gtk-doc/html/gio/migrating.html +21 -21
  548. data/vendor/local/share/gtk-doc/html/gio/networking.html +4 -4
  549. data/vendor/local/share/gtk-doc/html/gio/permissions.html +3 -3
  550. data/vendor/local/share/gtk-doc/html/gio/pt01.html +1 -1
  551. data/vendor/local/share/gtk-doc/html/gio/pt02.html +19 -7
  552. data/vendor/local/share/gtk-doc/html/gio/resolver.html +1 -1
  553. data/vendor/local/share/gtk-doc/html/gio/resources.html +4 -4
  554. data/vendor/local/share/gtk-doc/html/gio/running-gio-apps.html +1 -1
  555. data/vendor/local/share/gtk-doc/html/gio/settings.html +1 -1
  556. data/vendor/local/share/gtk-doc/html/gio/streaming.html +4 -1
  557. data/vendor/local/share/gtk-doc/html/gio/subprocesses.html +2 -2
  558. data/vendor/local/share/gtk-doc/html/gio/testing.html +1 -1
  559. data/vendor/local/share/gtk-doc/html/gio/tls.html +1 -1
  560. data/vendor/local/share/gtk-doc/html/gio/tools.html +1 -1
  561. data/vendor/local/share/gtk-doc/html/gio/types.html +1 -1
  562. data/vendor/local/share/gtk-doc/html/gio/utils.html +1 -1
  563. data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +1 -1
  564. data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +8 -3
  565. data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +1 -1
  566. data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +1 -1
  567. data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +3 -3
  568. data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +1 -1
  569. data/vendor/local/share/gtk-doc/html/glib/api-index-2-18.html +1 -1
  570. data/vendor/local/share/gtk-doc/html/glib/api-index-2-2.html +1 -1
  571. data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +1 -1
  572. data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +1 -1
  573. data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +1 -1
  574. data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +1 -1
  575. data/vendor/local/share/gtk-doc/html/glib/api-index-2-28.html +1 -1
  576. data/vendor/local/share/gtk-doc/html/glib/api-index-2-30.html +1 -1
  577. data/vendor/local/share/gtk-doc/html/glib/api-index-2-32.html +1 -1
  578. data/vendor/local/share/gtk-doc/html/glib/api-index-2-34.html +1 -1
  579. data/vendor/local/share/gtk-doc/html/glib/api-index-2-36.html +1 -1
  580. data/vendor/local/share/gtk-doc/html/glib/api-index-2-38.html +12 -1
  581. data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +3 -3
  582. data/vendor/local/share/gtk-doc/html/glib/api-index-2-40.html +1 -1
  583. data/vendor/local/share/gtk-doc/html/glib/api-index-2-42.html +3 -3
  584. data/vendor/local/share/gtk-doc/html/glib/api-index-2-44.html +117 -0
  585. data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +5 -5
  586. data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +1 -1
  587. data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +14 -3
  588. data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +109 -25
  589. data/vendor/local/share/gtk-doc/html/glib/deprecated.html +1 -1
  590. data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +1 -1
  591. data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +1 -1
  592. data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +1 -1
  593. data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +1 -1
  594. data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +1 -1
  595. data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +1 -1
  596. data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +17 -3
  597. data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +1 -1
  598. data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +1 -1
  599. data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +1 -1
  600. data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +1 -1
  601. data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +4 -3
  602. data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +210 -39
  603. data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +1 -1
  604. data/vendor/local/share/gtk-doc/html/glib/glib-Data-HMACs.html +1 -1
  605. data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +1 -1
  606. data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +1 -1
  607. data/vendor/local/share/gtk-doc/html/glib/glib-Deprecated-Thread-APIs.html +1 -1
  608. data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +14 -10
  609. data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +21 -9
  610. data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +2 -2
  611. data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +10 -4
  612. data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +7 -2
  613. data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +2 -2
  614. data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +1 -1
  615. data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +10 -10
  616. data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +1 -1
  617. data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +1 -1
  618. data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +33 -11
  619. data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +1 -1
  620. data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +1 -1
  621. data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +43 -4
  622. data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +2 -3
  623. data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +27 -1
  624. data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +1 -1
  625. data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +136 -10
  626. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +134 -18
  627. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +1 -1
  628. data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +7 -7
  629. data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +437 -20
  630. data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +3 -3
  631. data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +1 -1
  632. data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +1 -1
  633. data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +1 -1
  634. data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +1 -1
  635. data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +1 -1
  636. data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +1 -1
  637. data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +1 -1
  638. data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +1 -1
  639. data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +1 -1
  640. data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +1 -1
  641. data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +4 -2
  642. data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +1 -1
  643. data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +1 -1
  644. data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +1 -1
  645. data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +64 -11
  646. data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +3 -3
  647. data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +160 -28
  648. data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +19 -15
  649. data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +2 -2
  650. data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +197 -54
  651. data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +1 -1
  652. data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +1 -1
  653. data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +1 -1
  654. data/vendor/local/share/gtk-doc/html/glib/glib-UNIX-specific-utilities-and-integration.html +1 -2
  655. data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +1 -1
  656. data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +10 -10
  657. data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +17 -4
  658. data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +4 -4
  659. data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +141 -18
  660. data/vendor/local/share/gtk-doc/html/glib/glib-building.html +1 -1
  661. data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +1 -1
  662. data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +1 -1
  663. data/vendor/local/share/gtk-doc/html/glib/glib-core.html +1 -1
  664. data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +1 -1
  665. data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +1 -1
  666. data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +1 -1
  667. data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +1 -1
  668. data/vendor/local/share/gtk-doc/html/glib/glib-programming.html +1 -1
  669. data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +1 -1
  670. data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +1 -1
  671. data/vendor/local/share/gtk-doc/html/glib/glib-running.html +1 -1
  672. data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +1 -1
  673. data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +633 -2
  674. data/vendor/local/share/gtk-doc/html/glib/glib.html +1 -1
  675. data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +1 -1
  676. data/vendor/local/share/gtk-doc/html/glib/gtester.html +1 -1
  677. data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +1 -1
  678. data/vendor/local/share/gtk-doc/html/glib/gvariant-text.html +1 -1
  679. data/vendor/local/share/gtk-doc/html/glib/index.html +2 -1
  680. data/vendor/local/share/gtk-doc/html/glib/index.sgml +631 -0
  681. data/vendor/local/share/gtk-doc/html/glib/tools.html +1 -1
  682. data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +6 -7
  683. data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +35 -1
  684. data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +1 -1
  685. data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +8 -3
  686. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +3 -3
  687. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html +1 -1
  688. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +1 -1
  689. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +1 -1
  690. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +1 -1
  691. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +1 -1
  692. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +1 -1
  693. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +1 -1
  694. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-28.html +1 -1
  695. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-30.html +5 -1
  696. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-32.html +5 -1
  697. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-34.html +1 -1
  698. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-36.html +1 -1
  699. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-38.html +9 -1
  700. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +3 -3
  701. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-40.html +5 -1
  702. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-42.html +3 -3
  703. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-44.html +61 -0
  704. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html +1 -1
  705. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +1 -1
  706. data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +1 -1
  707. data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +50 -18
  708. data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +32 -12
  709. data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +137 -56
  710. data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +210 -93
  711. data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +14 -5
  712. data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +92 -37
  713. data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +63 -24
  714. data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +64 -25
  715. data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +26 -2
  716. data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +1847 -241
  717. data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +30 -1
  718. data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +28 -3
  719. data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +1 -1
  720. data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +44 -4
  721. data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +8 -3
  722. data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +154 -65
  723. data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +602 -197
  724. data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +3 -4
  725. data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +29 -4
  726. data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +60 -27
  727. data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +24 -11
  728. data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +1 -1
  729. data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2 +57 -4
  730. data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +68 -27
  731. data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +200 -83
  732. data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +295 -125
  733. data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +58 -27
  734. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +36 -15
  735. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +56 -22
  736. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +39 -17
  737. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +123 -53
  738. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +308 -137
  739. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +111 -131
  740. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +144 -60
  741. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-override.html +138 -58
  742. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-prerequisite.html +126 -53
  743. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +157 -70
  744. data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +112 -47
  745. data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +77 -30
  746. data/vendor/local/share/gtk-doc/html/gobject/index.html +2 -1
  747. data/vendor/local/share/gtk-doc/html/gobject/index.sgml +53 -0
  748. data/vendor/local/share/gtk-doc/html/gobject/pr01.html +1 -1
  749. data/vendor/local/share/gtk-doc/html/gobject/pt01.html +1 -1
  750. data/vendor/local/share/gtk-doc/html/gobject/pt02.html +1 -1
  751. data/vendor/local/share/gtk-doc/html/gobject/pt03.html +1 -1
  752. data/vendor/local/share/gtk-doc/html/gobject/rn01.html +1 -1
  753. data/vendor/local/share/gtk-doc/html/gobject/rn02.html +1 -1
  754. data/vendor/local/share/gtk-doc/html/gobject/signal.html +154 -60
  755. data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +1 -1
  756. data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +1 -1
  757. data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +37 -17
  758. data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +1 -1
  759. data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +1 -1
  760. data/vendor/local/share/gtk-doc/html/p11-kit/config-example.html +73 -0
  761. data/vendor/local/share/gtk-doc/html/p11-kit/config-files.html +39 -0
  762. data/vendor/local/share/gtk-doc/html/p11-kit/config.html +49 -0
  763. data/vendor/local/share/gtk-doc/html/p11-kit/devel-building-style.html +58 -0
  764. data/vendor/local/share/gtk-doc/html/p11-kit/devel-building.html +182 -0
  765. data/vendor/local/share/gtk-doc/html/p11-kit/devel-commands.html +45 -0
  766. data/vendor/local/share/gtk-doc/html/p11-kit/devel-debugging.html +35 -0
  767. data/vendor/local/share/gtk-doc/html/p11-kit/devel-paths.html +60 -0
  768. data/vendor/local/share/gtk-doc/html/p11-kit/devel-testing.html +47 -0
  769. data/vendor/local/share/gtk-doc/html/p11-kit/devel.html +59 -0
  770. data/vendor/local/share/gtk-doc/html/p11-kit/gtk-doc.css +476 -0
  771. data/vendor/local/share/gtk-doc/html/p11-kit/home.png +0 -0
  772. data/vendor/local/share/gtk-doc/html/p11-kit/index.html +101 -0
  773. data/vendor/local/share/gtk-doc/html/p11-kit/index.sgml +167 -0
  774. data/vendor/local/share/gtk-doc/html/p11-kit/left-insensitive.png +0 -0
  775. data/vendor/local/share/gtk-doc/html/p11-kit/left.png +0 -0
  776. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Deprecated.html +473 -0
  777. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Future.html +973 -0
  778. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Modules.html +798 -0
  779. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-PIN-Callbacks.html +906 -0
  780. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-URIs.html +1138 -0
  781. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Utilities.html +277 -0
  782. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit.devhelp2 +155 -0
  783. data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit.html +115 -0
  784. data/vendor/local/share/gtk-doc/html/p11-kit/pkcs11-conf.html +261 -0
  785. data/vendor/local/share/gtk-doc/html/p11-kit/reference.html +482 -0
  786. data/vendor/local/share/gtk-doc/html/p11-kit/right-insensitive.png +0 -0
  787. data/vendor/local/share/gtk-doc/html/p11-kit/right.png +0 -0
  788. data/vendor/local/share/gtk-doc/html/p11-kit/sharing-managed.html +79 -0
  789. data/vendor/local/share/gtk-doc/html/p11-kit/sharing.html +49 -0
  790. data/vendor/local/share/gtk-doc/html/p11-kit/style.css +116 -0
  791. data/vendor/local/share/gtk-doc/html/p11-kit/tools.html +41 -0
  792. data/vendor/local/share/gtk-doc/html/p11-kit/trust-disable.html +45 -0
  793. data/vendor/local/share/gtk-doc/html/p11-kit/trust-glib-networking.html +35 -0
  794. data/vendor/local/share/gtk-doc/html/p11-kit/trust-module.html +96 -0
  795. data/vendor/local/share/gtk-doc/html/p11-kit/trust-nss.html +41 -0
  796. data/vendor/local/share/gtk-doc/html/p11-kit/trust.html +389 -0
  797. data/vendor/local/share/gtk-doc/html/p11-kit/up-insensitive.png +0 -0
  798. data/vendor/local/share/gtk-doc/html/p11-kit/up.png +0 -0
  799. data/vendor/local/share/info/autosprintf.info +6 -6
  800. data/vendor/local/share/info/dir +11 -17
  801. data/vendor/local/share/info/libidn-components.png +0 -0
  802. data/vendor/local/share/info/libidn.info +4404 -0
  803. data/vendor/local/share/info/libtasn1.info +2123 -0
  804. data/vendor/local/share/license/gnutls/AUTHORS +3 -42
  805. data/vendor/local/share/license/libidn/AUTHORS +794 -0
  806. data/vendor/local/share/license/libidn/COPYING +30 -0
  807. data/vendor/local/share/license/libtasn1/AUTHORS +12 -0
  808. data/vendor/local/share/license/libtasn1/COPYING +674 -0
  809. data/vendor/local/share/license/libtasn1/COPYING.LIB +502 -0
  810. data/vendor/local/share/license/p11-kit/AUTHORS +1 -0
  811. data/vendor/local/share/license/p11-kit/COPYING +27 -0
  812. data/vendor/local/share/locale/be/LC_MESSAGES/gettext-runtime.mo +0 -0
  813. data/vendor/local/share/locale/bg/LC_MESSAGES/gettext-runtime.mo +0 -0
  814. data/vendor/local/share/locale/bg/LC_MESSAGES/glib20.mo +0 -0
  815. data/vendor/local/share/locale/bs/LC_MESSAGES/glib-networking.mo +0 -0
  816. data/vendor/local/share/locale/bs/LC_MESSAGES/glib20.mo +0 -0
  817. data/vendor/local/share/locale/ca/LC_MESSAGES/gettext-runtime.mo +0 -0
  818. data/vendor/local/share/locale/ca/LC_MESSAGES/glib20.mo +0 -0
  819. data/vendor/local/share/locale/cs/LC_MESSAGES/gettext-runtime.mo +0 -0
  820. data/vendor/local/share/locale/cs/LC_MESSAGES/glib20.mo +0 -0
  821. data/vendor/local/share/locale/cs/LC_MESSAGES/gnutls.mo +0 -0
  822. data/vendor/local/share/locale/cs/LC_MESSAGES/libidn.mo +0 -0
  823. data/vendor/local/share/locale/da/LC_MESSAGES/gettext-runtime.mo +0 -0
  824. data/vendor/local/share/locale/da/LC_MESSAGES/glib20.mo +0 -0
  825. data/vendor/local/share/locale/da/LC_MESSAGES/libidn.mo +0 -0
  826. data/vendor/local/share/locale/de/LC_MESSAGES/gettext-runtime.mo +0 -0
  827. data/vendor/local/share/locale/de/LC_MESSAGES/glib20.mo +0 -0
  828. data/vendor/local/share/locale/de/LC_MESSAGES/gnutls.mo +0 -0
  829. data/vendor/local/share/locale/de/LC_MESSAGES/libidn.mo +0 -0
  830. data/vendor/local/share/locale/el/LC_MESSAGES/gettext-runtime.mo +0 -0
  831. data/vendor/local/share/locale/el/LC_MESSAGES/glib20.mo +0 -0
  832. data/vendor/local/share/locale/en@boldquot/LC_MESSAGES/gettext-runtime.mo +0 -0
  833. data/vendor/local/share/locale/en@boldquot/LC_MESSAGES/gnutls.mo +0 -0
  834. data/vendor/local/share/locale/en@boldquot/LC_MESSAGES/libidn.mo +0 -0
  835. data/vendor/local/share/locale/en@quot/LC_MESSAGES/gettext-runtime.mo +0 -0
  836. data/vendor/local/share/locale/en@quot/LC_MESSAGES/gnutls.mo +0 -0
  837. data/vendor/local/share/locale/en@quot/LC_MESSAGES/libidn.mo +0 -0
  838. data/vendor/local/share/locale/eo/LC_MESSAGES/gettext-runtime.mo +0 -0
  839. data/vendor/local/share/locale/eo/LC_MESSAGES/gnutls.mo +0 -0
  840. data/vendor/local/share/locale/eo/LC_MESSAGES/libidn.mo +0 -0
  841. data/vendor/local/share/locale/es/LC_MESSAGES/gettext-runtime.mo +0 -0
  842. data/vendor/local/share/locale/es/LC_MESSAGES/glib20.mo +0 -0
  843. data/vendor/local/share/locale/et/LC_MESSAGES/gettext-runtime.mo +0 -0
  844. data/vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo +0 -0
  845. data/vendor/local/share/locale/fi/LC_MESSAGES/gettext-runtime.mo +0 -0
  846. data/vendor/local/share/locale/fi/LC_MESSAGES/gnutls.mo +0 -0
  847. data/vendor/local/share/locale/fi/LC_MESSAGES/libidn.mo +0 -0
  848. data/vendor/local/share/locale/fr/LC_MESSAGES/gettext-runtime.mo +0 -0
  849. data/vendor/local/share/locale/fr/LC_MESSAGES/glib20.mo +0 -0
  850. data/vendor/local/share/locale/fr/LC_MESSAGES/gnutls.mo +0 -0
  851. data/vendor/local/share/locale/fr/LC_MESSAGES/libidn.mo +0 -0
  852. data/vendor/local/share/locale/fur/LC_MESSAGES/glib-networking.mo +0 -0
  853. data/vendor/local/share/locale/ga/LC_MESSAGES/gettext-runtime.mo +0 -0
  854. data/vendor/local/share/locale/gl/LC_MESSAGES/gettext-runtime.mo +0 -0
  855. data/vendor/local/share/locale/gl/LC_MESSAGES/glib20.mo +0 -0
  856. data/vendor/local/share/locale/gu/LC_MESSAGES/glib20.mo +0 -0
  857. data/vendor/local/share/locale/he/LC_MESSAGES/glib20.mo +0 -0
  858. data/vendor/local/share/locale/hr/LC_MESSAGES/gettext-runtime.mo +0 -0
  859. data/vendor/local/share/locale/hr/LC_MESSAGES/libidn.mo +0 -0
  860. data/vendor/local/share/locale/hu/LC_MESSAGES/gettext-runtime.mo +0 -0
  861. data/vendor/local/share/locale/hu/LC_MESSAGES/glib20.mo +0 -0
  862. data/vendor/local/share/locale/hu/LC_MESSAGES/libidn.mo +0 -0
  863. data/vendor/local/share/locale/id/LC_MESSAGES/gettext-runtime.mo +0 -0
  864. data/vendor/local/share/locale/id/LC_MESSAGES/glib20.mo +0 -0
  865. data/vendor/local/share/locale/id/LC_MESSAGES/libidn.mo +0 -0
  866. data/vendor/local/share/locale/is/LC_MESSAGES/glib20.mo +0 -0
  867. data/vendor/local/share/locale/it/LC_MESSAGES/gettext-runtime.mo +0 -0
  868. data/vendor/local/share/locale/it/LC_MESSAGES/glib20.mo +0 -0
  869. data/vendor/local/share/locale/it/LC_MESSAGES/gnutls.mo +0 -0
  870. data/vendor/local/share/locale/it/LC_MESSAGES/libidn.mo +0 -0
  871. data/vendor/local/share/locale/ja/LC_MESSAGES/gettext-runtime.mo +0 -0
  872. data/vendor/local/share/locale/ja/LC_MESSAGES/libidn.mo +0 -0
  873. data/vendor/local/share/locale/kk/LC_MESSAGES/glib20.mo +0 -0
  874. data/vendor/local/share/locale/kn/LC_MESSAGES/glib20.mo +0 -0
  875. data/vendor/local/share/locale/ko/LC_MESSAGES/gettext-runtime.mo +0 -0
  876. data/vendor/local/share/locale/ko/LC_MESSAGES/glib20.mo +0 -0
  877. data/vendor/local/share/locale/locale.alias +13 -3
  878. data/vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo +0 -0
  879. data/vendor/local/share/locale/lv/LC_MESSAGES/glib20.mo +0 -0
  880. data/vendor/local/share/locale/ms/LC_MESSAGES/gnutls.mo +0 -0
  881. data/vendor/local/share/locale/nb/LC_MESSAGES/gettext-runtime.mo +0 -0
  882. data/vendor/local/share/locale/nb/LC_MESSAGES/glib20.mo +0 -0
  883. data/vendor/local/share/locale/nl/LC_MESSAGES/gettext-runtime.mo +0 -0
  884. data/vendor/local/share/locale/nl/LC_MESSAGES/gnutls.mo +0 -0
  885. data/vendor/local/share/locale/nl/LC_MESSAGES/libidn.mo +0 -0
  886. data/vendor/local/share/locale/nn/LC_MESSAGES/gettext-runtime.mo +0 -0
  887. data/vendor/local/share/locale/pa/LC_MESSAGES/glib20.mo +0 -0
  888. data/vendor/local/share/locale/pl/LC_MESSAGES/gettext-runtime.mo +0 -0
  889. data/vendor/local/share/locale/pl/LC_MESSAGES/glib20.mo +0 -0
  890. data/vendor/local/share/locale/pl/LC_MESSAGES/gnutls.mo +0 -0
  891. data/vendor/local/share/locale/pl/LC_MESSAGES/libidn.mo +0 -0
  892. data/vendor/local/share/locale/pt/LC_MESSAGES/gettext-runtime.mo +0 -0
  893. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gettext-runtime.mo +0 -0
  894. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/glib20.mo +0 -0
  895. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/libidn.mo +0 -0
  896. data/vendor/local/share/locale/ro/LC_MESSAGES/gettext-runtime.mo +0 -0
  897. data/vendor/local/share/locale/ro/LC_MESSAGES/libidn.mo +0 -0
  898. data/vendor/local/share/locale/ru/LC_MESSAGES/gettext-runtime.mo +0 -0
  899. data/vendor/local/share/locale/ru/LC_MESSAGES/glib20.mo +0 -0
  900. data/vendor/local/share/locale/sk/LC_MESSAGES/gettext-runtime.mo +0 -0
  901. data/vendor/local/share/locale/sk/LC_MESSAGES/glib20.mo +0 -0
  902. data/vendor/local/share/locale/sl/LC_MESSAGES/gettext-runtime.mo +0 -0
  903. data/vendor/local/share/locale/sl/LC_MESSAGES/glib20.mo +0 -0
  904. data/vendor/local/share/locale/sr/LC_MESSAGES/gettext-runtime.mo +0 -0
  905. data/vendor/local/share/locale/sr/LC_MESSAGES/glib20.mo +0 -0
  906. data/vendor/local/share/locale/sr/LC_MESSAGES/libidn.mo +0 -0
  907. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/glib20.mo +0 -0
  908. data/vendor/local/share/locale/sv/LC_MESSAGES/gettext-runtime.mo +0 -0
  909. data/vendor/local/share/locale/sv/LC_MESSAGES/glib20.mo +0 -0
  910. data/vendor/local/share/locale/sv/LC_MESSAGES/gnutls.mo +0 -0
  911. data/vendor/local/share/locale/tr/LC_MESSAGES/gettext-runtime.mo +0 -0
  912. data/vendor/local/share/locale/tr/LC_MESSAGES/glib20.mo +0 -0
  913. data/vendor/local/share/locale/uk/LC_MESSAGES/gettext-runtime.mo +0 -0
  914. data/vendor/local/share/locale/uk/LC_MESSAGES/gnutls.mo +0 -0
  915. data/vendor/local/share/locale/uk/LC_MESSAGES/libidn.mo +0 -0
  916. data/vendor/local/share/locale/vi/LC_MESSAGES/gettext-runtime.mo +0 -0
  917. data/vendor/local/share/locale/vi/LC_MESSAGES/glib20.mo +0 -0
  918. data/vendor/local/share/locale/vi/LC_MESSAGES/gnutls.mo +0 -0
  919. data/vendor/local/share/locale/vi/LC_MESSAGES/libidn.mo +0 -0
  920. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gettext-runtime.mo +0 -0
  921. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gnutls.mo +0 -0
  922. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/libidn.mo +0 -0
  923. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gettext-runtime.mo +0 -0
  924. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gettext-runtime.mo +0 -0
  925. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/glib20.mo +0 -0
  926. data/vendor/local/share/man/man1/asn1Coding.1 +50 -0
  927. data/vendor/local/share/man/man1/asn1Decoding.1 +48 -0
  928. data/vendor/local/share/man/man1/asn1Parser.1 +53 -0
  929. data/vendor/local/share/man/man1/envsubst.1 +1 -1
  930. data/vendor/local/share/man/man1/gapplication.1 +293 -0
  931. data/vendor/local/share/man/man1/gdbus-codegen.1 +760 -0
  932. data/vendor/local/share/man/man1/gdbus.1 +324 -0
  933. data/vendor/local/share/man/man1/gettext.1 +1 -1
  934. data/vendor/local/share/man/man1/gio-querymodules.1 +44 -0
  935. data/vendor/local/share/man/man1/glib-compile-resources.1 +167 -0
  936. data/vendor/local/share/man/man1/glib-compile-schemas.1 +91 -0
  937. data/vendor/local/share/man/man1/glib-genmarshal.1 +335 -0
  938. data/vendor/local/share/man/man1/glib-gettextize.1 +79 -0
  939. data/vendor/local/share/man/man1/glib-mkenums.1 +224 -0
  940. data/vendor/local/share/man/man1/gobject-query.1 +90 -0
  941. data/vendor/local/share/man/man1/gresource.1 +95 -0
  942. data/vendor/local/share/man/man1/gsettings.1 +167 -0
  943. data/vendor/local/share/man/man1/gtester-report.1 +57 -0
  944. data/vendor/local/share/man/man1/gtester.1 +141 -0
  945. data/vendor/local/share/man/man1/idn.1 +92 -0
  946. data/vendor/local/share/man/man1/ngettext.1 +1 -1
  947. data/vendor/local/share/man/man3/asn1_array2tree.3 +47 -0
  948. data/vendor/local/share/man/man3/asn1_bit_der.3 +51 -0
  949. data/vendor/local/share/man/man3/asn1_check_version.3 +43 -0
  950. data/vendor/local/share/man/man3/asn1_copy_node.3 +44 -0
  951. data/vendor/local/share/man/man3/asn1_create_element.3 +46 -0
  952. data/vendor/local/share/man/man3/asn1_decode_simple_ber.3 +49 -0
  953. data/vendor/local/share/man/man3/asn1_decode_simple_der.3 +46 -0
  954. data/vendor/local/share/man/man3/asn1_delete_element.3 +41 -0
  955. data/vendor/local/share/man/man3/asn1_delete_structure.3 +39 -0
  956. data/vendor/local/share/man/man3/asn1_delete_structure2.3 +41 -0
  957. data/vendor/local/share/man/man3/asn1_der_coding.3 +53 -0
  958. data/vendor/local/share/man/man3/asn1_der_decoding.3 +52 -0
  959. data/vendor/local/share/man/man3/asn1_der_decoding2.3 +59 -0
  960. data/vendor/local/share/man/man3/asn1_der_decoding_element.3 +57 -0
  961. data/vendor/local/share/man/man3/asn1_der_decoding_startEnd.3 +62 -0
  962. data/vendor/local/share/man/man3/asn1_dup_node.3 +40 -0
  963. data/vendor/local/share/man/man3/asn1_encode_simple_der.3 +50 -0
  964. data/vendor/local/share/man/man3/asn1_expand_any_defined_by.3 +46 -0
  965. data/vendor/local/share/man/man3/asn1_expand_octet_string.3 +50 -0
  966. data/vendor/local/share/man/man3/asn1_find_node.3 +42 -0
  967. data/vendor/local/share/man/man3/asn1_find_structure_from_oid.3 +41 -0
  968. data/vendor/local/share/man/man3/asn1_get_bit_der.3 +47 -0
  969. data/vendor/local/share/man/man3/asn1_get_length_ber.3 +46 -0
  970. data/vendor/local/share/man/man3/asn1_get_length_der.3 +43 -0
  971. data/vendor/local/share/man/man3/asn1_get_object_id_der.3 +45 -0
  972. data/vendor/local/share/man/man3/asn1_get_octet_der.3 +47 -0
  973. data/vendor/local/share/man/man3/asn1_get_tag_der.3 +45 -0
  974. data/vendor/local/share/man/man3/asn1_length_der.3 +43 -0
  975. data/vendor/local/share/man/man3/asn1_number_of_elements.3 +43 -0
  976. data/vendor/local/share/man/man3/asn1_octet_der.3 +49 -0
  977. data/vendor/local/share/man/man3/asn1_parser2array.3 +57 -0
  978. data/vendor/local/share/man/man3/asn1_parser2tree.3 +52 -0
  979. data/vendor/local/share/man/man3/asn1_perror.3 +39 -0
  980. data/vendor/local/share/man/man3/asn1_print_structure.3 +44 -0
  981. data/vendor/local/share/man/man3/asn1_read_node_value.3 +40 -0
  982. data/vendor/local/share/man/man3/asn1_read_tag.3 +47 -0
  983. data/vendor/local/share/man/man3/asn1_read_value.3 +97 -0
  984. data/vendor/local/share/man/man3/asn1_read_value_type.3 +99 -0
  985. data/vendor/local/share/man/man3/asn1_strerror.3 +42 -0
  986. data/vendor/local/share/man/man3/asn1_write_value.3 +138 -0
  987. data/vendor/local/share/man/man3/bind_textdomain_codeset.3 +1 -1
  988. data/vendor/local/share/man/man3/bindtextdomain.3 +1 -1
  989. data/vendor/local/share/man/man3/gettext.3 +1 -1
  990. data/vendor/local/share/man/man3/idn_free.3 +49 -0
  991. data/vendor/local/share/man/man3/idna_strerror.3 +80 -0
  992. data/vendor/local/share/man/man3/idna_to_ascii_4i.3 +70 -0
  993. data/vendor/local/share/man/man3/idna_to_ascii_4z.3 +51 -0
  994. data/vendor/local/share/man/man3/idna_to_ascii_8z.3 +51 -0
  995. data/vendor/local/share/man/man3/idna_to_ascii_lz.3 +52 -0
  996. data/vendor/local/share/man/man3/idna_to_unicode_44i.3 +75 -0
  997. data/vendor/local/share/man/man3/idna_to_unicode_4z4z.3 +52 -0
  998. data/vendor/local/share/man/man3/idna_to_unicode_8z4z.3 +52 -0
  999. data/vendor/local/share/man/man3/idna_to_unicode_8z8z.3 +52 -0
  1000. data/vendor/local/share/man/man3/idna_to_unicode_8zlz.3 +53 -0
  1001. data/vendor/local/share/man/man3/idna_to_unicode_lzlz.3 +54 -0
  1002. data/vendor/local/share/man/man3/ngettext.3 +1 -1
  1003. data/vendor/local/share/man/man3/pr29_4.3 +51 -0
  1004. data/vendor/local/share/man/man3/pr29_4z.3 +49 -0
  1005. data/vendor/local/share/man/man3/pr29_8z.3 +50 -0
  1006. data/vendor/local/share/man/man3/pr29_strerror.3 +55 -0
  1007. data/vendor/local/share/man/man3/punycode_decode.3 +73 -0
  1008. data/vendor/local/share/man/man3/punycode_encode.3 +76 -0
  1009. data/vendor/local/share/man/man3/punycode_strerror.3 +56 -0
  1010. data/vendor/local/share/man/man3/stringprep.3 +65 -0
  1011. data/vendor/local/share/man/man3/stringprep_4i.3 +70 -0
  1012. data/vendor/local/share/man/man3/stringprep_4zi.3 +62 -0
  1013. data/vendor/local/share/man/man3/stringprep_check_version.3 +50 -0
  1014. data/vendor/local/share/man/man3/stringprep_convert.3 +50 -0
  1015. data/vendor/local/share/man/man3/stringprep_locale_charset.3 +57 -0
  1016. data/vendor/local/share/man/man3/stringprep_locale_to_utf8.3 +46 -0
  1017. data/vendor/local/share/man/man3/stringprep_profile.3 +63 -0
  1018. data/vendor/local/share/man/man3/stringprep_strerror.3 +86 -0
  1019. data/vendor/local/share/man/man3/stringprep_ucs4_nfkc_normalize.3 +48 -0
  1020. data/vendor/local/share/man/man3/stringprep_ucs4_to_utf8.3 +56 -0
  1021. data/vendor/local/share/man/man3/stringprep_unichar_to_utf8.3 +48 -0
  1022. data/vendor/local/share/man/man3/stringprep_utf8_nfkc_normalize.3 +59 -0
  1023. data/vendor/local/share/man/man3/stringprep_utf8_to_locale.3 +46 -0
  1024. data/vendor/local/share/man/man3/stringprep_utf8_to_ucs4.3 +54 -0
  1025. data/vendor/local/share/man/man3/stringprep_utf8_to_unichar.3 +46 -0
  1026. data/vendor/local/share/man/man3/textdomain.3 +1 -1
  1027. data/vendor/local/share/man/man3/tld_check_4.3 +62 -0
  1028. data/vendor/local/share/man/man3/tld_check_4t.3 +58 -0
  1029. data/vendor/local/share/man/man3/tld_check_4tz.3 +55 -0
  1030. data/vendor/local/share/man/man3/tld_check_4z.3 +59 -0
  1031. data/vendor/local/share/man/man3/tld_check_8z.3 +61 -0
  1032. data/vendor/local/share/man/man3/tld_check_lz.3 +61 -0
  1033. data/vendor/local/share/man/man3/tld_default_table.3 +51 -0
  1034. data/vendor/local/share/man/man3/tld_get_4.3 +51 -0
  1035. data/vendor/local/share/man/man3/tld_get_4z.3 +48 -0
  1036. data/vendor/local/share/man/man3/tld_get_table.3 +49 -0
  1037. data/vendor/local/share/man/man3/tld_get_z.3 +49 -0
  1038. data/vendor/local/share/man/man3/tld_strerror.3 +60 -0
  1039. data/vendor/local/share/p11-kit/modules/p11-kit-trust.module +17 -0
  1040. metadata +276 -943
  1041. data/README +0 -40
  1042. data/vendor/local/bin/certtool.exe +0 -0
  1043. data/vendor/local/bin/danetool.exe +0 -0
  1044. data/vendor/local/bin/gnutls-cli-debug.exe +0 -0
  1045. data/vendor/local/bin/gnutls-cli.exe +0 -0
  1046. data/vendor/local/bin/gnutls-serv.exe +0 -0
  1047. data/vendor/local/bin/libgnutls-28.def +0 -861
  1048. data/vendor/local/bin/libgnutls-28.dll +0 -0
  1049. data/vendor/local/bin/libgnutls-openssl-27.dll +0 -0
  1050. data/vendor/local/bin/libgnutls-openssl-28.def +0 -228
  1051. data/vendor/local/bin/libgnutls-xssl-0.dll +0 -0
  1052. data/vendor/local/bin/libgnutls-xssl-28.def +0 -13
  1053. data/vendor/local/bin/libhogweed-2-5.dll +0 -0
  1054. data/vendor/local/bin/libnettle-4-7.dll +0 -0
  1055. data/vendor/local/bin/ocsptool.exe +0 -0
  1056. data/vendor/local/bin/psktool.exe +0 -0
  1057. data/vendor/local/bin/srptool.exe +0 -0
  1058. data/vendor/local/include/gnutls/openssl.h +0 -329
  1059. data/vendor/local/include/gnutls/xssl.h +0 -125
  1060. data/vendor/local/include/nettle/rsa-compat.h +0 -131
  1061. data/vendor/local/lib/libgnutls-openssl.a +0 -0
  1062. data/vendor/local/lib/libgnutls-openssl.dll.a +0 -0
  1063. data/vendor/local/lib/libgnutls-openssl.la +0 -41
  1064. data/vendor/local/lib/libgnutls-xssl.a +0 -0
  1065. data/vendor/local/lib/libgnutls-xssl.dll.a +0 -0
  1066. data/vendor/local/lib/libgnutls-xssl.la +0 -41
  1067. data/vendor/local/lib/libgnutls.a +0 -0
  1068. data/vendor/local/share/gtk-doc/html/gio/ch30.html +0 -75
  1069. data/vendor/local/share/gtk-doc/html/gio/ch31s02.html +0 -41
  1070. data/vendor/local/share/gtk-doc/html/gio/ch31s03.html +0 -39
  1071. data/vendor/local/share/gtk-doc/html/gio/ch32s04.html +0 -46
  1072. data/vendor/local/share/gtk-doc/html/gio/ch32s05.html +0 -48
  1073. data/vendor/local/share/gtk-doc/html/gio/ch32s06.html +0 -278
  1074. data/vendor/local/share/gtk-doc/html/gio/ch32s07.html +0 -160
  1075. data/vendor/local/share/gtk-doc/html/gio/gio-GBytesIcon.html +0 -162
  1076. data/vendor/local/share/gtk-doc/html/gio/gio-GInetAddressMask.html +0 -443
  1077. data/vendor/local/share/gtk-doc/html/gio/gio-GNotification.html +0 -670
  1078. data/vendor/local/share/gtk-doc/html/gio/gio-GPropertyAction.html +0 -177
  1079. data/vendor/local/share/gtk-doc/html/gio/gio-GResource.html +0 -1141
  1080. data/vendor/local/share/gtk-doc/html/gio/gio-GSubprocessLauncher.html +0 -931
  1081. data/vendor/local/share/info/gnutls-client-server-use-case.png +0 -0
  1082. data/vendor/local/share/info/gnutls-guile.info +0 -1589
  1083. data/vendor/local/share/info/gnutls-handshake-sequence.png +0 -0
  1084. data/vendor/local/share/info/gnutls-handshake-state.png +0 -0
  1085. data/vendor/local/share/info/gnutls-internals.png +0 -0
  1086. data/vendor/local/share/info/gnutls-layers.png +0 -0
  1087. data/vendor/local/share/info/gnutls-logo.png +0 -0
  1088. data/vendor/local/share/info/gnutls-modauth.png +0 -0
  1089. data/vendor/local/share/info/gnutls-pgp.png +0 -0
  1090. data/vendor/local/share/info/gnutls-x509.png +0 -0
  1091. data/vendor/local/share/info/gnutls.info +0 -1371
  1092. data/vendor/local/share/info/gnutls.info-1 +0 -7371
  1093. data/vendor/local/share/info/gnutls.info-2 +0 -7842
  1094. data/vendor/local/share/info/gnutls.info-3 +0 -11715
  1095. data/vendor/local/share/info/gnutls.info-4 +0 -6737
  1096. data/vendor/local/share/info/gnutls.info-5 +0 -2308
  1097. data/vendor/local/share/info/pkcs11-vision.png +0 -0
  1098. data/vendor/local/share/license/nettle/COPYING.LIB +0 -510
  1099. data/vendor/local/share/man/man1/certtool.1 +0 -741
  1100. data/vendor/local/share/man/man1/gnutls-cli-debug.1 +0 -165
  1101. data/vendor/local/share/man/man1/gnutls-cli.1 +0 -420
  1102. data/vendor/local/share/man/man1/gnutls-serv.1 +0 -453
  1103. data/vendor/local/share/man/man1/ocsptool.1 +0 -335
  1104. data/vendor/local/share/man/man1/p11tool.1 +0 -320
  1105. data/vendor/local/share/man/man1/psktool.1 +0 -129
  1106. data/vendor/local/share/man/man1/srptool.1 +0 -164
  1107. data/vendor/local/share/man/man1/tpmtool.1 +0 -223
  1108. data/vendor/local/share/man/man3/gnutls_alert_get.3 +0 -40
  1109. data/vendor/local/share/man/man3/gnutls_alert_get_name.3 +0 -36
  1110. data/vendor/local/share/man/man3/gnutls_alert_get_strname.3 +0 -37
  1111. data/vendor/local/share/man/man3/gnutls_alert_send.3 +0 -47
  1112. data/vendor/local/share/man/man3/gnutls_alert_send_appropriate.3 +0 -46
  1113. data/vendor/local/share/man/man3/gnutls_alpn_get_selected_protocol.3 +0 -42
  1114. data/vendor/local/share/man/man3/gnutls_alpn_set_protocols.3 +0 -48
  1115. data/vendor/local/share/man/man3/gnutls_anon_allocate_client_credentials.3 +0 -36
  1116. data/vendor/local/share/man/man3/gnutls_anon_allocate_server_credentials.3 +0 -36
  1117. data/vendor/local/share/man/man3/gnutls_anon_free_client_credentials.3 +0 -34
  1118. data/vendor/local/share/man/man3/gnutls_anon_free_server_credentials.3 +0 -34
  1119. data/vendor/local/share/man/man3/gnutls_anon_set_params_function.3 +0 -37
  1120. data/vendor/local/share/man/man3/gnutls_anon_set_server_dh_params.3 +0 -37
  1121. data/vendor/local/share/man/man3/gnutls_anon_set_server_params_function.3 +0 -37
  1122. data/vendor/local/share/man/man3/gnutls_auth_client_get_type.3 +0 -38
  1123. data/vendor/local/share/man/man3/gnutls_auth_get_type.3 +0 -42
  1124. data/vendor/local/share/man/man3/gnutls_auth_server_get_type.3 +0 -38
  1125. data/vendor/local/share/man/man3/gnutls_bye.3 +0 -60
  1126. data/vendor/local/share/man/man3/gnutls_certificate_activation_time_peers.3 +0 -38
  1127. data/vendor/local/share/man/man3/gnutls_certificate_allocate_credentials.3 +0 -36
  1128. data/vendor/local/share/man/man3/gnutls_certificate_client_get_request_status.3 +0 -37
  1129. data/vendor/local/share/man/man3/gnutls_certificate_client_set_retrieve_function.3 +0 -62
  1130. data/vendor/local/share/man/man3/gnutls_certificate_expiration_time_peers.3 +0 -37
  1131. data/vendor/local/share/man/man3/gnutls_certificate_free_ca_names.3 +0 -41
  1132. data/vendor/local/share/man/man3/gnutls_certificate_free_cas.3 +0 -36
  1133. data/vendor/local/share/man/man3/gnutls_certificate_free_credentials.3 +0 -38
  1134. data/vendor/local/share/man/man3/gnutls_certificate_free_crls.3 +0 -34
  1135. data/vendor/local/share/man/man3/gnutls_certificate_free_keys.3 +0 -35
  1136. data/vendor/local/share/man/man3/gnutls_certificate_get_crt_raw.3 +0 -48
  1137. data/vendor/local/share/man/man3/gnutls_certificate_get_issuer.3 +0 -44
  1138. data/vendor/local/share/man/man3/gnutls_certificate_get_ours.3 +0 -39
  1139. data/vendor/local/share/man/man3/gnutls_certificate_get_peers.3 +0 -46
  1140. data/vendor/local/share/man/man3/gnutls_certificate_get_peers_subkey_id.3 +0 -41
  1141. data/vendor/local/share/man/man3/gnutls_certificate_send_x509_rdn_sequence.3 +0 -42
  1142. data/vendor/local/share/man/man3/gnutls_certificate_server_set_request.3 +0 -39
  1143. data/vendor/local/share/man/man3/gnutls_certificate_server_set_retrieve_function.3 +0 -50
  1144. data/vendor/local/share/man/man3/gnutls_certificate_set_dh_params.3 +0 -39
  1145. data/vendor/local/share/man/man3/gnutls_certificate_set_key.3 +0 -56
  1146. data/vendor/local/share/man/man3/gnutls_certificate_set_ocsp_status_request_file.3 +0 -47
  1147. data/vendor/local/share/man/man3/gnutls_certificate_set_ocsp_status_request_function.3 +0 -56
  1148. data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_key.3 +0 -47
  1149. data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_key_file.3 +0 -43
  1150. data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_key_file2.3 +0 -51
  1151. data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_key_mem.3 +0 -43
  1152. data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_key_mem2.3 +0 -51
  1153. data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_keyring_file.3 +0 -43
  1154. data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_keyring_mem.3 +0 -45
  1155. data/vendor/local/share/man/man3/gnutls_certificate_set_params_function.3 +0 -37
  1156. data/vendor/local/share/man/man3/gnutls_certificate_set_pin_function.3 +0 -44
  1157. data/vendor/local/share/man/man3/gnutls_certificate_set_retrieve_function.3 +0 -65
  1158. data/vendor/local/share/man/man3/gnutls_certificate_set_retrieve_function2.3 +0 -68
  1159. data/vendor/local/share/man/man3/gnutls_certificate_set_rsa_export_params.3 +0 -37
  1160. data/vendor/local/share/man/man3/gnutls_certificate_set_trust_list.3 +0 -45
  1161. data/vendor/local/share/man/man3/gnutls_certificate_set_verify_flags.3 +0 -37
  1162. data/vendor/local/share/man/man3/gnutls_certificate_set_verify_function.3 +0 -51
  1163. data/vendor/local/share/man/man3/gnutls_certificate_set_verify_limits.3 +0 -40
  1164. data/vendor/local/share/man/man3/gnutls_certificate_set_x509_crl.3 +0 -45
  1165. data/vendor/local/share/man/man3/gnutls_certificate_set_x509_crl_file.3 +0 -43
  1166. data/vendor/local/share/man/man3/gnutls_certificate_set_x509_crl_mem.3 +0 -43
  1167. data/vendor/local/share/man/man3/gnutls_certificate_set_x509_key.3 +0 -51
  1168. data/vendor/local/share/man/man3/gnutls_certificate_set_x509_key_file.3 +0 -58
  1169. data/vendor/local/share/man/man3/gnutls_certificate_set_x509_key_file2.3 +0 -62
  1170. data/vendor/local/share/man/man3/gnutls_certificate_set_x509_key_mem.3 +0 -54
  1171. data/vendor/local/share/man/man3/gnutls_certificate_set_x509_key_mem2.3 +0 -58
  1172. data/vendor/local/share/man/man3/gnutls_certificate_set_x509_simple_pkcs12_file.3 +0 -63
  1173. data/vendor/local/share/man/man3/gnutls_certificate_set_x509_simple_pkcs12_mem.3 +0 -64
  1174. data/vendor/local/share/man/man3/gnutls_certificate_set_x509_system_trust.3 +0 -42
  1175. data/vendor/local/share/man/man3/gnutls_certificate_set_x509_trust.3 +0 -50
  1176. data/vendor/local/share/man/man3/gnutls_certificate_set_x509_trust_file.3 +0 -52
  1177. data/vendor/local/share/man/man3/gnutls_certificate_set_x509_trust_mem.3 +0 -48
  1178. data/vendor/local/share/man/man3/gnutls_certificate_type_get.3 +0 -37
  1179. data/vendor/local/share/man/man3/gnutls_certificate_type_get_id.3 +0 -36
  1180. data/vendor/local/share/man/man3/gnutls_certificate_type_get_name.3 +0 -36
  1181. data/vendor/local/share/man/man3/gnutls_certificate_type_list.3 +0 -36
  1182. data/vendor/local/share/man/man3/gnutls_certificate_type_set_priority.3 +0 -42
  1183. data/vendor/local/share/man/man3/gnutls_certificate_verification_status_print.3 +0 -47
  1184. data/vendor/local/share/man/man3/gnutls_certificate_verify_peers2.3 +0 -51
  1185. data/vendor/local/share/man/man3/gnutls_certificate_verify_peers3.3 +0 -55
  1186. data/vendor/local/share/man/man3/gnutls_check_version.3 +0 -41
  1187. data/vendor/local/share/man/man3/gnutls_cipher_add_auth.3 +0 -44
  1188. data/vendor/local/share/man/man3/gnutls_cipher_decrypt.3 +0 -45
  1189. data/vendor/local/share/man/man3/gnutls_cipher_decrypt2.3 +0 -49
  1190. data/vendor/local/share/man/man3/gnutls_cipher_deinit.3 +0 -36
  1191. data/vendor/local/share/man/man3/gnutls_cipher_encrypt.3 +0 -42
  1192. data/vendor/local/share/man/man3/gnutls_cipher_encrypt2.3 +0 -46
  1193. data/vendor/local/share/man/man3/gnutls_cipher_get.3 +0 -36
  1194. data/vendor/local/share/man/man3/gnutls_cipher_get_block_size.3 +0 -35
  1195. data/vendor/local/share/man/man3/gnutls_cipher_get_id.3 +0 -36
  1196. data/vendor/local/share/man/man3/gnutls_cipher_get_iv_size.3 +0 -37
  1197. data/vendor/local/share/man/man3/gnutls_cipher_get_key_size.3 +0 -36
  1198. data/vendor/local/share/man/man3/gnutls_cipher_get_name.3 +0 -36
  1199. data/vendor/local/share/man/man3/gnutls_cipher_get_tag_size.3 +0 -35
  1200. data/vendor/local/share/man/man3/gnutls_cipher_init.3 +0 -46
  1201. data/vendor/local/share/man/man3/gnutls_cipher_list.3 +0 -41
  1202. data/vendor/local/share/man/man3/gnutls_cipher_set_iv.3 +0 -40
  1203. data/vendor/local/share/man/man3/gnutls_cipher_set_priority.3 +0 -41
  1204. data/vendor/local/share/man/man3/gnutls_cipher_suite_get_name.3 +0 -41
  1205. data/vendor/local/share/man/man3/gnutls_cipher_suite_info.3 +0 -50
  1206. data/vendor/local/share/man/man3/gnutls_cipher_tag.3 +0 -43
  1207. data/vendor/local/share/man/man3/gnutls_compression_get.3 +0 -36
  1208. data/vendor/local/share/man/man3/gnutls_compression_get_id.3 +0 -36
  1209. data/vendor/local/share/man/man3/gnutls_compression_get_name.3 +0 -36
  1210. data/vendor/local/share/man/man3/gnutls_compression_list.3 +0 -36
  1211. data/vendor/local/share/man/man3/gnutls_compression_set_priority.3 +0 -46
  1212. data/vendor/local/share/man/man3/gnutls_credentials_clear.3 +0 -33
  1213. data/vendor/local/share/man/man3/gnutls_credentials_set.3 +0 -59
  1214. data/vendor/local/share/man/man3/gnutls_db_check_entry.3 +0 -38
  1215. data/vendor/local/share/man/man3/gnutls_db_check_entry_time.3 +0 -36
  1216. data/vendor/local/share/man/man3/gnutls_db_get_default_cache_expiration.3 +0 -35
  1217. data/vendor/local/share/man/man3/gnutls_db_get_ptr.3 +0 -36
  1218. data/vendor/local/share/man/man3/gnutls_db_remove_session.3 +0 -39
  1219. data/vendor/local/share/man/man3/gnutls_db_set_cache_expiration.3 +0 -36
  1220. data/vendor/local/share/man/man3/gnutls_db_set_ptr.3 +0 -36
  1221. data/vendor/local/share/man/man3/gnutls_db_set_remove_function.3 +0 -39
  1222. data/vendor/local/share/man/man3/gnutls_db_set_retrieve_function.3 +0 -44
  1223. data/vendor/local/share/man/man3/gnutls_db_set_store_function.3 +0 -39
  1224. data/vendor/local/share/man/man3/gnutls_deinit.3 +0 -35
  1225. data/vendor/local/share/man/man3/gnutls_dh_get_group.3 +0 -44
  1226. data/vendor/local/share/man/man3/gnutls_dh_get_peers_public_bits.3 +0 -37
  1227. data/vendor/local/share/man/man3/gnutls_dh_get_prime_bits.3 +0 -41
  1228. data/vendor/local/share/man/man3/gnutls_dh_get_pubkey.3 +0 -41
  1229. data/vendor/local/share/man/man3/gnutls_dh_get_secret_bits.3 +0 -38
  1230. data/vendor/local/share/man/man3/gnutls_dh_params_cpy.3 +0 -39
  1231. data/vendor/local/share/man/man3/gnutls_dh_params_deinit.3 +0 -33
  1232. data/vendor/local/share/man/man3/gnutls_dh_params_export2_pkcs3.3 +0 -47
  1233. data/vendor/local/share/man/man3/gnutls_dh_params_export_pkcs3.3 +0 -48
  1234. data/vendor/local/share/man/man3/gnutls_dh_params_export_raw.3 +0 -45
  1235. data/vendor/local/share/man/man3/gnutls_dh_params_generate2.3 +0 -47
  1236. data/vendor/local/share/man/man3/gnutls_dh_params_import_pkcs3.3 +0 -44
  1237. data/vendor/local/share/man/man3/gnutls_dh_params_import_raw.3 +0 -42
  1238. data/vendor/local/share/man/man3/gnutls_dh_params_init.3 +0 -36
  1239. data/vendor/local/share/man/man3/gnutls_dh_set_prime_bits.3 +0 -52
  1240. data/vendor/local/share/man/man3/gnutls_digest_get_id.3 +0 -37
  1241. data/vendor/local/share/man/man3/gnutls_digest_get_name.3 +0 -36
  1242. data/vendor/local/share/man/man3/gnutls_digest_list.3 +0 -38
  1243. data/vendor/local/share/man/man3/gnutls_dtls_cookie_send.3 +0 -56
  1244. data/vendor/local/share/man/man3/gnutls_dtls_cookie_verify.3 +0 -52
  1245. data/vendor/local/share/man/man3/gnutls_dtls_get_data_mtu.3 +0 -39
  1246. data/vendor/local/share/man/man3/gnutls_dtls_get_mtu.3 +0 -40
  1247. data/vendor/local/share/man/man3/gnutls_dtls_get_timeout.3 +0 -41
  1248. data/vendor/local/share/man/man3/gnutls_dtls_prestate_set.3 +0 -42
  1249. data/vendor/local/share/man/man3/gnutls_dtls_set_data_mtu.3 +0 -48
  1250. data/vendor/local/share/man/man3/gnutls_dtls_set_mtu.3 +0 -41
  1251. data/vendor/local/share/man/man3/gnutls_dtls_set_timeouts.3 +0 -51
  1252. data/vendor/local/share/man/man3/gnutls_ecc_curve_get.3 +0 -39
  1253. data/vendor/local/share/man/man3/gnutls_ecc_curve_get_name.3 +0 -38
  1254. data/vendor/local/share/man/man3/gnutls_ecc_curve_get_size.3 +0 -37
  1255. data/vendor/local/share/man/man3/gnutls_ecc_curve_list.3 +0 -38
  1256. data/vendor/local/share/man/man3/gnutls_error_is_fatal.3 +0 -46
  1257. data/vendor/local/share/man/man3/gnutls_error_to_alert.3 +0 -44
  1258. data/vendor/local/share/man/man3/gnutls_est_record_overhead_size.3 +0 -49
  1259. data/vendor/local/share/man/man3/gnutls_fingerprint.3 +0 -50
  1260. data/vendor/local/share/man/man3/gnutls_global_deinit.3 +0 -37
  1261. data/vendor/local/share/man/man3/gnutls_global_init.3 +0 -54
  1262. data/vendor/local/share/man/man3/gnutls_global_set_audit_log_function.3 +0 -42
  1263. data/vendor/local/share/man/man3/gnutls_global_set_log_function.3 +0 -39
  1264. data/vendor/local/share/man/man3/gnutls_global_set_log_level.3 +0 -38
  1265. data/vendor/local/share/man/man3/gnutls_global_set_mem_functions.3 +0 -48
  1266. data/vendor/local/share/man/man3/gnutls_global_set_mutex.3 +0 -47
  1267. data/vendor/local/share/man/man3/gnutls_global_set_time_function.3 +0 -37
  1268. data/vendor/local/share/man/man3/gnutls_handshake.3 +0 -61
  1269. data/vendor/local/share/man/man3/gnutls_handshake_description_get_name.3 +0 -36
  1270. data/vendor/local/share/man/man3/gnutls_handshake_get_last_in.3 +0 -41
  1271. data/vendor/local/share/man/man3/gnutls_handshake_get_last_out.3 +0 -41
  1272. data/vendor/local/share/man/man3/gnutls_handshake_set_hook_function.3 +0 -55
  1273. data/vendor/local/share/man/man3/gnutls_handshake_set_max_packet_length.3 +0 -42
  1274. data/vendor/local/share/man/man3/gnutls_handshake_set_post_client_hello_function.3 +0 -49
  1275. data/vendor/local/share/man/man3/gnutls_handshake_set_private_extensions.3 +0 -42
  1276. data/vendor/local/share/man/man3/gnutls_handshake_set_random.3 +0 -46
  1277. data/vendor/local/share/man/man3/gnutls_handshake_set_timeout.3 +0 -41
  1278. data/vendor/local/share/man/man3/gnutls_hash.3 +0 -42
  1279. data/vendor/local/share/man/man3/gnutls_hash_deinit.3 +0 -38
  1280. data/vendor/local/share/man/man3/gnutls_hash_fast.3 +0 -44
  1281. data/vendor/local/share/man/man3/gnutls_hash_get_len.3 +0 -38
  1282. data/vendor/local/share/man/man3/gnutls_hash_init.3 +0 -42
  1283. data/vendor/local/share/man/man3/gnutls_hash_output.3 +0 -38
  1284. data/vendor/local/share/man/man3/gnutls_heartbeat_allowed.3 +0 -40
  1285. data/vendor/local/share/man/man3/gnutls_heartbeat_enable.3 +0 -42
  1286. data/vendor/local/share/man/man3/gnutls_heartbeat_get_timeout.3 +0 -41
  1287. data/vendor/local/share/man/man3/gnutls_heartbeat_ping.3 +0 -48
  1288. data/vendor/local/share/man/man3/gnutls_heartbeat_pong.3 +0 -39
  1289. data/vendor/local/share/man/man3/gnutls_heartbeat_set_timeouts.3 +0 -46
  1290. data/vendor/local/share/man/man3/gnutls_hex2bin.3 +0 -44
  1291. data/vendor/local/share/man/man3/gnutls_hex_decode.3 +0 -43
  1292. data/vendor/local/share/man/man3/gnutls_hex_encode.3 +0 -43
  1293. data/vendor/local/share/man/man3/gnutls_hmac.3 +0 -42
  1294. data/vendor/local/share/man/man3/gnutls_hmac_deinit.3 +0 -38
  1295. data/vendor/local/share/man/man3/gnutls_hmac_fast.3 +0 -48
  1296. data/vendor/local/share/man/man3/gnutls_hmac_get_len.3 +0 -38
  1297. data/vendor/local/share/man/man3/gnutls_hmac_init.3 +0 -49
  1298. data/vendor/local/share/man/man3/gnutls_hmac_output.3 +0 -38
  1299. data/vendor/local/share/man/man3/gnutls_hmac_set_nonce.3 +0 -39
  1300. data/vendor/local/share/man/man3/gnutls_init.3 +0 -54
  1301. data/vendor/local/share/man/man3/gnutls_key_generate.3 +0 -41
  1302. data/vendor/local/share/man/man3/gnutls_kx_get.3 +0 -36
  1303. data/vendor/local/share/man/man3/gnutls_kx_get_id.3 +0 -37
  1304. data/vendor/local/share/man/man3/gnutls_kx_get_name.3 +0 -36
  1305. data/vendor/local/share/man/man3/gnutls_kx_list.3 +0 -38
  1306. data/vendor/local/share/man/man3/gnutls_kx_set_priority.3 +0 -42
  1307. data/vendor/local/share/man/man3/gnutls_load_file.3 +0 -42
  1308. data/vendor/local/share/man/man3/gnutls_mac_get.3 +0 -36
  1309. data/vendor/local/share/man/man3/gnutls_mac_get_id.3 +0 -37
  1310. data/vendor/local/share/man/man3/gnutls_mac_get_key_size.3 +0 -36
  1311. data/vendor/local/share/man/man3/gnutls_mac_get_name.3 +0 -36
  1312. data/vendor/local/share/man/man3/gnutls_mac_get_nonce_size.3 +0 -37
  1313. data/vendor/local/share/man/man3/gnutls_mac_list.3 +0 -38
  1314. data/vendor/local/share/man/man3/gnutls_mac_set_priority.3 +0 -42
  1315. data/vendor/local/share/man/man3/gnutls_ocsp_req_add_cert.3 +0 -46
  1316. data/vendor/local/share/man/man3/gnutls_ocsp_req_add_cert_id.3 +0 -57
  1317. data/vendor/local/share/man/man3/gnutls_ocsp_req_deinit.3 +0 -33
  1318. data/vendor/local/share/man/man3/gnutls_ocsp_req_export.3 +0 -38
  1319. data/vendor/local/share/man/man3/gnutls_ocsp_req_get_cert_id.3 +0 -61
  1320. data/vendor/local/share/man/man3/gnutls_ocsp_req_get_extension.3 +0 -54
  1321. data/vendor/local/share/man/man3/gnutls_ocsp_req_get_nonce.3 +0 -43
  1322. data/vendor/local/share/man/man3/gnutls_ocsp_req_get_version.3 +0 -36
  1323. data/vendor/local/share/man/man3/gnutls_ocsp_req_import.3 +0 -40
  1324. data/vendor/local/share/man/man3/gnutls_ocsp_req_init.3 +0 -36
  1325. data/vendor/local/share/man/man3/gnutls_ocsp_req_print.3 +0 -46
  1326. data/vendor/local/share/man/man3/gnutls_ocsp_req_randomize_nonce.3 +0 -37
  1327. data/vendor/local/share/man/man3/gnutls_ocsp_req_set_extension.3 +0 -44
  1328. data/vendor/local/share/man/man3/gnutls_ocsp_req_set_nonce.3 +0 -42
  1329. data/vendor/local/share/man/man3/gnutls_ocsp_resp_check_crt.3 +0 -43
  1330. data/vendor/local/share/man/man3/gnutls_ocsp_resp_deinit.3 +0 -33
  1331. data/vendor/local/share/man/man3/gnutls_ocsp_resp_export.3 +0 -38
  1332. data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_certs.3 +0 -51
  1333. data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_extension.3 +0 -54
  1334. data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_nonce.3 +0 -44
  1335. data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_produced.3 +0 -36
  1336. data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_responder.3 +0 -44
  1337. data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_response.3 +0 -49
  1338. data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_signature.3 +0 -38
  1339. data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_signature_algorithm.3 +0 -38
  1340. data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_single.3 +0 -64
  1341. data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_status.3 +0 -37
  1342. data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_version.3 +0 -37
  1343. data/vendor/local/share/man/man3/gnutls_ocsp_resp_import.3 +0 -40
  1344. data/vendor/local/share/man/man3/gnutls_ocsp_resp_init.3 +0 -36
  1345. data/vendor/local/share/man/man3/gnutls_ocsp_resp_print.3 +0 -46
  1346. data/vendor/local/share/man/man3/gnutls_ocsp_resp_verify.3 +0 -59
  1347. data/vendor/local/share/man/man3/gnutls_ocsp_resp_verify_direct.3 +0 -53
  1348. data/vendor/local/share/man/man3/gnutls_ocsp_status_request_enable_client.3 +0 -47
  1349. data/vendor/local/share/man/man3/gnutls_ocsp_status_request_get.3 +0 -43
  1350. data/vendor/local/share/man/man3/gnutls_ocsp_status_request_is_checked.3 +0 -42
  1351. data/vendor/local/share/man/man3/gnutls_openpgp_crt_check_hostname.3 +0 -39
  1352. data/vendor/local/share/man/man3/gnutls_openpgp_crt_deinit.3 +0 -33
  1353. data/vendor/local/share/man/man3/gnutls_openpgp_crt_export.3 +0 -44
  1354. data/vendor/local/share/man/man3/gnutls_openpgp_crt_export2.3 +0 -42
  1355. data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_auth_subkey.3 +0 -42
  1356. data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_creation_time.3 +0 -35
  1357. data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_expiration_time.3 +0 -36
  1358. data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_fingerprint.3 +0 -40
  1359. data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_key_id.3 +0 -39
  1360. data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_key_usage.3 +0 -39
  1361. data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_name.3 +0 -45
  1362. data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_pk_algorithm.3 +0 -43
  1363. data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_pk_dsa_raw.3 +0 -47
  1364. data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_pk_rsa_raw.3 +0 -43
  1365. data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_preferred_key_id.3 +0 -38
  1366. data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_revoked_status.3 +0 -38
  1367. data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_count.3 +0 -38
  1368. data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_creation_time.3 +0 -39
  1369. data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_expiration_time.3 +0 -40
  1370. data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_fingerprint.3 +0 -44
  1371. data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_id.3 +0 -39
  1372. data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_idx.3 +0 -39
  1373. data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_pk_algorithm.3 +0 -47
  1374. data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_pk_dsa_raw.3 +0 -49
  1375. data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_pk_rsa_raw.3 +0 -45
  1376. data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_revoked_status.3 +0 -40
  1377. data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_usage.3 +0 -45
  1378. data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_version.3 +0 -35
  1379. data/vendor/local/share/man/man3/gnutls_openpgp_crt_import.3 +0 -41
  1380. data/vendor/local/share/man/man3/gnutls_openpgp_crt_init.3 +0 -35
  1381. data/vendor/local/share/man/man3/gnutls_openpgp_crt_print.3 +0 -44
  1382. data/vendor/local/share/man/man3/gnutls_openpgp_crt_set_preferred_key_id.3 +0 -42
  1383. data/vendor/local/share/man/man3/gnutls_openpgp_crt_verify_ring.3 +0 -50
  1384. data/vendor/local/share/man/man3/gnutls_openpgp_crt_verify_self.3 +0 -41
  1385. data/vendor/local/share/man/man3/gnutls_openpgp_keyring_check_id.3 +0 -40
  1386. data/vendor/local/share/man/man3/gnutls_openpgp_keyring_deinit.3 +0 -33
  1387. data/vendor/local/share/man/man3/gnutls_openpgp_keyring_get_crt.3 +0 -42
  1388. data/vendor/local/share/man/man3/gnutls_openpgp_keyring_get_crt_count.3 +0 -36
  1389. data/vendor/local/share/man/man3/gnutls_openpgp_keyring_import.3 +0 -41
  1390. data/vendor/local/share/man/man3/gnutls_openpgp_keyring_init.3 +0 -35
  1391. data/vendor/local/share/man/man3/gnutls_openpgp_privkey_deinit.3 +0 -33
  1392. data/vendor/local/share/man/man3/gnutls_openpgp_privkey_export.3 +0 -50
  1393. data/vendor/local/share/man/man3/gnutls_openpgp_privkey_export2.3 +0 -46
  1394. data/vendor/local/share/man/man3/gnutls_openpgp_privkey_export_dsa_raw.3 +0 -49
  1395. data/vendor/local/share/man/man3/gnutls_openpgp_privkey_export_rsa_raw.3 +0 -51
  1396. data/vendor/local/share/man/man3/gnutls_openpgp_privkey_export_subkey_dsa_raw.3 +0 -51
  1397. data/vendor/local/share/man/man3/gnutls_openpgp_privkey_export_subkey_rsa_raw.3 +0 -53
  1398. data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_fingerprint.3 +0 -42
  1399. data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_key_id.3 +0 -39
  1400. data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_pk_algorithm.3 +0 -45
  1401. data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_preferred_key_id.3 +0 -38
  1402. data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_revoked_status.3 +0 -38
  1403. data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_count.3 +0 -38
  1404. data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_creation_time.3 +0 -39
  1405. data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_expiration_time.3 +0 -40
  1406. data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_fingerprint.3 +0 -44
  1407. data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_id.3 +0 -41
  1408. data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_idx.3 +0 -39
  1409. data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_pk_algorithm.3 +0 -47
  1410. data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_revoked_status.3 +0 -40
  1411. data/vendor/local/share/man/man3/gnutls_openpgp_privkey_import.3 +0 -45
  1412. data/vendor/local/share/man/man3/gnutls_openpgp_privkey_init.3 +0 -35
  1413. data/vendor/local/share/man/man3/gnutls_openpgp_privkey_sec_param.3 +0 -39
  1414. data/vendor/local/share/man/man3/gnutls_openpgp_privkey_set_preferred_key_id.3 +0 -42
  1415. data/vendor/local/share/man/man3/gnutls_openpgp_privkey_sign_hash.3 +0 -44
  1416. data/vendor/local/share/man/man3/gnutls_openpgp_send_cert.3 +0 -38
  1417. data/vendor/local/share/man/man3/gnutls_openpgp_set_recv_key_function.3 +0 -39
  1418. data/vendor/local/share/man/man3/gnutls_pcert_deinit.3 +0 -35
  1419. data/vendor/local/share/man/man3/gnutls_pcert_import_openpgp.3 +0 -44
  1420. data/vendor/local/share/man/man3/gnutls_pcert_import_openpgp_raw.3 +0 -48
  1421. data/vendor/local/share/man/man3/gnutls_pcert_import_x509.3 +0 -44
  1422. data/vendor/local/share/man/man3/gnutls_pcert_import_x509_raw.3 +0 -46
  1423. data/vendor/local/share/man/man3/gnutls_pcert_list_import_x509_raw.3 +0 -50
  1424. data/vendor/local/share/man/man3/gnutls_pem_base64_decode.3 +0 -46
  1425. data/vendor/local/share/man/man3/gnutls_pem_base64_decode_alloc.3 +0 -46
  1426. data/vendor/local/share/man/man3/gnutls_pem_base64_encode.3 +0 -47
  1427. data/vendor/local/share/man/man3/gnutls_pem_base64_encode_alloc.3 +0 -45
  1428. data/vendor/local/share/man/man3/gnutls_perror.3 +0 -34
  1429. data/vendor/local/share/man/man3/gnutls_pk_algorithm_get_name.3 +0 -36
  1430. data/vendor/local/share/man/man3/gnutls_pk_bits_to_sec_param.3 +0 -41
  1431. data/vendor/local/share/man/man3/gnutls_pk_get_id.3 +0 -40
  1432. data/vendor/local/share/man/man3/gnutls_pk_get_name.3 +0 -38
  1433. data/vendor/local/share/man/man3/gnutls_pk_list.3 +0 -40
  1434. data/vendor/local/share/man/man3/gnutls_pk_to_sign.3 +0 -38
  1435. data/vendor/local/share/man/man3/gnutls_pkcs11_add_provider.3 +0 -42
  1436. data/vendor/local/share/man/man3/gnutls_pkcs11_copy_secret_key.3 +0 -47
  1437. data/vendor/local/share/man/man3/gnutls_pkcs11_copy_x509_crt.3 +0 -45
  1438. data/vendor/local/share/man/man3/gnutls_pkcs11_copy_x509_privkey.3 +0 -48
  1439. data/vendor/local/share/man/man3/gnutls_pkcs11_deinit.3 +0 -35
  1440. data/vendor/local/share/man/man3/gnutls_pkcs11_delete_url.3 +0 -41
  1441. data/vendor/local/share/man/man3/gnutls_pkcs11_get_pin_function.3 +0 -38
  1442. data/vendor/local/share/man/man3/gnutls_pkcs11_get_raw_issuer.3 +0 -49
  1443. data/vendor/local/share/man/man3/gnutls_pkcs11_init.3 +0 -48
  1444. data/vendor/local/share/man/man3/gnutls_pkcs11_obj_deinit.3 +0 -35
  1445. data/vendor/local/share/man/man3/gnutls_pkcs11_obj_export.3 +0 -49
  1446. data/vendor/local/share/man/man3/gnutls_pkcs11_obj_export2.3 +0 -44
  1447. data/vendor/local/share/man/man3/gnutls_pkcs11_obj_export3.3 +0 -46
  1448. data/vendor/local/share/man/man3/gnutls_pkcs11_obj_export_url.3 +0 -42
  1449. data/vendor/local/share/man/man3/gnutls_pkcs11_obj_get_info.3 +0 -46
  1450. data/vendor/local/share/man/man3/gnutls_pkcs11_obj_get_type.3 +0 -38
  1451. data/vendor/local/share/man/man3/gnutls_pkcs11_obj_import_url.3 +0 -45
  1452. data/vendor/local/share/man/man3/gnutls_pkcs11_obj_init.3 +0 -38
  1453. data/vendor/local/share/man/man3/gnutls_pkcs11_obj_list_import_url.3 +0 -47
  1454. data/vendor/local/share/man/man3/gnutls_pkcs11_obj_list_import_url2.3 +0 -48
  1455. data/vendor/local/share/man/man3/gnutls_pkcs11_obj_set_pin_function.3 +0 -41
  1456. data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_deinit.3 +0 -33
  1457. data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_export_url.3 +0 -40
  1458. data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_generate.3 +0 -48
  1459. data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_generate2.3 +0 -58
  1460. data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_get_info.3 +0 -44
  1461. data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_get_pk_algorithm.3 +0 -39
  1462. data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_import_url.3 +0 -43
  1463. data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_init.3 +0 -36
  1464. data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_set_pin_function.3 +0 -41
  1465. data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_status.3 +0 -38
  1466. data/vendor/local/share/man/man3/gnutls_pkcs11_reinit.3 +0 -40
  1467. data/vendor/local/share/man/man3/gnutls_pkcs11_set_pin_function.3 +0 -39
  1468. data/vendor/local/share/man/man3/gnutls_pkcs11_set_token_function.3 +0 -38
  1469. data/vendor/local/share/man/man3/gnutls_pkcs11_token_get_flags.3 +0 -41
  1470. data/vendor/local/share/man/man3/gnutls_pkcs11_token_get_info.3 +0 -45
  1471. data/vendor/local/share/man/man3/gnutls_pkcs11_token_get_mechanism.3 +0 -43
  1472. data/vendor/local/share/man/man3/gnutls_pkcs11_token_get_random.3 +0 -42
  1473. data/vendor/local/share/man/man3/gnutls_pkcs11_token_get_url.3 +0 -44
  1474. data/vendor/local/share/man/man3/gnutls_pkcs11_token_init.3 +0 -42
  1475. data/vendor/local/share/man/man3/gnutls_pkcs11_token_set_pin.3 +0 -44
  1476. data/vendor/local/share/man/man3/gnutls_pkcs11_type_get_name.3 +0 -40
  1477. data/vendor/local/share/man/man3/gnutls_pkcs12_bag_decrypt.3 +0 -39
  1478. data/vendor/local/share/man/man3/gnutls_pkcs12_bag_deinit.3 +0 -33
  1479. data/vendor/local/share/man/man3/gnutls_pkcs12_bag_encrypt.3 +0 -40
  1480. data/vendor/local/share/man/man3/gnutls_pkcs12_bag_get_count.3 +0 -36
  1481. data/vendor/local/share/man/man3/gnutls_pkcs12_bag_get_data.3 +0 -42
  1482. data/vendor/local/share/man/man3/gnutls_pkcs12_bag_get_friendly_name.3 +0 -42
  1483. data/vendor/local/share/man/man3/gnutls_pkcs12_bag_get_key_id.3 +0 -42
  1484. data/vendor/local/share/man/man3/gnutls_pkcs12_bag_get_type.3 +0 -37
  1485. data/vendor/local/share/man/man3/gnutls_pkcs12_bag_init.3 +0 -38
  1486. data/vendor/local/share/man/man3/gnutls_pkcs12_bag_set_crl.3 +0 -39
  1487. data/vendor/local/share/man/man3/gnutls_pkcs12_bag_set_crt.3 +0 -39
  1488. data/vendor/local/share/man/man3/gnutls_pkcs12_bag_set_data.3 +0 -41
  1489. data/vendor/local/share/man/man3/gnutls_pkcs12_bag_set_friendly_name.3 +0 -43
  1490. data/vendor/local/share/man/man3/gnutls_pkcs12_bag_set_key_id.3 +0 -43
  1491. data/vendor/local/share/man/man3/gnutls_pkcs12_deinit.3 +0 -33
  1492. data/vendor/local/share/man/man3/gnutls_pkcs12_export.3 +0 -50
  1493. data/vendor/local/share/man/man3/gnutls_pkcs12_export2.3 +0 -47
  1494. data/vendor/local/share/man/man3/gnutls_pkcs12_generate_mac.3 +0 -38
  1495. data/vendor/local/share/man/man3/gnutls_pkcs12_get_bag.3 +0 -43
  1496. data/vendor/local/share/man/man3/gnutls_pkcs12_import.3 +0 -45
  1497. data/vendor/local/share/man/man3/gnutls_pkcs12_init.3 +0 -38
  1498. data/vendor/local/share/man/man3/gnutls_pkcs12_set_bag.3 +0 -38
  1499. data/vendor/local/share/man/man3/gnutls_pkcs12_simple_parse.3 +0 -84
  1500. data/vendor/local/share/man/man3/gnutls_pkcs12_verify_mac.3 +0 -38
  1501. data/vendor/local/share/man/man3/gnutls_pkcs7_deinit.3 +0 -33
  1502. data/vendor/local/share/man/man3/gnutls_pkcs7_delete_crl.3 +0 -39
  1503. data/vendor/local/share/man/man3/gnutls_pkcs7_delete_crt.3 +0 -39
  1504. data/vendor/local/share/man/man3/gnutls_pkcs7_export.3 +0 -50
  1505. data/vendor/local/share/man/man3/gnutls_pkcs7_export2.3 +0 -47
  1506. data/vendor/local/share/man/man3/gnutls_pkcs7_get_crl_count.3 +0 -37
  1507. data/vendor/local/share/man/man3/gnutls_pkcs7_get_crl_raw.3 +0 -45
  1508. data/vendor/local/share/man/man3/gnutls_pkcs7_get_crt_count.3 +0 -37
  1509. data/vendor/local/share/man/man3/gnutls_pkcs7_get_crt_raw.3 +0 -49
  1510. data/vendor/local/share/man/man3/gnutls_pkcs7_import.3 +0 -44
  1511. data/vendor/local/share/man/man3/gnutls_pkcs7_init.3 +0 -38
  1512. data/vendor/local/share/man/man3/gnutls_pkcs7_set_crl.3 +0 -39
  1513. data/vendor/local/share/man/man3/gnutls_pkcs7_set_crl_raw.3 +0 -38
  1514. data/vendor/local/share/man/man3/gnutls_pkcs7_set_crt.3 +0 -40
  1515. data/vendor/local/share/man/man3/gnutls_pkcs7_set_crt_raw.3 +0 -39
  1516. data/vendor/local/share/man/man3/gnutls_prf.3 +0 -64
  1517. data/vendor/local/share/man/man3/gnutls_prf_raw.3 +0 -62
  1518. data/vendor/local/share/man/man3/gnutls_priority_certificate_type_list.3 +0 -40
  1519. data/vendor/local/share/man/man3/gnutls_priority_cipher_list.3 +0 -40
  1520. data/vendor/local/share/man/man3/gnutls_priority_compression_list.3 +0 -40
  1521. data/vendor/local/share/man/man3/gnutls_priority_deinit.3 +0 -33
  1522. data/vendor/local/share/man/man3/gnutls_priority_ecc_curve_list.3 +0 -40
  1523. data/vendor/local/share/man/man3/gnutls_priority_get_cipher_suite_index.3 +0 -45
  1524. data/vendor/local/share/man/man3/gnutls_priority_init.3 +0 -102
  1525. data/vendor/local/share/man/man3/gnutls_priority_kx_list.3 +0 -40
  1526. data/vendor/local/share/man/man3/gnutls_priority_mac_list.3 +0 -40
  1527. data/vendor/local/share/man/man3/gnutls_priority_protocol_list.3 +0 -40
  1528. data/vendor/local/share/man/man3/gnutls_priority_set.3 +0 -38
  1529. data/vendor/local/share/man/man3/gnutls_priority_set_direct.3 +0 -45
  1530. data/vendor/local/share/man/man3/gnutls_priority_sign_list.3 +0 -40
  1531. data/vendor/local/share/man/man3/gnutls_privkey_decrypt_data.3 +0 -45
  1532. data/vendor/local/share/man/man3/gnutls_privkey_deinit.3 +0 -35
  1533. data/vendor/local/share/man/man3/gnutls_privkey_get_pk_algorithm.3 +0 -42
  1534. data/vendor/local/share/man/man3/gnutls_privkey_get_type.3 +0 -39
  1535. data/vendor/local/share/man/man3/gnutls_privkey_import_ext.3 +0 -52
  1536. data/vendor/local/share/man/man3/gnutls_privkey_import_ext2.3 +0 -58
  1537. data/vendor/local/share/man/man3/gnutls_privkey_import_openpgp.3 +0 -50
  1538. data/vendor/local/share/man/man3/gnutls_privkey_import_openpgp_raw.3 +0 -47
  1539. data/vendor/local/share/man/man3/gnutls_privkey_import_pkcs11.3 +0 -49
  1540. data/vendor/local/share/man/man3/gnutls_privkey_import_pkcs11_url.3 +0 -41
  1541. data/vendor/local/share/man/man3/gnutls_privkey_import_tpm_raw.3 +0 -51
  1542. data/vendor/local/share/man/man3/gnutls_privkey_import_tpm_url.3 +0 -55
  1543. data/vendor/local/share/man/man3/gnutls_privkey_import_url.3 +0 -44
  1544. data/vendor/local/share/man/man3/gnutls_privkey_import_x509.3 +0 -49
  1545. data/vendor/local/share/man/man3/gnutls_privkey_import_x509_raw.3 +0 -50
  1546. data/vendor/local/share/man/man3/gnutls_privkey_init.3 +0 -38
  1547. data/vendor/local/share/man/man3/gnutls_privkey_set_pin_function.3 +0 -44
  1548. data/vendor/local/share/man/man3/gnutls_privkey_sign_data.3 +0 -52
  1549. data/vendor/local/share/man/man3/gnutls_privkey_sign_hash.3 +0 -55
  1550. data/vendor/local/share/man/man3/gnutls_privkey_sign_raw_data.3 +0 -51
  1551. data/vendor/local/share/man/man3/gnutls_privkey_status.3 +0 -41
  1552. data/vendor/local/share/man/man3/gnutls_protocol_get_id.3 +0 -36
  1553. data/vendor/local/share/man/man3/gnutls_protocol_get_name.3 +0 -36
  1554. data/vendor/local/share/man/man3/gnutls_protocol_get_version.3 +0 -35
  1555. data/vendor/local/share/man/man3/gnutls_protocol_list.3 +0 -38
  1556. data/vendor/local/share/man/man3/gnutls_protocol_set_priority.3 +0 -39
  1557. data/vendor/local/share/man/man3/gnutls_psk_allocate_client_credentials.3 +0 -37
  1558. data/vendor/local/share/man/man3/gnutls_psk_allocate_server_credentials.3 +0 -37
  1559. data/vendor/local/share/man/man3/gnutls_psk_client_get_hint.3 +0 -39
  1560. data/vendor/local/share/man/man3/gnutls_psk_free_client_credentials.3 +0 -34
  1561. data/vendor/local/share/man/man3/gnutls_psk_free_server_credentials.3 +0 -34
  1562. data/vendor/local/share/man/man3/gnutls_psk_server_get_username.3 +0 -36
  1563. data/vendor/local/share/man/man3/gnutls_psk_set_client_credentials.3 +0 -48
  1564. data/vendor/local/share/man/man3/gnutls_psk_set_client_credentials_function.3 +0 -48
  1565. data/vendor/local/share/man/man3/gnutls_psk_set_params_function.3 +0 -37
  1566. data/vendor/local/share/man/man3/gnutls_psk_set_server_credentials_file.3 +0 -40
  1567. data/vendor/local/share/man/man3/gnutls_psk_set_server_credentials_function.3 +0 -48
  1568. data/vendor/local/share/man/man3/gnutls_psk_set_server_credentials_hint.3 +0 -43
  1569. data/vendor/local/share/man/man3/gnutls_psk_set_server_dh_params.3 +0 -37
  1570. data/vendor/local/share/man/man3/gnutls_psk_set_server_params_function.3 +0 -37
  1571. data/vendor/local/share/man/man3/gnutls_pubkey_deinit.3 +0 -35
  1572. data/vendor/local/share/man/man3/gnutls_pubkey_encrypt_data.3 +0 -45
  1573. data/vendor/local/share/man/man3/gnutls_pubkey_export.3 +0 -54
  1574. data/vendor/local/share/man/man3/gnutls_pubkey_export2.3 +0 -49
  1575. data/vendor/local/share/man/man3/gnutls_pubkey_get_key_id.3 +0 -52
  1576. data/vendor/local/share/man/man3/gnutls_pubkey_get_key_usage.3 +0 -40
  1577. data/vendor/local/share/man/man3/gnutls_pubkey_get_openpgp_key_id.3 +0 -56
  1578. data/vendor/local/share/man/man3/gnutls_pubkey_get_pk_algorithm.3 +0 -42
  1579. data/vendor/local/share/man/man3/gnutls_pubkey_get_pk_dsa_raw.3 +0 -47
  1580. data/vendor/local/share/man/man3/gnutls_pubkey_get_pk_ecc_raw.3 +0 -45
  1581. data/vendor/local/share/man/man3/gnutls_pubkey_get_pk_ecc_x962.3 +0 -43
  1582. data/vendor/local/share/man/man3/gnutls_pubkey_get_pk_rsa_raw.3 +0 -43
  1583. data/vendor/local/share/man/man3/gnutls_pubkey_get_preferred_hash_algorithm.3 +0 -47
  1584. data/vendor/local/share/man/man3/gnutls_pubkey_get_verify_algorithm.3 +0 -43
  1585. data/vendor/local/share/man/man3/gnutls_pubkey_import.3 +0 -46
  1586. data/vendor/local/share/man/man3/gnutls_pubkey_import_dsa_raw.3 +0 -48
  1587. data/vendor/local/share/man/man3/gnutls_pubkey_import_ecc_raw.3 +0 -45
  1588. data/vendor/local/share/man/man3/gnutls_pubkey_import_ecc_x962.3 +0 -43
  1589. data/vendor/local/share/man/man3/gnutls_pubkey_import_openpgp.3 +0 -45
  1590. data/vendor/local/share/man/man3/gnutls_pubkey_import_openpgp_raw.3 +0 -47
  1591. data/vendor/local/share/man/man3/gnutls_pubkey_import_pkcs11.3 +0 -43
  1592. data/vendor/local/share/man/man3/gnutls_pubkey_import_pkcs11_url.3 +0 -43
  1593. data/vendor/local/share/man/man3/gnutls_pubkey_import_privkey.3 +0 -45
  1594. data/vendor/local/share/man/man3/gnutls_pubkey_import_rsa_raw.3 +0 -43
  1595. data/vendor/local/share/man/man3/gnutls_pubkey_import_tpm_raw.3 +0 -50
  1596. data/vendor/local/share/man/man3/gnutls_pubkey_import_tpm_url.3 +0 -51
  1597. data/vendor/local/share/man/man3/gnutls_pubkey_import_url.3 +0 -43
  1598. data/vendor/local/share/man/man3/gnutls_pubkey_import_x509.3 +0 -43
  1599. data/vendor/local/share/man/man3/gnutls_pubkey_import_x509_crq.3 +0 -43
  1600. data/vendor/local/share/man/man3/gnutls_pubkey_import_x509_raw.3 +0 -45
  1601. data/vendor/local/share/man/man3/gnutls_pubkey_init.3 +0 -38
  1602. data/vendor/local/share/man/man3/gnutls_pubkey_print.3 +0 -48
  1603. data/vendor/local/share/man/man3/gnutls_pubkey_set_key_usage.3 +0 -42
  1604. data/vendor/local/share/man/man3/gnutls_pubkey_set_pin_function.3 +0 -44
  1605. data/vendor/local/share/man/man3/gnutls_pubkey_verify_data.3 +0 -48
  1606. data/vendor/local/share/man/man3/gnutls_pubkey_verify_data2.3 +0 -47
  1607. data/vendor/local/share/man/man3/gnutls_pubkey_verify_hash.3 +0 -48
  1608. data/vendor/local/share/man/man3/gnutls_pubkey_verify_hash2.3 +0 -47
  1609. data/vendor/local/share/man/man3/gnutls_random_art.3 +0 -47
  1610. data/vendor/local/share/man/man3/gnutls_range_split.3 +0 -47
  1611. data/vendor/local/share/man/man3/gnutls_record_can_use_length_hiding.3 +0 -42
  1612. data/vendor/local/share/man/man3/gnutls_record_check_corked.3 +0 -38
  1613. data/vendor/local/share/man/man3/gnutls_record_check_pending.3 +0 -38
  1614. data/vendor/local/share/man/man3/gnutls_record_cork.3 +0 -39
  1615. data/vendor/local/share/man/man3/gnutls_record_disable_padding.3 +0 -39
  1616. data/vendor/local/share/man/man3/gnutls_record_get_direction.3 +0 -44
  1617. data/vendor/local/share/man/man3/gnutls_record_get_discarded.3 +0 -38
  1618. data/vendor/local/share/man/man3/gnutls_record_get_max_size.3 +0 -36
  1619. data/vendor/local/share/man/man3/gnutls_record_overhead_size.3 +0 -36
  1620. data/vendor/local/share/man/man3/gnutls_record_recv.3 +0 -56
  1621. data/vendor/local/share/man/man3/gnutls_record_recv_seq.3 +0 -50
  1622. data/vendor/local/share/man/man3/gnutls_record_send.3 +0 -64
  1623. data/vendor/local/share/man/man3/gnutls_record_send_range.3 +0 -51
  1624. data/vendor/local/share/man/man3/gnutls_record_set_max_empty_records.3 +0 -41
  1625. data/vendor/local/share/man/man3/gnutls_record_set_max_size.3 +0 -48
  1626. data/vendor/local/share/man/man3/gnutls_record_set_timeout.3 +0 -43
  1627. data/vendor/local/share/man/man3/gnutls_record_uncork.3 +0 -49
  1628. data/vendor/local/share/man/man3/gnutls_rehandshake.3 +0 -56
  1629. data/vendor/local/share/man/man3/gnutls_rnd.3 +0 -42
  1630. data/vendor/local/share/man/man3/gnutls_rnd_refresh.3 +0 -38
  1631. data/vendor/local/share/man/man3/gnutls_rsa_export_get_modulus_bits.3 +0 -36
  1632. data/vendor/local/share/man/man3/gnutls_rsa_export_get_pubkey.3 +0 -42
  1633. data/vendor/local/share/man/man3/gnutls_rsa_params_cpy.3 +0 -38
  1634. data/vendor/local/share/man/man3/gnutls_rsa_params_deinit.3 +0 -33
  1635. data/vendor/local/share/man/man3/gnutls_rsa_params_export_pkcs1.3 +0 -46
  1636. data/vendor/local/share/man/man3/gnutls_rsa_params_export_raw.3 +0 -51
  1637. data/vendor/local/share/man/man3/gnutls_rsa_params_generate2.3 +0 -44
  1638. data/vendor/local/share/man/man3/gnutls_rsa_params_import_pkcs1.3 +0 -43
  1639. data/vendor/local/share/man/man3/gnutls_rsa_params_import_raw.3 +0 -49
  1640. data/vendor/local/share/man/man3/gnutls_rsa_params_init.3 +0 -35
  1641. data/vendor/local/share/man/man3/gnutls_safe_renegotiation_status.3 +0 -39
  1642. data/vendor/local/share/man/man3/gnutls_sec_param_get_name.3 +0 -38
  1643. data/vendor/local/share/man/man3/gnutls_sec_param_to_pk_bits.3 +0 -43
  1644. data/vendor/local/share/man/man3/gnutls_server_name_get.3 +0 -59
  1645. data/vendor/local/share/man/man3/gnutls_server_name_set.3 +0 -50
  1646. data/vendor/local/share/man/man3/gnutls_session_channel_binding.3 +0 -45
  1647. data/vendor/local/share/man/man3/gnutls_session_enable_compatibility_mode.3 +0 -42
  1648. data/vendor/local/share/man/man3/gnutls_session_force_valid.3 +0 -37
  1649. data/vendor/local/share/man/man3/gnutls_session_get_data.3 +0 -43
  1650. data/vendor/local/share/man/man3/gnutls_session_get_data2.3 +0 -42
  1651. data/vendor/local/share/man/man3/gnutls_session_get_desc.3 +0 -38
  1652. data/vendor/local/share/man/man3/gnutls_session_get_id.3 +0 -47
  1653. data/vendor/local/share/man/man3/gnutls_session_get_id2.3 +0 -41
  1654. data/vendor/local/share/man/man3/gnutls_session_get_ptr.3 +0 -37
  1655. data/vendor/local/share/man/man3/gnutls_session_get_random.3 +0 -44
  1656. data/vendor/local/share/man/man3/gnutls_session_is_resumed.3 +0 -36
  1657. data/vendor/local/share/man/man3/gnutls_session_resumption_requested.3 +0 -36
  1658. data/vendor/local/share/man/man3/gnutls_session_set_data.3 +0 -47
  1659. data/vendor/local/share/man/man3/gnutls_session_set_id.3 +0 -42
  1660. data/vendor/local/share/man/man3/gnutls_session_set_premaster.3 +0 -55
  1661. data/vendor/local/share/man/man3/gnutls_session_set_ptr.3 +0 -37
  1662. data/vendor/local/share/man/man3/gnutls_session_ticket_enable_client.3 +0 -39
  1663. data/vendor/local/share/man/man3/gnutls_session_ticket_enable_server.3 +0 -42
  1664. data/vendor/local/share/man/man3/gnutls_session_ticket_key_generate.3 +0 -40
  1665. data/vendor/local/share/man/man3/gnutls_set_default_export_priority.3 +0 -46
  1666. data/vendor/local/share/man/man3/gnutls_set_default_priority.3 +0 -45
  1667. data/vendor/local/share/man/man3/gnutls_sign_algorithm_get.3 +0 -38
  1668. data/vendor/local/share/man/man3/gnutls_sign_algorithm_get_client.3 +0 -38
  1669. data/vendor/local/share/man/man3/gnutls_sign_algorithm_get_requested.3 +0 -50
  1670. data/vendor/local/share/man/man3/gnutls_sign_callback_get.3 +0 -40
  1671. data/vendor/local/share/man/man3/gnutls_sign_callback_set.3 +0 -50
  1672. data/vendor/local/share/man/man3/gnutls_sign_get_hash_algorithm.3 +0 -38
  1673. data/vendor/local/share/man/man3/gnutls_sign_get_id.3 +0 -36
  1674. data/vendor/local/share/man/man3/gnutls_sign_get_name.3 +0 -36
  1675. data/vendor/local/share/man/man3/gnutls_sign_get_pk_algorithm.3 +0 -38
  1676. data/vendor/local/share/man/man3/gnutls_sign_is_secure.3 +0 -33
  1677. data/vendor/local/share/man/man3/gnutls_sign_list.3 +0 -36
  1678. data/vendor/local/share/man/man3/gnutls_srp_allocate_client_credentials.3 +0 -37
  1679. data/vendor/local/share/man/man3/gnutls_srp_allocate_server_credentials.3 +0 -37
  1680. data/vendor/local/share/man/man3/gnutls_srp_base64_decode.3 +0 -46
  1681. data/vendor/local/share/man/man3/gnutls_srp_base64_decode_alloc.3 +0 -44
  1682. data/vendor/local/share/man/man3/gnutls_srp_base64_encode.3 +0 -46
  1683. data/vendor/local/share/man/man3/gnutls_srp_base64_encode_alloc.3 +0 -45
  1684. data/vendor/local/share/man/man3/gnutls_srp_free_client_credentials.3 +0 -34
  1685. data/vendor/local/share/man/man3/gnutls_srp_free_server_credentials.3 +0 -34
  1686. data/vendor/local/share/man/man3/gnutls_srp_server_get_username.3 +0 -37
  1687. data/vendor/local/share/man/man3/gnutls_srp_set_client_credentials.3 +0 -44
  1688. data/vendor/local/share/man/man3/gnutls_srp_set_client_credentials_function.3 +0 -53
  1689. data/vendor/local/share/man/man3/gnutls_srp_set_prime_bits.3 +0 -45
  1690. data/vendor/local/share/man/man3/gnutls_srp_set_server_credentials_file.3 +0 -43
  1691. data/vendor/local/share/man/man3/gnutls_srp_set_server_credentials_function.3 +0 -56
  1692. data/vendor/local/share/man/man3/gnutls_srp_verifier.3 +0 -51
  1693. data/vendor/local/share/man/man3/gnutls_srtp_get_keys.3 +0 -54
  1694. data/vendor/local/share/man/man3/gnutls_srtp_get_mki.3 +0 -42
  1695. data/vendor/local/share/man/man3/gnutls_srtp_get_profile_id.3 +0 -40
  1696. data/vendor/local/share/man/man3/gnutls_srtp_get_profile_name.3 +0 -39
  1697. data/vendor/local/share/man/man3/gnutls_srtp_get_selected_profile.3 +0 -40
  1698. data/vendor/local/share/man/man3/gnutls_srtp_set_mki.3 +0 -41
  1699. data/vendor/local/share/man/man3/gnutls_srtp_set_profile.3 +0 -41
  1700. data/vendor/local/share/man/man3/gnutls_srtp_set_profile_direct.3 +0 -44
  1701. data/vendor/local/share/man/man3/gnutls_store_commitment.3 +0 -60
  1702. data/vendor/local/share/man/man3/gnutls_store_pubkey.3 +0 -58
  1703. data/vendor/local/share/man/man3/gnutls_strerror.3 +0 -39
  1704. data/vendor/local/share/man/man3/gnutls_strerror_name.3 +0 -40
  1705. data/vendor/local/share/man/man3/gnutls_supplemental_get_name.3 +0 -37
  1706. data/vendor/local/share/man/man3/gnutls_tdb_deinit.3 +0 -33
  1707. data/vendor/local/share/man/man3/gnutls_tdb_init.3 +0 -36
  1708. data/vendor/local/share/man/man3/gnutls_tdb_set_store_commitment_func.3 +0 -40
  1709. data/vendor/local/share/man/man3/gnutls_tdb_set_store_func.3 +0 -40
  1710. data/vendor/local/share/man/man3/gnutls_tdb_set_verify_func.3 +0 -39
  1711. data/vendor/local/share/man/man3/gnutls_tpm_get_registered.3 +0 -39
  1712. data/vendor/local/share/man/man3/gnutls_tpm_key_list_deinit.3 +0 -35
  1713. data/vendor/local/share/man/man3/gnutls_tpm_key_list_get_url.3 +0 -47
  1714. data/vendor/local/share/man/man3/gnutls_tpm_privkey_delete.3 +0 -41
  1715. data/vendor/local/share/man/man3/gnutls_tpm_privkey_generate.3 +0 -64
  1716. data/vendor/local/share/man/man3/gnutls_transport_get_int.3 +0 -39
  1717. data/vendor/local/share/man/man3/gnutls_transport_get_int2.3 +0 -41
  1718. data/vendor/local/share/man/man3/gnutls_transport_get_ptr.3 +0 -37
  1719. data/vendor/local/share/man/man3/gnutls_transport_get_ptr2.3 +0 -39
  1720. data/vendor/local/share/man/man3/gnutls_transport_set_errno.3 +0 -43
  1721. data/vendor/local/share/man/man3/gnutls_transport_set_errno_function.3 +0 -42
  1722. data/vendor/local/share/man/man3/gnutls_transport_set_int.3 +0 -38
  1723. data/vendor/local/share/man/man3/gnutls_transport_set_int2.3 +0 -42
  1724. data/vendor/local/share/man/man3/gnutls_transport_set_ptr.3 +0 -37
  1725. data/vendor/local/share/man/man3/gnutls_transport_set_ptr2.3 +0 -40
  1726. data/vendor/local/share/man/man3/gnutls_transport_set_pull_function.3 +0 -42
  1727. data/vendor/local/share/man/man3/gnutls_transport_set_pull_timeout_function.3 +0 -48
  1728. data/vendor/local/share/man/man3/gnutls_transport_set_push_function.3 +0 -44
  1729. data/vendor/local/share/man/man3/gnutls_transport_set_vec_push_function.3 +0 -43
  1730. data/vendor/local/share/man/man3/gnutls_url_is_supported.3 +0 -39
  1731. data/vendor/local/share/man/man3/gnutls_verify_stored_pubkey.3 +0 -67
  1732. data/vendor/local/share/man/man3/gnutls_x509_crl_check_issuer.3 +0 -39
  1733. data/vendor/local/share/man/man3/gnutls_x509_crl_deinit.3 +0 -33
  1734. data/vendor/local/share/man/man3/gnutls_x509_crl_export.3 +0 -49
  1735. data/vendor/local/share/man/man3/gnutls_x509_crl_export2.3 +0 -47
  1736. data/vendor/local/share/man/man3/gnutls_x509_crl_get_authority_key_gn_serial.3 +0 -57
  1737. data/vendor/local/share/man/man3/gnutls_x509_crl_get_authority_key_id.3 +0 -51
  1738. data/vendor/local/share/man/man3/gnutls_x509_crl_get_crt_count.3 +0 -36
  1739. data/vendor/local/share/man/man3/gnutls_x509_crl_get_crt_serial.3 +0 -45
  1740. data/vendor/local/share/man/man3/gnutls_x509_crl_get_dn_oid.3 +0 -46
  1741. data/vendor/local/share/man/man3/gnutls_x509_crl_get_extension_data.3 +0 -53
  1742. data/vendor/local/share/man/man3/gnutls_x509_crl_get_extension_info.3 +0 -56
  1743. data/vendor/local/share/man/man3/gnutls_x509_crl_get_extension_oid.3 +0 -48
  1744. data/vendor/local/share/man/man3/gnutls_x509_crl_get_issuer_dn.3 +0 -46
  1745. data/vendor/local/share/man/man3/gnutls_x509_crl_get_issuer_dn2.3 +0 -43
  1746. data/vendor/local/share/man/man3/gnutls_x509_crl_get_issuer_dn_by_oid.3 +0 -58
  1747. data/vendor/local/share/man/man3/gnutls_x509_crl_get_next_update.3 +0 -37
  1748. data/vendor/local/share/man/man3/gnutls_x509_crl_get_number.3 +0 -46
  1749. data/vendor/local/share/man/man3/gnutls_x509_crl_get_raw_issuer_dn.3 +0 -40
  1750. data/vendor/local/share/man/man3/gnutls_x509_crl_get_signature.3 +0 -40
  1751. data/vendor/local/share/man/man3/gnutls_x509_crl_get_signature_algorithm.3 +0 -37
  1752. data/vendor/local/share/man/man3/gnutls_x509_crl_get_this_update.3 +0 -35
  1753. data/vendor/local/share/man/man3/gnutls_x509_crl_get_version.3 +0 -35
  1754. data/vendor/local/share/man/man3/gnutls_x509_crl_import.3 +0 -43
  1755. data/vendor/local/share/man/man3/gnutls_x509_crl_init.3 +0 -40
  1756. data/vendor/local/share/man/man3/gnutls_x509_crl_list_import.3 +0 -49
  1757. data/vendor/local/share/man/man3/gnutls_x509_crl_list_import2.3 +0 -50
  1758. data/vendor/local/share/man/man3/gnutls_x509_crl_print.3 +0 -43
  1759. data/vendor/local/share/man/man3/gnutls_x509_crl_privkey_sign.3 +0 -50
  1760. data/vendor/local/share/man/man3/gnutls_x509_crl_set_authority_key_id.3 +0 -45
  1761. data/vendor/local/share/man/man3/gnutls_x509_crl_set_crt.3 +0 -40
  1762. data/vendor/local/share/man/man3/gnutls_x509_crl_set_crt_serial.3 +0 -42
  1763. data/vendor/local/share/man/man3/gnutls_x509_crl_set_next_update.3 +0 -38
  1764. data/vendor/local/share/man/man3/gnutls_x509_crl_set_number.3 +0 -44
  1765. data/vendor/local/share/man/man3/gnutls_x509_crl_set_this_update.3 +0 -38
  1766. data/vendor/local/share/man/man3/gnutls_x509_crl_set_version.3 +0 -40
  1767. data/vendor/local/share/man/man3/gnutls_x509_crl_sign.3 +0 -43
  1768. data/vendor/local/share/man/man3/gnutls_x509_crl_sign2.3 +0 -48
  1769. data/vendor/local/share/man/man3/gnutls_x509_crl_verify.3 +0 -51
  1770. data/vendor/local/share/man/man3/gnutls_x509_crq_deinit.3 +0 -34
  1771. data/vendor/local/share/man/man3/gnutls_x509_crq_export.3 +0 -51
  1772. data/vendor/local/share/man/man3/gnutls_x509_crq_export2.3 +0 -48
  1773. data/vendor/local/share/man/man3/gnutls_x509_crq_get_attribute_by_oid.3 +0 -50
  1774. data/vendor/local/share/man/man3/gnutls_x509_crq_get_attribute_data.3 +0 -53
  1775. data/vendor/local/share/man/man3/gnutls_x509_crq_get_attribute_info.3 +0 -54
  1776. data/vendor/local/share/man/man3/gnutls_x509_crq_get_basic_constraints.3 +0 -52
  1777. data/vendor/local/share/man/man3/gnutls_x509_crq_get_challenge_password.3 +0 -42
  1778. data/vendor/local/share/man/man3/gnutls_x509_crq_get_dn.3 +0 -45
  1779. data/vendor/local/share/man/man3/gnutls_x509_crq_get_dn2.3 +0 -43
  1780. data/vendor/local/share/man/man3/gnutls_x509_crq_get_dn_by_oid.3 +0 -57
  1781. data/vendor/local/share/man/man3/gnutls_x509_crq_get_dn_oid.3 +0 -44
  1782. data/vendor/local/share/man/man3/gnutls_x509_crq_get_extension_by_oid.3 +0 -53
  1783. data/vendor/local/share/man/man3/gnutls_x509_crq_get_extension_data.3 +0 -53
  1784. data/vendor/local/share/man/man3/gnutls_x509_crq_get_extension_info.3 +0 -56
  1785. data/vendor/local/share/man/man3/gnutls_x509_crq_get_key_id.3 +0 -52
  1786. data/vendor/local/share/man/man3/gnutls_x509_crq_get_key_purpose_oid.3 +0 -50
  1787. data/vendor/local/share/man/man3/gnutls_x509_crq_get_key_rsa_raw.3 +0 -44
  1788. data/vendor/local/share/man/man3/gnutls_x509_crq_get_key_usage.3 +0 -50
  1789. data/vendor/local/share/man/man3/gnutls_x509_crq_get_pk_algorithm.3 +0 -43
  1790. data/vendor/local/share/man/man3/gnutls_x509_crq_get_private_key_usage_period.3 +0 -43
  1791. data/vendor/local/share/man/man3/gnutls_x509_crq_get_subject_alt_name.3 +0 -60
  1792. data/vendor/local/share/man/man3/gnutls_x509_crq_get_subject_alt_othername_oid.3 +0 -58
  1793. data/vendor/local/share/man/man3/gnutls_x509_crq_get_version.3 +0 -37
  1794. data/vendor/local/share/man/man3/gnutls_x509_crq_import.3 +0 -45
  1795. data/vendor/local/share/man/man3/gnutls_x509_crq_init.3 +0 -37
  1796. data/vendor/local/share/man/man3/gnutls_x509_crq_print.3 +0 -45
  1797. data/vendor/local/share/man/man3/gnutls_x509_crq_privkey_sign.3 +0 -52
  1798. data/vendor/local/share/man/man3/gnutls_x509_crq_set_attribute_by_oid.3 +0 -47
  1799. data/vendor/local/share/man/man3/gnutls_x509_crq_set_basic_constraints.3 +0 -44
  1800. data/vendor/local/share/man/man3/gnutls_x509_crq_set_challenge_password.3 +0 -39
  1801. data/vendor/local/share/man/man3/gnutls_x509_crq_set_dn.3 +0 -41
  1802. data/vendor/local/share/man/man3/gnutls_x509_crq_set_dn_by_oid.3 +0 -52
  1803. data/vendor/local/share/man/man3/gnutls_x509_crq_set_key.3 +0 -39
  1804. data/vendor/local/share/man/man3/gnutls_x509_crq_set_key_purpose_oid.3 +0 -46
  1805. data/vendor/local/share/man/man3/gnutls_x509_crq_set_key_rsa_raw.3 +0 -43
  1806. data/vendor/local/share/man/man3/gnutls_x509_crq_set_key_usage.3 +0 -40
  1807. data/vendor/local/share/man/man3/gnutls_x509_crq_set_private_key_usage_period.3 +0 -40
  1808. data/vendor/local/share/man/man3/gnutls_x509_crq_set_pubkey.3 +0 -41
  1809. data/vendor/local/share/man/man3/gnutls_x509_crq_set_subject_alt_name.3 +0 -48
  1810. data/vendor/local/share/man/man3/gnutls_x509_crq_set_version.3 +0 -39
  1811. data/vendor/local/share/man/man3/gnutls_x509_crq_sign.3 +0 -41
  1812. data/vendor/local/share/man/man3/gnutls_x509_crq_sign2.3 +0 -50
  1813. data/vendor/local/share/man/man3/gnutls_x509_crq_verify.3 +0 -41
  1814. data/vendor/local/share/man/man3/gnutls_x509_crt_check_hostname.3 +0 -52
  1815. data/vendor/local/share/man/man3/gnutls_x509_crt_check_issuer.3 +0 -40
  1816. data/vendor/local/share/man/man3/gnutls_x509_crt_check_revocation.3 +0 -41
  1817. data/vendor/local/share/man/man3/gnutls_x509_crt_cpy_crl_dist_points.3 +0 -40
  1818. data/vendor/local/share/man/man3/gnutls_x509_crt_deinit.3 +0 -33
  1819. data/vendor/local/share/man/man3/gnutls_x509_crt_export.3 +0 -50
  1820. data/vendor/local/share/man/man3/gnutls_x509_crt_export2.3 +0 -46
  1821. data/vendor/local/share/man/man3/gnutls_x509_crt_get_activation_time.3 +0 -36
  1822. data/vendor/local/share/man/man3/gnutls_x509_crt_get_authority_info_access.3 +0 -100
  1823. data/vendor/local/share/man/man3/gnutls_x509_crt_get_authority_key_gn_serial.3 +0 -58
  1824. data/vendor/local/share/man/man3/gnutls_x509_crt_get_authority_key_id.3 +0 -48
  1825. data/vendor/local/share/man/man3/gnutls_x509_crt_get_basic_constraints.3 +0 -50
  1826. data/vendor/local/share/man/man3/gnutls_x509_crt_get_ca_status.3 +0 -45
  1827. data/vendor/local/share/man/man3/gnutls_x509_crt_get_crl_dist_points.3 +0 -53
  1828. data/vendor/local/share/man/man3/gnutls_x509_crt_get_dn.3 +0 -46
  1829. data/vendor/local/share/man/man3/gnutls_x509_crt_get_dn2.3 +0 -43
  1830. data/vendor/local/share/man/man3/gnutls_x509_crt_get_dn_by_oid.3 +0 -60
  1831. data/vendor/local/share/man/man3/gnutls_x509_crt_get_dn_oid.3 +0 -48
  1832. data/vendor/local/share/man/man3/gnutls_x509_crt_get_expiration_time.3 +0 -39
  1833. data/vendor/local/share/man/man3/gnutls_x509_crt_get_extension_by_oid.3 +0 -50
  1834. data/vendor/local/share/man/man3/gnutls_x509_crt_get_extension_data.3 +0 -51
  1835. data/vendor/local/share/man/man3/gnutls_x509_crt_get_extension_info.3 +0 -55
  1836. data/vendor/local/share/man/man3/gnutls_x509_crt_get_extension_oid.3 +0 -48
  1837. data/vendor/local/share/man/man3/gnutls_x509_crt_get_fingerprint.3 +0 -46
  1838. data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer.3 +0 -42
  1839. data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_alt_name.3 +0 -64
  1840. data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_alt_name2.3 +0 -58
  1841. data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_alt_othername_oid.3 +0 -61
  1842. data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_dn.3 +0 -46
  1843. data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_dn2.3 +0 -43
  1844. data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_dn_by_oid.3 +0 -60
  1845. data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_dn_oid.3 +0 -48
  1846. data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_unique_id.3 +0 -47
  1847. data/vendor/local/share/man/man3/gnutls_x509_crt_get_key_id.3 +0 -50
  1848. data/vendor/local/share/man/man3/gnutls_x509_crt_get_key_purpose_oid.3 +0 -51
  1849. data/vendor/local/share/man/man3/gnutls_x509_crt_get_key_usage.3 +0 -48
  1850. data/vendor/local/share/man/man3/gnutls_x509_crt_get_pk_algorithm.3 +0 -44
  1851. data/vendor/local/share/man/man3/gnutls_x509_crt_get_pk_dsa_raw.3 +0 -45
  1852. data/vendor/local/share/man/man3/gnutls_x509_crt_get_pk_rsa_raw.3 +0 -41
  1853. data/vendor/local/share/man/man3/gnutls_x509_crt_get_policy.3 +0 -48
  1854. data/vendor/local/share/man/man3/gnutls_x509_crt_get_preferred_hash_algorithm.3 +0 -46
  1855. data/vendor/local/share/man/man3/gnutls_x509_crt_get_private_key_usage_period.3 +0 -44
  1856. data/vendor/local/share/man/man3/gnutls_x509_crt_get_proxy.3 +0 -49
  1857. data/vendor/local/share/man/man3/gnutls_x509_crt_get_raw_dn.3 +0 -39
  1858. data/vendor/local/share/man/man3/gnutls_x509_crt_get_raw_issuer_dn.3 +0 -39
  1859. data/vendor/local/share/man/man3/gnutls_x509_crt_get_serial.3 +0 -43
  1860. data/vendor/local/share/man/man3/gnutls_x509_crt_get_signature.3 +0 -40
  1861. data/vendor/local/share/man/man3/gnutls_x509_crt_get_signature_algorithm.3 +0 -38
  1862. data/vendor/local/share/man/man3/gnutls_x509_crt_get_subject.3 +0 -42
  1863. data/vendor/local/share/man/man3/gnutls_x509_crt_get_subject_alt_name.3 +0 -61
  1864. data/vendor/local/share/man/man3/gnutls_x509_crt_get_subject_alt_name2.3 +0 -56
  1865. data/vendor/local/share/man/man3/gnutls_x509_crt_get_subject_alt_othername_oid.3 +0 -59
  1866. data/vendor/local/share/man/man3/gnutls_x509_crt_get_subject_key_id.3 +0 -44
  1867. data/vendor/local/share/man/man3/gnutls_x509_crt_get_subject_unique_id.3 +0 -45
  1868. data/vendor/local/share/man/man3/gnutls_x509_crt_get_verify_algorithm.3 +0 -45
  1869. data/vendor/local/share/man/man3/gnutls_x509_crt_get_version.3 +0 -35
  1870. data/vendor/local/share/man/man3/gnutls_x509_crt_import.3 +0 -45
  1871. data/vendor/local/share/man/man3/gnutls_x509_crt_import_pkcs11.3 +0 -41
  1872. data/vendor/local/share/man/man3/gnutls_x509_crt_import_pkcs11_url.3 +0 -44
  1873. data/vendor/local/share/man/man3/gnutls_x509_crt_init.3 +0 -36
  1874. data/vendor/local/share/man/man3/gnutls_x509_crt_list_import.3 +0 -54
  1875. data/vendor/local/share/man/man3/gnutls_x509_crt_list_import2.3 +0 -53
  1876. data/vendor/local/share/man/man3/gnutls_x509_crt_list_import_pkcs11.3 +0 -45
  1877. data/vendor/local/share/man/man3/gnutls_x509_crt_list_verify.3 +0 -62
  1878. data/vendor/local/share/man/man3/gnutls_x509_crt_print.3 +0 -48
  1879. data/vendor/local/share/man/man3/gnutls_x509_crt_privkey_sign.3 +0 -48
  1880. data/vendor/local/share/man/man3/gnutls_x509_crt_set_activation_time.3 +0 -39
  1881. data/vendor/local/share/man/man3/gnutls_x509_crt_set_authority_info_access.3 +0 -50
  1882. data/vendor/local/share/man/man3/gnutls_x509_crt_set_authority_key_id.3 +0 -41
  1883. data/vendor/local/share/man/man3/gnutls_x509_crt_set_basic_constraints.3 +0 -42
  1884. data/vendor/local/share/man/man3/gnutls_x509_crt_set_ca_status.3 +0 -40
  1885. data/vendor/local/share/man/man3/gnutls_x509_crt_set_crl_dist_points.3 +0 -42
  1886. data/vendor/local/share/man/man3/gnutls_x509_crt_set_crl_dist_points2.3 +0 -46
  1887. data/vendor/local/share/man/man3/gnutls_x509_crt_set_crq.3 +0 -40
  1888. data/vendor/local/share/man/man3/gnutls_x509_crt_set_crq_extensions.3 +0 -41
  1889. data/vendor/local/share/man/man3/gnutls_x509_crt_set_dn.3 +0 -41
  1890. data/vendor/local/share/man/man3/gnutls_x509_crt_set_dn_by_oid.3 +0 -52
  1891. data/vendor/local/share/man/man3/gnutls_x509_crt_set_expiration_time.3 +0 -40
  1892. data/vendor/local/share/man/man3/gnutls_x509_crt_set_extension_by_oid.3 +0 -46
  1893. data/vendor/local/share/man/man3/gnutls_x509_crt_set_issuer_dn.3 +0 -41
  1894. data/vendor/local/share/man/man3/gnutls_x509_crt_set_issuer_dn_by_oid.3 +0 -56
  1895. data/vendor/local/share/man/man3/gnutls_x509_crt_set_key.3 +0 -40
  1896. data/vendor/local/share/man/man3/gnutls_x509_crt_set_key_purpose_oid.3 +0 -44
  1897. data/vendor/local/share/man/man3/gnutls_x509_crt_set_key_usage.3 +0 -38
  1898. data/vendor/local/share/man/man3/gnutls_x509_crt_set_pin_function.3 +0 -44
  1899. data/vendor/local/share/man/man3/gnutls_x509_crt_set_policy.3 +0 -47
  1900. data/vendor/local/share/man/man3/gnutls_x509_crt_set_private_key_usage_period.3 +0 -40
  1901. data/vendor/local/share/man/man3/gnutls_x509_crt_set_proxy.3 +0 -46
  1902. data/vendor/local/share/man/man3/gnutls_x509_crt_set_proxy_dn.3 +0 -47
  1903. data/vendor/local/share/man/man3/gnutls_x509_crt_set_pubkey.3 +0 -41
  1904. data/vendor/local/share/man/man3/gnutls_x509_crt_set_serial.3 +0 -45
  1905. data/vendor/local/share/man/man3/gnutls_x509_crt_set_subject_alt_name.3 +0 -47
  1906. data/vendor/local/share/man/man3/gnutls_x509_crt_set_subject_alternative_name.3 +0 -45
  1907. data/vendor/local/share/man/man3/gnutls_x509_crt_set_subject_key_id.3 +0 -41
  1908. data/vendor/local/share/man/man3/gnutls_x509_crt_set_version.3 +0 -45
  1909. data/vendor/local/share/man/man3/gnutls_x509_crt_sign.3 +0 -41
  1910. data/vendor/local/share/man/man3/gnutls_x509_crt_sign2.3 +0 -48
  1911. data/vendor/local/share/man/man3/gnutls_x509_crt_verify.3 +0 -46
  1912. data/vendor/local/share/man/man3/gnutls_x509_crt_verify_data.3 +0 -46
  1913. data/vendor/local/share/man/man3/gnutls_x509_crt_verify_hash.3 +0 -46
  1914. data/vendor/local/share/man/man3/gnutls_x509_dn_deinit.3 +0 -36
  1915. data/vendor/local/share/man/man3/gnutls_x509_dn_export.3 +0 -50
  1916. data/vendor/local/share/man/man3/gnutls_x509_dn_export2.3 +0 -47
  1917. data/vendor/local/share/man/man3/gnutls_x509_dn_get_rdn_ava.3 +0 -58
  1918. data/vendor/local/share/man/man3/gnutls_x509_dn_import.3 +0 -43
  1919. data/vendor/local/share/man/man3/gnutls_x509_dn_init.3 +0 -41
  1920. data/vendor/local/share/man/man3/gnutls_x509_dn_oid_known.3 +0 -41
  1921. data/vendor/local/share/man/man3/gnutls_x509_dn_oid_name.3 +0 -42
  1922. data/vendor/local/share/man/man3/gnutls_x509_policy_release.3 +0 -36
  1923. data/vendor/local/share/man/man3/gnutls_x509_privkey_cpy.3 +0 -39
  1924. data/vendor/local/share/man/man3/gnutls_x509_privkey_deinit.3 +0 -33
  1925. data/vendor/local/share/man/man3/gnutls_x509_privkey_export.3 +0 -52
  1926. data/vendor/local/share/man/man3/gnutls_x509_privkey_export2.3 +0 -49
  1927. data/vendor/local/share/man/man3/gnutls_x509_privkey_export2_pkcs8.3 +0 -58
  1928. data/vendor/local/share/man/man3/gnutls_x509_privkey_export_dsa_raw.3 +0 -48
  1929. data/vendor/local/share/man/man3/gnutls_x509_privkey_export_ecc_raw.3 +0 -48
  1930. data/vendor/local/share/man/man3/gnutls_x509_privkey_export_pkcs8.3 +0 -61
  1931. data/vendor/local/share/man/man3/gnutls_x509_privkey_export_rsa_raw.3 +0 -50
  1932. data/vendor/local/share/man/man3/gnutls_x509_privkey_export_rsa_raw2.3 +0 -56
  1933. data/vendor/local/share/man/man3/gnutls_x509_privkey_fix.3 +0 -37
  1934. data/vendor/local/share/man/man3/gnutls_x509_privkey_generate.3 +0 -49
  1935. data/vendor/local/share/man/man3/gnutls_x509_privkey_get_key_id.3 +0 -50
  1936. data/vendor/local/share/man/man3/gnutls_x509_privkey_get_pk_algorithm.3 +0 -37
  1937. data/vendor/local/share/man/man3/gnutls_x509_privkey_get_pk_algorithm2.3 +0 -39
  1938. data/vendor/local/share/man/man3/gnutls_x509_privkey_import.3 +0 -46
  1939. data/vendor/local/share/man/man3/gnutls_x509_privkey_import2.3 +0 -52
  1940. data/vendor/local/share/man/man3/gnutls_x509_privkey_import_dsa_raw.3 +0 -48
  1941. data/vendor/local/share/man/man3/gnutls_x509_privkey_import_ecc_raw.3 +0 -48
  1942. data/vendor/local/share/man/man3/gnutls_x509_privkey_import_openssl.3 +0 -48
  1943. data/vendor/local/share/man/man3/gnutls_x509_privkey_import_pkcs8.3 +0 -59
  1944. data/vendor/local/share/man/man3/gnutls_x509_privkey_import_rsa_raw.3 +0 -50
  1945. data/vendor/local/share/man/man3/gnutls_x509_privkey_import_rsa_raw2.3 +0 -54
  1946. data/vendor/local/share/man/man3/gnutls_x509_privkey_init.3 +0 -36
  1947. data/vendor/local/share/man/man3/gnutls_x509_privkey_sec_param.3 +0 -39
  1948. data/vendor/local/share/man/man3/gnutls_x509_privkey_sign_data.3 +0 -59
  1949. data/vendor/local/share/man/man3/gnutls_x509_privkey_sign_hash.3 +0 -45
  1950. data/vendor/local/share/man/man3/gnutls_x509_privkey_verify_params.3 +0 -36
  1951. data/vendor/local/share/man/man3/gnutls_x509_rdn_get.3 +0 -44
  1952. data/vendor/local/share/man/man3/gnutls_x509_rdn_get_by_oid.3 +0 -51
  1953. data/vendor/local/share/man/man3/gnutls_x509_rdn_get_oid.3 +0 -47
  1954. data/vendor/local/share/man/man3/gnutls_x509_trust_list_add_cas.3 +0 -45
  1955. data/vendor/local/share/man/man3/gnutls_x509_trust_list_add_crls.3 +0 -50
  1956. data/vendor/local/share/man/man3/gnutls_x509_trust_list_add_named_crt.3 +0 -56
  1957. data/vendor/local/share/man/man3/gnutls_x509_trust_list_add_system_trust.3 +0 -43
  1958. data/vendor/local/share/man/man3/gnutls_x509_trust_list_add_trust_file.3 +0 -49
  1959. data/vendor/local/share/man/man3/gnutls_x509_trust_list_add_trust_mem.3 +0 -48
  1960. data/vendor/local/share/man/man3/gnutls_x509_trust_list_deinit.3 +0 -37
  1961. data/vendor/local/share/man/man3/gnutls_x509_trust_list_get_issuer.3 +0 -45
  1962. data/vendor/local/share/man/man3/gnutls_x509_trust_list_init.3 +0 -40
  1963. data/vendor/local/share/man/man3/gnutls_x509_trust_list_remove_cas.3 +0 -48
  1964. data/vendor/local/share/man/man3/gnutls_x509_trust_list_remove_trust_file.3 +0 -46
  1965. data/vendor/local/share/man/man3/gnutls_x509_trust_list_remove_trust_mem.3 +0 -44
  1966. data/vendor/local/share/man/man3/gnutls_x509_trust_list_verify_crt.3 +0 -50
  1967. data/vendor/local/share/man/man3/gnutls_x509_trust_list_verify_named_crt.3 +0 -53
  1968. data/vendor/local/share/man/man3/xssl_client_init.3 +0 -56
  1969. data/vendor/local/share/man/man3/xssl_cred_deinit.3 +0 -37
  1970. data/vendor/local/share/man/man3/xssl_cred_init.3 +0 -48
  1971. data/vendor/local/share/man/man3/xssl_deinit.3 +0 -36
  1972. data/vendor/local/share/man/man3/xssl_flush.3 +0 -39
  1973. data/vendor/local/share/man/man3/xssl_get_session.3 +0 -35
  1974. data/vendor/local/share/man/man3/xssl_getdelim.3 +0 -49
  1975. data/vendor/local/share/man/man3/xssl_printf.3 +0 -45
  1976. data/vendor/local/share/man/man3/xssl_read.3 +0 -43
  1977. data/vendor/local/share/man/man3/xssl_server_init.3 +0 -50
  1978. data/vendor/local/share/man/man3/xssl_sinit.3 +0 -44
  1979. data/vendor/local/share/man/man3/xssl_write.3 +0 -47
@@ -1,1589 +0,0 @@
1
- This is gnutls-guile.info, produced by makeinfo version 5.2 from
2
- gnutls-guile.texi.
3
-
4
- This manual is last updated 10 August 2014 for version 3.2.21 of GnuTLS.
5
-
6
- Copyright (C) 2001-2012 Free Software Foundation, Inc.
7
-
8
- Permission is granted to copy, distribute and/or modify this
9
- document under the terms of the GNU Free Documentation License,
10
- Version 1.3 or any later version published by the Free Software
11
- Foundation; with no Invariant Sections, no Front-Cover Texts, and
12
- no Back-Cover Texts. A copy of the license is included in the
13
- section entitled "GNU Free Documentation License".
14
- INFO-DIR-SECTION Software libraries
15
- START-INFO-DIR-ENTRY
16
- * GnuTLS-Guile: (gnutls-guile). GNU Transport Layer Security Library. Guile bindings.
17
- END-INFO-DIR-ENTRY
18
-
19
- 
20
- File: gnutls-guile.info, Node: Top, Next: Preface, Up: (dir)
21
-
22
- GnuTLS-Guile
23
- ************
24
-
25
- This manual is last updated 10 August 2014 for version 3.2.21 of GnuTLS.
26
-
27
- Copyright (C) 2001-2012 Free Software Foundation, Inc.
28
-
29
- Permission is granted to copy, distribute and/or modify this
30
- document under the terms of the GNU Free Documentation License,
31
- Version 1.3 or any later version published by the Free Software
32
- Foundation; with no Invariant Sections, no Front-Cover Texts, and
33
- no Back-Cover Texts. A copy of the license is included in the
34
- section entitled "GNU Free Documentation License".
35
-
36
- * Menu:
37
-
38
- * Preface:: Preface.
39
- * Guile Preparations:: Note on installation and environment.
40
- * Guile API Conventions:: Naming conventions and other idiosyncrasies.
41
- * Guile Examples:: Quick start.
42
- * Guile Reference:: The Scheme GnuTLS programming interface.
43
- * Copying Information:: Copying information.
44
-
45
- 
46
- File: gnutls-guile.info, Node: Preface, Next: Guile Preparations, Prev: Top, Up: Top
47
-
48
- 1 Preface
49
- *********
50
-
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.
55
-
56
- At this stage, not all the C functions are available from Scheme, but a
57
- large subset thereof is available.
58
-
59
- 
60
- File: gnutls-guile.info, Node: Guile Preparations, Next: Guile API Conventions, Prev: Preface, Up: Top
61
-
62
- 2 Guile Preparations
63
- ********************
64
-
65
- The GnuTLS Guile bindings are available for both the 1.8 and 2.0 stable
66
- series of Guile.
67
-
68
- 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
-
72
- $ guile
73
- guile> (use-modules (gnutls))
74
- <unnamed port>: no code for module (gnutls)
75
- guile>
76
-
77
- There are two ways to solve this. The first is to make sure that when
78
- 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:
81
-
82
- $ ./configure --with-guile-site-dir=no
83
-
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
-
88
- If Guile was installed into '/usr', you may also install GnuTLS using
89
- the same prefix:
90
-
91
- $ ./configure --prefix=/usr
92
-
93
- If you want to specify the path to install the Guile bindings you can
94
- also specify the path directly:
95
-
96
- $ ./configure --with-guile-site-dir=/opt/guile/share/guile/site
97
-
98
- The second solution requires some more work but may be easier to use if
99
- you do not have system administrator rights to your machine. You need
100
- to instruct Guile so that it finds the GnuTLS Guile bindings. Either
101
- use the 'GUILE_LOAD_PATH' environment variable as follows:
102
-
103
- $ GUILE_LOAD_PATH="/usr/local/share/guile/site:$GUILE_LOAD_PATH" guile
104
- guile> (use-modules (gnutls))
105
- guile>
106
-
107
- Alternatively, you can modify Guile's '%load-path' variable (*note
108
- Guile's run-time options: (guile)Build Config.).
109
-
110
- At this point, you might get an error regarding 'libguile-gnutls-v-0'
111
- similar to:
112
-
113
- gnutls.scm:361:1: In procedure dynamic-link in expression (load-extension "libguile-gnutls-v-0" "scm_init_gnutls"):
114
- gnutls.scm:361:1: file: "libguile-gnutls-v-0", message: "libguile-gnutls-v-0.so: cannot open shared object file: No such file or directory"
115
-
116
- In this case, you will need to modify the run-time linker path, for
117
- example as follows:
118
-
119
- $ LD_LIBRARY_PATH=/usr/local/lib GUILE_LOAD_PATH=/usr/local/share/guile/site guile
120
- guile> (use-modules (gnutls))
121
- guile>
122
-
123
- To check that you got the intended GnuTLS library version, you may print
124
- the version number of the loaded library as follows:
125
-
126
- $ guile
127
- guile> (use-modules (gnutls))
128
- guile> (gnutls-version)
129
- "3.2.21"
130
- guile>
131
-
132
- 
133
- File: gnutls-guile.info, Node: Guile API Conventions, Next: Guile Examples, Prev: Guile Preparations, Up: Top
134
-
135
- 3 Guile API Conventions
136
- ***********************
137
-
138
- This chapter details the conventions used by Guile API, as well as
139
- specificities of the mapping of the C API to Scheme.
140
-
141
- * Menu:
142
-
143
- * Enumerates and Constants:: Representation of C-side constants.
144
- * Procedure Names:: Naming conventions.
145
- * Representation of Binary Data:: Binary data buffers.
146
- * Input and Output:: Input and output.
147
- * Exception Handling:: Exceptions.
148
-
149
- 
150
- File: gnutls-guile.info, Node: Enumerates and Constants, Next: Procedure Names, Up: Guile API Conventions
151
-
152
- 3.1 Enumerates and Constants
153
- ============================
154
-
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.
161
-
162
- The enumerate values are bound to variables exported by the '(gnutls)'
163
- module. These variables are named according to the following
164
- convention:
165
-
166
- * All variable names are lower-case; the underscore '_' character
167
- used in the C API is replaced by hyphen '-'.
168
- * 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.
172
-
173
- Consider for instance this C-side enumerate:
174
-
175
- typedef enum
176
- {
177
- GNUTLS_CRD_CERTIFICATE = 1,
178
- GNUTLS_CRD_ANON,
179
- GNUTLS_CRD_SRP,
180
- GNUTLS_CRD_PSK
181
- } gnutls_credentials_type_t;
182
-
183
- The corresponding Scheme values are bound to the following variables
184
- exported by the '(gnutls)' module:
185
-
186
- credentials/certificate
187
- credentials/anonymous
188
- credentials/srp
189
- credentials/psk
190
-
191
- Hopefully, most variable names can be deduced from this convention.
192
-
193
- Scheme-side "enumerate" values can be compared using 'eq?' (*note
194
- equality predicates: (guile)Equality.). Consider the following example:
195
-
196
- (let ((session (make-session connection-end/client)))
197
-
198
- ;;
199
- ;; ...
200
- ;;
201
-
202
- ;; Check the ciphering algorithm currently used by SESSION.
203
- (if (eq? cipher/arcfour (session-cipher session))
204
- (format #t "We're using the ARCFOUR algorithm")))
205
-
206
- 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
210
- these strings may not be sufficient for use in a user interface since
211
- they are fairly concise and not internationalized.
212
-
213
- 
214
- File: gnutls-guile.info, Node: Procedure Names, Next: Representation of Binary Data, Prev: Enumerates and Constants, Up: Guile API Conventions
215
-
216
- 3.2 Procedure Names
217
- ===================
218
-
219
- 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
224
- always omitted from variable names since a similar effect can be
225
- achieved using Guile's nifty binding renaming facilities, should it be
226
- needed (*note (guile)Using Guile Modules::).
227
-
228
- Often Scheme procedure names differ from C function names in a way that
229
- 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
232
- to session.
233
-
234
- 
235
- File: gnutls-guile.info, Node: Representation of Binary Data, Next: Input and Output, Prev: Procedure Names, Up: Guile API Conventions
236
-
237
- 3.3 Representation of Binary Data
238
- =================================
239
-
240
- 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
243
- data.
244
-
245
- 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.
249
-
250
- As an example, generating and then exporting RSA parameters in the PEM
251
- format can be done as follows:
252
-
253
- (let* ((rsa-params (make-rsa-parameters 1024))
254
- (raw-data
255
- (pkcs1-export-rsa-parameters rsa-params
256
- x509-certificate-format/pem)))
257
- (uniform-vector-write raw-data (open-output-file "some-file.pem")))
258
-
259
- For an example of OpenPGP key import from a file, see *note Importing
260
- OpenPGP Keys Guile Example::.
261
-
262
- 
263
- File: gnutls-guile.info, Node: Input and Output, Next: Exception Handling, Prev: Representation of Binary Data, Up: Guile API Conventions
264
-
265
- 3.4 Input and Output
266
- ====================
267
-
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
278
- would work as follows:
279
-
280
- (let ((socket (socket PF_INET SOCK_STREAM 0))
281
- (session (make-session connection-end/client)))
282
-
283
- ;;
284
- ;; Establish a TCP connection...
285
- ;;
286
-
287
- ;; Use the file descriptor that underlies SOCKET.
288
- (set-session-transport-fd! session (fileno socket)))
289
-
290
- Once a TLS session is established, data can be communicated through it
291
- (i.e., _via_ the TLS record layer) using the port returned by
292
- 'session-record-port':
293
-
294
- (let ((session (make-session connection-end/client)))
295
-
296
- ;;
297
- ;; Initialize the various parameters of SESSION, set up
298
- ;; a network connection, etc...
299
- ;;
300
-
301
- (let ((i/o (session-record-port session)))
302
- (write "Hello peer!" i/o)
303
- (let ((greetings (read i/o)))
304
-
305
- ;; ...
306
-
307
- (bye session close-request/rdwr))))
308
-
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.
313
-
314
- 
315
- File: gnutls-guile.info, Node: Exception Handling, Prev: Input and Output, Up: Guile API Conventions
316
-
317
- 3.5 Exception Handling
318
- ======================
319
-
320
- GnuTLS errors are implemented as Scheme exceptions (*note exceptions in
321
- Guile: (guile)Exceptions.). Each time a GnuTLS function returns an
322
- error, an exception with key 'gnutls-error' is raised. The additional
323
- arguments that are thrown include an error code and the name of the
324
- 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'
328
- procedure.
329
-
330
- The following examples illustrates how GnuTLS exceptions can be handled:
331
-
332
- (let ((session (make-session connection-end/server)))
333
-
334
- ;;
335
- ;; ...
336
- ;;
337
-
338
- (catch 'gnutls-error
339
- (lambda ()
340
- (handshake session))
341
- (lambda (key err function . currently-unused)
342
- (format (current-error-port)
343
- "a GnuTLS error was raised by `~a': ~a~%"
344
- function (error->string err)))))
345
-
346
- Again, error values can be compared using 'eq?':
347
-
348
- ;; `gnutls-error' handler.
349
- (lambda (key err function . currently-unused)
350
- (if (eq? err error/fatal-alert-received)
351
- (format (current-error-port)
352
- "a fatal alert was caught!~%")
353
- (format (current-error-port)
354
- "something bad happened: ~a~%"
355
- (error->string err))))
356
-
357
- Note that the 'catch' handler is currently passed only 3 arguments but
358
- future versions might provide it with additional arguments. Thus, it
359
- must be prepared to handle more than 3 arguments, as in this example.
360
-
361
- 
362
- File: gnutls-guile.info, Node: Guile Examples, Next: Guile Reference, Prev: Guile API Conventions, Up: Top
363
-
364
- 4 Guile Examples
365
- ****************
366
-
367
- This chapter provides examples that illustrate common use cases.
368
-
369
- * Menu:
370
-
371
- * Anonymous Authentication Guile Example:: Simplest client and server.
372
- * OpenPGP Authentication Guile Example:: Using OpenPGP-based authentication.
373
- * Importing OpenPGP Keys Guile Example:: Importing keys from files.
374
-
375
- 
376
- File: gnutls-guile.info, Node: Anonymous Authentication Guile Example, Next: OpenPGP Authentication Guile Example, Up: Guile Examples
377
-
378
- 4.1 Anonymous Authentication Guile Example
379
- ==========================================
380
-
381
- "Anonymous authentication" is very easy to use. No certificates are
382
- needed by the communicating parties. Yet, it allows them to benefit
383
- from end-to-end encryption and integrity checks.
384
-
385
- The client-side code would look like this (assuming SOME-SOCKET is bound
386
- to an open socket port):
387
-
388
- ;; Client-side.
389
-
390
- (let ((client (make-session connection-end/client)))
391
- ;; Use the default settings.
392
- (set-session-default-priority! client)
393
-
394
- ;; Don't use certificate-based authentication.
395
- (set-session-certificate-type-priority! client '())
396
-
397
- ;; Request the "anonymous Diffie-Hellman" key exchange method.
398
- (set-session-kx-priority! client (list kx/anon-dh))
399
-
400
- ;; Specify the underlying socket.
401
- (set-session-transport-fd! client (fileno some-socket))
402
-
403
- ;; Create anonymous credentials.
404
- (set-session-credentials! client
405
- (make-anonymous-client-credentials))
406
-
407
- ;; Perform the TLS handshake with the server.
408
- (handshake client)
409
-
410
- ;; Send data over the TLS record layer.
411
- (write "hello, world!" (session-record-port client))
412
-
413
- ;; Terminate the TLS session.
414
- (bye client close-request/rdwr))
415
-
416
- The corresponding server would look like this (again, assuming
417
- SOME-SOCKET is bound to a socket port):
418
-
419
- ;; Server-side.
420
-
421
- (let ((server (make-session connection-end/server)))
422
- (set-session-default-priority! server)
423
- (set-session-certificate-type-priority! server '())
424
- (set-session-kx-priority! server (list kx/anon-dh))
425
-
426
- ;; Specify the underlying transport socket.
427
- (set-session-transport-fd! server (fileno some-socket))
428
-
429
- ;; Create anonymous credentials.
430
- (let ((cred (make-anonymous-server-credentials))
431
- (dh-params (make-dh-parameters 1024)))
432
- ;; Note: DH parameter generation can take some time.
433
- (set-anonymous-server-dh-parameters! cred dh-params)
434
- (set-session-credentials! server cred))
435
-
436
- ;; Perform the TLS handshake with the client.
437
- (handshake server)
438
-
439
- ;; Receive data over the TLS record layer.
440
- (let ((message (read (session-record-port server))))
441
- (format #t "received the following message: ~a~%"
442
- message)
443
-
444
- (bye server close-request/rdwr)))
445
-
446
- This is it!
447
-
448
- 
449
- File: gnutls-guile.info, Node: OpenPGP Authentication Guile Example, Next: Importing OpenPGP Keys Guile Example, Prev: Anonymous Authentication Guile Example, Up: Guile Examples
450
-
451
- 4.2 OpenPGP Authentication Guile Example
452
- ========================================
453
-
454
- GnuTLS allows users to authenticate using OpenPGP certificates. Using
455
- OpenPGP-based authentication is not more complicated than using
456
- anonymous authentication. It requires a bit of extra work, though, to
457
- import the OpenPGP public and private key of the client/server. Key
458
- import is omitted here and is left as an exercise to the reader (*note
459
- Importing OpenPGP Keys Guile Example::).
460
-
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,
463
- client-side code would look like this:
464
-
465
- ;; Client-side.
466
-
467
- (define %certs (list certificate-type/openpgp))
468
-
469
- (let ((client (make-session connection-end/client))
470
- (cred (make-certificate-credentials)))
471
- (set-session-default-priority! client)
472
-
473
- ;; Choose OpenPGP certificates.
474
- (set-session-certificate-type-priority! client %certs)
475
-
476
- ;; Prepare appropriate client credentials.
477
- (set-certificate-credentials-openpgp-keys! cred pub sec)
478
- (set-session-credentials! client cred)
479
-
480
- ;; Specify the underlying transport socket.
481
- (set-session-transport-fd! client (fileno some-socket))
482
-
483
- (handshake client)
484
- (write "hello, world!" (session-record-port client))
485
- (bye client close-request/rdwr))
486
-
487
- Similarly, server-side code would be along these lines:
488
-
489
- ;; Server-side.
490
-
491
- (define %certs (list certificate-type/openpgp))
492
-
493
- (let ((server (make-session connection-end/server))
494
- (rsa (make-rsa-parameters 1024))
495
- (dh (make-dh-parameters 1024)))
496
- (set-session-default-priority! server)
497
-
498
- ;; Choose OpenPGP certificates.
499
- (set-session-certificate-type-priority! server %certs)
500
-
501
- (let ((cred (make-certificate-credentials)))
502
- ;; Prepare credentials with RSA and Diffie-Hellman parameters.
503
- (set-certificate-credentials-dh-parameters! cred dh)
504
- (set-certificate-credentials-rsa-export-parameters! cred rsa)
505
- (set-certificate-credentials-openpgp-keys! cred pub sec)
506
- (set-session-credentials! server cred))
507
-
508
- (set-session-transport-fd! server (fileno some-socket))
509
-
510
- (handshake server)
511
- (let ((msg (read (session-record-port server))))
512
- (format #t "received: ~a~%" msg)
513
-
514
- (bye server close-request/rdwr)))
515
-
516
- In practice, generating RSA parameters (and Diffie-Hellman parameters)
517
- can time a long time. Thus, you may want to generate them once and
518
- store them in a file for future re-use (*note
519
- 'pkcs1-export-rsa-parameters' and 'pkcs1-import-rsa-parameters': Guile
520
- Reference.).
521
-
522
- 
523
- File: gnutls-guile.info, Node: Importing OpenPGP Keys Guile Example, Prev: OpenPGP Authentication Guile Example, Up: Guile Examples
524
-
525
- 4.3 Importing OpenPGP Keys Guile Example
526
- ========================================
527
-
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.
531
-
532
- (use-modules (srfi srfi-4)
533
- (gnutls))
534
-
535
- (define (import-key-from-file import-proc file)
536
- ;; Import OpenPGP key from FILE using IMPORT-PROC.
537
-
538
- ;; Prepare a u8vector large enough to hold the raw
539
- ;; key contents.
540
- (let* ((size (stat:size (stat path)))
541
- (raw (make-u8vector size)))
542
-
543
- ;; Fill in the u8vector with the contents of FILE.
544
- (uniform-vector-read! raw (open-input-file file))
545
-
546
- ;; Pass the u8vector to the import procedure.
547
- (import-proc raw openpgp-certificate-format/base64)))
548
-
549
-
550
- (define (import-public-key-from-file file)
551
- (import-key-from-file import-openpgp-certificate file))
552
-
553
- (define (import-private-key-from-file file)
554
- (import-key-from-file import-openpgp-private-key file))
555
-
556
- The procedures 'import-public-key-from-file' and
557
- 'import-private-key-from-file' can be passed a file name. They return
558
- an OpenPGP public key and private key object, respectively (*note
559
- OpenPGP key objects: Guile Reference.).
560
-
561
- 
562
- File: gnutls-guile.info, Node: Guile Reference, Next: Copying Information, Prev: Guile Examples, Up: Top
563
-
564
- 5 Guile Reference
565
- *****************
566
-
567
- 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-server-name! session type name
841
- For a client, this procedure provides a way to inform the server
842
- that it is known under NAME, via the 'SERVER NAME' TLS extension.
843
- TYPE must be a 'server-name-type' value, SERVER-NAME-TYPE/DNS for
844
- DNS names.
845
-
846
- -- Scheme Procedure: set-session-credentials! session cred
847
- Use CRED as SESSION's credentials.
848
-
849
- -- Scheme Procedure: cipher-suite->string kx cipher mac
850
- Return the name of the given cipher suite.
851
-
852
- -- Scheme Procedure: set-session-priorities! session priorities
853
- Have SESSION use the given PRIORITIES for the ciphers, key exchange
854
- methods, MACs and compression methods. PRIORITIES must be a string
855
- (*note (gnutls)Priority Strings::). When PRIORITIES cannot be
856
- parsed, an 'error/invalid-request' error is raised, with an extra
857
- argument indication the position of the error.
858
-
859
- -- Scheme Procedure: set-session-default-export-priority! session
860
- Have SESSION use the default export priorities.
861
-
862
- -- Scheme Procedure: set-session-default-priority! session
863
- Have SESSION use the default priorities.
864
-
865
- -- Scheme Procedure: set-session-certificate-type-priority! session
866
- items
867
- Use ITEMS (a list) as the list of preferred certificate-type for
868
- SESSION.
869
-
870
- -- Scheme Procedure: set-session-protocol-priority! session items
871
- Use ITEMS (a list) as the list of preferred protocol for SESSION.
872
-
873
- -- Scheme Procedure: set-session-kx-priority! session items
874
- Use ITEMS (a list) as the list of preferred kx for SESSION.
875
-
876
- -- Scheme Procedure: set-session-compression-method-priority! session
877
- items
878
- Use ITEMS (a list) as the list of preferred compression-method for
879
- SESSION.
880
-
881
- -- Scheme Procedure: set-session-mac-priority! session items
882
- Use ITEMS (a list) as the list of preferred mac for SESSION.
883
-
884
- -- Scheme Procedure: set-session-cipher-priority! session items
885
- Use ITEMS (a list) as the list of preferred cipher for SESSION.
886
-
887
- -- Scheme Procedure: set-server-session-certificate-request! session
888
- request
889
- Tell how SESSION, a server-side session, should deal with
890
- certificate requests. REQUEST should be either
891
- 'certificate-request/request' or 'certificate-request/require'.
892
-
893
- -- Scheme Procedure: session-our-certificate-chain session
894
- Return our certificate chain for SESSION (as sent to the peer) in
895
- raw format (a u8vector). In the case of OpenPGP there is exactly
896
- one certificate. Return the empty list if no certificate was used.
897
-
898
- -- Scheme Procedure: session-peer-certificate-chain session
899
- Return the a list of certificates in raw format (u8vectors) where
900
- the first one is the peer's certificate. In the case of OpenPGP,
901
- there is always exactly one certificate. In the case of X.509,
902
- subsequent certificates indicate form a certificate chain. Return
903
- the empty list if no certificate was sent.
904
-
905
- -- Scheme Procedure: session-client-authentication-type session
906
- Return the client authentication type (a 'credential-type' value)
907
- used in SESSION.
908
-
909
- -- Scheme Procedure: session-server-authentication-type session
910
- Return the server authentication type (a 'credential-type' value)
911
- used in SESSION.
912
-
913
- -- Scheme Procedure: session-authentication-type session
914
- Return the authentication type (a 'credential-type' value) used by
915
- SESSION.
916
-
917
- -- Scheme Procedure: session-protocol session
918
- Return the protocol used by SESSION.
919
-
920
- -- Scheme Procedure: session-certificate-type session
921
- Return SESSION's certificate type.
922
-
923
- -- Scheme Procedure: session-compression-method session
924
- Return SESSION's compression method.
925
-
926
- -- Scheme Procedure: session-mac session
927
- Return SESSION's MAC.
928
-
929
- -- Scheme Procedure: session-kx session
930
- Return SESSION's kx.
931
-
932
- -- Scheme Procedure: session-cipher session
933
- Return SESSION's cipher.
934
-
935
- -- Scheme Procedure: alert-send session level alert
936
- Send ALERT via SESSION.
937
-
938
- -- Scheme Procedure: alert-get session
939
- Get an aleter from SESSION.
940
-
941
- -- Scheme Procedure: rehandshake session
942
- Perform a re-handshaking for SESSION.
943
-
944
- -- Scheme Procedure: handshake session
945
- Perform a handshake for SESSION.
946
-
947
- -- Scheme Procedure: bye session how
948
- Close SESSION according to HOW.
949
-
950
- -- Scheme Procedure: make-session end
951
- Return a new session for connection end END, either
952
- 'connection-end/server' or 'connection-end/client'.
953
-
954
- -- Scheme Procedure: gnutls-version
955
- Return a string denoting the version number of the underlying
956
- GnuTLS library, e.g., '"1.7.2"'.
957
-
958
- -- Scheme Procedure: openpgp-keyring? obj
959
- Return true if OBJ is of type 'openpgp-keyring'.
960
-
961
- -- Scheme Procedure: openpgp-private-key? obj
962
- Return true if OBJ is of type 'openpgp-private-key'.
963
-
964
- -- Scheme Procedure: openpgp-certificate? obj
965
- Return true if OBJ is of type 'openpgp-certificate'.
966
-
967
- -- Scheme Procedure: x509-private-key? obj
968
- Return true if OBJ is of type 'x509-private-key'.
969
-
970
- -- Scheme Procedure: x509-certificate? obj
971
- Return true if OBJ is of type 'x509-certificate'.
972
-
973
- -- Scheme Procedure: psk-client-credentials? obj
974
- Return true if OBJ is of type 'psk-client-credentials'.
975
-
976
- -- Scheme Procedure: psk-server-credentials? obj
977
- Return true if OBJ is of type 'psk-server-credentials'.
978
-
979
- -- Scheme Procedure: srp-client-credentials? obj
980
- Return true if OBJ is of type 'srp-client-credentials'.
981
-
982
- -- Scheme Procedure: srp-server-credentials? obj
983
- Return true if OBJ is of type 'srp-server-credentials'.
984
-
985
- -- Scheme Procedure: certificate-credentials? obj
986
- Return true if OBJ is of type 'certificate-credentials'.
987
-
988
- -- Scheme Procedure: rsa-parameters? obj
989
- Return true if OBJ is of type 'rsa-parameters'.
990
-
991
- -- Scheme Procedure: dh-parameters? obj
992
- Return true if OBJ is of type 'dh-parameters'.
993
-
994
- -- Scheme Procedure: anonymous-server-credentials? obj
995
- Return true if OBJ is of type 'anonymous-server-credentials'.
996
-
997
- -- Scheme Procedure: anonymous-client-credentials? obj
998
- Return true if OBJ is of type 'anonymous-client-credentials'.
999
-
1000
- -- Scheme Procedure: session? obj
1001
- Return true if OBJ is of type 'session'.
1002
-
1003
- -- Scheme Procedure: openpgp-certificate-format->string enumval
1004
- Return a string describing ENUMVAL, a 'openpgp-certificate-format'
1005
- value.
1006
-
1007
- -- Scheme Procedure: error->string enumval
1008
- Return a string describing ENUMVAL, a 'error' value.
1009
-
1010
- -- Scheme Procedure: certificate-verify->string enumval
1011
- Return a string describing ENUMVAL, a 'certificate-verify' value.
1012
-
1013
- -- Scheme Procedure: key-usage->string enumval
1014
- Return a string describing ENUMVAL, a 'key-usage' value.
1015
-
1016
- -- Scheme Procedure: psk-key-format->string enumval
1017
- Return a string describing ENUMVAL, a 'psk-key-format' value.
1018
-
1019
- -- Scheme Procedure: server-name-type->string enumval
1020
- Return a string describing ENUMVAL, a 'server-name-type' value.
1021
-
1022
- -- Scheme Procedure: sign-algorithm->string enumval
1023
- Return a string describing ENUMVAL, a 'sign-algorithm' value.
1024
-
1025
- -- Scheme Procedure: pk-algorithm->string enumval
1026
- Return a string describing ENUMVAL, a 'pk-algorithm' value.
1027
-
1028
- -- Scheme Procedure: x509-subject-alternative-name->string enumval
1029
- Return a string describing ENUMVAL, a
1030
- 'x509-subject-alternative-name' value.
1031
-
1032
- -- Scheme Procedure: x509-certificate-format->string enumval
1033
- Return a string describing ENUMVAL, a 'x509-certificate-format'
1034
- value.
1035
-
1036
- -- Scheme Procedure: certificate-type->string enumval
1037
- Return a string describing ENUMVAL, a 'certificate-type' value.
1038
-
1039
- -- Scheme Procedure: protocol->string enumval
1040
- Return a string describing ENUMVAL, a 'protocol' value.
1041
-
1042
- -- Scheme Procedure: close-request->string enumval
1043
- Return a string describing ENUMVAL, a 'close-request' value.
1044
-
1045
- -- Scheme Procedure: certificate-request->string enumval
1046
- Return a string describing ENUMVAL, a 'certificate-request' value.
1047
-
1048
- -- Scheme Procedure: certificate-status->string enumval
1049
- Return a string describing ENUMVAL, a 'certificate-status' value.
1050
-
1051
- -- Scheme Procedure: handshake-description->string enumval
1052
- Return a string describing ENUMVAL, a 'handshake-description'
1053
- value.
1054
-
1055
- -- Scheme Procedure: alert-description->string enumval
1056
- Return a string describing ENUMVAL, a 'alert-description' value.
1057
-
1058
- -- Scheme Procedure: alert-level->string enumval
1059
- Return a string describing ENUMVAL, a 'alert-level' value.
1060
-
1061
- -- Scheme Procedure: connection-end->string enumval
1062
- Return a string describing ENUMVAL, a 'connection-end' value.
1063
-
1064
- -- Scheme Procedure: compression-method->string enumval
1065
- Return a string describing ENUMVAL, a 'compression-method' value.
1066
-
1067
- -- Scheme Procedure: digest->string enumval
1068
- Return a string describing ENUMVAL, a 'digest' value.
1069
-
1070
- -- Scheme Procedure: mac->string enumval
1071
- Return a string describing ENUMVAL, a 'mac' value.
1072
-
1073
- -- Scheme Procedure: credentials->string enumval
1074
- Return a string describing ENUMVAL, a 'credentials' value.
1075
-
1076
- -- Scheme Procedure: params->string enumval
1077
- Return a string describing ENUMVAL, a 'params' value.
1078
-
1079
- -- Scheme Procedure: kx->string enumval
1080
- Return a string describing ENUMVAL, a 'kx' value.
1081
-
1082
- -- Scheme Procedure: cipher->string enumval
1083
- Return a string describing ENUMVAL, a 'cipher' value.
1084
-
1085
- 
1086
- File: gnutls-guile.info, Node: Copying Information, Prev: Guile Reference, Up: Top
1087
-
1088
- Appendix A Copying Information
1089
- ******************************
1090
-
1091
- GNU Free Documentation License
1092
- ==============================
1093
-
1094
- Version 1.3, 3 November 2008
1095
-
1096
- Copyright (C) 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc.
1097
- <http://fsf.org/>
1098
-
1099
- Everyone is permitted to copy and distribute verbatim copies
1100
- of this license document, but changing it is not allowed.
1101
-
1102
- 0. PREAMBLE
1103
-
1104
- The purpose of this License is to make a manual, textbook, or other
1105
- functional and useful document "free" in the sense of freedom: to
1106
- assure everyone the effective freedom to copy and redistribute it,
1107
- with or without modifying it, either commercially or
1108
- noncommercially. Secondarily, this License preserves for the
1109
- author and publisher a way to get credit for their work, while not
1110
- being considered responsible for modifications made by others.
1111
-
1112
- This License is a kind of "copyleft", which means that derivative
1113
- works of the document must themselves be free in the same sense.
1114
- It complements the GNU General Public License, which is a copyleft
1115
- license designed for free software.
1116
-
1117
- We have designed this License in order to use it for manuals for
1118
- free software, because free software needs free documentation: a
1119
- free program should come with manuals providing the same freedoms
1120
- that the software does. But this License is not limited to
1121
- software manuals; it can be used for any textual work, regardless
1122
- of subject matter or whether it is published as a printed book. We
1123
- recommend this License principally for works whose purpose is
1124
- instruction or reference.
1125
-
1126
- 1. APPLICABILITY AND DEFINITIONS
1127
-
1128
- This License applies to any manual or other work, in any medium,
1129
- that contains a notice placed by the copyright holder saying it can
1130
- be distributed under the terms of this License. Such a notice
1131
- grants a world-wide, royalty-free license, unlimited in duration,
1132
- to use that work under the conditions stated herein. The
1133
- "Document", below, refers to any such manual or work. Any member
1134
- of the public is a licensee, and is addressed as "you". You accept
1135
- the license if you copy, modify or distribute the work in a way
1136
- requiring permission under copyright law.
1137
-
1138
- A "Modified Version" of the Document means any work containing the
1139
- Document or a portion of it, either copied verbatim, or with
1140
- modifications and/or translated into another language.
1141
-
1142
- A "Secondary Section" is a named appendix or a front-matter section
1143
- of the Document that deals exclusively with the relationship of the
1144
- publishers or authors of the Document to the Document's overall
1145
- subject (or to related matters) and contains nothing that could
1146
- fall directly within that overall subject. (Thus, if the Document
1147
- is in part a textbook of mathematics, a Secondary Section may not
1148
- explain any mathematics.) The relationship could be a matter of
1149
- historical connection with the subject or with related matters, or
1150
- of legal, commercial, philosophical, ethical or political position
1151
- regarding them.
1152
-
1153
- The "Invariant Sections" are certain Secondary Sections whose
1154
- titles are designated, as being those of Invariant Sections, in the
1155
- notice that says that the Document is released under this License.
1156
- If a section does not fit the above definition of Secondary then it
1157
- is not allowed to be designated as Invariant. The Document may
1158
- contain zero Invariant Sections. If the Document does not identify
1159
- any Invariant Sections then there are none.
1160
-
1161
- The "Cover Texts" are certain short passages of text that are
1162
- listed, as Front-Cover Texts or Back-Cover Texts, in the notice
1163
- that says that the Document is released under this License. A
1164
- Front-Cover Text may be at most 5 words, and a Back-Cover Text may
1165
- be at most 25 words.
1166
-
1167
- A "Transparent" copy of the Document means a machine-readable copy,
1168
- represented in a format whose specification is available to the
1169
- general public, that is suitable for revising the document
1170
- straightforwardly with generic text editors or (for images composed
1171
- of pixels) generic paint programs or (for drawings) some widely
1172
- available drawing editor, and that is suitable for input to text
1173
- formatters or for automatic translation to a variety of formats
1174
- suitable for input to text formatters. A copy made in an otherwise
1175
- Transparent file format whose markup, or absence of markup, has
1176
- been arranged to thwart or discourage subsequent modification by
1177
- readers is not Transparent. An image format is not Transparent if
1178
- used for any substantial amount of text. A copy that is not
1179
- "Transparent" is called "Opaque".
1180
-
1181
- Examples of suitable formats for Transparent copies include plain
1182
- ASCII without markup, Texinfo input format, LaTeX input format,
1183
- SGML or XML using a publicly available DTD, and standard-conforming
1184
- simple HTML, PostScript or PDF designed for human modification.
1185
- Examples of transparent image formats include PNG, XCF and JPG.
1186
- Opaque formats include proprietary formats that can be read and
1187
- edited only by proprietary word processors, SGML or XML for which
1188
- the DTD and/or processing tools are not generally available, and
1189
- the machine-generated HTML, PostScript or PDF produced by some word
1190
- processors for output purposes only.
1191
-
1192
- The "Title Page" means, for a printed book, the title page itself,
1193
- plus such following pages as are needed to hold, legibly, the
1194
- material this License requires to appear in the title page. For
1195
- works in formats which do not have any title page as such, "Title
1196
- Page" means the text near the most prominent appearance of the
1197
- work's title, preceding the beginning of the body of the text.
1198
-
1199
- The "publisher" means any person or entity that distributes copies
1200
- of the Document to the public.
1201
-
1202
- A section "Entitled XYZ" means a named subunit of the Document
1203
- whose title either is precisely XYZ or contains XYZ in parentheses
1204
- following text that translates XYZ in another language. (Here XYZ
1205
- stands for a specific section name mentioned below, such as
1206
- "Acknowledgements", "Dedications", "Endorsements", or "History".)
1207
- To "Preserve the Title" of such a section when you modify the
1208
- Document means that it remains a section "Entitled XYZ" according
1209
- to this definition.
1210
-
1211
- The Document may include Warranty Disclaimers next to the notice
1212
- which states that this License applies to the Document. These
1213
- Warranty Disclaimers are considered to be included by reference in
1214
- this License, but only as regards disclaiming warranties: any other
1215
- implication that these Warranty Disclaimers may have is void and
1216
- has no effect on the meaning of this License.
1217
-
1218
- 2. VERBATIM COPYING
1219
-
1220
- You may copy and distribute the Document in any medium, either
1221
- commercially or noncommercially, provided that this License, the
1222
- copyright notices, and the license notice saying this License
1223
- applies to the Document are reproduced in all copies, and that you
1224
- add no other conditions whatsoever to those of this License. You
1225
- may not use technical measures to obstruct or control the reading
1226
- or further copying of the copies you make or distribute. However,
1227
- you may accept compensation in exchange for copies. If you
1228
- distribute a large enough number of copies you must also follow the
1229
- conditions in section 3.
1230
-
1231
- You may also lend copies, under the same conditions stated above,
1232
- and you may publicly display copies.
1233
-
1234
- 3. COPYING IN QUANTITY
1235
-
1236
- If you publish printed copies (or copies in media that commonly
1237
- have printed covers) of the Document, numbering more than 100, and
1238
- the Document's license notice requires Cover Texts, you must
1239
- enclose the copies in covers that carry, clearly and legibly, all
1240
- these Cover Texts: Front-Cover Texts on the front cover, and
1241
- Back-Cover Texts on the back cover. Both covers must also clearly
1242
- and legibly identify you as the publisher of these copies. The
1243
- front cover must present the full title with all words of the title
1244
- equally prominent and visible. You may add other material on the
1245
- covers in addition. Copying with changes limited to the covers, as
1246
- long as they preserve the title of the Document and satisfy these
1247
- conditions, can be treated as verbatim copying in other respects.
1248
-
1249
- If the required texts for either cover are too voluminous to fit
1250
- legibly, you should put the first ones listed (as many as fit
1251
- reasonably) on the actual cover, and continue the rest onto
1252
- adjacent pages.
1253
-
1254
- If you publish or distribute Opaque copies of the Document
1255
- numbering more than 100, you must either include a machine-readable
1256
- Transparent copy along with each Opaque copy, or state in or with
1257
- each Opaque copy a computer-network location from which the general
1258
- network-using public has access to download using public-standard
1259
- network protocols a complete Transparent copy of the Document, free
1260
- of added material. If you use the latter option, you must take
1261
- reasonably prudent steps, when you begin distribution of Opaque
1262
- copies in quantity, to ensure that this Transparent copy will
1263
- remain thus accessible at the stated location until at least one
1264
- year after the last time you distribute an Opaque copy (directly or
1265
- through your agents or retailers) of that edition to the public.
1266
-
1267
- It is requested, but not required, that you contact the authors of
1268
- the Document well before redistributing any large number of copies,
1269
- to give them a chance to provide you with an updated version of the
1270
- Document.
1271
-
1272
- 4. MODIFICATIONS
1273
-
1274
- You may copy and distribute a Modified Version of the Document
1275
- under the conditions of sections 2 and 3 above, provided that you
1276
- release the Modified Version under precisely this License, with the
1277
- Modified Version filling the role of the Document, thus licensing
1278
- distribution and modification of the Modified Version to whoever
1279
- possesses a copy of it. In addition, you must do these things in
1280
- the Modified Version:
1281
-
1282
- A. Use in the Title Page (and on the covers, if any) a title
1283
- distinct from that of the Document, and from those of previous
1284
- versions (which should, if there were any, be listed in the
1285
- History section of the Document). You may use the same title
1286
- as a previous version if the original publisher of that
1287
- version gives permission.
1288
-
1289
- B. List on the Title Page, as authors, one or more persons or
1290
- entities responsible for authorship of the modifications in
1291
- the Modified Version, together with at least five of the
1292
- principal authors of the Document (all of its principal
1293
- authors, if it has fewer than five), unless they release you
1294
- from this requirement.
1295
-
1296
- C. State on the Title page the name of the publisher of the
1297
- Modified Version, as the publisher.
1298
-
1299
- D. Preserve all the copyright notices of the Document.
1300
-
1301
- E. Add an appropriate copyright notice for your modifications
1302
- adjacent to the other copyright notices.
1303
-
1304
- F. Include, immediately after the copyright notices, a license
1305
- notice giving the public permission to use the Modified
1306
- Version under the terms of this License, in the form shown in
1307
- the Addendum below.
1308
-
1309
- G. Preserve in that license notice the full lists of Invariant
1310
- Sections and required Cover Texts given in the Document's
1311
- license notice.
1312
-
1313
- H. Include an unaltered copy of this License.
1314
-
1315
- I. Preserve the section Entitled "History", Preserve its Title,
1316
- and add to it an item stating at least the title, year, new
1317
- authors, and publisher of the Modified Version as given on the
1318
- Title Page. If there is no section Entitled "History" in the
1319
- Document, create one stating the title, year, authors, and
1320
- publisher of the Document as given on its Title Page, then add
1321
- an item describing the Modified Version as stated in the
1322
- previous sentence.
1323
-
1324
- J. Preserve the network location, if any, given in the Document
1325
- for public access to a Transparent copy of the Document, and
1326
- likewise the network locations given in the Document for
1327
- previous versions it was based on. These may be placed in the
1328
- "History" section. You may omit a network location for a work
1329
- that was published at least four years before the Document
1330
- itself, or if the original publisher of the version it refers
1331
- to gives permission.
1332
-
1333
- K. For any section Entitled "Acknowledgements" or "Dedications",
1334
- Preserve the Title of the section, and preserve in the section
1335
- all the substance and tone of each of the contributor
1336
- acknowledgements and/or dedications given therein.
1337
-
1338
- L. Preserve all the Invariant Sections of the Document, unaltered
1339
- in their text and in their titles. Section numbers or the
1340
- equivalent are not considered part of the section titles.
1341
-
1342
- M. Delete any section Entitled "Endorsements". Such a section
1343
- may not be included in the Modified Version.
1344
-
1345
- N. Do not retitle any existing section to be Entitled
1346
- "Endorsements" or to conflict in title with any Invariant
1347
- Section.
1348
-
1349
- O. Preserve any Warranty Disclaimers.
1350
-
1351
- If the Modified Version includes new front-matter sections or
1352
- appendices that qualify as Secondary Sections and contain no
1353
- material copied from the Document, you may at your option designate
1354
- some or all of these sections as invariant. To do this, add their
1355
- titles to the list of Invariant Sections in the Modified Version's
1356
- license notice. These titles must be distinct from any other
1357
- section titles.
1358
-
1359
- You may add a section Entitled "Endorsements", provided it contains
1360
- nothing but endorsements of your Modified Version by various
1361
- parties--for example, statements of peer review or that the text
1362
- has been approved by an organization as the authoritative
1363
- definition of a standard.
1364
-
1365
- You may add a passage of up to five words as a Front-Cover Text,
1366
- and a passage of up to 25 words as a Back-Cover Text, to the end of
1367
- the list of Cover Texts in the Modified Version. Only one passage
1368
- of Front-Cover Text and one of Back-Cover Text may be added by (or
1369
- through arrangements made by) any one entity. If the Document
1370
- already includes a cover text for the same cover, previously added
1371
- by you or by arrangement made by the same entity you are acting on
1372
- behalf of, you may not add another; but you may replace the old
1373
- one, on explicit permission from the previous publisher that added
1374
- the old one.
1375
-
1376
- The author(s) and publisher(s) of the Document do not by this
1377
- License give permission to use their names for publicity for or to
1378
- assert or imply endorsement of any Modified Version.
1379
-
1380
- 5. COMBINING DOCUMENTS
1381
-
1382
- You may combine the Document with other documents released under
1383
- this License, under the terms defined in section 4 above for
1384
- modified versions, provided that you include in the combination all
1385
- of the Invariant Sections of all of the original documents,
1386
- unmodified, and list them all as Invariant Sections of your
1387
- combined work in its license notice, and that you preserve all
1388
- their Warranty Disclaimers.
1389
-
1390
- The combined work need only contain one copy of this License, and
1391
- multiple identical Invariant Sections may be replaced with a single
1392
- copy. If there are multiple Invariant Sections with the same name
1393
- but different contents, make the title of each such section unique
1394
- by adding at the end of it, in parentheses, the name of the
1395
- original author or publisher of that section if known, or else a
1396
- unique number. Make the same adjustment to the section titles in
1397
- the list of Invariant Sections in the license notice of the
1398
- combined work.
1399
-
1400
- In the combination, you must combine any sections Entitled
1401
- "History" in the various original documents, forming one section
1402
- Entitled "History"; likewise combine any sections Entitled
1403
- "Acknowledgements", and any sections Entitled "Dedications". You
1404
- must delete all sections Entitled "Endorsements."
1405
-
1406
- 6. COLLECTIONS OF DOCUMENTS
1407
-
1408
- You may make a collection consisting of the Document and other
1409
- documents released under this License, and replace the individual
1410
- copies of this License in the various documents with a single copy
1411
- that is included in the collection, provided that you follow the
1412
- rules of this License for verbatim copying of each of the documents
1413
- in all other respects.
1414
-
1415
- You may extract a single document from such a collection, and
1416
- distribute it individually under this License, provided you insert
1417
- a copy of this License into the extracted document, and follow this
1418
- License in all other respects regarding verbatim copying of that
1419
- document.
1420
-
1421
- 7. AGGREGATION WITH INDEPENDENT WORKS
1422
-
1423
- A compilation of the Document or its derivatives with other
1424
- separate and independent documents or works, in or on a volume of a
1425
- storage or distribution medium, is called an "aggregate" if the
1426
- copyright resulting from the compilation is not used to limit the
1427
- legal rights of the compilation's users beyond what the individual
1428
- works permit. When the Document is included in an aggregate, this
1429
- License does not apply to the other works in the aggregate which
1430
- are not themselves derivative works of the Document.
1431
-
1432
- If the Cover Text requirement of section 3 is applicable to these
1433
- copies of the Document, then if the Document is less than one half
1434
- of the entire aggregate, the Document's Cover Texts may be placed
1435
- on covers that bracket the Document within the aggregate, or the
1436
- electronic equivalent of covers if the Document is in electronic
1437
- form. Otherwise they must appear on printed covers that bracket
1438
- the whole aggregate.
1439
-
1440
- 8. TRANSLATION
1441
-
1442
- Translation is considered a kind of modification, so you may
1443
- distribute translations of the Document under the terms of section
1444
- 4. Replacing Invariant Sections with translations requires special
1445
- permission from their copyright holders, but you may include
1446
- translations of some or all Invariant Sections in addition to the
1447
- original versions of these Invariant Sections. You may include a
1448
- translation of this License, and all the license notices in the
1449
- Document, and any Warranty Disclaimers, provided that you also
1450
- include the original English version of this License and the
1451
- original versions of those notices and disclaimers. In case of a
1452
- disagreement between the translation and the original version of
1453
- this License or a notice or disclaimer, the original version will
1454
- prevail.
1455
-
1456
- If a section in the Document is Entitled "Acknowledgements",
1457
- "Dedications", or "History", the requirement (section 4) to
1458
- Preserve its Title (section 1) will typically require changing the
1459
- actual title.
1460
-
1461
- 9. TERMINATION
1462
-
1463
- You may not copy, modify, sublicense, or distribute the Document
1464
- except as expressly provided under this License. Any attempt
1465
- otherwise to copy, modify, sublicense, or distribute it is void,
1466
- and will automatically terminate your rights under this License.
1467
-
1468
- However, if you cease all violation of this License, then your
1469
- license from a particular copyright holder is reinstated (a)
1470
- provisionally, unless and until the copyright holder explicitly and
1471
- finally terminates your license, and (b) permanently, if the
1472
- copyright holder fails to notify you of the violation by some
1473
- reasonable means prior to 60 days after the cessation.
1474
-
1475
- Moreover, your license from a particular copyright holder is
1476
- reinstated permanently if the copyright holder notifies you of the
1477
- violation by some reasonable means, this is the first time you have
1478
- received notice of violation of this License (for any work) from
1479
- that copyright holder, and you cure the violation prior to 30 days
1480
- after your receipt of the notice.
1481
-
1482
- Termination of your rights under this section does not terminate
1483
- the licenses of parties who have received copies or rights from you
1484
- under this License. If your rights have been terminated and not
1485
- permanently reinstated, receipt of a copy of some or all of the
1486
- same material does not give you any rights to use it.
1487
-
1488
- 10. FUTURE REVISIONS OF THIS LICENSE
1489
-
1490
- The Free Software Foundation may publish new, revised versions of
1491
- the GNU Free Documentation License from time to time. Such new
1492
- versions will be similar in spirit to the present version, but may
1493
- differ in detail to address new problems or concerns. See
1494
- <http://www.gnu.org/copyleft/>.
1495
-
1496
- Each version of the License is given a distinguishing version
1497
- number. If the Document specifies that a particular numbered
1498
- version of this License "or any later version" applies to it, you
1499
- have the option of following the terms and conditions either of
1500
- that specified version or of any later version that has been
1501
- published (not as a draft) by the Free Software Foundation. If the
1502
- Document does not specify a version number of this License, you may
1503
- choose any version ever published (not as a draft) by the Free
1504
- Software Foundation. If the Document specifies that a proxy can
1505
- decide which future versions of this License can be used, that
1506
- proxy's public statement of acceptance of a version permanently
1507
- authorizes you to choose that version for the Document.
1508
-
1509
- 11. RELICENSING
1510
-
1511
- "Massive Multiauthor Collaboration Site" (or "MMC Site") means any
1512
- World Wide Web server that publishes copyrightable works and also
1513
- provides prominent facilities for anybody to edit those works. A
1514
- public wiki that anybody can edit is an example of such a server.
1515
- A "Massive Multiauthor Collaboration" (or "MMC") contained in the
1516
- site means any set of copyrightable works thus published on the MMC
1517
- site.
1518
-
1519
- "CC-BY-SA" means the Creative Commons Attribution-Share Alike 3.0
1520
- license published by Creative Commons Corporation, a not-for-profit
1521
- corporation with a principal place of business in San Francisco,
1522
- California, as well as future copyleft versions of that license
1523
- published by that same organization.
1524
-
1525
- "Incorporate" means to publish or republish a Document, in whole or
1526
- in part, as part of another Document.
1527
-
1528
- An MMC is "eligible for relicensing" if it is licensed under this
1529
- License, and if all works that were first published under this
1530
- License somewhere other than this MMC, and subsequently
1531
- incorporated in whole or in part into the MMC, (1) had no cover
1532
- texts or invariant sections, and (2) were thus incorporated prior
1533
- to November 1, 2008.
1534
-
1535
- The operator of an MMC Site may republish an MMC contained in the
1536
- site under CC-BY-SA on the same site at any time before August 1,
1537
- 2009, provided the MMC is eligible for relicensing.
1538
-
1539
- ADDENDUM: How to use this License for your documents
1540
- ====================================================
1541
-
1542
- To use this License in a document you have written, include a copy of
1543
- the License in the document and put the following copyright and license
1544
- notices just after the title page:
1545
-
1546
- Copyright (C) YEAR YOUR NAME.
1547
- Permission is granted to copy, distribute and/or modify this document
1548
- under the terms of the GNU Free Documentation License, Version 1.3
1549
- or any later version published by the Free Software Foundation;
1550
- with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
1551
- Texts. A copy of the license is included in the section entitled ``GNU
1552
- Free Documentation License''.
1553
-
1554
- If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts,
1555
- replace the "with...Texts." line with this:
1556
-
1557
- with the Invariant Sections being LIST THEIR TITLES, with
1558
- the Front-Cover Texts being LIST, and with the Back-Cover Texts
1559
- being LIST.
1560
-
1561
- If you have Invariant Sections without Cover Texts, or some other
1562
- combination of the three, merge those two alternatives to suit the
1563
- situation.
1564
-
1565
- If your document contains nontrivial examples of program code, we
1566
- recommend releasing these examples in parallel under your choice of free
1567
- software license, such as the GNU General Public License, to permit
1568
- their use in free software.
1569
-
1570
-
1571
- 
1572
- Tag Table:
1573
- Node: Top778
1574
- Node: Preface1771
1575
- Node: Guile Preparations2276
1576
- Node: Guile API Conventions4915
1577
- Node: Enumerates and Constants5489
1578
- Node: Procedure Names7814
1579
- Node: Representation of Binary Data8797
1580
- Node: Input and Output9904
1581
- Node: Exception Handling11777
1582
- Node: Guile Examples13605
1583
- Node: Anonymous Authentication Guile Example14059
1584
- Node: OpenPGP Authentication Guile Example16621
1585
- Node: Importing OpenPGP Keys Guile Example19503
1586
- Node: Guile Reference20943
1587
- Node: Copying Information41815
1588
- 
1589
- End Tag Table