glib2 2.2.5-x86-mingw32 → 3.0.0-x86-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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-win32-helper-console.exe +0 -0
  57. data/vendor/local/bin/gspawn-win32-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 -227
  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
@@ -0,0 +1,2123 @@
1
+ This is libtasn1.info, produced by makeinfo version 6.0 from
2
+ libtasn1.texi.
3
+
4
+ This manual is for GNU Libtasn1 (version 4.6, 9 March 2015), which is a
5
+ library for Abstract Syntax Notation One (ASN.1) and Distinguished
6
+ Encoding Rules (DER) manipulation.
7
+
8
+ Copyright (C) 2001-2015 Free Software Foundation, Inc.
9
+
10
+ Permission is granted to copy, distribute and/or modify this
11
+ document under the terms of the GNU Free Documentation License,
12
+ Version 1.3 or any later version published by the Free Software
13
+ Foundation; with no Invariant Sections, no Front-Cover Texts, and
14
+ no Back-Cover Texts. A copy of the license is included in the
15
+ section entitled "GNU Free Documentation License".
16
+ INFO-DIR-SECTION Software libraries
17
+ START-INFO-DIR-ENTRY
18
+ * libtasn1: (libtasn1). Library for Abstract Syntax Notation One (ASN.1).
19
+ END-INFO-DIR-ENTRY
20
+
21
+ 
22
+ File: libtasn1.info, Node: Top, Next: Introduction, Up: (dir)
23
+
24
+ Libtasn1
25
+ ********
26
+
27
+ This manual is for GNU Libtasn1 (version 4.6, 9 March 2015), which is a
28
+ library for Abstract Syntax Notation One (ASN.1) and Distinguished
29
+ Encoding Rules (DER) manipulation.
30
+
31
+ Copyright (C) 2001-2015 Free Software Foundation, Inc.
32
+
33
+ Permission is granted to copy, distribute and/or modify this
34
+ document under the terms of the GNU Free Documentation License,
35
+ Version 1.3 or any later version published by the Free Software
36
+ Foundation; with no Invariant Sections, no Front-Cover Texts, and
37
+ no Back-Cover Texts. A copy of the license is included in the
38
+ section entitled "GNU Free Documentation License".
39
+
40
+ * Menu:
41
+
42
+ * Introduction::
43
+ * ASN.1 structure handling::
44
+ * Utilities::
45
+ * Function reference::
46
+ * Copying Information::
47
+
48
+ Indices
49
+
50
+ * Concept Index:: Index of concepts and programs.
51
+ * Function and Data Index:: Index of functions, variables and data types.
52
+
53
+ 
54
+ File: libtasn1.info, Node: Introduction, Next: ASN.1 structure handling, Prev: Top, Up: Top
55
+
56
+ 1 Introduction
57
+ **************
58
+
59
+ This document describes the Libtasn1 library that provides Abstract
60
+ Syntax Notation One (ASN.1, as specified by the X.680 ITU-T
61
+ recommendation) parsing and structures management, and Distinguished
62
+ Encoding Rules (DER, as per X.690) encoding and decoding functions.
63
+
64
+ The main features of this library are:
65
+
66
+ * On-line ASN.1 structure management that doesn't require any C code
67
+ file generation.
68
+
69
+ * Off-line ASN.1 structure management with C code file generation
70
+ containing an array.
71
+
72
+ * Distinguished Encoding Rules (DER) encoding support.
73
+
74
+ * No limits for INTEGER and ENUMERATED values.
75
+
76
+ * It's Free Software. Anybody can use, modify, and redistribute the
77
+ library under the terms of the GNU Lesser General Public License
78
+ version 2.1 or later. The command line tools, self-tests and build
79
+ infrastructure are licensed under the GNU General Public License
80
+ version 3.0 or later.
81
+
82
+ * Thread-safety. No global variables are used and multiple library
83
+ handles and session handles may be used in parallel.
84
+
85
+ * Portability. The code should work on all Unix like operating
86
+ systems, and Windows. The library itself should be portable to any
87
+ C89 system, not even POSIX is required.
88
+
89
+ 
90
+ File: libtasn1.info, Node: ASN.1 structure handling, Next: Utilities, Prev: Introduction, Up: Top
91
+
92
+ 2 ASN.1 structure handling
93
+ **************************
94
+
95
+ * Menu:
96
+
97
+ * ASN.1 syntax::
98
+ * Naming::
99
+ * Simple parsing::
100
+ * Library Notes::
101
+ * Future developments::
102
+
103
+ 
104
+ File: libtasn1.info, Node: ASN.1 syntax, Next: Naming, Up: ASN.1 structure handling
105
+
106
+ 2.1 ASN.1 syntax
107
+ ================
108
+
109
+ The parser is case sensitive. The comments begin with '--' and end
110
+ either with another '--', or at the end of the respective line,
111
+ whichever comes first. The C-style '/*', '*/' comments are not
112
+ supported.
113
+
114
+ For an example of the syntax, check the 'pkix.asn' file distributed
115
+ with the library.
116
+
117
+ ASN.1 definitions must follow the syntax below:
118
+
119
+ definitions_name {<object definition>}
120
+
121
+ DEFINITIONS <EXPLICIT or IMPLICIT> TAGS ::=
122
+
123
+ BEGIN
124
+
125
+ <type and constants definitions>
126
+
127
+ END
128
+
129
+ The '::=' token must be separate from other elements, so the
130
+ following declaration is invalid:
131
+
132
+ -- INCORRECT
133
+ Version ::=INTEGER
134
+
135
+ The correct form is:
136
+
137
+ Version ::= INTEGER
138
+
139
+ Here is the list of types that the parser can manage:
140
+
141
+ * 'INTEGER';
142
+ * 'ENUMERATED';
143
+ * 'BOOLEAN';
144
+ * 'OBJECT IDENTIFIER';
145
+ * 'NULL';
146
+ * 'BIT STRING';
147
+ * 'OCTET STRING';
148
+ * 'UTCTime';
149
+ * 'GeneralizedTime';
150
+ * 'GeneralString';
151
+ * 'NumericString';
152
+ * 'IA5String';
153
+ * 'TeletexString';
154
+ * 'PrintableString';
155
+ * 'UniversalString';
156
+ * 'BMPString';
157
+ * 'UTF8String';
158
+ * 'VisibleString';
159
+ * 'SEQUENCE';
160
+ * 'SEQUENCE OF';
161
+ * 'SET';
162
+ * 'SET OF';
163
+ * 'CHOICE';
164
+ * 'ANY';
165
+ * 'ANY DEFINED BY'.
166
+
167
+ This version doesn't handle the 'REAL' type. It doesn't support the
168
+ 'AUTOMATIC TAGS' option, and the 'EXPORT' and 'IMPORT' sections, either.
169
+
170
+ The 'SIZE' constraints are allowed, but no check is done on them.
171
+
172
+ 
173
+ File: libtasn1.info, Node: Naming, Next: Simple parsing, Prev: ASN.1 syntax, Up: ASN.1 structure handling
174
+
175
+ 2.2 Naming
176
+ ==========
177
+
178
+ Consider this definition:
179
+
180
+ Example { 1 2 3 4 }
181
+
182
+ DEFINITIONS EXPLICIT TAGS ::=
183
+
184
+ BEGIN
185
+
186
+ Group ::= SEQUENCE {
187
+ id OBJECT IDENTIFIER,
188
+ value Value
189
+ }
190
+
191
+ Value ::= SEQUENCE {
192
+ value1 INTEGER,
193
+ value2 BOOLEAN
194
+ }
195
+
196
+ END
197
+
198
+ The notation to access the 'Group' type of the 'Example' definition
199
+ above is 'Example.Group' (as a NUL-terminated string.) Such strings are
200
+ used in the functions described below.
201
+
202
+ Others examples:
203
+
204
+ * field 'id' of the 'Group' type: 'Example.Group.id';
205
+
206
+ * field 'value1' of the 'value' field of the 'Group' type:
207
+ 'Example.Group.value.value1'.
208
+
209
+ Elements of structured types unnamed by the respective definition
210
+ receive the names '?1', '?2', and so on.
211
+
212
+ The '?LAST' name indicates the last element of a 'SET OF' or
213
+ 'SEQUENCE OF'.
214
+
215
+ 
216
+ File: libtasn1.info, Node: Simple parsing, Next: Library Notes, Prev: Naming, Up: ASN.1 structure handling
217
+
218
+ 2.3 Simple parsing
219
+ ==================
220
+
221
+ For simple types like 'OCTET STRING' the simple parsing functions listed
222
+ below may be used instead.
223
+
224
+ * *note asn1_decode_simple_der::
225
+ * *note asn1_encode_simple_der::
226
+
227
+ 
228
+ File: libtasn1.info, Node: Library Notes, Next: Future developments, Prev: Simple parsing, Up: ASN.1 structure handling
229
+
230
+ 2.4 Library Notes
231
+ =================
232
+
233
+ The header file of this library is 'libtasn1.h'.
234
+
235
+ The main type used in it is 'asn1_node', and it's used to store the
236
+ ASN.1 definitions and structures (instances).
237
+
238
+ The 'NULL' constant can be used for the variable initialization. For
239
+ example:
240
+
241
+ asn1_node definitions = NULL;
242
+
243
+ Some functions require an 'errorDescription' argument of type 'char
244
+ *', pointing to a pre-allocated buffer of at least
245
+ 'ASN1_MAX_ERROR_DESCRIPTION_SIZE' bytes size (e.g., as in 'char
246
+ description[ASN1_MAX_ERROR_DESCRIPTION_SIZE];').
247
+
248
+ 'ASN1_MAX_NAME_SIZE' is the maximum number of characters allowed for
249
+ an ASN.1 identifier.
250
+
251
+ 
252
+ File: libtasn1.info, Node: Future developments, Prev: Library Notes, Up: ASN.1 structure handling
253
+
254
+ 2.5 Future developments
255
+ =======================
256
+
257
+ * Add functions for a C code file generation containing equivalent
258
+ data structures (not a single array like now).
259
+
260
+ * The 'REAL' type.
261
+
262
+ 
263
+ File: libtasn1.info, Node: Utilities, Next: Function reference, Prev: ASN.1 structure handling, Up: Top
264
+
265
+ 3 Utilities
266
+ ***********
267
+
268
+ * Menu:
269
+
270
+ * Invoking asn1Parser::
271
+ * Invoking asn1Coding::
272
+ * Invoking asn1Decoding::
273
+
274
+ 
275
+ File: libtasn1.info, Node: Invoking asn1Parser, Next: Invoking asn1Coding, Up: Utilities
276
+
277
+ 3.1 Invoking asn1Parser
278
+ =======================
279
+
280
+ 'asn1Parser' reads a single file with ASN.1 definitions and generates a
281
+ file with an array to use with libtasn1 functions.
282
+
283
+ Usage: asn1Parser [options] file
284
+
285
+ Options:
286
+ -h : shows the help message.
287
+ -v : shows version information and exit.
288
+ -c : checks the syntax only.
289
+ -o file : output file.
290
+ -n name : array name.
291
+
292
+ 
293
+ File: libtasn1.info, Node: Invoking asn1Coding, Next: Invoking asn1Decoding, Prev: Invoking asn1Parser, Up: Utilities
294
+
295
+ 3.2 Invoking asn1Coding
296
+ =======================
297
+
298
+ 'asn1Coding' generates a DER encoding from a file with ASN.1 definitions
299
+ and another one with assignments.
300
+
301
+ The file with assignments must have this syntax:
302
+
303
+ InstanceName Asn1Definition
304
+
305
+ nameString value
306
+
307
+ nameString value
308
+ ...
309
+
310
+ To specify the field of a 'CHOICE' to be used, specify its name as a
311
+ value to the 'CHOICE' element itself. Use '''' to denote the root
312
+ element itself. (as in the example below.)
313
+
314
+ The output file is a binary file with the DER encoding.
315
+
316
+ Usage: asn1Coding [options] file1 file2
317
+ file1 : file with ASN1 definitions.
318
+ file2 : file with assignments.
319
+ Options:
320
+ -h : shows the help message.
321
+ -v : shows version information and exit.
322
+ -c : checks the syntax only.
323
+ -o file : output file.
324
+
325
+ For example, consider an ASN.1 definitions file as follows:
326
+
327
+ PKIX1 { }
328
+
329
+ DEFINITIONS IMPLICIT TAGS ::=
330
+
331
+ BEGIN
332
+
333
+ Dss-Sig-Value ::= SEQUENCE {
334
+ r INTEGER,
335
+ s INTEGER
336
+ }
337
+
338
+ END
339
+
340
+ And a assignments file as follows:
341
+
342
+ dp PKIX1.Dss-Sig-Value
343
+
344
+ r 42
345
+ s 47
346
+
347
+ Running the command below will generate a 'assign.out' file,
348
+ containing the DER encoding of 'PKIX1.Dss-Sig-Value'.
349
+
350
+ $ asn1Coding pkix.asn assign.asn1
351
+
352
+ If the root element is of the 'CHOICE' type, the assignment file may
353
+ be like (using the types defined in 'pkix.asn'):
354
+ elt PKIX1Implicit88.GeneralName
355
+
356
+ '' dNSName
357
+ dNSName example.org
358
+
359
+ 
360
+ File: libtasn1.info, Node: Invoking asn1Decoding, Prev: Invoking asn1Coding, Up: Utilities
361
+
362
+ 3.3 Invoking asn1Decoding
363
+ =========================
364
+
365
+ 'asn1Decoding' generates an ASN.1 structure from a file with ASN.1
366
+ definitions and a binary file with a DER encoding.
367
+
368
+ Usage: asn1Decoding [options] file1 file2 type
369
+ file1 : file with ASN1 definitions.
370
+ file2 : binary file with a DER encoding.
371
+ type : ASN1 definition name.
372
+ Options:
373
+ -h : shows the help message.
374
+ -v : shows version information and exit.
375
+ -o file : output file.
376
+
377
+ For example, after generating the 'assign.out' file from the example
378
+ section of the 'asn1Coding' command above, the following invocation will
379
+ decode the DER data.
380
+
381
+ $ asn1Decoding pkix.asn assign.out PKIX1.Dss-Sig-Value
382
+
383
+ 
384
+ File: libtasn1.info, Node: Function reference, Next: Copying Information, Prev: Utilities, Up: Top
385
+
386
+ 4 Function reference
387
+ ********************
388
+
389
+ * Menu:
390
+
391
+ * ASN.1 schema functions::
392
+ * ASN.1 field functions::
393
+ * DER functions::
394
+ * Error handling functions::
395
+ * Auxilliary functions::
396
+
397
+ 
398
+ File: libtasn1.info, Node: ASN.1 schema functions, Next: ASN.1 field functions, Up: Function reference
399
+
400
+ 4.1 ASN.1 schema functions
401
+ ==========================
402
+
403
+ asn1_parser2tree
404
+ ----------------
405
+
406
+ -- Function: int asn1_parser2tree (const char * FILE, asn1_node *
407
+ DEFINITIONS, char * ERROR_DESC)
408
+ FILE: specify the path and the name of file that contains ASN.1
409
+ declarations.
410
+
411
+ DEFINITIONS: return the pointer to the structure created from
412
+ "file" ASN.1 declarations.
413
+
414
+ ERROR_DESC: return the error description or an empty string if
415
+ success.
416
+
417
+ Function used to start the parse algorithm. Creates the structures
418
+ needed to manage the definitions included in 'file' file.
419
+
420
+ *Returns:* 'ASN1_SUCCESS' if the file has a correct syntax and
421
+ every identifier is known, 'ASN1_ELEMENT_NOT_EMPTY' if
422
+ 'definitions' not 'NULL' , 'ASN1_FILE_NOT_FOUND' if an error
423
+ occured while opening 'file' , 'ASN1_SYNTAX_ERROR' if the syntax is
424
+ not correct, 'ASN1_IDENTIFIER_NOT_FOUND' if in the file there is an
425
+ identifier that is not defined, 'ASN1_NAME_TOO_LONG' if in the file
426
+ there is an identifier whith more than 'ASN1_MAX_NAME_SIZE'
427
+ characters.
428
+
429
+ asn1_parser2array
430
+ -----------------
431
+
432
+ -- Function: int asn1_parser2array (const char * INPUTFILENAME, const
433
+ char * OUTPUTFILENAME, const char * VECTORNAME, char *
434
+ ERROR_DESC)
435
+ INPUTFILENAME: specify the path and the name of file that contains
436
+ ASN.1 declarations.
437
+
438
+ OUTPUTFILENAME: specify the path and the name of file that will
439
+ contain the C vector definition.
440
+
441
+ VECTORNAME: specify the name of the C vector.
442
+
443
+ ERROR_DESC: return the error description or an empty string if
444
+ success.
445
+
446
+ Function that generates a C structure from an ASN1 file. Creates a
447
+ file containing a C vector to use to manage the definitions
448
+ included in 'inputFileName' file. If 'inputFileName' is
449
+ "/aa/bb/xx.yy" and 'outputFileName' is 'NULL' , the file created is
450
+ "/aa/bb/xx_asn1_tab.c". If 'vectorName' is 'NULL' the vector name
451
+ will be "xx_asn1_tab".
452
+
453
+ *Returns:* 'ASN1_SUCCESS' if the file has a correct syntax and
454
+ every identifier is known, 'ASN1_FILE_NOT_FOUND' if an error
455
+ occured while opening 'inputFileName' , 'ASN1_SYNTAX_ERROR' if the
456
+ syntax is not correct, 'ASN1_IDENTIFIER_NOT_FOUND' if in the file
457
+ there is an identifier that is not defined, 'ASN1_NAME_TOO_LONG' if
458
+ in the file there is an identifier whith more than
459
+ 'ASN1_MAX_NAME_SIZE' characters.
460
+
461
+ 
462
+ File: libtasn1.info, Node: ASN.1 field functions, Next: DER functions, Prev: ASN.1 schema functions, Up: Function reference
463
+
464
+ 4.2 ASN.1 field functions
465
+ =========================
466
+
467
+ asn1_array2tree
468
+ ---------------
469
+
470
+ -- Function: int asn1_array2tree (const asn1_static_node * ARRAY,
471
+ asn1_node * DEFINITIONS, char * ERRORDESCRIPTION)
472
+ ARRAY: specify the array that contains ASN.1 declarations
473
+
474
+ DEFINITIONS: return the pointer to the structure created by *ARRAY
475
+ ASN.1 declarations
476
+
477
+ ERRORDESCRIPTION: return the error description.
478
+
479
+ Creates the structures needed to manage the ASN.1 definitions.
480
+ 'array' is a vector created by 'asn1_parser2array()' .
481
+
482
+ *Returns:* 'ASN1_SUCCESS' if structure was created correctly,
483
+ 'ASN1_ELEMENT_NOT_EMPTY' if * 'definitions' not NULL,
484
+ 'ASN1_IDENTIFIER_NOT_FOUND' if in the file there is an identifier
485
+ that is not defined (see 'errorDescription' for more information),
486
+ 'ASN1_ARRAY_ERROR' if the array pointed by 'array' is wrong.
487
+
488
+ asn1_delete_structure
489
+ ---------------------
490
+
491
+ -- Function: int asn1_delete_structure (asn1_node * STRUCTURE)
492
+ STRUCTURE: pointer to the structure that you want to delete.
493
+
494
+ Deletes the structure * 'structure' . At the end, * 'structure' is
495
+ set to NULL.
496
+
497
+ *Returns:* 'ASN1_SUCCESS' if successful, 'ASN1_ELEMENT_NOT_FOUND'
498
+ if * 'structure' was NULL.
499
+
500
+ asn1_delete_structure2
501
+ ----------------------
502
+
503
+ -- Function: int asn1_delete_structure2 (asn1_node * STRUCTURE,
504
+ unsigned int FLAGS)
505
+ STRUCTURE: pointer to the structure that you want to delete.
506
+
507
+ FLAGS: additional flags (see 'ASN1_DELETE_FLAG' )
508
+
509
+ Deletes the structure * 'structure' . At the end, * 'structure' is
510
+ set to NULL.
511
+
512
+ *Returns:* 'ASN1_SUCCESS' if successful, 'ASN1_ELEMENT_NOT_FOUND'
513
+ if * 'structure' was NULL.
514
+
515
+ asn1_delete_element
516
+ -------------------
517
+
518
+ -- Function: int asn1_delete_element (asn1_node STRUCTURE, const char *
519
+ ELEMENT_NAME)
520
+ STRUCTURE: pointer to the structure that contains the element you
521
+ want to delete.
522
+
523
+ ELEMENT_NAME: element's name you want to delete.
524
+
525
+ Deletes the element named * 'element_name' inside * 'structure' .
526
+
527
+ *Returns:* 'ASN1_SUCCESS' if successful, 'ASN1_ELEMENT_NOT_FOUND'
528
+ if the 'element_name' was not found.
529
+
530
+ asn1_create_element
531
+ -------------------
532
+
533
+ -- Function: int asn1_create_element (asn1_node DEFINITIONS, const char
534
+ * SOURCE_NAME, asn1_node * ELEMENT)
535
+ DEFINITIONS: pointer to the structure returned by "parser_asn1"
536
+ function
537
+
538
+ SOURCE_NAME: the name of the type of the new structure (must be
539
+ inside p_structure).
540
+
541
+ ELEMENT: pointer to the structure created.
542
+
543
+ Creates a structure of type 'source_name' . Example using
544
+ "pkix.asn":
545
+
546
+ rc = asn1_create_element(cert_def, "PKIX1.Certificate", certptr);
547
+
548
+ *Returns:* 'ASN1_SUCCESS' if creation OK, 'ASN1_ELEMENT_NOT_FOUND'
549
+ if 'source_name' is not known.
550
+
551
+ asn1_print_structure
552
+ --------------------
553
+
554
+ -- Function: void asn1_print_structure (FILE * OUT, asn1_node
555
+ STRUCTURE, const char * NAME, int MODE)
556
+ OUT: pointer to the output file (e.g. stdout).
557
+
558
+ STRUCTURE: pointer to the structure that you want to visit.
559
+
560
+ NAME: an element of the structure
561
+
562
+ MODE: specify how much of the structure to print, can be
563
+ 'ASN1_PRINT_NAME' , 'ASN1_PRINT_NAME_TYPE' ,
564
+ 'ASN1_PRINT_NAME_TYPE_VALUE' , or 'ASN1_PRINT_ALL' .
565
+
566
+ Prints on the 'out' file descriptor the structure's tree starting
567
+ from the 'name' element inside the structure 'structure' .
568
+
569
+ asn1_number_of_elements
570
+ -----------------------
571
+
572
+ -- Function: int asn1_number_of_elements (asn1_node ELEMENT, const char
573
+ * NAME, int * NUM)
574
+ ELEMENT: pointer to the root of an ASN1 structure.
575
+
576
+ NAME: the name of a sub-structure of ROOT.
577
+
578
+ NUM: pointer to an integer where the result will be stored
579
+
580
+ Counts the number of elements of a sub-structure called NAME with
581
+ names equal to "?1","?2", ...
582
+
583
+ *Returns:* 'ASN1_SUCCESS' if successful, 'ASN1_ELEMENT_NOT_FOUND'
584
+ if 'name' is not known, 'ASN1_GENERIC_ERROR' if pointer 'num' is
585
+ 'NULL' .
586
+
587
+ asn1_find_structure_from_oid
588
+ ----------------------------
589
+
590
+ -- Function: const char * asn1_find_structure_from_oid (asn1_node
591
+ DEFINITIONS, const char * OIDVALUE)
592
+ DEFINITIONS: ASN1 definitions
593
+
594
+ OIDVALUE: value of the OID to search (e.g. "1.2.3.4").
595
+
596
+ Search the structure that is defined just after an OID definition.
597
+
598
+ *Returns:* 'NULL' when 'oidValue' not found, otherwise the pointer
599
+ to a constant string that contains the element name defined just
600
+ after the OID.
601
+
602
+ asn1_copy_node
603
+ --------------
604
+
605
+ -- Function: int asn1_copy_node (asn1_node DST, const char * DST_NAME,
606
+ asn1_node SRC, const char * SRC_NAME)
607
+ DST: Destination asn1 node.
608
+
609
+ DST_NAME: Field name in destination node.
610
+
611
+ SRC: Source asn1 node.
612
+
613
+ SRC_NAME: Field name in source node.
614
+
615
+ Create a deep copy of a asn1_node variable. That function requires
616
+ 'dst' to be expanded using 'asn1_create_element()' .
617
+
618
+ *Returns:* Return 'ASN1_SUCCESS' on success.
619
+
620
+ asn1_dup_node
621
+ -------------
622
+
623
+ -- Function: asn1_node asn1_dup_node (asn1_node SRC, const char *
624
+ SRC_NAME)
625
+ SRC: Source asn1 node.
626
+
627
+ SRC_NAME: Field name in source node.
628
+
629
+ Create a deep copy of a asn1_node variable. This function will
630
+ return an exact copy of the provided structure.
631
+
632
+ *Returns:* Return 'NULL' on failure.
633
+
634
+ asn1_write_value
635
+ ----------------
636
+
637
+ -- Function: int asn1_write_value (asn1_node NODE_ROOT, const char *
638
+ NAME, const void * IVALUE, int LEN)
639
+ NODE_ROOT: pointer to a structure
640
+
641
+ NAME: the name of the element inside the structure that you want to
642
+ set.
643
+
644
+ IVALUE: vector used to specify the value to set. If len is >0,
645
+ VALUE must be a two's complement form integer. if len=0 *VALUE
646
+ must be a null terminated string with an integer value.
647
+
648
+ LEN: number of bytes of *value to use to set the value:
649
+ value[0]..value[len-1] or 0 if value is a null terminated string
650
+
651
+ Set the value of one element inside a structure.
652
+
653
+ If an element is OPTIONAL and you want to delete it, you must use
654
+ the value=NULL and len=0. Using "pkix.asn":
655
+
656
+ result=asn1_write_value(cert, "tbsCertificate.issuerUniqueID",
657
+ NULL, 0);
658
+
659
+ Description for each type:
660
+
661
+ *INTEGER:* VALUE must contain a two's complement form integer.
662
+
663
+ value[0]=0xFF , len=1 -> integer=-1. value[0]=0xFF value[1]=0xFF ,
664
+ len=2 -> integer=-1. value[0]=0x01 , len=1 -> integer= 1.
665
+ value[0]=0x00 value[1]=0x01 , len=2 -> integer= 1. value="123" ,
666
+ len=0 -> integer= 123.
667
+
668
+ *ENUMERATED:* As INTEGER (but only with not negative numbers).
669
+
670
+ *BOOLEAN:* VALUE must be the null terminated string "TRUE" or
671
+ "FALSE" and LEN != 0.
672
+
673
+ value="TRUE" , len=1 -> boolean=TRUE. value="FALSE" , len=1 ->
674
+ boolean=FALSE.
675
+
676
+ OBJECT IDENTIFIER: VALUE must be a null terminated string with each
677
+ number separated by a dot (e.g. "1.2.3.543.1"). LEN != 0.
678
+
679
+ value="1 2 840 10040 4 3" , len=1 -> OID=dsa-with-sha.
680
+
681
+ *UTCTime:* VALUE must be a null terminated string in one of these
682
+ formats: "YYMMDDhhmmssZ", "YYMMDDhhmmssZ", "YYMMDDhhmmss+hh'mm'",
683
+ "YYMMDDhhmmss-hh'mm'", "YYMMDDhhmm+hh'mm'", or "YYMMDDhhmm-hh'mm'".
684
+ LEN != 0.
685
+
686
+ value="9801011200Z" , len=1 -> time=Jannuary 1st, 1998 at 12h 00m
687
+ Greenwich Mean Time
688
+
689
+ *GeneralizedTime:* VALUE must be in one of this format:
690
+ "YYYYMMDDhhmmss.sZ", "YYYYMMDDhhmmss.sZ",
691
+ "YYYYMMDDhhmmss.s+hh'mm'", "YYYYMMDDhhmmss.s-hh'mm'",
692
+ "YYYYMMDDhhmm+hh'mm'", or "YYYYMMDDhhmm-hh'mm'" where ss.s
693
+ indicates the seconds with any precision like "10.1" or "01.02".
694
+ LEN != 0
695
+
696
+ value="2001010112001.12-0700" , len=1 -> time=Jannuary 1st, 2001 at
697
+ 12h 00m 01.12s Pacific Daylight Time
698
+
699
+ OCTET STRING: VALUE contains the octet string and LEN is the number
700
+ of octets.
701
+
702
+ value="$\backslash$x01$\backslash$x02$\backslash$x03" , len=3 ->
703
+ three bytes octet string
704
+
705
+ *GeneralString:* VALUE contains the generalstring and LEN is the
706
+ number of octets.
707
+
708
+ value="$\backslash$x01$\backslash$x02$\backslash$x03" , len=3 ->
709
+ three bytes generalstring
710
+
711
+ BIT STRING: VALUE contains the bit string organized by bytes and
712
+ LEN is the number of bits.
713
+
714
+ value="$\backslash$xCF" , len=6 -> bit string="110011" (six bits)
715
+
716
+ *CHOICE:* if NAME indicates a choice type, VALUE must specify one
717
+ of the alternatives with a null terminated string. LEN != 0.
718
+ Using "pkix.asn"\:
719
+
720
+ result=asn1_write_value(cert,
721
+ "certificate1.tbsCertificate.subject", "rdnSequence", 1);
722
+
723
+ *ANY:* VALUE indicates the der encoding of a structure. LEN != 0.
724
+
725
+ SEQUENCE OF: VALUE must be the null terminated string "NEW" and LEN
726
+ != 0. With this instruction another element is appended in the
727
+ sequence. The name of this element will be "?1" if it's the first
728
+ one, "?2" for the second and so on.
729
+
730
+ Using "pkix.asn"\:
731
+
732
+ result=asn1_write_value(cert,
733
+ "certificate1.tbsCertificate.subject.rdnSequence", "NEW", 1);
734
+
735
+ SET OF: the same as SEQUENCE OF. Using "pkix.asn":
736
+
737
+ result=asn1_write_value(cert,
738
+ "tbsCertificate.subject.rdnSequence.?LAST", "NEW", 1);
739
+
740
+ *Returns:* 'ASN1_SUCCESS' if the value was set,
741
+ 'ASN1_ELEMENT_NOT_FOUND' if 'name' is not a valid element, and
742
+ 'ASN1_VALUE_NOT_VALID' if 'ivalue' has a wrong format.
743
+
744
+ asn1_read_value
745
+ ---------------
746
+
747
+ -- Function: int asn1_read_value (asn1_node ROOT, const char * NAME,
748
+ void * IVALUE, int * LEN)
749
+ ROOT: pointer to a structure.
750
+
751
+ NAME: the name of the element inside a structure that you want to
752
+ read.
753
+
754
+ IVALUE: vector that will contain the element's content, must be a
755
+ pointer to memory cells already allocated (may be 'NULL' ).
756
+
757
+ LEN: number of bytes of *value: value[0]..value[len-1]. Initialy
758
+ holds the sizeof value.
759
+
760
+ Returns the value of one element inside a structure. If an element
761
+ is OPTIONAL and this returns 'ASN1_ELEMENT_NOT_FOUND' , it means
762
+ that this element wasn't present in the der encoding that created
763
+ the structure. The first element of a SEQUENCE_OF or SET_OF is
764
+ named "?1". The second one "?2" and so on. If the 'root' provided
765
+ is a node to specific sequence element, then the keyword "?CURRENT"
766
+ is also acceptable and indicates the current sequence element of
767
+ this node.
768
+
769
+ Note that there can be valid values with length zero. In these
770
+ case this function will succeed and 'len' will be zero.
771
+
772
+ *INTEGER:* VALUE will contain a two's complement form integer.
773
+
774
+ integer=-1 -> value[0]=0xFF , len=1. integer=1 -> value[0]=0x01 ,
775
+ len=1.
776
+
777
+ *ENUMERATED:* As INTEGER (but only with not negative numbers).
778
+
779
+ *BOOLEAN:* VALUE will be the null terminated string "TRUE" or
780
+ "FALSE" and LEN=5 or LEN=6.
781
+
782
+ OBJECT IDENTIFIER: VALUE will be a null terminated string with each
783
+ number separated by a dot (i.e. "1.2.3.543.1").
784
+
785
+ LEN = strlen(VALUE)+1
786
+
787
+ *UTCTime:* VALUE will be a null terminated string in one of these
788
+ formats: "YYMMDDhhmmss+hh'mm'" or "YYMMDDhhmmss-hh'mm'".
789
+ LEN=strlen(VALUE)+1.
790
+
791
+ *GeneralizedTime:* VALUE will be a null terminated string in the
792
+ same format used to set the value.
793
+
794
+ OCTET STRING: VALUE will contain the octet string and LEN will be
795
+ the number of octets.
796
+
797
+ *GeneralString:* VALUE will contain the generalstring and LEN will
798
+ be the number of octets.
799
+
800
+ BIT STRING: VALUE will contain the bit string organized by bytes
801
+ and LEN will be the number of bits.
802
+
803
+ *CHOICE:* If NAME indicates a choice type, VALUE will specify the
804
+ alternative selected.
805
+
806
+ *ANY:* If NAME indicates an any type, VALUE will indicate the DER
807
+ encoding of the structure actually used.
808
+
809
+ *Returns:* 'ASN1_SUCCESS' if value is returned,
810
+ 'ASN1_ELEMENT_NOT_FOUND' if 'name' is not a valid element,
811
+ 'ASN1_VALUE_NOT_FOUND' if there isn't any value for the element
812
+ selected, and 'ASN1_MEM_ERROR' if The value vector isn't big enough
813
+ to store the result, and in this case 'len' will contain the number
814
+ of bytes needed.
815
+
816
+ asn1_read_value_type
817
+ --------------------
818
+
819
+ -- Function: int asn1_read_value_type (asn1_node ROOT, const char *
820
+ NAME, void * IVALUE, int * LEN, unsigned int * ETYPE)
821
+ ROOT: pointer to a structure.
822
+
823
+ NAME: the name of the element inside a structure that you want to
824
+ read.
825
+
826
+ IVALUE: vector that will contain the element's content, must be a
827
+ pointer to memory cells already allocated (may be 'NULL' ).
828
+
829
+ LEN: number of bytes of *value: value[0]..value[len-1]. Initialy
830
+ holds the sizeof value.
831
+
832
+ ETYPE: The type of the value read (ASN1_ETYPE)
833
+
834
+ Returns the type and value of one element inside a structure. If
835
+ an element is OPTIONAL and this returns 'ASN1_ELEMENT_NOT_FOUND' ,
836
+ it means that this element wasn't present in the der encoding that
837
+ created the structure. The first element of a SEQUENCE_OF or
838
+ SET_OF is named "?1". The second one "?2" and so on. If the
839
+ 'root' provided is a node to specific sequence element, then the
840
+ keyword "?CURRENT" is also acceptable and indicates the current
841
+ sequence element of this node.
842
+
843
+ Note that there can be valid values with length zero. In these
844
+ case this function will succeed and 'len' will be zero.
845
+
846
+ *INTEGER:* VALUE will contain a two's complement form integer.
847
+
848
+ integer=-1 -> value[0]=0xFF , len=1. integer=1 -> value[0]=0x01 ,
849
+ len=1.
850
+
851
+ *ENUMERATED:* As INTEGER (but only with not negative numbers).
852
+
853
+ *BOOLEAN:* VALUE will be the null terminated string "TRUE" or
854
+ "FALSE" and LEN=5 or LEN=6.
855
+
856
+ OBJECT IDENTIFIER: VALUE will be a null terminated string with each
857
+ number separated by a dot (i.e. "1.2.3.543.1").
858
+
859
+ LEN = strlen(VALUE)+1
860
+
861
+ *UTCTime:* VALUE will be a null terminated string in one of these
862
+ formats: "YYMMDDhhmmss+hh'mm'" or "YYMMDDhhmmss-hh'mm'".
863
+ LEN=strlen(VALUE)+1.
864
+
865
+ *GeneralizedTime:* VALUE will be a null terminated string in the
866
+ same format used to set the value.
867
+
868
+ OCTET STRING: VALUE will contain the octet string and LEN will be
869
+ the number of octets.
870
+
871
+ *GeneralString:* VALUE will contain the generalstring and LEN will
872
+ be the number of octets.
873
+
874
+ BIT STRING: VALUE will contain the bit string organized by bytes
875
+ and LEN will be the number of bits.
876
+
877
+ *CHOICE:* If NAME indicates a choice type, VALUE will specify the
878
+ alternative selected.
879
+
880
+ *ANY:* If NAME indicates an any type, VALUE will indicate the DER
881
+ encoding of the structure actually used.
882
+
883
+ *Returns:* 'ASN1_SUCCESS' if value is returned,
884
+ 'ASN1_ELEMENT_NOT_FOUND' if 'name' is not a valid element,
885
+ 'ASN1_VALUE_NOT_FOUND' if there isn't any value for the element
886
+ selected, and 'ASN1_MEM_ERROR' if The value vector isn't big enough
887
+ to store the result, and in this case 'len' will contain the number
888
+ of bytes needed.
889
+
890
+ asn1_read_tag
891
+ -------------
892
+
893
+ -- Function: int asn1_read_tag (asn1_node ROOT, const char * NAME, int
894
+ * TAGVALUE, int * CLASSVALUE)
895
+ ROOT: pointer to a structure
896
+
897
+ NAME: the name of the element inside a structure.
898
+
899
+ TAGVALUE: variable that will contain the TAG value.
900
+
901
+ CLASSVALUE: variable that will specify the TAG type.
902
+
903
+ Returns the TAG and the CLASS of one element inside a structure.
904
+ CLASS can have one of these constants: 'ASN1_CLASS_APPLICATION' ,
905
+ 'ASN1_CLASS_UNIVERSAL' , 'ASN1_CLASS_PRIVATE' or
906
+ 'ASN1_CLASS_CONTEXT_SPECIFIC' .
907
+
908
+ *Returns:* 'ASN1_SUCCESS' if successful, 'ASN1_ELEMENT_NOT_FOUND'
909
+ if 'name' is not a valid element.
910
+
911
+ asn1_read_node_value
912
+ --------------------
913
+
914
+ -- Function: int asn1_read_node_value (asn1_node NODE,
915
+ asn1_data_node_st * DATA)
916
+ NODE: pointer to a node.
917
+
918
+ DATA: a point to a asn1_data_node_st
919
+
920
+ Returns the value a data node inside a asn1_node structure. The
921
+ data returned should be handled as constant values.
922
+
923
+ *Returns:* 'ASN1_SUCCESS' if the node exists.
924
+
925
+ 
926
+ File: libtasn1.info, Node: DER functions, Next: Error handling functions, Prev: ASN.1 field functions, Up: Function reference
927
+
928
+ 4.3 DER functions
929
+ =================
930
+
931
+ asn1_length_der
932
+ ---------------
933
+
934
+ -- Function: void asn1_length_der (unsigned long int LEN, unsigned char
935
+ * DER, int * DER_LEN)
936
+ LEN: value to convert.
937
+
938
+ DER: buffer to hold the returned encoding (may be 'NULL' ).
939
+
940
+ DER_LEN: number of meaningful bytes of ANS
941
+ (der[0]..der[der_len-1]).
942
+
943
+ Creates the DER encoding of the provided length value. The 'der'
944
+ buffer must have enough room for the output. The maximum length
945
+ this function will encode is 'ASN1_MAX_LENGTH_SIZE' .
946
+
947
+ To know the size of the DER encoding use a 'NULL' value for 'der' .
948
+
949
+ asn1_octet_der
950
+ --------------
951
+
952
+ -- Function: void asn1_octet_der (const unsigned char * STR, int
953
+ STR_LEN, unsigned char * DER, int * DER_LEN)
954
+ STR: the input data.
955
+
956
+ STR_LEN: STR length (str[0]..str[*str_len-1]).
957
+
958
+ DER: encoded string returned.
959
+
960
+ DER_LEN: number of meaningful bytes of DER
961
+ (der[0]..der[der_len-1]).
962
+
963
+ Creates a length-value DER encoding for the input data. The DER
964
+ encoding of the input data will be placed in the 'der' variable.
965
+
966
+ Note that the OCTET STRING tag is not included in the output.
967
+
968
+ This function does not return any value because it is expected that
969
+ 'der_len' will contain enough bytes to store the string plus the
970
+ DER encoding. The DER encoding size can be obtained using
971
+ 'asn1_length_der()' .
972
+
973
+ asn1_encode_simple_der
974
+ ----------------------
975
+
976
+ -- Function: int asn1_encode_simple_der (unsigned int ETYPE, const
977
+ unsigned char * STR, unsigned int STR_LEN, unsigned char * TL,
978
+ unsigned int * TL_LEN)
979
+ ETYPE: The type of the string to be encoded (ASN1_ETYPE_)
980
+
981
+ STR: the string data.
982
+
983
+ STR_LEN: the string length
984
+
985
+ TL: the encoded tag and length
986
+
987
+ TL_LEN: the bytes of the 'tl' field
988
+
989
+ Creates the DER encoding for various simple ASN.1 types like
990
+ strings etc. It stores the tag and length in 'tl' , which should
991
+ have space for at least 'ASN1_MAX_TL_SIZE' bytes. Initially
992
+ 'tl_len' should contain the size of 'tl' .
993
+
994
+ The complete DER encoding should consist of the value in 'tl'
995
+ appended with the provided 'str' .
996
+
997
+ *Returns:* 'ASN1_SUCCESS' if successful or an error value.
998
+
999
+ asn1_bit_der
1000
+ ------------
1001
+
1002
+ -- Function: void asn1_bit_der (const unsigned char * STR, int BIT_LEN,
1003
+ unsigned char * DER, int * DER_LEN)
1004
+ STR: BIT string.
1005
+
1006
+ BIT_LEN: number of meaningful bits in STR.
1007
+
1008
+ DER: string returned.
1009
+
1010
+ DER_LEN: number of meaningful bytes of DER
1011
+ (der[0]..der[ans_len-1]).
1012
+
1013
+ Creates a length-value DER encoding for the input data as it would
1014
+ have been for a BIT STRING. The DER encoded data will be copied in
1015
+ 'der' .
1016
+
1017
+ Note that the BIT STRING tag is not included in the output.
1018
+
1019
+ This function does not return any value because it is expected that
1020
+ 'der_len' will contain enough bytes to store the string plus the
1021
+ DER encoding. The DER encoding size can be obtained using
1022
+ 'asn1_length_der()' .
1023
+
1024
+ asn1_der_coding
1025
+ ---------------
1026
+
1027
+ -- Function: int asn1_der_coding (asn1_node ELEMENT, const char * NAME,
1028
+ void * IDER, int * LEN, char * ERRORDESCRIPTION)
1029
+ ELEMENT: pointer to an ASN1 element
1030
+
1031
+ NAME: the name of the structure you want to encode (it must be
1032
+ inside *POINTER).
1033
+
1034
+ IDER: vector that will contain the DER encoding. DER must be a
1035
+ pointer to memory cells already allocated.
1036
+
1037
+ LEN: number of bytes of * 'ider' : 'ider' [0].. 'ider' [len-1],
1038
+ Initialy holds the sizeof of der vector.
1039
+
1040
+ ERRORDESCRIPTION: return the error description or an empty string
1041
+ if success.
1042
+
1043
+ Creates the DER encoding for the NAME structure (inside *POINTER
1044
+ structure).
1045
+
1046
+ *Returns:* 'ASN1_SUCCESS' if DER encoding OK,
1047
+ 'ASN1_ELEMENT_NOT_FOUND' if 'name' is not a valid element,
1048
+ 'ASN1_VALUE_NOT_FOUND' if there is an element without a value,
1049
+ 'ASN1_MEM_ERROR' if the 'ider' vector isn't big enough and in this
1050
+ case 'len' will contain the length needed.
1051
+
1052
+ asn1_get_length_der
1053
+ -------------------
1054
+
1055
+ -- Function: long asn1_get_length_der (const unsigned char * DER, int
1056
+ DER_LEN, int * LEN)
1057
+ DER: DER data to decode.
1058
+
1059
+ DER_LEN: Length of DER data to decode.
1060
+
1061
+ LEN: Output variable containing the length of the DER length field.
1062
+
1063
+ Extract a length field from DER data.
1064
+
1065
+ *Returns:* Return the decoded length value, or -1 on indefinite
1066
+ length, or -2 when the value was too big to fit in a int, or -4
1067
+ when the decoded length value plus 'len' would exceed 'der_len' .
1068
+
1069
+ asn1_get_tag_der
1070
+ ----------------
1071
+
1072
+ -- Function: int asn1_get_tag_der (const unsigned char * DER, int
1073
+ DER_LEN, unsigned char * CLS, int * LEN, unsigned long * TAG)
1074
+ DER: DER data to decode.
1075
+
1076
+ DER_LEN: Length of DER data to decode.
1077
+
1078
+ CLS: Output variable containing decoded class.
1079
+
1080
+ LEN: Output variable containing the length of the DER TAG data.
1081
+
1082
+ TAG: Output variable containing the decoded tag.
1083
+
1084
+ Decode the class and TAG from DER code.
1085
+
1086
+ *Returns:* Returns 'ASN1_SUCCESS' on success, or an error.
1087
+
1088
+ asn1_get_length_ber
1089
+ -------------------
1090
+
1091
+ -- Function: long asn1_get_length_ber (const unsigned char * BER, int
1092
+ BER_LEN, int * LEN)
1093
+ BER: BER data to decode.
1094
+
1095
+ BER_LEN: Length of BER data to decode.
1096
+
1097
+ LEN: Output variable containing the length of the BER length field.
1098
+
1099
+ Extract a length field from BER data. The difference to
1100
+ 'asn1_get_length_der()' is that this function will return a length
1101
+ even if the value has indefinite encoding.
1102
+
1103
+ *Returns:* Return the decoded length value, or negative value when
1104
+ the value was too big.
1105
+
1106
+ *Since:* 2.0
1107
+
1108
+ asn1_get_octet_der
1109
+ ------------------
1110
+
1111
+ -- Function: int asn1_get_octet_der (const unsigned char * DER, int
1112
+ DER_LEN, int * RET_LEN, unsigned char * STR, int STR_SIZE, int
1113
+ * STR_LEN)
1114
+ DER: DER data to decode containing the OCTET SEQUENCE.
1115
+
1116
+ DER_LEN: Length of DER data to decode.
1117
+
1118
+ RET_LEN: Output variable containing the length of the DER data.
1119
+
1120
+ STR: Pre-allocated output buffer to put decoded OCTET SEQUENCE in.
1121
+
1122
+ STR_SIZE: Length of pre-allocated output buffer.
1123
+
1124
+ STR_LEN: Output variable containing the length of the OCTET
1125
+ SEQUENCE.
1126
+
1127
+ Extract an OCTET SEQUENCE from DER data.
1128
+
1129
+ *Returns:* Returns 'ASN1_SUCCESS' on success, or an error.
1130
+
1131
+ asn1_get_object_id_der
1132
+ ----------------------
1133
+
1134
+ -- Function: int asn1_get_object_id_der (const unsigned char * DER, int
1135
+ DER_LEN, int * RET_LEN, char * STR, int STR_SIZE)
1136
+ DER: DER data to decode containing the OBJECT IDENTIFIER
1137
+
1138
+ DER_LEN: Length of DER data to decode.
1139
+
1140
+ RET_LEN: Output variable containing the length of the DER data.
1141
+
1142
+ STR: Pre-allocated output buffer to put the textual object id in.
1143
+
1144
+ STR_SIZE: Length of pre-allocated output buffer.
1145
+
1146
+ Converts a DER encoded object identifier to its textual form.
1147
+
1148
+ *Returns:* 'ASN1_SUCCESS' on success, or an error.
1149
+
1150
+ asn1_get_bit_der
1151
+ ----------------
1152
+
1153
+ -- Function: int asn1_get_bit_der (const unsigned char * DER, int
1154
+ DER_LEN, int * RET_LEN, unsigned char * STR, int STR_SIZE, int
1155
+ * BIT_LEN)
1156
+ DER: DER data to decode containing the BIT SEQUENCE.
1157
+
1158
+ DER_LEN: Length of DER data to decode.
1159
+
1160
+ RET_LEN: Output variable containing the length of the DER data.
1161
+
1162
+ STR: Pre-allocated output buffer to put decoded BIT SEQUENCE in.
1163
+
1164
+ STR_SIZE: Length of pre-allocated output buffer.
1165
+
1166
+ BIT_LEN: Output variable containing the size of the BIT SEQUENCE.
1167
+
1168
+ Extract a BIT SEQUENCE from DER data.
1169
+
1170
+ *Returns:* 'ASN1_SUCCESS' on success, or an error.
1171
+
1172
+ asn1_der_decoding2
1173
+ ------------------
1174
+
1175
+ -- Function: int asn1_der_decoding2 (asn1_node * ELEMENT, const void *
1176
+ IDER, int * MAX_IDER_LEN, unsigned int FLAGS, char *
1177
+ ERRORDESCRIPTION)
1178
+ ELEMENT: pointer to an ASN1 structure.
1179
+
1180
+ IDER: vector that contains the DER encoding.
1181
+
1182
+ MAX_IDER_LEN: pointer to an integer giving the information about
1183
+ the maximal number of bytes occupied by * 'ider' . The real size
1184
+ of the DER encoding is returned through this pointer.
1185
+
1186
+ FLAGS: flags controlling the behaviour of the function.
1187
+
1188
+ ERRORDESCRIPTION: null-terminated string contains details when an
1189
+ error occurred.
1190
+
1191
+ Fill the structure * 'element' with values of a DER encoding
1192
+ string. The structure must just be created with function
1193
+ 'asn1_create_element()' .
1194
+
1195
+ If 'ASN1_DECODE_FLAG_ALLOW_PADDING' flag is set then the function
1196
+ will ignore padding after the decoded DER data. Upon a successful
1197
+ return the value of * 'max_ider_len' will be set to the number of
1198
+ bytes decoded.
1199
+
1200
+ If 'ASN1_DECODE_FLAG_STRICT_DER' flag is set then the function will
1201
+ not decode any BER-encoded elements.
1202
+
1203
+ *Returns:* 'ASN1_SUCCESS' if DER encoding OK,
1204
+ 'ASN1_ELEMENT_NOT_FOUND' if 'ELEMENT' is 'NULL' , and
1205
+ 'ASN1_TAG_ERROR' or 'ASN1_DER_ERROR' if the der encoding doesn't
1206
+ match the structure name (* 'ELEMENT' deleted).
1207
+
1208
+ asn1_der_decoding
1209
+ -----------------
1210
+
1211
+ -- Function: int asn1_der_decoding (asn1_node * ELEMENT, const void *
1212
+ IDER, int IDER_LEN, char * ERRORDESCRIPTION)
1213
+ ELEMENT: pointer to an ASN1 structure.
1214
+
1215
+ IDER: vector that contains the DER encoding.
1216
+
1217
+ IDER_LEN: number of bytes of * 'ider' : 'ider' [0].. 'ider'
1218
+ [len-1].
1219
+
1220
+ ERRORDESCRIPTION: null-terminated string contains details when an
1221
+ error occurred.
1222
+
1223
+ Fill the structure * 'element' with values of a DER encoding
1224
+ string. The structure must just be created with function
1225
+ 'asn1_create_element()' .
1226
+
1227
+ Note that the * 'element' variable is provided as a pointer for
1228
+ historical reasons.
1229
+
1230
+ *Returns:* 'ASN1_SUCCESS' if DER encoding OK,
1231
+ 'ASN1_ELEMENT_NOT_FOUND' if 'ELEMENT' is 'NULL' , and
1232
+ 'ASN1_TAG_ERROR' or 'ASN1_DER_ERROR' if the der encoding doesn't
1233
+ match the structure name (* 'ELEMENT' deleted).
1234
+
1235
+ asn1_der_decoding_element
1236
+ -------------------------
1237
+
1238
+ -- Function: int asn1_der_decoding_element (asn1_node * STRUCTURE,
1239
+ const char * ELEMENTNAME, const void * IDER, int LEN, char *
1240
+ ERRORDESCRIPTION)
1241
+ STRUCTURE: pointer to an ASN1 structure
1242
+
1243
+ ELEMENTNAME: name of the element to fill
1244
+
1245
+ IDER: vector that contains the DER encoding of the whole structure.
1246
+
1247
+ LEN: number of bytes of *der: der[0]..der[len-1]
1248
+
1249
+ ERRORDESCRIPTION: null-terminated string contains details when an
1250
+ error occurred.
1251
+
1252
+ Fill the element named 'ELEMENTNAME' with values of a DER encoding
1253
+ string. The structure must just be created with function
1254
+ 'asn1_create_element()' . The DER vector must contain the encoding
1255
+ string of the whole 'STRUCTURE' . If an error occurs during the
1256
+ decoding procedure, the * 'STRUCTURE' is deleted and set equal to
1257
+ 'NULL' .
1258
+
1259
+ This function is deprecated and may just be an alias to
1260
+ asn1_der_decoding in future versions. Use 'asn1_der_decoding()'
1261
+ instead.
1262
+
1263
+ *Returns:* 'ASN1_SUCCESS' if DER encoding OK,
1264
+ 'ASN1_ELEMENT_NOT_FOUND' if ELEMENT is 'NULL' or 'elementName' ==
1265
+ NULL, and 'ASN1_TAG_ERROR' or 'ASN1_DER_ERROR' if the der encoding
1266
+ doesn't match the structure 'structure' (*ELEMENT deleted).
1267
+
1268
+ asn1_der_decoding_startEnd
1269
+ --------------------------
1270
+
1271
+ -- Function: int asn1_der_decoding_startEnd (asn1_node ELEMENT, const
1272
+ void * IDER, int IDER_LEN, const char * NAME_ELEMENT, int *
1273
+ START, int * END)
1274
+ ELEMENT: pointer to an ASN1 element
1275
+
1276
+ IDER: vector that contains the DER encoding.
1277
+
1278
+ IDER_LEN: number of bytes of * 'ider' : 'ider' [0].. 'ider'
1279
+ [len-1]
1280
+
1281
+ NAME_ELEMENT: an element of NAME structure.
1282
+
1283
+ START: the position of the first byte of NAME_ELEMENT decoding (
1284
+ 'ider' [*start])
1285
+
1286
+ END: the position of the last byte of NAME_ELEMENT decoding (
1287
+ 'ider' [*end])
1288
+
1289
+ Find the start and end point of an element in a DER encoding
1290
+ string. I mean that if you have a der encoding and you have
1291
+ already used the function 'asn1_der_decoding()' to fill a
1292
+ structure, it may happen that you want to find the piece of string
1293
+ concerning an element of the structure.
1294
+
1295
+ One example is the sequence "tbsCertificate" inside an X509
1296
+ certificate.
1297
+
1298
+ Note that since libtasn1 3.7 the 'ider' and 'ider_len' parameters
1299
+ can be omitted, if the element is already decoded using
1300
+ 'asn1_der_decoding()' .
1301
+
1302
+ *Returns:* 'ASN1_SUCCESS' if DER encoding OK,
1303
+ 'ASN1_ELEMENT_NOT_FOUND' if ELEMENT is 'asn1_node' EMPTY or
1304
+ 'name_element' is not a valid element, 'ASN1_TAG_ERROR' or
1305
+ 'ASN1_DER_ERROR' if the der encoding doesn't match the structure
1306
+ ELEMENT.
1307
+
1308
+ asn1_expand_any_defined_by
1309
+ --------------------------
1310
+
1311
+ -- Function: int asn1_expand_any_defined_by (asn1_node DEFINITIONS,
1312
+ asn1_node * ELEMENT)
1313
+ DEFINITIONS: ASN1 definitions
1314
+
1315
+ ELEMENT: pointer to an ASN1 structure
1316
+
1317
+ Expands every "ANY DEFINED BY" element of a structure created from
1318
+ a DER decoding process (asn1_der_decoding function). The element
1319
+ ANY must be defined by an OBJECT IDENTIFIER. The type used to
1320
+ expand the element ANY is the first one following the definition of
1321
+ the actual value of the OBJECT IDENTIFIER.
1322
+
1323
+ *Returns:* 'ASN1_SUCCESS' if Substitution OK, 'ASN1_ERROR_TYPE_ANY'
1324
+ if some "ANY DEFINED BY" element couldn't be expanded due to a
1325
+ problem in OBJECT_ID -> TYPE association, or other error codes
1326
+ depending on DER decoding.
1327
+
1328
+ asn1_expand_octet_string
1329
+ ------------------------
1330
+
1331
+ -- Function: int asn1_expand_octet_string (asn1_node DEFINITIONS,
1332
+ asn1_node * ELEMENT, const char * OCTETNAME, const char *
1333
+ OBJECTNAME)
1334
+ DEFINITIONS: ASN1 definitions
1335
+
1336
+ ELEMENT: pointer to an ASN1 structure
1337
+
1338
+ OCTETNAME: name of the OCTECT STRING field to expand.
1339
+
1340
+ OBJECTNAME: name of the OBJECT IDENTIFIER field to use to define
1341
+ the type for expansion.
1342
+
1343
+ Expands an "OCTET STRING" element of a structure created from a DER
1344
+ decoding process (the 'asn1_der_decoding()' function). The type
1345
+ used for expansion is the first one following the definition of the
1346
+ actual value of the OBJECT IDENTIFIER indicated by OBJECTNAME.
1347
+
1348
+ *Returns:* 'ASN1_SUCCESS' if substitution OK,
1349
+ 'ASN1_ELEMENT_NOT_FOUND' if 'objectName' or 'octetName' are not
1350
+ correct, 'ASN1_VALUE_NOT_VALID' if it wasn't possible to find the
1351
+ type to use for expansion, or other errors depending on DER
1352
+ decoding.
1353
+
1354
+ asn1_decode_simple_der
1355
+ ----------------------
1356
+
1357
+ -- Function: int asn1_decode_simple_der (unsigned int ETYPE, const
1358
+ unsigned char * DER, unsigned int _DER_LEN, const unsigned
1359
+ char ** STR, unsigned int * STR_LEN)
1360
+ ETYPE: The type of the string to be encoded (ASN1_ETYPE_)
1361
+
1362
+ DER: the encoded string
1363
+
1364
+ _DER_LEN: the bytes of the encoded string
1365
+
1366
+ STR: a pointer to the data
1367
+
1368
+ STR_LEN: the length of the data
1369
+
1370
+ Decodes a simple DER encoded type (e.g. a string, which is not
1371
+ constructed). The output is a pointer inside the 'der' .
1372
+
1373
+ *Returns:* 'ASN1_SUCCESS' if successful or an error value.
1374
+
1375
+ asn1_decode_simple_ber
1376
+ ----------------------
1377
+
1378
+ -- Function: int asn1_decode_simple_ber (unsigned int ETYPE, const
1379
+ unsigned char * DER, unsigned int _DER_LEN, unsigned char **
1380
+ STR, unsigned int * STR_LEN, unsigned int * BER_LEN)
1381
+ ETYPE: The type of the string to be encoded (ASN1_ETYPE_)
1382
+
1383
+ DER: the encoded string
1384
+
1385
+ _DER_LEN: the bytes of the encoded string
1386
+
1387
+ STR: a pointer to the data
1388
+
1389
+ STR_LEN: the length of the data
1390
+
1391
+ BER_LEN: the total length occupied by BER (may be 'NULL' )
1392
+
1393
+ Decodes a BER encoded type. The output is an allocated value of
1394
+ the data. This decodes BER STRINGS only. Other types are decoded
1395
+ as DER.
1396
+
1397
+ *Returns:* 'ASN1_SUCCESS' if successful or an error value.
1398
+
1399
+ 
1400
+ File: libtasn1.info, Node: Error handling functions, Next: Auxilliary functions, Prev: DER functions, Up: Function reference
1401
+
1402
+ 4.4 Error handling functions
1403
+ ============================
1404
+
1405
+ asn1_perror
1406
+ -----------
1407
+
1408
+ -- Function: void asn1_perror (int ERROR)
1409
+ ERROR: is an error returned by a libtasn1 function.
1410
+
1411
+ Prints a string to stderr with a description of an error. This
1412
+ function is like 'perror()' . The only difference is that it
1413
+ accepts an error returned by a libtasn1 function.
1414
+
1415
+ *Since:* 1.6
1416
+
1417
+ asn1_strerror
1418
+ -------------
1419
+
1420
+ -- Function: const char * asn1_strerror (int ERROR)
1421
+ ERROR: is an error returned by a libtasn1 function.
1422
+
1423
+ Returns a string with a description of an error. This function is
1424
+ similar to strerror. The only difference is that it accepts an
1425
+ error (number) returned by a libtasn1 function.
1426
+
1427
+ *Returns:* Pointer to static zero-terminated string describing
1428
+ error code.
1429
+
1430
+ *Since:* 1.6
1431
+
1432
+ 
1433
+ File: libtasn1.info, Node: Auxilliary functions, Prev: Error handling functions, Up: Function reference
1434
+
1435
+ 4.5 Auxilliary functions
1436
+ ========================
1437
+
1438
+ asn1_find_node
1439
+ --------------
1440
+
1441
+ -- Function: asn1_node asn1_find_node (asn1_node POINTER, const char *
1442
+ NAME)
1443
+ POINTER: NODE_ASN element pointer.
1444
+
1445
+ NAME: null terminated string with the element's name to find.
1446
+
1447
+ Searches for an element called 'name' starting from 'pointer' .
1448
+ The name is composed by differents identifiers separated by dots.
1449
+ When * 'pointer' has a name, the first identifier must be the name
1450
+ of * 'pointer' , otherwise it must be the name of one child of *
1451
+ 'pointer' .
1452
+
1453
+ *Returns:* the search result, or 'NULL' if not found.
1454
+
1455
+ asn1_check_version
1456
+ ------------------
1457
+
1458
+ -- Function: const char * asn1_check_version (const char * REQ_VERSION)
1459
+ REQ_VERSION: Required version number, or 'NULL' .
1460
+
1461
+ Check that the version of the library is at minimum the requested
1462
+ one and return the version string; return 'NULL' if the condition
1463
+ is not satisfied. If a 'NULL' is passed to this function, no check
1464
+ is done, but the version string is simply returned.
1465
+
1466
+ See 'ASN1_VERSION' for a suitable 'req_version' string.
1467
+
1468
+ *Returns:* Version string of run-time library, or 'NULL' if the
1469
+ run-time library does not meet the required version number.
1470
+
1471
+ 
1472
+ File: libtasn1.info, Node: Copying Information, Next: Concept Index, Prev: Function reference, Up: Top
1473
+
1474
+ Appendix A Copying Information
1475
+ ******************************
1476
+
1477
+ * Menu:
1478
+
1479
+ * GNU Free Documentation License:: License for copying this manual.
1480
+
1481
+ 
1482
+ File: libtasn1.info, Node: GNU Free Documentation License, Up: Copying Information
1483
+
1484
+ A.1 GNU Free Documentation License
1485
+ ==================================
1486
+
1487
+ Version 1.3, 3 November 2008
1488
+
1489
+ Copyright (C) 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc.
1490
+ <http://fsf.org/>
1491
+
1492
+ Everyone is permitted to copy and distribute verbatim copies
1493
+ of this license document, but changing it is not allowed.
1494
+
1495
+ 0. PREAMBLE
1496
+
1497
+ The purpose of this License is to make a manual, textbook, or other
1498
+ functional and useful document "free" in the sense of freedom: to
1499
+ assure everyone the effective freedom to copy and redistribute it,
1500
+ with or without modifying it, either commercially or
1501
+ noncommercially. Secondarily, this License preserves for the
1502
+ author and publisher a way to get credit for their work, while not
1503
+ being considered responsible for modifications made by others.
1504
+
1505
+ This License is a kind of "copyleft", which means that derivative
1506
+ works of the document must themselves be free in the same sense.
1507
+ It complements the GNU General Public License, which is a copyleft
1508
+ license designed for free software.
1509
+
1510
+ We have designed this License in order to use it for manuals for
1511
+ free software, because free software needs free documentation: a
1512
+ free program should come with manuals providing the same freedoms
1513
+ that the software does. But this License is not limited to
1514
+ software manuals; it can be used for any textual work, regardless
1515
+ of subject matter or whether it is published as a printed book. We
1516
+ recommend this License principally for works whose purpose is
1517
+ instruction or reference.
1518
+
1519
+ 1. APPLICABILITY AND DEFINITIONS
1520
+
1521
+ This License applies to any manual or other work, in any medium,
1522
+ that contains a notice placed by the copyright holder saying it can
1523
+ be distributed under the terms of this License. Such a notice
1524
+ grants a world-wide, royalty-free license, unlimited in duration,
1525
+ to use that work under the conditions stated herein. The
1526
+ "Document", below, refers to any such manual or work. Any member
1527
+ of the public is a licensee, and is addressed as "you". You accept
1528
+ the license if you copy, modify or distribute the work in a way
1529
+ requiring permission under copyright law.
1530
+
1531
+ A "Modified Version" of the Document means any work containing the
1532
+ Document or a portion of it, either copied verbatim, or with
1533
+ modifications and/or translated into another language.
1534
+
1535
+ A "Secondary Section" is a named appendix or a front-matter section
1536
+ of the Document that deals exclusively with the relationship of the
1537
+ publishers or authors of the Document to the Document's overall
1538
+ subject (or to related matters) and contains nothing that could
1539
+ fall directly within that overall subject. (Thus, if the Document
1540
+ is in part a textbook of mathematics, a Secondary Section may not
1541
+ explain any mathematics.) The relationship could be a matter of
1542
+ historical connection with the subject or with related matters, or
1543
+ of legal, commercial, philosophical, ethical or political position
1544
+ regarding them.
1545
+
1546
+ The "Invariant Sections" are certain Secondary Sections whose
1547
+ titles are designated, as being those of Invariant Sections, in the
1548
+ notice that says that the Document is released under this License.
1549
+ If a section does not fit the above definition of Secondary then it
1550
+ is not allowed to be designated as Invariant. The Document may
1551
+ contain zero Invariant Sections. If the Document does not identify
1552
+ any Invariant Sections then there are none.
1553
+
1554
+ The "Cover Texts" are certain short passages of text that are
1555
+ listed, as Front-Cover Texts or Back-Cover Texts, in the notice
1556
+ that says that the Document is released under this License. A
1557
+ Front-Cover Text may be at most 5 words, and a Back-Cover Text may
1558
+ be at most 25 words.
1559
+
1560
+ A "Transparent" copy of the Document means a machine-readable copy,
1561
+ represented in a format whose specification is available to the
1562
+ general public, that is suitable for revising the document
1563
+ straightforwardly with generic text editors or (for images composed
1564
+ of pixels) generic paint programs or (for drawings) some widely
1565
+ available drawing editor, and that is suitable for input to text
1566
+ formatters or for automatic translation to a variety of formats
1567
+ suitable for input to text formatters. A copy made in an otherwise
1568
+ Transparent file format whose markup, or absence of markup, has
1569
+ been arranged to thwart or discourage subsequent modification by
1570
+ readers is not Transparent. An image format is not Transparent if
1571
+ used for any substantial amount of text. A copy that is not
1572
+ "Transparent" is called "Opaque".
1573
+
1574
+ Examples of suitable formats for Transparent copies include plain
1575
+ ASCII without markup, Texinfo input format, LaTeX input format,
1576
+ SGML or XML using a publicly available DTD, and standard-conforming
1577
+ simple HTML, PostScript or PDF designed for human modification.
1578
+ Examples of transparent image formats include PNG, XCF and JPG.
1579
+ Opaque formats include proprietary formats that can be read and
1580
+ edited only by proprietary word processors, SGML or XML for which
1581
+ the DTD and/or processing tools are not generally available, and
1582
+ the machine-generated HTML, PostScript or PDF produced by some word
1583
+ processors for output purposes only.
1584
+
1585
+ The "Title Page" means, for a printed book, the title page itself,
1586
+ plus such following pages as are needed to hold, legibly, the
1587
+ material this License requires to appear in the title page. For
1588
+ works in formats which do not have any title page as such, "Title
1589
+ Page" means the text near the most prominent appearance of the
1590
+ work's title, preceding the beginning of the body of the text.
1591
+
1592
+ The "publisher" means any person or entity that distributes copies
1593
+ of the Document to the public.
1594
+
1595
+ A section "Entitled XYZ" means a named subunit of the Document
1596
+ whose title either is precisely XYZ or contains XYZ in parentheses
1597
+ following text that translates XYZ in another language. (Here XYZ
1598
+ stands for a specific section name mentioned below, such as
1599
+ "Acknowledgements", "Dedications", "Endorsements", or "History".)
1600
+ To "Preserve the Title" of such a section when you modify the
1601
+ Document means that it remains a section "Entitled XYZ" according
1602
+ to this definition.
1603
+
1604
+ The Document may include Warranty Disclaimers next to the notice
1605
+ which states that this License applies to the Document. These
1606
+ Warranty Disclaimers are considered to be included by reference in
1607
+ this License, but only as regards disclaiming warranties: any other
1608
+ implication that these Warranty Disclaimers may have is void and
1609
+ has no effect on the meaning of this License.
1610
+
1611
+ 2. VERBATIM COPYING
1612
+
1613
+ You may copy and distribute the Document in any medium, either
1614
+ commercially or noncommercially, provided that this License, the
1615
+ copyright notices, and the license notice saying this License
1616
+ applies to the Document are reproduced in all copies, and that you
1617
+ add no other conditions whatsoever to those of this License. You
1618
+ may not use technical measures to obstruct or control the reading
1619
+ or further copying of the copies you make or distribute. However,
1620
+ you may accept compensation in exchange for copies. If you
1621
+ distribute a large enough number of copies you must also follow the
1622
+ conditions in section 3.
1623
+
1624
+ You may also lend copies, under the same conditions stated above,
1625
+ and you may publicly display copies.
1626
+
1627
+ 3. COPYING IN QUANTITY
1628
+
1629
+ If you publish printed copies (or copies in media that commonly
1630
+ have printed covers) of the Document, numbering more than 100, and
1631
+ the Document's license notice requires Cover Texts, you must
1632
+ enclose the copies in covers that carry, clearly and legibly, all
1633
+ these Cover Texts: Front-Cover Texts on the front cover, and
1634
+ Back-Cover Texts on the back cover. Both covers must also clearly
1635
+ and legibly identify you as the publisher of these copies. The
1636
+ front cover must present the full title with all words of the title
1637
+ equally prominent and visible. You may add other material on the
1638
+ covers in addition. Copying with changes limited to the covers, as
1639
+ long as they preserve the title of the Document and satisfy these
1640
+ conditions, can be treated as verbatim copying in other respects.
1641
+
1642
+ If the required texts for either cover are too voluminous to fit
1643
+ legibly, you should put the first ones listed (as many as fit
1644
+ reasonably) on the actual cover, and continue the rest onto
1645
+ adjacent pages.
1646
+
1647
+ If you publish or distribute Opaque copies of the Document
1648
+ numbering more than 100, you must either include a machine-readable
1649
+ Transparent copy along with each Opaque copy, or state in or with
1650
+ each Opaque copy a computer-network location from which the general
1651
+ network-using public has access to download using public-standard
1652
+ network protocols a complete Transparent copy of the Document, free
1653
+ of added material. If you use the latter option, you must take
1654
+ reasonably prudent steps, when you begin distribution of Opaque
1655
+ copies in quantity, to ensure that this Transparent copy will
1656
+ remain thus accessible at the stated location until at least one
1657
+ year after the last time you distribute an Opaque copy (directly or
1658
+ through your agents or retailers) of that edition to the public.
1659
+
1660
+ It is requested, but not required, that you contact the authors of
1661
+ the Document well before redistributing any large number of copies,
1662
+ to give them a chance to provide you with an updated version of the
1663
+ Document.
1664
+
1665
+ 4. MODIFICATIONS
1666
+
1667
+ You may copy and distribute a Modified Version of the Document
1668
+ under the conditions of sections 2 and 3 above, provided that you
1669
+ release the Modified Version under precisely this License, with the
1670
+ Modified Version filling the role of the Document, thus licensing
1671
+ distribution and modification of the Modified Version to whoever
1672
+ possesses a copy of it. In addition, you must do these things in
1673
+ the Modified Version:
1674
+
1675
+ A. Use in the Title Page (and on the covers, if any) a title
1676
+ distinct from that of the Document, and from those of previous
1677
+ versions (which should, if there were any, be listed in the
1678
+ History section of the Document). You may use the same title
1679
+ as a previous version if the original publisher of that
1680
+ version gives permission.
1681
+
1682
+ B. List on the Title Page, as authors, one or more persons or
1683
+ entities responsible for authorship of the modifications in
1684
+ the Modified Version, together with at least five of the
1685
+ principal authors of the Document (all of its principal
1686
+ authors, if it has fewer than five), unless they release you
1687
+ from this requirement.
1688
+
1689
+ C. State on the Title page the name of the publisher of the
1690
+ Modified Version, as the publisher.
1691
+
1692
+ D. Preserve all the copyright notices of the Document.
1693
+
1694
+ E. Add an appropriate copyright notice for your modifications
1695
+ adjacent to the other copyright notices.
1696
+
1697
+ F. Include, immediately after the copyright notices, a license
1698
+ notice giving the public permission to use the Modified
1699
+ Version under the terms of this License, in the form shown in
1700
+ the Addendum below.
1701
+
1702
+ G. Preserve in that license notice the full lists of Invariant
1703
+ Sections and required Cover Texts given in the Document's
1704
+ license notice.
1705
+
1706
+ H. Include an unaltered copy of this License.
1707
+
1708
+ I. Preserve the section Entitled "History", Preserve its Title,
1709
+ and add to it an item stating at least the title, year, new
1710
+ authors, and publisher of the Modified Version as given on the
1711
+ Title Page. If there is no section Entitled "History" in the
1712
+ Document, create one stating the title, year, authors, and
1713
+ publisher of the Document as given on its Title Page, then add
1714
+ an item describing the Modified Version as stated in the
1715
+ previous sentence.
1716
+
1717
+ J. Preserve the network location, if any, given in the Document
1718
+ for public access to a Transparent copy of the Document, and
1719
+ likewise the network locations given in the Document for
1720
+ previous versions it was based on. These may be placed in the
1721
+ "History" section. You may omit a network location for a work
1722
+ that was published at least four years before the Document
1723
+ itself, or if the original publisher of the version it refers
1724
+ to gives permission.
1725
+
1726
+ K. For any section Entitled "Acknowledgements" or "Dedications",
1727
+ Preserve the Title of the section, and preserve in the section
1728
+ all the substance and tone of each of the contributor
1729
+ acknowledgements and/or dedications given therein.
1730
+
1731
+ L. Preserve all the Invariant Sections of the Document, unaltered
1732
+ in their text and in their titles. Section numbers or the
1733
+ equivalent are not considered part of the section titles.
1734
+
1735
+ M. Delete any section Entitled "Endorsements". Such a section
1736
+ may not be included in the Modified Version.
1737
+
1738
+ N. Do not retitle any existing section to be Entitled
1739
+ "Endorsements" or to conflict in title with any Invariant
1740
+ Section.
1741
+
1742
+ O. Preserve any Warranty Disclaimers.
1743
+
1744
+ If the Modified Version includes new front-matter sections or
1745
+ appendices that qualify as Secondary Sections and contain no
1746
+ material copied from the Document, you may at your option designate
1747
+ some or all of these sections as invariant. To do this, add their
1748
+ titles to the list of Invariant Sections in the Modified Version's
1749
+ license notice. These titles must be distinct from any other
1750
+ section titles.
1751
+
1752
+ You may add a section Entitled "Endorsements", provided it contains
1753
+ nothing but endorsements of your Modified Version by various
1754
+ parties--for example, statements of peer review or that the text
1755
+ has been approved by an organization as the authoritative
1756
+ definition of a standard.
1757
+
1758
+ You may add a passage of up to five words as a Front-Cover Text,
1759
+ and a passage of up to 25 words as a Back-Cover Text, to the end of
1760
+ the list of Cover Texts in the Modified Version. Only one passage
1761
+ of Front-Cover Text and one of Back-Cover Text may be added by (or
1762
+ through arrangements made by) any one entity. If the Document
1763
+ already includes a cover text for the same cover, previously added
1764
+ by you or by arrangement made by the same entity you are acting on
1765
+ behalf of, you may not add another; but you may replace the old
1766
+ one, on explicit permission from the previous publisher that added
1767
+ the old one.
1768
+
1769
+ The author(s) and publisher(s) of the Document do not by this
1770
+ License give permission to use their names for publicity for or to
1771
+ assert or imply endorsement of any Modified Version.
1772
+
1773
+ 5. COMBINING DOCUMENTS
1774
+
1775
+ You may combine the Document with other documents released under
1776
+ this License, under the terms defined in section 4 above for
1777
+ modified versions, provided that you include in the combination all
1778
+ of the Invariant Sections of all of the original documents,
1779
+ unmodified, and list them all as Invariant Sections of your
1780
+ combined work in its license notice, and that you preserve all
1781
+ their Warranty Disclaimers.
1782
+
1783
+ The combined work need only contain one copy of this License, and
1784
+ multiple identical Invariant Sections may be replaced with a single
1785
+ copy. If there are multiple Invariant Sections with the same name
1786
+ but different contents, make the title of each such section unique
1787
+ by adding at the end of it, in parentheses, the name of the
1788
+ original author or publisher of that section if known, or else a
1789
+ unique number. Make the same adjustment to the section titles in
1790
+ the list of Invariant Sections in the license notice of the
1791
+ combined work.
1792
+
1793
+ In the combination, you must combine any sections Entitled
1794
+ "History" in the various original documents, forming one section
1795
+ Entitled "History"; likewise combine any sections Entitled
1796
+ "Acknowledgements", and any sections Entitled "Dedications". You
1797
+ must delete all sections Entitled "Endorsements."
1798
+
1799
+ 6. COLLECTIONS OF DOCUMENTS
1800
+
1801
+ You may make a collection consisting of the Document and other
1802
+ documents released under this License, and replace the individual
1803
+ copies of this License in the various documents with a single copy
1804
+ that is included in the collection, provided that you follow the
1805
+ rules of this License for verbatim copying of each of the documents
1806
+ in all other respects.
1807
+
1808
+ You may extract a single document from such a collection, and
1809
+ distribute it individually under this License, provided you insert
1810
+ a copy of this License into the extracted document, and follow this
1811
+ License in all other respects regarding verbatim copying of that
1812
+ document.
1813
+
1814
+ 7. AGGREGATION WITH INDEPENDENT WORKS
1815
+
1816
+ A compilation of the Document or its derivatives with other
1817
+ separate and independent documents or works, in or on a volume of a
1818
+ storage or distribution medium, is called an "aggregate" if the
1819
+ copyright resulting from the compilation is not used to limit the
1820
+ legal rights of the compilation's users beyond what the individual
1821
+ works permit. When the Document is included in an aggregate, this
1822
+ License does not apply to the other works in the aggregate which
1823
+ are not themselves derivative works of the Document.
1824
+
1825
+ If the Cover Text requirement of section 3 is applicable to these
1826
+ copies of the Document, then if the Document is less than one half
1827
+ of the entire aggregate, the Document's Cover Texts may be placed
1828
+ on covers that bracket the Document within the aggregate, or the
1829
+ electronic equivalent of covers if the Document is in electronic
1830
+ form. Otherwise they must appear on printed covers that bracket
1831
+ the whole aggregate.
1832
+
1833
+ 8. TRANSLATION
1834
+
1835
+ Translation is considered a kind of modification, so you may
1836
+ distribute translations of the Document under the terms of section
1837
+ 4. Replacing Invariant Sections with translations requires special
1838
+ permission from their copyright holders, but you may include
1839
+ translations of some or all Invariant Sections in addition to the
1840
+ original versions of these Invariant Sections. You may include a
1841
+ translation of this License, and all the license notices in the
1842
+ Document, and any Warranty Disclaimers, provided that you also
1843
+ include the original English version of this License and the
1844
+ original versions of those notices and disclaimers. In case of a
1845
+ disagreement between the translation and the original version of
1846
+ this License or a notice or disclaimer, the original version will
1847
+ prevail.
1848
+
1849
+ If a section in the Document is Entitled "Acknowledgements",
1850
+ "Dedications", or "History", the requirement (section 4) to
1851
+ Preserve its Title (section 1) will typically require changing the
1852
+ actual title.
1853
+
1854
+ 9. TERMINATION
1855
+
1856
+ You may not copy, modify, sublicense, or distribute the Document
1857
+ except as expressly provided under this License. Any attempt
1858
+ otherwise to copy, modify, sublicense, or distribute it is void,
1859
+ and will automatically terminate your rights under this License.
1860
+
1861
+ However, if you cease all violation of this License, then your
1862
+ license from a particular copyright holder is reinstated (a)
1863
+ provisionally, unless and until the copyright holder explicitly and
1864
+ finally terminates your license, and (b) permanently, if the
1865
+ copyright holder fails to notify you of the violation by some
1866
+ reasonable means prior to 60 days after the cessation.
1867
+
1868
+ Moreover, your license from a particular copyright holder is
1869
+ reinstated permanently if the copyright holder notifies you of the
1870
+ violation by some reasonable means, this is the first time you have
1871
+ received notice of violation of this License (for any work) from
1872
+ that copyright holder, and you cure the violation prior to 30 days
1873
+ after your receipt of the notice.
1874
+
1875
+ Termination of your rights under this section does not terminate
1876
+ the licenses of parties who have received copies or rights from you
1877
+ under this License. If your rights have been terminated and not
1878
+ permanently reinstated, receipt of a copy of some or all of the
1879
+ same material does not give you any rights to use it.
1880
+
1881
+ 10. FUTURE REVISIONS OF THIS LICENSE
1882
+
1883
+ The Free Software Foundation may publish new, revised versions of
1884
+ the GNU Free Documentation License from time to time. Such new
1885
+ versions will be similar in spirit to the present version, but may
1886
+ differ in detail to address new problems or concerns. See
1887
+ <http://www.gnu.org/copyleft/>.
1888
+
1889
+ Each version of the License is given a distinguishing version
1890
+ number. If the Document specifies that a particular numbered
1891
+ version of this License "or any later version" applies to it, you
1892
+ have the option of following the terms and conditions either of
1893
+ that specified version or of any later version that has been
1894
+ published (not as a draft) by the Free Software Foundation. If the
1895
+ Document does not specify a version number of this License, you may
1896
+ choose any version ever published (not as a draft) by the Free
1897
+ Software Foundation. If the Document specifies that a proxy can
1898
+ decide which future versions of this License can be used, that
1899
+ proxy's public statement of acceptance of a version permanently
1900
+ authorizes you to choose that version for the Document.
1901
+
1902
+ 11. RELICENSING
1903
+
1904
+ "Massive Multiauthor Collaboration Site" (or "MMC Site") means any
1905
+ World Wide Web server that publishes copyrightable works and also
1906
+ provides prominent facilities for anybody to edit those works. A
1907
+ public wiki that anybody can edit is an example of such a server.
1908
+ A "Massive Multiauthor Collaboration" (or "MMC") contained in the
1909
+ site means any set of copyrightable works thus published on the MMC
1910
+ site.
1911
+
1912
+ "CC-BY-SA" means the Creative Commons Attribution-Share Alike 3.0
1913
+ license published by Creative Commons Corporation, a not-for-profit
1914
+ corporation with a principal place of business in San Francisco,
1915
+ California, as well as future copyleft versions of that license
1916
+ published by that same organization.
1917
+
1918
+ "Incorporate" means to publish or republish a Document, in whole or
1919
+ in part, as part of another Document.
1920
+
1921
+ An MMC is "eligible for relicensing" if it is licensed under this
1922
+ License, and if all works that were first published under this
1923
+ License somewhere other than this MMC, and subsequently
1924
+ incorporated in whole or in part into the MMC, (1) had no cover
1925
+ texts or invariant sections, and (2) were thus incorporated prior
1926
+ to November 1, 2008.
1927
+
1928
+ The operator of an MMC Site may republish an MMC contained in the
1929
+ site under CC-BY-SA on the same site at any time before August 1,
1930
+ 2009, provided the MMC is eligible for relicensing.
1931
+
1932
+ ADDENDUM: How to use this License for your documents
1933
+ ====================================================
1934
+
1935
+ To use this License in a document you have written, include a copy of
1936
+ the License in the document and put the following copyright and license
1937
+ notices just after the title page:
1938
+
1939
+ Copyright (C) YEAR YOUR NAME.
1940
+ Permission is granted to copy, distribute and/or modify this document
1941
+ under the terms of the GNU Free Documentation License, Version 1.3
1942
+ or any later version published by the Free Software Foundation;
1943
+ with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
1944
+ Texts. A copy of the license is included in the section entitled ``GNU
1945
+ Free Documentation License''.
1946
+
1947
+ If you have Invariant Sections, Front-Cover Texts and Back-Cover
1948
+ Texts, replace the "with...Texts." line with this:
1949
+
1950
+ with the Invariant Sections being LIST THEIR TITLES, with
1951
+ the Front-Cover Texts being LIST, and with the Back-Cover Texts
1952
+ being LIST.
1953
+
1954
+ If you have Invariant Sections without Cover Texts, or some other
1955
+ combination of the three, merge those two alternatives to suit the
1956
+ situation.
1957
+
1958
+ If your document contains nontrivial examples of program code, we
1959
+ recommend releasing these examples in parallel under your choice of free
1960
+ software license, such as the GNU General Public License, to permit
1961
+ their use in free software.
1962
+
1963
+ 
1964
+ File: libtasn1.info, Node: Concept Index, Next: Function and Data Index, Prev: Copying Information, Up: Top
1965
+
1966
+ Concept Index
1967
+ *************
1968
+
1969
+ [index]
1970
+ * Menu:
1971
+
1972
+ * ASN.1 schema: ASN.1 syntax. (line 6)
1973
+ * asn1Coding program: Invoking asn1Coding. (line 6)
1974
+ * asn1Decoding program: Invoking asn1Decoding.
1975
+ (line 6)
1976
+ * asn1Parser program: Invoking asn1Parser. (line 6)
1977
+ * FDL, GNU Free Documentation License: GNU Free Documentation License.
1978
+ (line 6)
1979
+ * Future developments: Future developments. (line 6)
1980
+ * Header file libtasn1.h: Library Notes. (line 6)
1981
+ * Main type asn1_node: Library Notes. (line 8)
1982
+ * Porting: Introduction. (line 32)
1983
+ * Supported ASN.1 types, list of: ASN.1 syntax. (line 38)
1984
+ * threads: Introduction. (line 29)
1985
+
1986
+ 
1987
+ File: libtasn1.info, Node: Function and Data Index, Prev: Concept Index, Up: Top
1988
+
1989
+ Function and Data Index
1990
+ ***********************
1991
+
1992
+ [index]
1993
+ * Menu:
1994
+
1995
+ * asn1_array2tree: ASN.1 field functions.
1996
+ (line 9)
1997
+ * asn1_bit_der: DER functions. (line 77)
1998
+ * asn1_check_version: Auxilliary functions.
1999
+ (line 26)
2000
+ * asn1_copy_node: ASN.1 field functions.
2001
+ (line 144)
2002
+ * asn1_create_element: ASN.1 field functions.
2003
+ (line 72)
2004
+ * asn1_decode_simple_ber: DER functions. (line 453)
2005
+ * asn1_decode_simple_der: DER functions. (line 432)
2006
+ * asn1_delete_element: ASN.1 field functions.
2007
+ (line 57)
2008
+ * asn1_delete_structure: ASN.1 field functions.
2009
+ (line 30)
2010
+ * asn1_delete_structure2: ASN.1 field functions.
2011
+ (line 42)
2012
+ * asn1_der_coding: DER functions. (line 102)
2013
+ * asn1_der_decoding: DER functions. (line 286)
2014
+ * asn1_der_decoding2: DER functions. (line 250)
2015
+ * asn1_der_decoding_element: DER functions. (line 313)
2016
+ * asn1_der_decoding_startEnd: DER functions. (line 346)
2017
+ * asn1_dup_node: ASN.1 field functions.
2018
+ (line 162)
2019
+ * asn1_encode_simple_der: DER functions. (line 51)
2020
+ * asn1_expand_any_defined_by: DER functions. (line 386)
2021
+ * asn1_expand_octet_string: DER functions. (line 406)
2022
+ * asn1_find_node: Auxilliary functions.
2023
+ (line 9)
2024
+ * asn1_find_structure_from_oid: ASN.1 field functions.
2025
+ (line 129)
2026
+ * asn1_get_bit_der: DER functions. (line 228)
2027
+ * asn1_get_length_ber: DER functions. (line 166)
2028
+ * asn1_get_length_der: DER functions. (line 130)
2029
+ * asn1_get_object_id_der: DER functions. (line 209)
2030
+ * asn1_get_octet_der: DER functions. (line 186)
2031
+ * asn1_get_tag_der: DER functions. (line 147)
2032
+ * asn1_length_der: DER functions. (line 9)
2033
+ * asn1_number_of_elements: ASN.1 field functions.
2034
+ (line 111)
2035
+ * asn1_octet_der: DER functions. (line 27)
2036
+ * asn1_parser2array: ASN.1 schema functions.
2037
+ (line 35)
2038
+ * asn1_parser2tree: ASN.1 schema functions.
2039
+ (line 9)
2040
+ * asn1_perror: Error handling functions.
2041
+ (line 9)
2042
+ * asn1_print_structure: ASN.1 field functions.
2043
+ (line 93)
2044
+ * asn1_read_node_value: ASN.1 field functions.
2045
+ (line 453)
2046
+ * asn1_read_tag: ASN.1 field functions.
2047
+ (line 432)
2048
+ * asn1_read_value: ASN.1 field functions.
2049
+ (line 286)
2050
+ * asn1_read_value_type: ASN.1 field functions.
2051
+ (line 358)
2052
+ * asn1_strerror: Error handling functions.
2053
+ (line 21)
2054
+ * asn1_write_value: ASN.1 field functions.
2055
+ (line 176)
2056
+
2057
+
2058
+ 
2059
+ Tag Table:
2060
+ Node: Top861
2061
+ Node: Introduction1851
2062
+ Node: ASN.1 structure handling3220
2063
+ Node: ASN.1 syntax3479
2064
+ Node: Naming5067
2065
+ Node: Simple parsing6048
2066
+ Node: Library Notes6375
2067
+ Node: Future developments7157
2068
+ Node: Utilities7456
2069
+ Node: Invoking asn1Parser7676
2070
+ Node: Invoking asn1Coding8138
2071
+ Node: Invoking asn1Decoding9647
2072
+ Node: Function reference10402
2073
+ Node: ASN.1 schema functions10686
2074
+ Ref: asn1_parser2tree10885
2075
+ Ref: asn1_parser2array11936
2076
+ Node: ASN.1 field functions13254
2077
+ Ref: asn1_array2tree13471
2078
+ Ref: asn1_delete_structure14323
2079
+ Ref: asn1_delete_structure214697
2080
+ Ref: asn1_delete_element15152
2081
+ Ref: asn1_create_element15624
2082
+ Ref: asn1_print_structure16278
2083
+ Ref: asn1_number_of_elements16907
2084
+ Ref: asn1_find_structure_from_oid17502
2085
+ Ref: asn1_copy_node17980
2086
+ Ref: asn1_dup_node18466
2087
+ Ref: asn1_write_value18826
2088
+ Ref: asn1_read_value22860
2089
+ Ref: asn1_read_value_type25650
2090
+ Ref: asn1_read_tag28515
2091
+ Ref: asn1_read_node_value29222
2092
+ Node: DER functions29568
2093
+ Ref: asn1_length_der29771
2094
+ Ref: asn1_octet_der30357
2095
+ Ref: asn1_encode_simple_der31165
2096
+ Ref: asn1_bit_der31995
2097
+ Ref: asn1_der_coding32786
2098
+ Ref: asn1_get_length_der33809
2099
+ Ref: asn1_get_tag_der34349
2100
+ Ref: asn1_get_length_ber34894
2101
+ Ref: asn1_get_octet_der35487
2102
+ Ref: asn1_get_object_id_der36194
2103
+ Ref: asn1_get_bit_der36792
2104
+ Ref: asn1_der_decoding237465
2105
+ Ref: asn1_der_decoding38863
2106
+ Ref: asn1_der_decoding_element39802
2107
+ Ref: asn1_der_decoding_startEnd41109
2108
+ Ref: asn1_expand_any_defined_by42561
2109
+ Ref: asn1_expand_octet_string43366
2110
+ Ref: asn1_decode_simple_der44367
2111
+ Ref: asn1_decode_simple_ber45009
2112
+ Node: Error handling functions45710
2113
+ Ref: asn1_perror45926
2114
+ Ref: asn1_strerror46267
2115
+ Node: Auxilliary functions46678
2116
+ Ref: asn1_find_node46870
2117
+ Ref: asn1_check_version47466
2118
+ Node: Copying Information48065
2119
+ Node: GNU Free Documentation License48318
2120
+ Node: Concept Index73433
2121
+ Node: Function and Data Index74539
2122
+ 
2123
+ End Tag Table