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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1609) hide show
  1. checksums.yaml +7 -0
  2. data/README +4 -4
  3. data/Rakefile +31 -10
  4. data/ext/glib2/extconf.rb +2 -1
  5. data/ext/glib2/glib2.def +1 -0
  6. data/ext/glib2/rbglib.c +6 -5
  7. data/ext/glib2/rbglib.h +3 -3
  8. data/ext/glib2/rbglib_bookmarkfile.c +0 -5
  9. data/ext/glib2/rbglib_error.c +8 -11
  10. data/ext/glib2/rbglib_gettext.c +48 -0
  11. data/ext/glib2/rbglib_i18n.c +0 -4
  12. data/ext/glib2/rbglib_keyfile.c +0 -20
  13. data/ext/glib2/rbglib_maincontext.c +0 -14
  14. data/ext/glib2/rbglib_source.c +0 -4
  15. data/ext/glib2/rbglib_timer.c +0 -4
  16. data/ext/glib2/rbglib_unichar.c +0 -8
  17. data/ext/glib2/rbglib_utf8.c +0 -2
  18. data/ext/glib2/rbglib_utils.c +0 -16
  19. data/ext/glib2/rbglib_win32.c +0 -7
  20. data/ext/glib2/rbgobj_object.c +8 -12
  21. data/ext/glib2/rbgobj_strv.c +0 -4
  22. data/ext/glib2/rbgobj_typeinterface.c +0 -6
  23. data/ext/glib2/rbgobj_value.c +12 -0
  24. data/ext/glib2/rbgobject.c +20 -18
  25. data/ext/glib2/rbgobject.h +1 -0
  26. data/ext/glib2/rbgprivate.h +5 -2
  27. data/lib/1.9/glib2.so +0 -0
  28. data/lib/2.0/glib2.so +0 -0
  29. data/lib/glib2.rb +4 -0
  30. data/lib/gnome2/rake/external-package.rb +20 -3
  31. data/lib/gnome2/rake/native-binary-build-task.rb +47 -30
  32. data/lib/gnome2/rake/package-task.rb +13 -4
  33. data/lib/gnome2/rake/source-download-task.rb +2 -1
  34. data/lib/gnome2/rake/win32-binary-build-task.rb +28 -3
  35. data/lib/mkmf-gnome2.rb +2 -8
  36. data/vendor/local/bin/certtool.exe +0 -0
  37. data/vendor/local/bin/danetool.exe +0 -0
  38. data/vendor/local/bin/gdbus.exe +0 -0
  39. data/vendor/local/bin/gio-querymodules.exe +0 -0
  40. data/vendor/local/bin/glib-compile-resources.exe +0 -0
  41. data/vendor/local/bin/glib-compile-schemas.exe +0 -0
  42. data/vendor/local/bin/glib-genmarshal.exe +0 -0
  43. data/vendor/local/bin/glib-gettextize +1 -1
  44. data/vendor/local/bin/glib-mkenums +1 -1
  45. data/vendor/local/bin/gnutls-cli-debug.exe +0 -0
  46. data/vendor/local/bin/gnutls-cli.exe +0 -0
  47. data/vendor/local/bin/gnutls-serv.exe +0 -0
  48. data/vendor/local/bin/gobject-query.exe +0 -0
  49. data/vendor/local/bin/gresource.exe +0 -0
  50. data/vendor/local/bin/gsettings.exe +0 -0
  51. data/vendor/local/bin/gspawn-win32-helper-console.exe +0 -0
  52. data/vendor/local/bin/gspawn-win32-helper.exe +0 -0
  53. data/vendor/local/bin/libgio-2.0-0.dll +0 -0
  54. data/vendor/local/bin/libglib-2.0-0.dll +0 -0
  55. data/vendor/local/bin/libgmodule-2.0-0.dll +0 -0
  56. data/vendor/local/bin/libgmp-10.dll +0 -0
  57. data/vendor/local/bin/libgnutls-28.def +839 -827
  58. data/vendor/local/bin/libgnutls-28.dll +0 -0
  59. data/vendor/local/bin/libgnutls-openssl-27.dll +0 -0
  60. data/vendor/local/bin/libgnutls-openssl-28.def +148 -229
  61. data/vendor/local/bin/libgnutls-xssl-0.dll +0 -0
  62. data/vendor/local/bin/libgnutls-xssl-28.def +96 -175
  63. data/vendor/local/bin/libgobject-2.0-0.dll +0 -0
  64. data/vendor/local/bin/libgthread-2.0-0.dll +0 -0
  65. data/vendor/local/bin/libhogweed-2-5.dll +0 -0
  66. data/vendor/local/bin/libnettle-4-7.dll +0 -0
  67. data/vendor/local/bin/nettle-hash.exe +0 -0
  68. data/vendor/local/bin/nettle-lfib-stream.exe +0 -0
  69. data/vendor/local/bin/ocsptool.exe +0 -0
  70. data/vendor/local/bin/pkcs1-conv.exe +0 -0
  71. data/vendor/local/bin/psktool.exe +0 -0
  72. data/vendor/local/bin/sexp-conv.exe +0 -0
  73. data/vendor/local/bin/srptool.exe +0 -0
  74. data/vendor/local/include/glib-2.0/gio/gaction.h +14 -0
  75. data/vendor/local/include/glib-2.0/gio/gapplication.h +5 -0
  76. data/vendor/local/include/glib-2.0/gio/gbytesicon.h +54 -0
  77. data/vendor/local/include/glib-2.0/gio/gdbusconnection.h +32 -3
  78. data/vendor/local/include/glib-2.0/gio/gdbusmethodinvocation.h +2 -0
  79. data/vendor/local/include/glib-2.0/gio/gfile.h +97 -8
  80. data/vendor/local/include/glib-2.0/gio/gicon.h +7 -0
  81. data/vendor/local/include/glib-2.0/gio/gio.h +2 -0
  82. data/vendor/local/include/glib-2.0/gio/gioenums.h +31 -1
  83. data/vendor/local/include/glib-2.0/gio/gioenumtypes.h +2 -0
  84. data/vendor/local/include/glib-2.0/gio/giotypes.h +45 -0
  85. data/vendor/local/include/glib-2.0/gio/gmenu.h +7 -0
  86. data/vendor/local/include/glib-2.0/gio/gmenumodel.h +31 -0
  87. data/vendor/local/include/glib-2.0/gio/gnetworking.h +1 -0
  88. data/vendor/local/include/glib-2.0/gio/gpropertyaction.h +49 -0
  89. data/vendor/local/include/glib-2.0/gio/gsettings.h +2 -2
  90. data/vendor/local/include/glib-2.0/gio/gsettingsschema.h +4 -0
  91. data/vendor/local/include/glib-2.0/gio/gsimpleactiongroup.h +4 -4
  92. data/vendor/local/include/glib-2.0/gio/gvfs.h +2 -1
  93. data/vendor/local/include/glib-2.0/glib/galloca.h +3 -1
  94. data/vendor/local/include/glib-2.0/glib/gdir.h +4 -0
  95. data/vendor/local/include/glib-2.0/glib/giochannel.h +1 -1
  96. data/vendor/local/include/glib-2.0/glib/gkeyfile.h +2 -0
  97. data/vendor/local/include/glib-2.0/glib/gmacros.h +22 -3
  98. data/vendor/local/include/glib-2.0/glib/gmain.h +12 -7
  99. data/vendor/local/include/glib-2.0/glib/gmessages.h +10 -6
  100. data/vendor/local/include/glib-2.0/glib/gnode.h +4 -4
  101. data/vendor/local/include/glib-2.0/glib/gregex.h +3 -1
  102. data/vendor/local/include/glib-2.0/glib/gscanner.h +2 -2
  103. data/vendor/local/include/glib-2.0/glib/gspawn.h +2 -0
  104. data/vendor/local/include/glib-2.0/glib/gtestutils.h +64 -9
  105. data/vendor/local/include/glib-2.0/glib/gunicode.h +1 -1
  106. data/vendor/local/include/glib-2.0/glib/gutils.h +2 -2
  107. data/vendor/local/include/glib-2.0/glib/gvariant.h +5 -0
  108. data/vendor/local/include/glib-2.0/glib/gversionmacros.h +24 -0
  109. data/vendor/local/include/glib-2.0/gmodule.h +4 -4
  110. data/vendor/local/include/glib-2.0/gobject/gbinding.h +12 -7
  111. data/vendor/local/include/glib-2.0/gobject/gobject.h +1 -1
  112. data/vendor/local/include/glib-2.0/gobject/gparam.h +3 -2
  113. data/vendor/local/include/glib-2.0/gobject/gtype.h +192 -5
  114. data/vendor/local/include/glib-2.0/gobject/gtypemodule.h +12 -3
  115. data/vendor/local/include/gmp.h +1 -1
  116. data/vendor/local/include/gnutls/abstract.h +317 -296
  117. data/vendor/local/include/gnutls/compat.h +264 -202
  118. data/vendor/local/include/gnutls/crypto.h +69 -60
  119. data/vendor/local/include/gnutls/dtls.h +34 -30
  120. data/vendor/local/include/gnutls/gnutls.h +1310 -1211
  121. data/vendor/local/include/gnutls/ocsp.h +140 -142
  122. data/vendor/local/include/gnutls/openpgp.h +262 -270
  123. data/vendor/local/include/gnutls/openssl.h +153 -157
  124. data/vendor/local/include/gnutls/pkcs11.h +199 -176
  125. data/vendor/local/include/gnutls/pkcs12.h +87 -86
  126. data/vendor/local/include/gnutls/tpm.h +24 -21
  127. data/vendor/local/include/gnutls/x509.h +929 -857
  128. data/vendor/local/include/gnutls/xssl.h +66 -62
  129. data/vendor/local/include/nettle/nettle-stdint.h +1 -1
  130. data/vendor/local/lib/gio/modules/libgiognutls.a +0 -0
  131. data/vendor/local/lib/gio/modules/libgiognutls.dll +0 -0
  132. data/vendor/local/lib/gio/modules/libgiognutls.dll.a +0 -0
  133. data/vendor/local/lib/gio/modules/libgiognutls.la +1 -1
  134. data/vendor/local/lib/glib-2.0/include/glibconfig.h +4 -2
  135. data/vendor/local/lib/libgio-2.0.dll.a +0 -0
  136. data/vendor/local/lib/libgio-2.0.la +3 -3
  137. data/vendor/local/lib/libglib-2.0.dll.a +0 -0
  138. data/vendor/local/lib/libglib-2.0.la +2 -2
  139. data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
  140. data/vendor/local/lib/libgmodule-2.0.la +2 -2
  141. data/vendor/local/lib/libgmp.dll.a +0 -0
  142. data/vendor/local/lib/libgmp.la +1 -1
  143. data/vendor/local/lib/libgnutls-openssl.a +0 -0
  144. data/vendor/local/lib/libgnutls-openssl.dll.a +0 -0
  145. data/vendor/local/lib/libgnutls-openssl.la +2 -2
  146. data/vendor/local/lib/libgnutls-xssl.a +0 -0
  147. data/vendor/local/lib/libgnutls-xssl.dll.a +0 -0
  148. data/vendor/local/lib/libgnutls-xssl.la +2 -2
  149. data/vendor/local/lib/libgnutls.a +0 -0
  150. data/vendor/local/lib/libgnutls.dll.a +0 -0
  151. data/vendor/local/lib/libgnutls.la +4 -4
  152. data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
  153. data/vendor/local/lib/libgobject-2.0.la +2 -2
  154. data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
  155. data/vendor/local/lib/libgthread-2.0.la +2 -2
  156. data/vendor/local/lib/libhogweed.a +0 -0
  157. data/vendor/local/lib/libhogweed.dll.a +0 -0
  158. data/vendor/local/lib/libnettle.a +0 -0
  159. data/vendor/local/lib/libnettle.dll.a +0 -0
  160. data/vendor/local/lib/pkgconfig/gio-2.0.pc +1 -1
  161. data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +1 -1
  162. data/vendor/local/lib/pkgconfig/glib-2.0.pc +1 -1
  163. data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +1 -1
  164. data/vendor/local/lib/pkgconfig/gmodule-export-2.0.pc +1 -1
  165. data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +1 -1
  166. data/vendor/local/lib/pkgconfig/gnutls.pc +3 -3
  167. data/vendor/local/lib/pkgconfig/gobject-2.0.pc +1 -1
  168. data/vendor/local/lib/pkgconfig/gthread-2.0.pc +1 -1
  169. data/vendor/local/lib/pkgconfig/hogweed.pc +1 -1
  170. data/vendor/local/lib/pkgconfig/nettle.pc +1 -1
  171. data/vendor/local/share/aclocal/glib-gettext.m4 +0 -1
  172. data/vendor/local/share/bash-completion/completions/gsettings +1 -1
  173. data/vendor/local/share/gdb/auto-load/{libglib-2.0.so.0.3600.0-gdb.py → libglib-2.0.so.0.3800.2-gdb.py} +0 -0
  174. data/vendor/local/share/gdb/auto-load/{libgobject-2.0.so.0.3600.0-gdb.py → libgobject-2.0.so.0.3800.2-gdb.py} +0 -0
  175. data/vendor/local/share/glib-2.0/codegen/__init__.pyc +0 -0
  176. data/vendor/local/share/glib-2.0/codegen/__init__.pyo +0 -0
  177. data/vendor/local/share/glib-2.0/codegen/codegen.py +42 -45
  178. data/vendor/local/share/glib-2.0/codegen/codegen.pyc +0 -0
  179. data/vendor/local/share/glib-2.0/codegen/codegen.pyo +0 -0
  180. data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyc +0 -0
  181. data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyo +0 -0
  182. data/vendor/local/share/glib-2.0/codegen/codegen_main.py +1 -1
  183. data/vendor/local/share/glib-2.0/codegen/codegen_main.pyc +0 -0
  184. data/vendor/local/share/glib-2.0/codegen/codegen_main.pyo +0 -0
  185. data/vendor/local/share/glib-2.0/codegen/config.py +1 -1
  186. data/vendor/local/share/glib-2.0/codegen/config.pyc +0 -0
  187. data/vendor/local/share/glib-2.0/codegen/config.pyo +0 -0
  188. data/vendor/local/share/glib-2.0/codegen/dbustypes.pyc +0 -0
  189. data/vendor/local/share/glib-2.0/codegen/dbustypes.pyo +0 -0
  190. data/vendor/local/share/glib-2.0/codegen/parser.pyc +0 -0
  191. data/vendor/local/share/glib-2.0/codegen/parser.pyo +0 -0
  192. data/vendor/local/share/glib-2.0/codegen/utils.pyc +0 -0
  193. data/vendor/local/share/glib-2.0/codegen/utils.pyo +0 -0
  194. data/vendor/local/share/glib-2.0/schemas/gschemas.compiled +0 -0
  195. data/vendor/local/share/gtk-doc/html/gio/ExampleAnimal.html +2 -2
  196. data/vendor/local/share/gtk-doc/html/gio/ExampleCat.html +2 -2
  197. data/vendor/local/share/gtk-doc/html/gio/ExampleObject.html +2 -2
  198. data/vendor/local/share/gtk-doc/html/gio/ExampleObjectManagerClient.html +2 -2
  199. data/vendor/local/share/gtk-doc/html/gio/GAction.html +162 -2
  200. data/vendor/local/share/gtk-doc/html/gio/GActionGroup.html +3 -3
  201. data/vendor/local/share/gtk-doc/html/gio/GActionMap.html +3 -3
  202. data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +3 -3
  203. data/vendor/local/share/gtk-doc/html/gio/GApplication.html +73 -2
  204. data/vendor/local/share/gtk-doc/html/gio/GApplicationCommandLine.html +2 -2
  205. data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +2 -2
  206. data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +3 -3
  207. data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +2 -2
  208. data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +2 -2
  209. data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +2 -2
  210. data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +2 -2
  211. data/vendor/local/share/gtk-doc/html/gio/GConverter.html +2 -2
  212. data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +2 -2
  213. data/vendor/local/share/gtk-doc/html/gio/GDBusActionGroup.html +2 -2
  214. data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +2 -2
  215. data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +63 -9
  216. data/vendor/local/share/gtk-doc/html/gio/GDBusInterface.html +2 -2
  217. data/vendor/local/share/gtk-doc/html/gio/GDBusInterfaceSkeleton.html +2 -2
  218. data/vendor/local/share/gtk-doc/html/gio/GDBusMenuModel.html +2 -2
  219. data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +2 -2
  220. data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +57 -2
  221. data/vendor/local/share/gtk-doc/html/gio/GDBusObject.html +2 -2
  222. data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManager.html +2 -2
  223. data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerClient.html +2 -2
  224. data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerServer.html +2 -2
  225. data/vendor/local/share/gtk-doc/html/gio/GDBusObjectProxy.html +2 -2
  226. data/vendor/local/share/gtk-doc/html/gio/GDBusObjectSkeleton.html +2 -2
  227. data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +3 -3
  228. data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +2 -2
  229. data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +2 -2
  230. data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +2 -2
  231. data/vendor/local/share/gtk-doc/html/gio/GDrive.html +2 -2
  232. data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +2 -2
  233. data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +2 -2
  234. data/vendor/local/share/gtk-doc/html/gio/GFile.html +642 -10
  235. data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +2 -2
  236. data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +23 -2
  237. data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +2 -2
  238. data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +4 -4
  239. data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +2 -2
  240. data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +2 -2
  241. data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +2 -2
  242. data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +2 -2
  243. data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +2 -2
  244. data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +2 -2
  245. data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +2 -2
  246. data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +2 -2
  247. data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +2 -2
  248. data/vendor/local/share/gtk-doc/html/gio/GIcon.html +83 -6
  249. data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +2 -2
  250. data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +2 -2
  251. data/vendor/local/share/gtk-doc/html/gio/GInitable.html +2 -2
  252. data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +2 -2
  253. data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +7 -5
  254. data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +2 -2
  255. data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +2 -2
  256. data/vendor/local/share/gtk-doc/html/gio/GMenu.html +69 -11
  257. data/vendor/local/share/gtk-doc/html/gio/GMenuModel.html +28 -9
  258. data/vendor/local/share/gtk-doc/html/gio/GMount.html +2 -2
  259. data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +2 -2
  260. data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +2 -2
  261. data/vendor/local/share/gtk-doc/html/gio/GNetworkMonitor.html +2 -2
  262. data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +2 -2
  263. data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +2 -2
  264. data/vendor/local/share/gtk-doc/html/gio/GPermission.html +2 -2
  265. data/vendor/local/share/gtk-doc/html/gio/GPollableInputStream.html +2 -2
  266. data/vendor/local/share/gtk-doc/html/gio/GPollableOutputStream.html +2 -2
  267. data/vendor/local/share/gtk-doc/html/gio/GProxy.html +2 -2
  268. data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +2 -2
  269. data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +2 -2
  270. data/vendor/local/share/gtk-doc/html/gio/GRemoteActionGroup.html +5 -5
  271. data/vendor/local/share/gtk-doc/html/gio/GResolver.html +2 -2
  272. data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +2 -2
  273. data/vendor/local/share/gtk-doc/html/gio/GSettings.html +2 -2
  274. data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +2 -2
  275. data/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html +7 -4
  276. data/vendor/local/share/gtk-doc/html/gio/GSimpleActionGroup.html +18 -2
  277. data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +2 -2
  278. data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +2 -2
  279. data/vendor/local/share/gtk-doc/html/gio/GSimpleProxyResolver.html +29 -2
  280. data/vendor/local/share/gtk-doc/html/gio/GSocket.html +37 -17
  281. data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +2 -2
  282. data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +2 -2
  283. data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +16 -3
  284. data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +2 -2
  285. data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +2 -2
  286. data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +2 -2
  287. data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +2 -2
  288. data/vendor/local/share/gtk-doc/html/gio/GSrvTarget.html +2 -2
  289. data/vendor/local/share/gtk-doc/html/gio/GTask.html +3 -3
  290. data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +2 -2
  291. data/vendor/local/share/gtk-doc/html/gio/GTcpWrapperConnection.html +3 -3
  292. data/vendor/local/share/gtk-doc/html/gio/GTestDBus.html +3 -3
  293. data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +2 -2
  294. data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +3 -3
  295. data/vendor/local/share/gtk-doc/html/gio/GTlsBackend.html +2 -2
  296. data/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html +2 -2
  297. data/vendor/local/share/gtk-doc/html/gio/GTlsClientConnection.html +2 -2
  298. data/vendor/local/share/gtk-doc/html/gio/GTlsConnection.html +2 -2
  299. data/vendor/local/share/gtk-doc/html/gio/GTlsDatabase.html +2 -2
  300. data/vendor/local/share/gtk-doc/html/gio/GTlsFileDatabase.html +3 -3
  301. data/vendor/local/share/gtk-doc/html/gio/GTlsInteraction.html +2 -2
  302. data/vendor/local/share/gtk-doc/html/gio/GTlsPassword.html +2 -2
  303. data/vendor/local/share/gtk-doc/html/gio/GTlsServerConnection.html +2 -2
  304. data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +2 -2
  305. data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +2 -2
  306. data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +2 -2
  307. data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +2 -2
  308. data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +2 -2
  309. data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +2 -2
  310. data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +2 -2
  311. data/vendor/local/share/gtk-doc/html/gio/GVfs.html +2 -2
  312. data/vendor/local/share/gtk-doc/html/gio/GVolume.html +2 -2
  313. data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +2 -2
  314. data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +3 -3
  315. data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +2 -2
  316. data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +37 -31
  317. data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +2 -2
  318. data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +2 -2
  319. data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +2 -2
  320. data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +2 -2
  321. data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +2 -2
  322. data/vendor/local/share/gtk-doc/html/gio/api-index-2-28.html +2 -2
  323. data/vendor/local/share/gtk-doc/html/gio/api-index-2-30.html +2 -2
  324. data/vendor/local/share/gtk-doc/html/gio/api-index-2-32.html +2 -2
  325. data/vendor/local/share/gtk-doc/html/gio/api-index-2-34.html +2 -2
  326. data/vendor/local/share/gtk-doc/html/gio/api-index-2-36.html +8 -4
  327. data/vendor/local/share/gtk-doc/html/gio/api-index-2-38.html +166 -0
  328. data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +18 -2
  329. data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +118 -2
  330. data/vendor/local/share/gtk-doc/html/gio/application.html +6 -3
  331. data/vendor/local/share/gtk-doc/html/gio/async.html +2 -2
  332. data/vendor/local/share/gtk-doc/html/gio/ch01.html +2 -2
  333. data/vendor/local/share/gtk-doc/html/gio/ch02.html +2 -2
  334. data/vendor/local/share/gtk-doc/html/gio/ch03.html +2 -2
  335. data/vendor/local/share/gtk-doc/html/gio/ch29.html +2 -2
  336. data/vendor/local/share/gtk-doc/html/gio/ch30.html +2 -2
  337. data/vendor/local/share/gtk-doc/html/gio/ch30s02.html +2 -2
  338. data/vendor/local/share/gtk-doc/html/gio/ch30s03.html +2 -2
  339. data/vendor/local/share/gtk-doc/html/gio/ch31.html +2 -2
  340. data/vendor/local/share/gtk-doc/html/gio/ch31s02.html +4 -4
  341. data/vendor/local/share/gtk-doc/html/gio/ch31s03.html +22 -22
  342. data/vendor/local/share/gtk-doc/html/gio/ch31s04.html +4 -4
  343. data/vendor/local/share/gtk-doc/html/gio/ch31s05.html +3 -3
  344. data/vendor/local/share/gtk-doc/html/gio/ch31s06.html +2 -2
  345. data/vendor/local/share/gtk-doc/html/gio/ch31s07.html +2 -2
  346. data/vendor/local/share/gtk-doc/html/gio/ch32.html +2 -2
  347. data/vendor/local/share/gtk-doc/html/gio/ch32s02.html +20 -20
  348. data/vendor/local/share/gtk-doc/html/gio/ch32s03.html +5 -5
  349. data/vendor/local/share/gtk-doc/html/gio/ch32s04.html +4 -4
  350. data/vendor/local/share/gtk-doc/html/gio/ch32s05.html +4 -4
  351. data/vendor/local/share/gtk-doc/html/gio/conversion.html +2 -2
  352. data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +2 -2
  353. data/vendor/local/share/gtk-doc/html/gio/extending.html +2 -2
  354. data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +2 -2
  355. data/vendor/local/share/gtk-doc/html/gio/file_mon.html +2 -2
  356. data/vendor/local/share/gtk-doc/html/gio/file_ops.html +2 -2
  357. data/vendor/local/share/gtk-doc/html/gio/gdbus-codegen.html +2 -2
  358. data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +2 -2
  359. data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +3 -3
  360. data/vendor/local/share/gtk-doc/html/gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html +2 -2
  361. data/vendor/local/share/gtk-doc/html/gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Cat.html +2 -2
  362. data/vendor/local/share/gtk-doc/html/gio/gdbus.html +2 -2
  363. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +2 -2
  364. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +2 -2
  365. data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +3 -3
  366. data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +140 -10
  367. data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +2 -2
  368. data/vendor/local/share/gtk-doc/html/gio/gio-GActionGroup-exporter.html +2 -2
  369. data/vendor/local/share/gtk-doc/html/gio/gio-GBytesIcon.html +127 -0
  370. data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +2 -2
  371. data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +2 -2
  372. data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +2 -2
  373. data/vendor/local/share/gtk-doc/html/gio/gio-GDBusError.html +2 -2
  374. data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +2 -2
  375. data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +2 -2
  376. data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +2 -2
  377. data/vendor/local/share/gtk-doc/html/gio/gio-GInetAddressMask.html +2 -2
  378. data/vendor/local/share/gtk-doc/html/gio/gio-GMenuModel-exporter.html +2 -2
  379. data/vendor/local/share/gtk-doc/html/gio/gio-GPropertyAction.html +177 -0
  380. data/vendor/local/share/gtk-doc/html/gio/gio-GResource.html +2 -2
  381. data/vendor/local/share/gtk-doc/html/gio/gio-GSettingsSchema-GSettingsSchemaSource.html +3 -3
  382. data/vendor/local/share/gtk-doc/html/gio/gio-GWin32InputStream.html +2 -2
  383. data/vendor/local/share/gtk-doc/html/gio/gio-GWin32OutputStream.html +2 -2
  384. data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +2 -2
  385. data/vendor/local/share/gtk-doc/html/gio/gio-TLS-Overview.html +2 -2
  386. data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +2 -2
  387. data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +2 -2
  388. data/vendor/local/share/gtk-doc/html/gio/gio-gnetworking.h.html +2 -2
  389. data/vendor/local/share/gtk-doc/html/gio/gio-gpollableutils.html +3 -3
  390. data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +2 -2
  391. data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +2 -2
  392. data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +44 -6
  393. data/vendor/local/share/gtk-doc/html/gio/glib-compile-resources.html +2 -2
  394. data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +2 -2
  395. data/vendor/local/share/gtk-doc/html/gio/gresource-tool.html +4 -4
  396. data/vendor/local/share/gtk-doc/html/gio/gsettings-tool.html +6 -2
  397. data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +3 -3
  398. data/vendor/local/share/gtk-doc/html/gio/icons.html +5 -2
  399. data/vendor/local/share/gtk-doc/html/gio/index.html +15 -8
  400. data/vendor/local/share/gtk-doc/html/gio/index.sgml +53 -9
  401. data/vendor/local/share/gtk-doc/html/gio/migrating.html +2 -2
  402. data/vendor/local/share/gtk-doc/html/gio/networking.html +2 -2
  403. data/vendor/local/share/gtk-doc/html/gio/permissions.html +2 -2
  404. data/vendor/local/share/gtk-doc/html/gio/pt01.html +2 -2
  405. data/vendor/local/share/gtk-doc/html/gio/pt02.html +13 -7
  406. data/vendor/local/share/gtk-doc/html/gio/resolver.html +2 -2
  407. data/vendor/local/share/gtk-doc/html/gio/resources.html +2 -2
  408. data/vendor/local/share/gtk-doc/html/gio/running-gio-apps.html +2 -2
  409. data/vendor/local/share/gtk-doc/html/gio/settings.html +3 -3
  410. data/vendor/local/share/gtk-doc/html/gio/streaming.html +3 -3
  411. data/vendor/local/share/gtk-doc/html/gio/testing.html +2 -2
  412. data/vendor/local/share/gtk-doc/html/gio/tls.html +2 -2
  413. data/vendor/local/share/gtk-doc/html/gio/tools.html +2 -2
  414. data/vendor/local/share/gtk-doc/html/gio/types.html +2 -2
  415. data/vendor/local/share/gtk-doc/html/gio/utils.html +2 -2
  416. data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +2 -2
  417. data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +31 -34
  418. data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +2 -2
  419. data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +2 -2
  420. data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +4 -4
  421. data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +2 -2
  422. data/vendor/local/share/gtk-doc/html/glib/api-index-2-18.html +2 -2
  423. data/vendor/local/share/gtk-doc/html/glib/api-index-2-2.html +2 -2
  424. data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +2 -2
  425. data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +2 -2
  426. data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +2 -2
  427. data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +2 -2
  428. data/vendor/local/share/gtk-doc/html/glib/api-index-2-28.html +2 -2
  429. data/vendor/local/share/gtk-doc/html/glib/api-index-2-30.html +2 -2
  430. data/vendor/local/share/gtk-doc/html/glib/api-index-2-32.html +2 -2
  431. data/vendor/local/share/gtk-doc/html/glib/api-index-2-34.html +2 -2
  432. data/vendor/local/share/gtk-doc/html/glib/api-index-2-36.html +13 -6
  433. data/vendor/local/share/gtk-doc/html/glib/api-index-2-38.html +78 -0
  434. data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +4 -4
  435. data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +2 -2
  436. data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +2 -2
  437. data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +10 -2
  438. data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +56 -16
  439. data/vendor/local/share/gtk-doc/html/glib/deprecated.html +2 -2
  440. data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +2 -2
  441. data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +2 -2
  442. data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +2 -2
  443. data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +2 -2
  444. data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +2 -2
  445. data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +2 -2
  446. data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +2 -2
  447. data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +17 -14
  448. data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +2 -2
  449. data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +2 -2
  450. data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +2 -2
  451. data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +2 -2
  452. data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +2 -2
  453. data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +2 -2
  454. data/vendor/local/share/gtk-doc/html/glib/glib-Data-HMACs.html +2 -2
  455. data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +2 -2
  456. data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +2 -2
  457. data/vendor/local/share/gtk-doc/html/glib/glib-Deprecated-Thread-APIs.html +2 -2
  458. data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +2 -2
  459. data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +4 -4
  460. data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +6 -4
  461. data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +2 -2
  462. data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +5 -4
  463. data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +28 -3
  464. data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +3 -3
  465. data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +87 -7
  466. data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +2 -2
  467. data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +2 -2
  468. data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +2 -2
  469. data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +2 -2
  470. data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +2 -2
  471. data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +2 -2
  472. data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +4 -3
  473. data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +2 -2
  474. data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +5 -5
  475. data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +4 -4
  476. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +2 -2
  477. data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +2 -2
  478. data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +2 -2
  479. data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +3 -3
  480. data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +19 -9
  481. data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +2 -2
  482. data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +2 -2
  483. data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +36 -15
  484. data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +2 -2
  485. data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +2 -2
  486. data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +2 -2
  487. data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +2 -2
  488. data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +2 -2
  489. data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +2 -2
  490. data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +2 -2
  491. data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +4 -4
  492. data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +11 -5
  493. data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +2 -2
  494. data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +2 -2
  495. data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +2 -2
  496. data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +3 -3
  497. data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +520 -90
  498. data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +116 -19
  499. data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +2 -2
  500. data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +8 -5
  501. data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +2 -2
  502. data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +2 -2
  503. data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +2 -2
  504. data/vendor/local/share/gtk-doc/html/glib/glib-UNIX-specific-utilities-and-integration.html +3 -3
  505. data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +8 -5
  506. data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +5 -5
  507. data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +5 -5
  508. data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +4 -4
  509. data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +2 -2
  510. data/vendor/local/share/gtk-doc/html/glib/glib-building.html +3 -3
  511. data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +2 -2
  512. data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +2 -2
  513. data/vendor/local/share/gtk-doc/html/glib/glib-core.html +2 -2
  514. data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +3 -3
  515. data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +2 -2
  516. data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +2 -2
  517. data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +2 -2
  518. data/vendor/local/share/gtk-doc/html/glib/glib-programming.html +2 -2
  519. data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +2 -2
  520. data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +2 -2
  521. data/vendor/local/share/gtk-doc/html/glib/glib-running.html +3 -3
  522. data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +2 -2
  523. data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +20 -3
  524. data/vendor/local/share/gtk-doc/html/glib/glib.html +2 -2
  525. data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +2 -2
  526. data/vendor/local/share/gtk-doc/html/glib/gtester.html +2 -2
  527. data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +2 -2
  528. data/vendor/local/share/gtk-doc/html/glib/gvariant-text.html +2 -2
  529. data/vendor/local/share/gtk-doc/html/glib/index.html +4 -3
  530. data/vendor/local/share/gtk-doc/html/glib/index.sgml +24 -8
  531. data/vendor/local/share/gtk-doc/html/glib/tools.html +2 -2
  532. data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +58 -13
  533. data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +2 -2
  534. data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +2 -2
  535. data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +38 -32
  536. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +4 -4
  537. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html +2 -2
  538. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +2 -2
  539. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +2 -2
  540. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +2 -2
  541. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +2 -2
  542. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +2 -2
  543. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +2 -2
  544. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-28.html +2 -2
  545. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-30.html +2 -2
  546. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-32.html +2 -2
  547. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-34.html +2 -2
  548. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-36.html +8 -4
  549. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-38.html +73 -0
  550. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +4 -4
  551. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html +2 -2
  552. data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +2 -2
  553. data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +2 -2
  554. data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +73 -34
  555. data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +2 -2
  556. data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +2 -2
  557. data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +2 -2
  558. data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +2 -2
  559. data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +2 -2
  560. data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +2 -2
  561. data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +2 -2
  562. data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +2 -2
  563. data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +2 -2
  564. data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +2 -2
  565. data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +9 -3
  566. data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +2 -2
  567. data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +37 -20
  568. data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +2 -2
  569. data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +4 -4
  570. data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +332 -8
  571. data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +2 -2
  572. data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +4 -33
  573. data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +2 -2
  574. data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +2 -2
  575. data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +2 -2
  576. data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2 +10 -0
  577. data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +2 -2
  578. data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +2 -2
  579. data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +2 -2
  580. data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +2 -2
  581. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +18 -20
  582. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +6 -4
  583. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +40 -29
  584. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +21 -26
  585. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +21 -28
  586. data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +45 -60
  587. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +4 -4
  588. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-override.html +3 -5
  589. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-prerequisite.html +3 -3
  590. data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +5 -7
  591. data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +2 -2
  592. data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +4 -4
  593. data/vendor/local/share/gtk-doc/html/gobject/index.html +4 -3
  594. data/vendor/local/share/gtk-doc/html/gobject/index.sgml +17 -8
  595. data/vendor/local/share/gtk-doc/html/gobject/pr01.html +2 -2
  596. data/vendor/local/share/gtk-doc/html/gobject/pt01.html +2 -2
  597. data/vendor/local/share/gtk-doc/html/gobject/pt02.html +2 -2
  598. data/vendor/local/share/gtk-doc/html/gobject/pt03.html +2 -2
  599. data/vendor/local/share/gtk-doc/html/gobject/rn01.html +2 -2
  600. data/vendor/local/share/gtk-doc/html/gobject/rn02.html +2 -2
  601. data/vendor/local/share/gtk-doc/html/gobject/signal.html +2 -2
  602. data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +2 -2
  603. data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +2 -2
  604. data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +2 -2
  605. data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +2 -2
  606. data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +2 -2
  607. data/vendor/local/share/info/dir +2 -2
  608. data/vendor/local/share/info/gmp.info +125 -125
  609. data/vendor/local/share/info/gmp.info-1 +282 -265
  610. data/vendor/local/share/info/gmp.info-2 +159 -134
  611. data/vendor/local/share/info/gnutls-guile.info +720 -226
  612. data/vendor/local/share/info/gnutls.info +1327 -1278
  613. data/vendor/local/share/info/gnutls.info-1 +635 -561
  614. data/vendor/local/share/info/gnutls.info-2 +3411 -2824
  615. data/vendor/local/share/info/gnutls.info-3 +315 -30
  616. data/vendor/local/share/info/gnutls.info-4 +375 -2088
  617. data/vendor/local/share/info/gnutls.info-5 +0 -0
  618. data/vendor/local/share/locale/an/LC_MESSAGES/glib20.mo +0 -0
  619. data/vendor/local/share/locale/as/LC_MESSAGES/glib20.mo +0 -0
  620. data/vendor/local/share/locale/az/LC_MESSAGES/glib20.mo +0 -0
  621. data/vendor/local/share/locale/be/LC_MESSAGES/glib20.mo +0 -0
  622. data/vendor/local/share/locale/bg/LC_MESSAGES/glib20.mo +0 -0
  623. data/vendor/local/share/locale/ca/LC_MESSAGES/glib20.mo +0 -0
  624. data/vendor/local/share/locale/ca@valencia/LC_MESSAGES/glib20.mo +0 -0
  625. data/vendor/local/share/locale/cs/LC_MESSAGES/glib20.mo +0 -0
  626. data/vendor/local/share/locale/cs/LC_MESSAGES/gnutls.mo +0 -0
  627. data/vendor/local/share/locale/da/LC_MESSAGES/glib20.mo +0 -0
  628. data/vendor/local/share/locale/de/LC_MESSAGES/glib20.mo +0 -0
  629. data/vendor/local/share/locale/de/LC_MESSAGES/gnutls.mo +0 -0
  630. data/vendor/local/share/locale/el/LC_MESSAGES/glib20.mo +0 -0
  631. data/vendor/local/share/locale/en@boldquot/LC_MESSAGES/gnutls.mo +0 -0
  632. data/vendor/local/share/locale/en@quot/LC_MESSAGES/gnutls.mo +0 -0
  633. data/vendor/local/share/locale/en_CA/LC_MESSAGES/glib20.mo +0 -0
  634. data/vendor/local/share/locale/en_GB/LC_MESSAGES/glib20.mo +0 -0
  635. data/vendor/local/share/locale/eo/LC_MESSAGES/glib20.mo +0 -0
  636. data/vendor/local/share/locale/eo/LC_MESSAGES/gnutls.mo +0 -0
  637. data/vendor/local/share/locale/es/LC_MESSAGES/glib20.mo +0 -0
  638. data/vendor/local/share/locale/et/LC_MESSAGES/glib20.mo +0 -0
  639. data/vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo +0 -0
  640. data/vendor/local/share/locale/fa/LC_MESSAGES/glib20.mo +0 -0
  641. data/vendor/local/share/locale/fi/LC_MESSAGES/glib20.mo +0 -0
  642. data/vendor/local/share/locale/fi/LC_MESSAGES/gnutls.mo +0 -0
  643. data/vendor/local/share/locale/fr/LC_MESSAGES/glib20.mo +0 -0
  644. data/vendor/local/share/locale/fr/LC_MESSAGES/gnutls.mo +0 -0
  645. data/vendor/local/share/locale/gl/LC_MESSAGES/glib20.mo +0 -0
  646. data/vendor/local/share/locale/gu/LC_MESSAGES/glib20.mo +0 -0
  647. data/vendor/local/share/locale/he/LC_MESSAGES/glib20.mo +0 -0
  648. data/vendor/local/share/locale/hi/LC_MESSAGES/glib20.mo +0 -0
  649. data/vendor/local/share/locale/hu/LC_MESSAGES/glib20.mo +0 -0
  650. data/vendor/local/share/locale/hy/LC_MESSAGES/glib20.mo +0 -0
  651. data/vendor/local/share/locale/id/LC_MESSAGES/glib20.mo +0 -0
  652. data/vendor/local/share/locale/it/LC_MESSAGES/glib20.mo +0 -0
  653. data/vendor/local/share/locale/it/LC_MESSAGES/gnutls.mo +0 -0
  654. data/vendor/local/share/locale/ja/LC_MESSAGES/glib20.mo +0 -0
  655. data/vendor/local/share/locale/kk/LC_MESSAGES/glib20.mo +0 -0
  656. data/vendor/local/share/locale/kn/LC_MESSAGES/glib20.mo +0 -0
  657. data/vendor/local/share/locale/ko/LC_MESSAGES/glib20.mo +0 -0
  658. data/vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo +0 -0
  659. data/vendor/local/share/locale/lv/LC_MESSAGES/glib20.mo +0 -0
  660. data/vendor/local/share/locale/ml/LC_MESSAGES/glib20.mo +0 -0
  661. data/vendor/local/share/locale/mr/LC_MESSAGES/glib20.mo +0 -0
  662. data/vendor/local/share/locale/ms/LC_MESSAGES/gnutls.mo +0 -0
  663. data/vendor/local/share/locale/nb/LC_MESSAGES/glib20.mo +0 -0
  664. data/vendor/local/share/locale/ne/LC_MESSAGES/glib20.mo +0 -0
  665. data/vendor/local/share/locale/nl/LC_MESSAGES/glib20.mo +0 -0
  666. data/vendor/local/share/locale/nl/LC_MESSAGES/gnutls.mo +0 -0
  667. data/vendor/local/share/locale/or/LC_MESSAGES/glib20.mo +0 -0
  668. data/vendor/local/share/locale/pa/LC_MESSAGES/glib20.mo +0 -0
  669. data/vendor/local/share/locale/pl/LC_MESSAGES/glib20.mo +0 -0
  670. data/vendor/local/share/locale/pl/LC_MESSAGES/gnutls.mo +0 -0
  671. data/vendor/local/share/locale/pt/LC_MESSAGES/glib20.mo +0 -0
  672. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/glib20.mo +0 -0
  673. data/vendor/local/share/locale/ro/LC_MESSAGES/glib20.mo +0 -0
  674. data/vendor/local/share/locale/ru/LC_MESSAGES/glib20.mo +0 -0
  675. data/vendor/local/share/locale/sk/LC_MESSAGES/glib20.mo +0 -0
  676. data/vendor/local/share/locale/sl/LC_MESSAGES/glib20.mo +0 -0
  677. data/vendor/local/share/locale/sr/LC_MESSAGES/glib20.mo +0 -0
  678. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/glib20.mo +0 -0
  679. data/vendor/local/share/locale/sv/LC_MESSAGES/glib20.mo +0 -0
  680. data/vendor/local/share/locale/sv/LC_MESSAGES/gnutls.mo +0 -0
  681. data/vendor/local/share/locale/ta/LC_MESSAGES/glib20.mo +0 -0
  682. data/vendor/local/share/locale/te/LC_MESSAGES/glib20.mo +0 -0
  683. data/vendor/local/share/locale/tg/LC_MESSAGES/glib-networking.mo +0 -0
  684. data/vendor/local/share/locale/th/LC_MESSAGES/glib20.mo +0 -0
  685. data/vendor/local/share/locale/tr/LC_MESSAGES/glib20.mo +0 -0
  686. data/vendor/local/share/locale/ug/LC_MESSAGES/glib20.mo +0 -0
  687. data/vendor/local/share/locale/uk/LC_MESSAGES/gnutls.mo +0 -0
  688. data/vendor/local/share/locale/vi/LC_MESSAGES/glib20.mo +0 -0
  689. data/vendor/local/share/locale/vi/LC_MESSAGES/gnutls.mo +0 -0
  690. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib20.mo +0 -0
  691. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gnutls.mo +0 -0
  692. data/vendor/local/share/locale/zh_HK/LC_MESSAGES/glib20.mo +0 -0
  693. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/glib20.mo +0 -0
  694. data/vendor/local/share/man/man1/certtool.1 +91 -79
  695. data/vendor/local/share/man/man1/gdbus-codegen.1 +1 -1
  696. data/vendor/local/share/man/man1/gdbus.1 +1 -1
  697. data/vendor/local/share/man/man1/gio-querymodules.1 +1 -1
  698. data/vendor/local/share/man/man1/glib-compile-resources.1 +1 -1
  699. data/vendor/local/share/man/man1/glib-compile-schemas.1 +1 -1
  700. data/vendor/local/share/man/man1/glib-genmarshal.1 +1 -1
  701. data/vendor/local/share/man/man1/glib-gettextize.1 +1 -1
  702. data/vendor/local/share/man/man1/glib-mkenums.1 +1 -1
  703. data/vendor/local/share/man/man1/gnutls-cli-debug.1 +14 -10
  704. data/vendor/local/share/man/man1/gnutls-cli.1 +135 -77
  705. data/vendor/local/share/man/man1/gnutls-serv.1 +47 -42
  706. data/vendor/local/share/man/man1/gobject-query.1 +1 -1
  707. data/vendor/local/share/man/man1/gresource.1 +3 -3
  708. data/vendor/local/share/man/man1/gsettings.1 +3 -1
  709. data/vendor/local/share/man/man1/gtester-report.1 +1 -1
  710. data/vendor/local/share/man/man1/gtester.1 +1 -1
  711. data/vendor/local/share/man/man1/ocsptool.1 +29 -24
  712. data/vendor/local/share/man/man1/p11tool.1 +69 -39
  713. data/vendor/local/share/man/man1/psktool.1 +16 -12
  714. data/vendor/local/share/man/man1/srptool.1 +27 -18
  715. data/vendor/local/share/man/man1/tpmtool.1 +27 -23
  716. data/vendor/local/share/man/man3/gnutls_alert_get.3 +2 -2
  717. data/vendor/local/share/man/man3/gnutls_alert_get_name.3 +2 -2
  718. data/vendor/local/share/man/man3/gnutls_alert_get_strname.3 +2 -2
  719. data/vendor/local/share/man/man3/gnutls_alert_send.3 +2 -2
  720. data/vendor/local/share/man/man3/gnutls_alert_send_appropriate.3 +2 -2
  721. data/vendor/local/share/man/man3/gnutls_alpn_get_selected_protocol.3 +51 -0
  722. data/vendor/local/share/man/man3/gnutls_alpn_set_protocols.3 +57 -0
  723. data/vendor/local/share/man/man3/gnutls_anon_allocate_client_credentials.3 +4 -4
  724. data/vendor/local/share/man/man3/gnutls_anon_allocate_server_credentials.3 +4 -4
  725. data/vendor/local/share/man/man3/gnutls_anon_free_client_credentials.3 +2 -2
  726. data/vendor/local/share/man/man3/gnutls_anon_free_server_credentials.3 +2 -2
  727. data/vendor/local/share/man/man3/gnutls_anon_set_params_function.3 +2 -2
  728. data/vendor/local/share/man/man3/gnutls_anon_set_server_dh_params.3 +2 -2
  729. data/vendor/local/share/man/man3/gnutls_anon_set_server_params_function.3 +4 -4
  730. data/vendor/local/share/man/man3/gnutls_auth_client_get_type.3 +2 -2
  731. data/vendor/local/share/man/man3/gnutls_auth_get_type.3 +2 -2
  732. data/vendor/local/share/man/man3/gnutls_auth_server_get_type.3 +2 -2
  733. data/vendor/local/share/man/man3/gnutls_bye.3 +2 -2
  734. data/vendor/local/share/man/man3/gnutls_certificate_activation_time_peers.3 +2 -2
  735. data/vendor/local/share/man/man3/gnutls_certificate_allocate_credentials.3 +4 -4
  736. data/vendor/local/share/man/man3/gnutls_certificate_client_get_request_status.3 +2 -2
  737. data/vendor/local/share/man/man3/gnutls_certificate_client_set_retrieve_function.3 +71 -0
  738. data/vendor/local/share/man/man3/gnutls_certificate_expiration_time_peers.3 +2 -2
  739. data/vendor/local/share/man/man3/gnutls_certificate_free_ca_names.3 +2 -2
  740. data/vendor/local/share/man/man3/gnutls_certificate_free_cas.3 +2 -2
  741. data/vendor/local/share/man/man3/gnutls_certificate_free_credentials.3 +2 -2
  742. data/vendor/local/share/man/man3/gnutls_certificate_free_crls.3 +2 -2
  743. data/vendor/local/share/man/man3/gnutls_certificate_free_keys.3 +2 -2
  744. data/vendor/local/share/man/man3/gnutls_certificate_get_crt_raw.3 +57 -0
  745. data/vendor/local/share/man/man3/gnutls_certificate_get_issuer.3 +4 -4
  746. data/vendor/local/share/man/man3/gnutls_certificate_get_ours.3 +2 -2
  747. data/vendor/local/share/man/man3/gnutls_certificate_get_peers.3 +4 -4
  748. data/vendor/local/share/man/man3/gnutls_certificate_get_peers_subkey_id.3 +2 -2
  749. data/vendor/local/share/man/man3/gnutls_certificate_send_x509_rdn_sequence.3 +2 -2
  750. data/vendor/local/share/man/man3/gnutls_certificate_server_set_request.3 +2 -2
  751. data/vendor/local/share/man/man3/gnutls_certificate_server_set_retrieve_function.3 +59 -0
  752. data/vendor/local/share/man/man3/gnutls_certificate_set_dh_params.3 +2 -2
  753. data/vendor/local/share/man/man3/gnutls_certificate_set_key.3 +9 -7
  754. data/vendor/local/share/man/man3/gnutls_certificate_set_ocsp_status_request_file.3 +4 -4
  755. data/vendor/local/share/man/man3/gnutls_certificate_set_ocsp_status_request_function.3 +2 -2
  756. data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_key.3 +2 -2
  757. data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_key_file.3 +4 -4
  758. data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_key_file2.3 +4 -4
  759. data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_key_mem.3 +4 -4
  760. data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_key_mem2.3 +4 -4
  761. data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_keyring_file.3 +2 -2
  762. data/vendor/local/share/man/man3/gnutls_certificate_set_openpgp_keyring_mem.3 +4 -4
  763. data/vendor/local/share/man/man3/gnutls_certificate_set_params_function.3 +4 -4
  764. data/vendor/local/share/man/man3/gnutls_certificate_set_pin_function.3 +4 -4
  765. data/vendor/local/share/man/man3/gnutls_certificate_set_retrieve_function.3 +2 -2
  766. data/vendor/local/share/man/man3/gnutls_certificate_set_retrieve_function2.3 +2 -2
  767. data/vendor/local/share/man/man3/gnutls_certificate_set_rsa_export_params.3 +4 -4
  768. data/vendor/local/share/man/man3/gnutls_certificate_set_trust_list.3 +54 -0
  769. data/vendor/local/share/man/man3/gnutls_certificate_set_verify_flags.3 +4 -4
  770. data/vendor/local/share/man/man3/gnutls_certificate_set_verify_function.3 +2 -2
  771. data/vendor/local/share/man/man3/gnutls_certificate_set_verify_limits.3 +2 -2
  772. data/vendor/local/share/man/man3/gnutls_certificate_set_x509_crl.3 +2 -2
  773. data/vendor/local/share/man/man3/gnutls_certificate_set_x509_crl_file.3 +2 -2
  774. data/vendor/local/share/man/man3/gnutls_certificate_set_x509_crl_mem.3 +2 -2
  775. data/vendor/local/share/man/man3/gnutls_certificate_set_x509_key.3 +2 -2
  776. data/vendor/local/share/man/man3/gnutls_certificate_set_x509_key_file.3 +9 -2
  777. data/vendor/local/share/man/man3/gnutls_certificate_set_x509_key_file2.3 +11 -4
  778. data/vendor/local/share/man/man3/gnutls_certificate_set_x509_key_mem.3 +2 -2
  779. data/vendor/local/share/man/man3/gnutls_certificate_set_x509_key_mem2.3 +4 -4
  780. data/vendor/local/share/man/man3/gnutls_certificate_set_x509_simple_pkcs12_file.3 +2 -2
  781. data/vendor/local/share/man/man3/gnutls_certificate_set_x509_simple_pkcs12_mem.3 +2 -2
  782. data/vendor/local/share/man/man3/gnutls_certificate_set_x509_system_trust.3 +4 -4
  783. data/vendor/local/share/man/man3/gnutls_certificate_set_x509_trust.3 +2 -2
  784. data/vendor/local/share/man/man3/gnutls_certificate_set_x509_trust_file.3 +4 -4
  785. data/vendor/local/share/man/man3/gnutls_certificate_set_x509_trust_mem.3 +2 -2
  786. data/vendor/local/share/man/man3/gnutls_certificate_type_get.3 +2 -2
  787. data/vendor/local/share/man/man3/gnutls_certificate_type_get_id.3 +2 -2
  788. data/vendor/local/share/man/man3/gnutls_certificate_type_get_name.3 +4 -4
  789. data/vendor/local/share/man/man3/gnutls_certificate_type_list.3 +2 -2
  790. data/vendor/local/share/man/man3/gnutls_certificate_type_set_priority.3 +2 -2
  791. data/vendor/local/share/man/man3/gnutls_certificate_verification_status_print.3 +4 -4
  792. data/vendor/local/share/man/man3/gnutls_certificate_verify_peers2.3 +2 -2
  793. data/vendor/local/share/man/man3/gnutls_certificate_verify_peers3.3 +4 -4
  794. data/vendor/local/share/man/man3/gnutls_check_version.3 +2 -2
  795. data/vendor/local/share/man/man3/gnutls_cipher_add_auth.3 +2 -2
  796. data/vendor/local/share/man/man3/gnutls_cipher_decrypt.3 +5 -2
  797. data/vendor/local/share/man/man3/gnutls_cipher_decrypt2.3 +5 -2
  798. data/vendor/local/share/man/man3/gnutls_cipher_deinit.3 +2 -2
  799. data/vendor/local/share/man/man3/gnutls_cipher_encrypt.3 +2 -2
  800. data/vendor/local/share/man/man3/gnutls_cipher_encrypt2.3 +2 -2
  801. data/vendor/local/share/man/man3/gnutls_cipher_get.3 +2 -2
  802. data/vendor/local/share/man/man3/gnutls_cipher_get_block_size.3 +3 -5
  803. data/vendor/local/share/man/man3/gnutls_cipher_get_id.3 +2 -2
  804. data/vendor/local/share/man/man3/gnutls_cipher_get_iv_size.3 +46 -0
  805. data/vendor/local/share/man/man3/gnutls_cipher_get_key_size.3 +2 -2
  806. data/vendor/local/share/man/man3/gnutls_cipher_get_name.3 +2 -2
  807. data/vendor/local/share/man/man3/gnutls_cipher_get_tag_size.3 +44 -0
  808. data/vendor/local/share/man/man3/gnutls_cipher_init.3 +2 -2
  809. data/vendor/local/share/man/man3/gnutls_cipher_list.3 +2 -2
  810. data/vendor/local/share/man/man3/gnutls_cipher_set_iv.3 +2 -2
  811. data/vendor/local/share/man/man3/gnutls_cipher_set_priority.3 +2 -2
  812. data/vendor/local/share/man/man3/gnutls_cipher_suite_get_name.3 +6 -6
  813. data/vendor/local/share/man/man3/gnutls_cipher_suite_info.3 +2 -2
  814. data/vendor/local/share/man/man3/gnutls_cipher_tag.3 +2 -2
  815. data/vendor/local/share/man/man3/gnutls_compression_get.3 +2 -2
  816. data/vendor/local/share/man/man3/gnutls_compression_get_id.3 +2 -2
  817. data/vendor/local/share/man/man3/gnutls_compression_get_name.3 +4 -4
  818. data/vendor/local/share/man/man3/gnutls_compression_list.3 +2 -2
  819. data/vendor/local/share/man/man3/gnutls_compression_set_priority.3 +2 -2
  820. data/vendor/local/share/man/man3/gnutls_credentials_clear.3 +2 -2
  821. data/vendor/local/share/man/man3/gnutls_credentials_set.3 +2 -2
  822. data/vendor/local/share/man/man3/gnutls_db_check_entry.3 +2 -2
  823. data/vendor/local/share/man/man3/gnutls_db_check_entry_time.3 +2 -2
  824. data/vendor/local/share/man/man3/gnutls_db_get_ptr.3 +2 -2
  825. data/vendor/local/share/man/man3/gnutls_db_remove_session.3 +2 -2
  826. data/vendor/local/share/man/man3/gnutls_db_set_cache_expiration.3 +2 -2
  827. data/vendor/local/share/man/man3/gnutls_db_set_ptr.3 +2 -2
  828. data/vendor/local/share/man/man3/gnutls_db_set_remove_function.3 +2 -2
  829. data/vendor/local/share/man/man3/gnutls_db_set_retrieve_function.3 +2 -2
  830. data/vendor/local/share/man/man3/gnutls_db_set_store_function.3 +2 -2
  831. data/vendor/local/share/man/man3/gnutls_deinit.3 +2 -2
  832. data/vendor/local/share/man/man3/gnutls_dh_get_group.3 +2 -2
  833. data/vendor/local/share/man/man3/gnutls_dh_get_peers_public_bits.3 +2 -2
  834. data/vendor/local/share/man/man3/gnutls_dh_get_prime_bits.3 +2 -2
  835. data/vendor/local/share/man/man3/gnutls_dh_get_pubkey.3 +2 -2
  836. data/vendor/local/share/man/man3/gnutls_dh_get_secret_bits.3 +2 -2
  837. data/vendor/local/share/man/man3/gnutls_dh_params_cpy.3 +2 -2
  838. data/vendor/local/share/man/man3/gnutls_dh_params_deinit.3 +2 -2
  839. data/vendor/local/share/man/man3/gnutls_dh_params_export2_pkcs3.3 +2 -2
  840. data/vendor/local/share/man/man3/gnutls_dh_params_export_pkcs3.3 +2 -2
  841. data/vendor/local/share/man/man3/gnutls_dh_params_export_raw.3 +2 -2
  842. data/vendor/local/share/man/man3/gnutls_dh_params_generate2.3 +2 -2
  843. data/vendor/local/share/man/man3/gnutls_dh_params_import_pkcs3.3 +2 -2
  844. data/vendor/local/share/man/man3/gnutls_dh_params_import_raw.3 +2 -2
  845. data/vendor/local/share/man/man3/gnutls_dh_params_init.3 +2 -2
  846. data/vendor/local/share/man/man3/gnutls_dh_set_prime_bits.3 +3 -3
  847. data/vendor/local/share/man/man3/gnutls_digest_get_id.3 +46 -0
  848. data/vendor/local/share/man/man3/gnutls_digest_get_name.3 +45 -0
  849. data/vendor/local/share/man/man3/gnutls_digest_list.3 +47 -0
  850. data/vendor/local/share/man/man3/gnutls_dtls_cookie_send.3 +10 -6
  851. data/vendor/local/share/man/man3/gnutls_dtls_cookie_verify.3 +10 -8
  852. data/vendor/local/share/man/man3/gnutls_dtls_get_data_mtu.3 +3 -3
  853. data/vendor/local/share/man/man3/gnutls_dtls_get_mtu.3 +2 -2
  854. data/vendor/local/share/man/man3/gnutls_dtls_get_timeout.3 +2 -2
  855. data/vendor/local/share/man/man3/gnutls_dtls_prestate_set.3 +7 -4
  856. data/vendor/local/share/man/man3/gnutls_dtls_set_data_mtu.3 +5 -2
  857. data/vendor/local/share/man/man3/gnutls_dtls_set_mtu.3 +2 -2
  858. data/vendor/local/share/man/man3/gnutls_dtls_set_timeouts.3 +4 -2
  859. data/vendor/local/share/man/man3/gnutls_ecc_curve_get.3 +2 -2
  860. data/vendor/local/share/man/man3/gnutls_ecc_curve_get_name.3 +2 -2
  861. data/vendor/local/share/man/man3/gnutls_ecc_curve_get_size.3 +2 -2
  862. data/vendor/local/share/man/man3/gnutls_ecc_curve_list.3 +2 -2
  863. data/vendor/local/share/man/man3/gnutls_error_is_fatal.3 +9 -6
  864. data/vendor/local/share/man/man3/gnutls_error_to_alert.3 +2 -2
  865. data/vendor/local/share/man/man3/gnutls_est_record_overhead_size.3 +58 -0
  866. data/vendor/local/share/man/man3/gnutls_fingerprint.3 +2 -2
  867. data/vendor/local/share/man/man3/gnutls_global_deinit.3 +2 -2
  868. data/vendor/local/share/man/man3/gnutls_global_init.3 +9 -11
  869. data/vendor/local/share/man/man3/gnutls_global_set_audit_log_function.3 +7 -6
  870. data/vendor/local/share/man/man3/gnutls_global_set_log_function.3 +2 -2
  871. data/vendor/local/share/man/man3/gnutls_global_set_log_level.3 +2 -2
  872. data/vendor/local/share/man/man3/gnutls_global_set_mem_functions.3 +2 -2
  873. data/vendor/local/share/man/man3/gnutls_global_set_mutex.3 +2 -2
  874. data/vendor/local/share/man/man3/gnutls_global_set_time_function.3 +2 -2
  875. data/vendor/local/share/man/man3/gnutls_handshake.3 +2 -2
  876. data/vendor/local/share/man/man3/gnutls_handshake_description_get_name.3 +45 -0
  877. data/vendor/local/share/man/man3/gnutls_handshake_get_last_in.3 +2 -2
  878. data/vendor/local/share/man/man3/gnutls_handshake_get_last_out.3 +2 -2
  879. data/vendor/local/share/man/man3/gnutls_handshake_set_hook_function.3 +66 -0
  880. data/vendor/local/share/man/man3/gnutls_handshake_set_max_packet_length.3 +2 -2
  881. data/vendor/local/share/man/man3/gnutls_handshake_set_post_client_hello_function.3 +4 -4
  882. data/vendor/local/share/man/man3/gnutls_handshake_set_private_extensions.3 +2 -2
  883. data/vendor/local/share/man/man3/gnutls_handshake_set_random.3 +4 -4
  884. data/vendor/local/share/man/man3/gnutls_handshake_set_timeout.3 +2 -2
  885. data/vendor/local/share/man/man3/gnutls_hash.3 +2 -2
  886. data/vendor/local/share/man/man3/gnutls_hash_deinit.3 +2 -2
  887. data/vendor/local/share/man/man3/gnutls_hash_fast.3 +2 -2
  888. data/vendor/local/share/man/man3/gnutls_hash_get_len.3 +2 -2
  889. data/vendor/local/share/man/man3/gnutls_hash_init.3 +2 -2
  890. data/vendor/local/share/man/man3/gnutls_hash_output.3 +2 -2
  891. data/vendor/local/share/man/man3/gnutls_heartbeat_allowed.3 +2 -2
  892. data/vendor/local/share/man/man3/gnutls_heartbeat_enable.3 +8 -4
  893. data/vendor/local/share/man/man3/gnutls_heartbeat_get_timeout.3 +2 -2
  894. data/vendor/local/share/man/man3/gnutls_heartbeat_ping.3 +2 -2
  895. data/vendor/local/share/man/man3/gnutls_heartbeat_pong.3 +2 -2
  896. data/vendor/local/share/man/man3/gnutls_heartbeat_set_timeouts.3 +4 -7
  897. data/vendor/local/share/man/man3/gnutls_hex2bin.3 +2 -2
  898. data/vendor/local/share/man/man3/gnutls_hex_decode.3 +2 -2
  899. data/vendor/local/share/man/man3/gnutls_hex_encode.3 +4 -2
  900. data/vendor/local/share/man/man3/gnutls_hmac.3 +2 -2
  901. data/vendor/local/share/man/man3/gnutls_hmac_deinit.3 +2 -2
  902. data/vendor/local/share/man/man3/gnutls_hmac_fast.3 +2 -2
  903. data/vendor/local/share/man/man3/gnutls_hmac_get_len.3 +2 -2
  904. data/vendor/local/share/man/man3/gnutls_hmac_init.3 +5 -2
  905. data/vendor/local/share/man/man3/gnutls_hmac_output.3 +2 -2
  906. data/vendor/local/share/man/man3/gnutls_hmac_set_nonce.3 +48 -0
  907. data/vendor/local/share/man/man3/gnutls_init.3 +6 -2
  908. data/vendor/local/share/man/man3/gnutls_key_generate.3 +2 -2
  909. data/vendor/local/share/man/man3/gnutls_kx_get.3 +2 -2
  910. data/vendor/local/share/man/man3/gnutls_kx_get_id.3 +2 -2
  911. data/vendor/local/share/man/man3/gnutls_kx_get_name.3 +2 -2
  912. data/vendor/local/share/man/man3/gnutls_kx_list.3 +2 -2
  913. data/vendor/local/share/man/man3/gnutls_kx_set_priority.3 +2 -2
  914. data/vendor/local/share/man/man3/gnutls_load_file.3 +4 -4
  915. data/vendor/local/share/man/man3/gnutls_mac_get.3 +2 -2
  916. data/vendor/local/share/man/man3/gnutls_mac_get_id.3 +2 -2
  917. data/vendor/local/share/man/man3/gnutls_mac_get_key_size.3 +3 -3
  918. data/vendor/local/share/man/man3/gnutls_mac_get_name.3 +2 -2
  919. data/vendor/local/share/man/man3/gnutls_mac_get_nonce_size.3 +46 -0
  920. data/vendor/local/share/man/man3/gnutls_mac_list.3 +3 -6
  921. data/vendor/local/share/man/man3/gnutls_mac_set_priority.3 +2 -2
  922. data/vendor/local/share/man/man3/gnutls_ocsp_req_add_cert.3 +2 -2
  923. data/vendor/local/share/man/man3/gnutls_ocsp_req_add_cert_id.3 +2 -2
  924. data/vendor/local/share/man/man3/gnutls_ocsp_req_deinit.3 +2 -2
  925. data/vendor/local/share/man/man3/gnutls_ocsp_req_export.3 +2 -2
  926. data/vendor/local/share/man/man3/gnutls_ocsp_req_get_cert_id.3 +2 -2
  927. data/vendor/local/share/man/man3/gnutls_ocsp_req_get_extension.3 +2 -2
  928. data/vendor/local/share/man/man3/gnutls_ocsp_req_get_nonce.3 +2 -2
  929. data/vendor/local/share/man/man3/gnutls_ocsp_req_get_version.3 +2 -2
  930. data/vendor/local/share/man/man3/gnutls_ocsp_req_import.3 +2 -2
  931. data/vendor/local/share/man/man3/gnutls_ocsp_req_init.3 +2 -2
  932. data/vendor/local/share/man/man3/gnutls_ocsp_req_print.3 +2 -2
  933. data/vendor/local/share/man/man3/gnutls_ocsp_req_randomize_nonce.3 +2 -2
  934. data/vendor/local/share/man/man3/gnutls_ocsp_req_set_extension.3 +2 -2
  935. data/vendor/local/share/man/man3/gnutls_ocsp_req_set_nonce.3 +2 -2
  936. data/vendor/local/share/man/man3/gnutls_ocsp_resp_check_crt.3 +2 -2
  937. data/vendor/local/share/man/man3/gnutls_ocsp_resp_deinit.3 +2 -2
  938. data/vendor/local/share/man/man3/gnutls_ocsp_resp_export.3 +2 -2
  939. data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_certs.3 +2 -2
  940. data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_extension.3 +2 -2
  941. data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_nonce.3 +2 -2
  942. data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_produced.3 +2 -2
  943. data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_responder.3 +2 -2
  944. data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_response.3 +2 -2
  945. data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_signature.3 +2 -2
  946. data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_signature_algorithm.3 +2 -2
  947. data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_single.3 +2 -2
  948. data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_status.3 +2 -2
  949. data/vendor/local/share/man/man3/gnutls_ocsp_resp_get_version.3 +2 -2
  950. data/vendor/local/share/man/man3/gnutls_ocsp_resp_import.3 +2 -2
  951. data/vendor/local/share/man/man3/gnutls_ocsp_resp_init.3 +2 -2
  952. data/vendor/local/share/man/man3/gnutls_ocsp_resp_print.3 +2 -2
  953. data/vendor/local/share/man/man3/gnutls_ocsp_resp_verify.3 +2 -2
  954. data/vendor/local/share/man/man3/gnutls_ocsp_resp_verify_direct.3 +2 -2
  955. data/vendor/local/share/man/man3/gnutls_ocsp_status_request_enable_client.3 +2 -2
  956. data/vendor/local/share/man/man3/gnutls_ocsp_status_request_get.3 +2 -2
  957. data/vendor/local/share/man/man3/gnutls_ocsp_status_request_is_checked.3 +2 -2
  958. data/vendor/local/share/man/man3/gnutls_openpgp_crt_check_hostname.3 +2 -2
  959. data/vendor/local/share/man/man3/gnutls_openpgp_crt_deinit.3 +2 -2
  960. data/vendor/local/share/man/man3/gnutls_openpgp_crt_export.3 +2 -2
  961. data/vendor/local/share/man/man3/gnutls_openpgp_crt_export2.3 +2 -2
  962. data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_auth_subkey.3 +2 -2
  963. data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_creation_time.3 +2 -2
  964. data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_expiration_time.3 +2 -2
  965. data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_fingerprint.3 +2 -2
  966. data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_key_id.3 +2 -2
  967. data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_key_usage.3 +2 -2
  968. data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_name.3 +2 -2
  969. data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_pk_algorithm.3 +2 -2
  970. data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_pk_dsa_raw.3 +2 -2
  971. data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_pk_rsa_raw.3 +2 -2
  972. data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_preferred_key_id.3 +2 -2
  973. data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_revoked_status.3 +2 -2
  974. data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_count.3 +2 -2
  975. data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_creation_time.3 +2 -2
  976. data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_expiration_time.3 +2 -2
  977. data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_fingerprint.3 +2 -2
  978. data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_id.3 +2 -2
  979. data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_idx.3 +2 -2
  980. data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_pk_algorithm.3 +2 -2
  981. data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_pk_dsa_raw.3 +2 -2
  982. data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_pk_rsa_raw.3 +2 -2
  983. data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_revoked_status.3 +2 -2
  984. data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_subkey_usage.3 +2 -2
  985. data/vendor/local/share/man/man3/gnutls_openpgp_crt_get_version.3 +2 -2
  986. data/vendor/local/share/man/man3/gnutls_openpgp_crt_import.3 +2 -2
  987. data/vendor/local/share/man/man3/gnutls_openpgp_crt_init.3 +2 -2
  988. data/vendor/local/share/man/man3/gnutls_openpgp_crt_print.3 +2 -2
  989. data/vendor/local/share/man/man3/gnutls_openpgp_crt_set_preferred_key_id.3 +2 -2
  990. data/vendor/local/share/man/man3/gnutls_openpgp_crt_verify_ring.3 +2 -2
  991. data/vendor/local/share/man/man3/gnutls_openpgp_crt_verify_self.3 +2 -2
  992. data/vendor/local/share/man/man3/gnutls_openpgp_keyring_check_id.3 +2 -2
  993. data/vendor/local/share/man/man3/gnutls_openpgp_keyring_deinit.3 +2 -2
  994. data/vendor/local/share/man/man3/gnutls_openpgp_keyring_get_crt.3 +2 -2
  995. data/vendor/local/share/man/man3/gnutls_openpgp_keyring_get_crt_count.3 +2 -2
  996. data/vendor/local/share/man/man3/gnutls_openpgp_keyring_import.3 +2 -2
  997. data/vendor/local/share/man/man3/gnutls_openpgp_keyring_init.3 +2 -2
  998. data/vendor/local/share/man/man3/gnutls_openpgp_privkey_deinit.3 +2 -2
  999. data/vendor/local/share/man/man3/gnutls_openpgp_privkey_export.3 +2 -2
  1000. data/vendor/local/share/man/man3/gnutls_openpgp_privkey_export2.3 +2 -2
  1001. data/vendor/local/share/man/man3/gnutls_openpgp_privkey_export_dsa_raw.3 +2 -2
  1002. data/vendor/local/share/man/man3/gnutls_openpgp_privkey_export_rsa_raw.3 +2 -2
  1003. data/vendor/local/share/man/man3/gnutls_openpgp_privkey_export_subkey_dsa_raw.3 +2 -2
  1004. data/vendor/local/share/man/man3/gnutls_openpgp_privkey_export_subkey_rsa_raw.3 +2 -2
  1005. data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_fingerprint.3 +2 -2
  1006. data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_key_id.3 +2 -2
  1007. data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_pk_algorithm.3 +2 -2
  1008. data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_preferred_key_id.3 +2 -2
  1009. data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_revoked_status.3 +2 -2
  1010. data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_count.3 +2 -2
  1011. data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_creation_time.3 +4 -4
  1012. data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_expiration_time.3 +49 -0
  1013. data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_fingerprint.3 +2 -2
  1014. data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_id.3 +2 -2
  1015. data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_idx.3 +2 -2
  1016. data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_pk_algorithm.3 +4 -4
  1017. data/vendor/local/share/man/man3/gnutls_openpgp_privkey_get_subkey_revoked_status.3 +4 -4
  1018. data/vendor/local/share/man/man3/gnutls_openpgp_privkey_import.3 +2 -2
  1019. data/vendor/local/share/man/man3/gnutls_openpgp_privkey_init.3 +2 -2
  1020. data/vendor/local/share/man/man3/gnutls_openpgp_privkey_sec_param.3 +2 -2
  1021. data/vendor/local/share/man/man3/gnutls_openpgp_privkey_set_preferred_key_id.3 +4 -4
  1022. data/vendor/local/share/man/man3/gnutls_openpgp_privkey_sign_hash.3 +2 -2
  1023. data/vendor/local/share/man/man3/gnutls_openpgp_send_cert.3 +2 -2
  1024. data/vendor/local/share/man/man3/gnutls_openpgp_set_recv_key_function.3 +2 -2
  1025. data/vendor/local/share/man/man3/gnutls_pcert_deinit.3 +2 -2
  1026. data/vendor/local/share/man/man3/gnutls_pcert_import_openpgp.3 +4 -4
  1027. data/vendor/local/share/man/man3/gnutls_pcert_import_openpgp_raw.3 +4 -4
  1028. data/vendor/local/share/man/man3/gnutls_pcert_import_x509.3 +4 -4
  1029. data/vendor/local/share/man/man3/gnutls_pcert_import_x509_raw.3 +4 -4
  1030. data/vendor/local/share/man/man3/gnutls_pcert_list_import_x509_raw.3 +2 -2
  1031. data/vendor/local/share/man/man3/gnutls_pem_base64_decode.3 +2 -2
  1032. data/vendor/local/share/man/man3/gnutls_pem_base64_decode_alloc.3 +2 -2
  1033. data/vendor/local/share/man/man3/gnutls_pem_base64_encode.3 +2 -2
  1034. data/vendor/local/share/man/man3/gnutls_pem_base64_encode_alloc.3 +2 -2
  1035. data/vendor/local/share/man/man3/gnutls_perror.3 +2 -2
  1036. data/vendor/local/share/man/man3/gnutls_pk_algorithm_get_name.3 +2 -2
  1037. data/vendor/local/share/man/man3/gnutls_pk_bits_to_sec_param.3 +2 -2
  1038. data/vendor/local/share/man/man3/gnutls_pk_get_id.3 +2 -2
  1039. data/vendor/local/share/man/man3/gnutls_pk_get_name.3 +2 -2
  1040. data/vendor/local/share/man/man3/gnutls_pk_list.3 +2 -2
  1041. data/vendor/local/share/man/man3/gnutls_pk_to_sign.3 +2 -2
  1042. data/vendor/local/share/man/man3/gnutls_pkcs11_add_provider.3 +2 -2
  1043. data/vendor/local/share/man/man3/gnutls_pkcs11_copy_secret_key.3 +2 -2
  1044. data/vendor/local/share/man/man3/gnutls_pkcs11_copy_x509_crt.3 +2 -2
  1045. data/vendor/local/share/man/man3/gnutls_pkcs11_copy_x509_privkey.3 +2 -2
  1046. data/vendor/local/share/man/man3/gnutls_pkcs11_deinit.3 +2 -2
  1047. data/vendor/local/share/man/man3/gnutls_pkcs11_delete_url.3 +2 -2
  1048. data/vendor/local/share/man/man3/gnutls_pkcs11_get_pin_function.3 +2 -2
  1049. data/vendor/local/share/man/man3/gnutls_pkcs11_get_raw_issuer.3 +56 -0
  1050. data/vendor/local/share/man/man3/gnutls_pkcs11_init.3 +2 -2
  1051. data/vendor/local/share/man/man3/gnutls_pkcs11_obj_deinit.3 +2 -2
  1052. data/vendor/local/share/man/man3/gnutls_pkcs11_obj_export.3 +3 -6
  1053. data/vendor/local/share/man/man3/gnutls_pkcs11_obj_export2.3 +3 -6
  1054. data/vendor/local/share/man/man3/gnutls_pkcs11_obj_export3.3 +55 -0
  1055. data/vendor/local/share/man/man3/gnutls_pkcs11_obj_export_url.3 +2 -2
  1056. data/vendor/local/share/man/man3/gnutls_pkcs11_obj_get_info.3 +2 -2
  1057. data/vendor/local/share/man/man3/gnutls_pkcs11_obj_get_type.3 +2 -2
  1058. data/vendor/local/share/man/man3/gnutls_pkcs11_obj_import_url.3 +2 -2
  1059. data/vendor/local/share/man/man3/gnutls_pkcs11_obj_init.3 +2 -2
  1060. data/vendor/local/share/man/man3/gnutls_pkcs11_obj_list_import_url.3 +2 -2
  1061. data/vendor/local/share/man/man3/gnutls_pkcs11_obj_list_import_url2.3 +2 -2
  1062. data/vendor/local/share/man/man3/gnutls_pkcs11_obj_set_pin_function.3 +2 -2
  1063. data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_deinit.3 +2 -2
  1064. data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_export_url.3 +2 -2
  1065. data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_generate.3 +5 -5
  1066. data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_generate2.3 +5 -5
  1067. data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_get_info.3 +2 -2
  1068. data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_get_pk_algorithm.3 +2 -2
  1069. data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_import_url.3 +2 -2
  1070. data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_init.3 +2 -2
  1071. data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_set_pin_function.3 +2 -2
  1072. data/vendor/local/share/man/man3/gnutls_pkcs11_privkey_status.3 +2 -2
  1073. data/vendor/local/share/man/man3/gnutls_pkcs11_reinit.3 +2 -2
  1074. data/vendor/local/share/man/man3/gnutls_pkcs11_set_pin_function.3 +2 -2
  1075. data/vendor/local/share/man/man3/gnutls_pkcs11_set_token_function.3 +2 -2
  1076. data/vendor/local/share/man/man3/gnutls_pkcs11_token_get_flags.3 +2 -2
  1077. data/vendor/local/share/man/man3/gnutls_pkcs11_token_get_info.3 +2 -2
  1078. data/vendor/local/share/man/man3/gnutls_pkcs11_token_get_mechanism.3 +2 -2
  1079. data/vendor/local/share/man/man3/gnutls_pkcs11_token_get_random.3 +51 -0
  1080. data/vendor/local/share/man/man3/gnutls_pkcs11_token_get_url.3 +2 -2
  1081. data/vendor/local/share/man/man3/gnutls_pkcs11_token_init.3 +2 -2
  1082. data/vendor/local/share/man/man3/gnutls_pkcs11_token_set_pin.3 +2 -2
  1083. data/vendor/local/share/man/man3/gnutls_pkcs11_type_get_name.3 +2 -2
  1084. data/vendor/local/share/man/man3/gnutls_pkcs12_bag_decrypt.3 +2 -2
  1085. data/vendor/local/share/man/man3/gnutls_pkcs12_bag_deinit.3 +2 -2
  1086. data/vendor/local/share/man/man3/gnutls_pkcs12_bag_encrypt.3 +2 -2
  1087. data/vendor/local/share/man/man3/gnutls_pkcs12_bag_get_count.3 +2 -2
  1088. data/vendor/local/share/man/man3/gnutls_pkcs12_bag_get_data.3 +2 -2
  1089. data/vendor/local/share/man/man3/gnutls_pkcs12_bag_get_friendly_name.3 +2 -2
  1090. data/vendor/local/share/man/man3/gnutls_pkcs12_bag_get_key_id.3 +2 -2
  1091. data/vendor/local/share/man/man3/gnutls_pkcs12_bag_get_type.3 +2 -2
  1092. data/vendor/local/share/man/man3/gnutls_pkcs12_bag_init.3 +2 -2
  1093. data/vendor/local/share/man/man3/gnutls_pkcs12_bag_set_crl.3 +2 -2
  1094. data/vendor/local/share/man/man3/gnutls_pkcs12_bag_set_crt.3 +2 -2
  1095. data/vendor/local/share/man/man3/gnutls_pkcs12_bag_set_data.3 +2 -2
  1096. data/vendor/local/share/man/man3/gnutls_pkcs12_bag_set_friendly_name.3 +2 -2
  1097. data/vendor/local/share/man/man3/gnutls_pkcs12_bag_set_key_id.3 +2 -2
  1098. data/vendor/local/share/man/man3/gnutls_pkcs12_deinit.3 +2 -2
  1099. data/vendor/local/share/man/man3/gnutls_pkcs12_export.3 +2 -2
  1100. data/vendor/local/share/man/man3/gnutls_pkcs12_export2.3 +2 -2
  1101. data/vendor/local/share/man/man3/gnutls_pkcs12_generate_mac.3 +2 -2
  1102. data/vendor/local/share/man/man3/gnutls_pkcs12_get_bag.3 +2 -2
  1103. data/vendor/local/share/man/man3/gnutls_pkcs12_import.3 +2 -2
  1104. data/vendor/local/share/man/man3/gnutls_pkcs12_init.3 +2 -2
  1105. data/vendor/local/share/man/man3/gnutls_pkcs12_set_bag.3 +2 -2
  1106. data/vendor/local/share/man/man3/gnutls_pkcs12_simple_parse.3 +2 -2
  1107. data/vendor/local/share/man/man3/gnutls_pkcs12_verify_mac.3 +2 -2
  1108. data/vendor/local/share/man/man3/gnutls_pkcs7_deinit.3 +2 -2
  1109. data/vendor/local/share/man/man3/gnutls_pkcs7_delete_crl.3 +2 -2
  1110. data/vendor/local/share/man/man3/gnutls_pkcs7_delete_crt.3 +2 -2
  1111. data/vendor/local/share/man/man3/gnutls_pkcs7_export.3 +2 -2
  1112. data/vendor/local/share/man/man3/gnutls_pkcs7_export2.3 +2 -2
  1113. data/vendor/local/share/man/man3/gnutls_pkcs7_get_crl_count.3 +2 -2
  1114. data/vendor/local/share/man/man3/gnutls_pkcs7_get_crl_raw.3 +2 -2
  1115. data/vendor/local/share/man/man3/gnutls_pkcs7_get_crt_count.3 +2 -2
  1116. data/vendor/local/share/man/man3/gnutls_pkcs7_get_crt_raw.3 +2 -2
  1117. data/vendor/local/share/man/man3/gnutls_pkcs7_import.3 +2 -2
  1118. data/vendor/local/share/man/man3/gnutls_pkcs7_init.3 +2 -2
  1119. data/vendor/local/share/man/man3/gnutls_pkcs7_set_crl.3 +2 -2
  1120. data/vendor/local/share/man/man3/gnutls_pkcs7_set_crl_raw.3 +2 -2
  1121. data/vendor/local/share/man/man3/gnutls_pkcs7_set_crt.3 +2 -2
  1122. data/vendor/local/share/man/man3/gnutls_pkcs7_set_crt_raw.3 +2 -2
  1123. data/vendor/local/share/man/man3/gnutls_prf.3 +5 -4
  1124. data/vendor/local/share/man/man3/gnutls_prf_raw.3 +2 -2
  1125. data/vendor/local/share/man/man3/gnutls_priority_certificate_type_list.3 +4 -4
  1126. data/vendor/local/share/man/man3/gnutls_priority_cipher_list.3 +49 -0
  1127. data/vendor/local/share/man/man3/gnutls_priority_compression_list.3 +4 -4
  1128. data/vendor/local/share/man/man3/gnutls_priority_deinit.3 +2 -2
  1129. data/vendor/local/share/man/man3/gnutls_priority_ecc_curve_list.3 +4 -4
  1130. data/vendor/local/share/man/man3/gnutls_priority_get_cipher_suite_index.3 +2 -2
  1131. data/vendor/local/share/man/man3/gnutls_priority_init.3 +10 -3
  1132. data/vendor/local/share/man/man3/gnutls_priority_kx_list.3 +49 -0
  1133. data/vendor/local/share/man/man3/gnutls_priority_mac_list.3 +49 -0
  1134. data/vendor/local/share/man/man3/gnutls_priority_protocol_list.3 +4 -4
  1135. data/vendor/local/share/man/man3/gnutls_priority_set.3 +2 -2
  1136. data/vendor/local/share/man/man3/gnutls_priority_set_direct.3 +2 -2
  1137. data/vendor/local/share/man/man3/gnutls_priority_sign_list.3 +4 -4
  1138. data/vendor/local/share/man/man3/gnutls_privkey_decrypt_data.3 +2 -2
  1139. data/vendor/local/share/man/man3/gnutls_privkey_deinit.3 +2 -2
  1140. data/vendor/local/share/man/man3/gnutls_privkey_get_pk_algorithm.3 +2 -2
  1141. data/vendor/local/share/man/man3/gnutls_privkey_get_type.3 +2 -2
  1142. data/vendor/local/share/man/man3/gnutls_privkey_import_ext.3 +5 -6
  1143. data/vendor/local/share/man/man3/gnutls_privkey_import_ext2.3 +7 -5
  1144. data/vendor/local/share/man/man3/gnutls_privkey_import_openpgp.3 +2 -2
  1145. data/vendor/local/share/man/man3/gnutls_privkey_import_openpgp_raw.3 +4 -4
  1146. data/vendor/local/share/man/man3/gnutls_privkey_import_pkcs11.3 +2 -2
  1147. data/vendor/local/share/man/man3/gnutls_privkey_import_pkcs11_url.3 +2 -2
  1148. data/vendor/local/share/man/man3/gnutls_privkey_import_tpm_raw.3 +2 -2
  1149. data/vendor/local/share/man/man3/gnutls_privkey_import_tpm_url.3 +4 -4
  1150. data/vendor/local/share/man/man3/gnutls_privkey_import_url.3 +2 -2
  1151. data/vendor/local/share/man/man3/gnutls_privkey_import_x509.3 +2 -2
  1152. data/vendor/local/share/man/man3/gnutls_privkey_import_x509_raw.3 +4 -4
  1153. data/vendor/local/share/man/man3/gnutls_privkey_init.3 +2 -2
  1154. data/vendor/local/share/man/man3/gnutls_privkey_set_pin_function.3 +2 -2
  1155. data/vendor/local/share/man/man3/gnutls_privkey_sign_data.3 +3 -3
  1156. data/vendor/local/share/man/man3/gnutls_privkey_sign_hash.3 +6 -3
  1157. data/vendor/local/share/man/man3/gnutls_privkey_sign_raw_data.3 +3 -3
  1158. data/vendor/local/share/man/man3/gnutls_privkey_status.3 +2 -2
  1159. data/vendor/local/share/man/man3/gnutls_protocol_get_id.3 +2 -2
  1160. data/vendor/local/share/man/man3/gnutls_protocol_get_name.3 +2 -2
  1161. data/vendor/local/share/man/man3/gnutls_protocol_get_version.3 +2 -2
  1162. data/vendor/local/share/man/man3/gnutls_protocol_list.3 +2 -2
  1163. data/vendor/local/share/man/man3/gnutls_protocol_set_priority.3 +2 -2
  1164. data/vendor/local/share/man/man3/gnutls_psk_allocate_client_credentials.3 +4 -4
  1165. data/vendor/local/share/man/man3/gnutls_psk_allocate_server_credentials.3 +4 -4
  1166. data/vendor/local/share/man/man3/gnutls_psk_client_get_hint.3 +2 -2
  1167. data/vendor/local/share/man/man3/gnutls_psk_free_client_credentials.3 +2 -2
  1168. data/vendor/local/share/man/man3/gnutls_psk_free_server_credentials.3 +2 -2
  1169. data/vendor/local/share/man/man3/gnutls_psk_server_get_username.3 +2 -2
  1170. data/vendor/local/share/man/man3/gnutls_psk_set_client_credentials.3 +2 -2
  1171. data/vendor/local/share/man/man3/gnutls_psk_set_client_credentials_function.3 +5 -5
  1172. data/vendor/local/share/man/man3/gnutls_psk_set_params_function.3 +2 -2
  1173. data/vendor/local/share/man/man3/gnutls_psk_set_server_credentials_file.3 +4 -4
  1174. data/vendor/local/share/man/man3/gnutls_psk_set_server_credentials_function.3 +5 -5
  1175. data/vendor/local/share/man/man3/gnutls_psk_set_server_credentials_hint.3 +2 -2
  1176. data/vendor/local/share/man/man3/gnutls_psk_set_server_dh_params.3 +2 -2
  1177. data/vendor/local/share/man/man3/gnutls_psk_set_server_params_function.3 +2 -2
  1178. data/vendor/local/share/man/man3/gnutls_pubkey_deinit.3 +2 -2
  1179. data/vendor/local/share/man/man3/gnutls_pubkey_encrypt_data.3 +2 -2
  1180. data/vendor/local/share/man/man3/gnutls_pubkey_export.3 +2 -2
  1181. data/vendor/local/share/man/man3/gnutls_pubkey_export2.3 +2 -2
  1182. data/vendor/local/share/man/man3/gnutls_pubkey_get_key_id.3 +2 -2
  1183. data/vendor/local/share/man/man3/gnutls_pubkey_get_key_usage.3 +2 -2
  1184. data/vendor/local/share/man/man3/gnutls_pubkey_get_openpgp_key_id.3 +2 -2
  1185. data/vendor/local/share/man/man3/gnutls_pubkey_get_pk_algorithm.3 +2 -2
  1186. data/vendor/local/share/man/man3/gnutls_pubkey_get_pk_dsa_raw.3 +2 -2
  1187. data/vendor/local/share/man/man3/gnutls_pubkey_get_pk_ecc_raw.3 +2 -2
  1188. data/vendor/local/share/man/man3/gnutls_pubkey_get_pk_ecc_x962.3 +4 -4
  1189. data/vendor/local/share/man/man3/gnutls_pubkey_get_pk_rsa_raw.3 +2 -2
  1190. data/vendor/local/share/man/man3/gnutls_pubkey_get_preferred_hash_algorithm.3 +4 -4
  1191. data/vendor/local/share/man/man3/gnutls_pubkey_get_verify_algorithm.3 +2 -2
  1192. data/vendor/local/share/man/man3/gnutls_pubkey_import.3 +2 -2
  1193. data/vendor/local/share/man/man3/gnutls_pubkey_import_dsa_raw.3 +2 -2
  1194. data/vendor/local/share/man/man3/gnutls_pubkey_import_ecc_raw.3 +2 -2
  1195. data/vendor/local/share/man/man3/gnutls_pubkey_import_ecc_x962.3 +2 -2
  1196. data/vendor/local/share/man/man3/gnutls_pubkey_import_openpgp.3 +2 -2
  1197. data/vendor/local/share/man/man3/gnutls_pubkey_import_openpgp_raw.3 +2 -2
  1198. data/vendor/local/share/man/man3/gnutls_pubkey_import_pkcs11.3 +2 -2
  1199. data/vendor/local/share/man/man3/gnutls_pubkey_import_pkcs11_url.3 +2 -2
  1200. data/vendor/local/share/man/man3/gnutls_pubkey_import_privkey.3 +2 -2
  1201. data/vendor/local/share/man/man3/gnutls_pubkey_import_rsa_raw.3 +2 -2
  1202. data/vendor/local/share/man/man3/gnutls_pubkey_import_tpm_raw.3 +2 -2
  1203. data/vendor/local/share/man/man3/gnutls_pubkey_import_tpm_url.3 +4 -4
  1204. data/vendor/local/share/man/man3/gnutls_pubkey_import_url.3 +2 -2
  1205. data/vendor/local/share/man/man3/gnutls_pubkey_import_x509.3 +2 -2
  1206. data/vendor/local/share/man/man3/gnutls_pubkey_import_x509_crq.3 +2 -2
  1207. data/vendor/local/share/man/man3/gnutls_pubkey_import_x509_raw.3 +2 -2
  1208. data/vendor/local/share/man/man3/gnutls_pubkey_init.3 +2 -2
  1209. data/vendor/local/share/man/man3/gnutls_pubkey_print.3 +2 -2
  1210. data/vendor/local/share/man/man3/gnutls_pubkey_set_key_usage.3 +2 -2
  1211. data/vendor/local/share/man/man3/gnutls_pubkey_set_pin_function.3 +2 -2
  1212. data/vendor/local/share/man/man3/gnutls_pubkey_verify_data.3 +3 -3
  1213. data/vendor/local/share/man/man3/gnutls_pubkey_verify_data2.3 +3 -3
  1214. data/vendor/local/share/man/man3/gnutls_pubkey_verify_hash.3 +3 -3
  1215. data/vendor/local/share/man/man3/gnutls_pubkey_verify_hash2.3 +3 -3
  1216. data/vendor/local/share/man/man3/gnutls_random_art.3 +5 -5
  1217. data/vendor/local/share/man/man3/gnutls_range_split.3 +2 -2
  1218. data/vendor/local/share/man/man3/gnutls_record_can_use_length_hiding.3 +2 -2
  1219. data/vendor/local/share/man/man3/gnutls_record_check_pending.3 +2 -2
  1220. data/vendor/local/share/man/man3/gnutls_record_cork.3 +2 -2
  1221. data/vendor/local/share/man/man3/gnutls_record_disable_padding.3 +2 -2
  1222. data/vendor/local/share/man/man3/gnutls_record_get_direction.3 +2 -2
  1223. data/vendor/local/share/man/man3/gnutls_record_get_discarded.3 +2 -2
  1224. data/vendor/local/share/man/man3/gnutls_record_get_max_size.3 +2 -2
  1225. data/vendor/local/share/man/man3/gnutls_record_overhead_size.3 +45 -0
  1226. data/vendor/local/share/man/man3/gnutls_record_recv.3 +2 -2
  1227. data/vendor/local/share/man/man3/gnutls_record_recv_seq.3 +2 -2
  1228. data/vendor/local/share/man/man3/gnutls_record_send.3 +8 -4
  1229. data/vendor/local/share/man/man3/gnutls_record_send_range.3 +2 -2
  1230. data/vendor/local/share/man/man3/gnutls_record_set_max_empty_records.3 +2 -2
  1231. data/vendor/local/share/man/man3/gnutls_record_set_max_size.3 +2 -2
  1232. data/vendor/local/share/man/man3/gnutls_record_set_timeout.3 +2 -2
  1233. data/vendor/local/share/man/man3/gnutls_record_uncork.3 +2 -2
  1234. data/vendor/local/share/man/man3/gnutls_rehandshake.3 +2 -2
  1235. data/vendor/local/share/man/man3/gnutls_rnd.3 +2 -2
  1236. data/vendor/local/share/man/man3/gnutls_rnd_refresh.3 +2 -2
  1237. data/vendor/local/share/man/man3/gnutls_rsa_export_get_modulus_bits.3 +2 -2
  1238. data/vendor/local/share/man/man3/gnutls_rsa_export_get_pubkey.3 +2 -2
  1239. data/vendor/local/share/man/man3/gnutls_rsa_params_cpy.3 +2 -2
  1240. data/vendor/local/share/man/man3/gnutls_rsa_params_deinit.3 +2 -2
  1241. data/vendor/local/share/man/man3/gnutls_rsa_params_export_pkcs1.3 +2 -2
  1242. data/vendor/local/share/man/man3/gnutls_rsa_params_export_raw.3 +2 -2
  1243. data/vendor/local/share/man/man3/gnutls_rsa_params_generate2.3 +2 -2
  1244. data/vendor/local/share/man/man3/gnutls_rsa_params_import_pkcs1.3 +2 -2
  1245. data/vendor/local/share/man/man3/gnutls_rsa_params_import_raw.3 +2 -2
  1246. data/vendor/local/share/man/man3/gnutls_rsa_params_init.3 +2 -2
  1247. data/vendor/local/share/man/man3/gnutls_safe_renegotiation_status.3 +2 -2
  1248. data/vendor/local/share/man/man3/gnutls_sec_param_get_name.3 +2 -2
  1249. data/vendor/local/share/man/man3/gnutls_sec_param_to_pk_bits.3 +2 -2
  1250. data/vendor/local/share/man/man3/gnutls_server_name_get.3 +2 -2
  1251. data/vendor/local/share/man/man3/gnutls_server_name_set.3 +2 -2
  1252. data/vendor/local/share/man/man3/gnutls_session_channel_binding.3 +2 -2
  1253. data/vendor/local/share/man/man3/gnutls_session_enable_compatibility_mode.3 +5 -2
  1254. data/vendor/local/share/man/man3/gnutls_session_force_valid.3 +2 -2
  1255. data/vendor/local/share/man/man3/gnutls_session_get_data.3 +2 -2
  1256. data/vendor/local/share/man/man3/gnutls_session_get_data2.3 +2 -2
  1257. data/vendor/local/share/man/man3/gnutls_session_get_desc.3 +2 -2
  1258. data/vendor/local/share/man/man3/gnutls_session_get_id.3 +2 -2
  1259. data/vendor/local/share/man/man3/gnutls_session_get_id2.3 +2 -2
  1260. data/vendor/local/share/man/man3/gnutls_session_get_ptr.3 +2 -2
  1261. data/vendor/local/share/man/man3/gnutls_session_get_random.3 +5 -5
  1262. data/vendor/local/share/man/man3/gnutls_session_is_resumed.3 +2 -2
  1263. data/vendor/local/share/man/man3/gnutls_session_resumption_requested.3 +2 -2
  1264. data/vendor/local/share/man/man3/gnutls_session_set_data.3 +2 -2
  1265. data/vendor/local/share/man/man3/gnutls_session_set_id.3 +51 -0
  1266. data/vendor/local/share/man/man3/gnutls_session_set_premaster.3 +4 -4
  1267. data/vendor/local/share/man/man3/gnutls_session_set_ptr.3 +2 -2
  1268. data/vendor/local/share/man/man3/gnutls_session_ticket_enable_client.3 +2 -2
  1269. data/vendor/local/share/man/man3/gnutls_session_ticket_enable_server.3 +2 -2
  1270. data/vendor/local/share/man/man3/gnutls_session_ticket_key_generate.3 +2 -2
  1271. data/vendor/local/share/man/man3/gnutls_set_default_export_priority.3 +2 -2
  1272. data/vendor/local/share/man/man3/gnutls_set_default_priority.3 +2 -2
  1273. data/vendor/local/share/man/man3/gnutls_sign_algorithm_get.3 +2 -2
  1274. data/vendor/local/share/man/man3/gnutls_sign_algorithm_get_client.3 +2 -2
  1275. data/vendor/local/share/man/man3/gnutls_sign_algorithm_get_requested.3 +2 -2
  1276. data/vendor/local/share/man/man3/gnutls_sign_callback_get.3 +2 -2
  1277. data/vendor/local/share/man/man3/gnutls_sign_callback_set.3 +2 -2
  1278. data/vendor/local/share/man/man3/gnutls_sign_get_hash_algorithm.3 +2 -2
  1279. data/vendor/local/share/man/man3/gnutls_sign_get_id.3 +2 -2
  1280. data/vendor/local/share/man/man3/gnutls_sign_get_name.3 +2 -2
  1281. data/vendor/local/share/man/man3/gnutls_sign_get_pk_algorithm.3 +2 -2
  1282. data/vendor/local/share/man/man3/gnutls_sign_is_secure.3 +2 -2
  1283. data/vendor/local/share/man/man3/gnutls_sign_list.3 +2 -2
  1284. data/vendor/local/share/man/man3/gnutls_srp_allocate_client_credentials.3 +4 -4
  1285. data/vendor/local/share/man/man3/gnutls_srp_allocate_server_credentials.3 +4 -4
  1286. data/vendor/local/share/man/man3/gnutls_srp_base64_decode.3 +2 -2
  1287. data/vendor/local/share/man/man3/gnutls_srp_base64_decode_alloc.3 +2 -2
  1288. data/vendor/local/share/man/man3/gnutls_srp_base64_encode.3 +2 -2
  1289. data/vendor/local/share/man/man3/gnutls_srp_base64_encode_alloc.3 +2 -2
  1290. data/vendor/local/share/man/man3/gnutls_srp_free_client_credentials.3 +2 -2
  1291. data/vendor/local/share/man/man3/gnutls_srp_free_server_credentials.3 +2 -2
  1292. data/vendor/local/share/man/man3/gnutls_srp_server_get_username.3 +2 -2
  1293. data/vendor/local/share/man/man3/gnutls_srp_set_client_credentials.3 +2 -2
  1294. data/vendor/local/share/man/man3/gnutls_srp_set_client_credentials_function.3 +5 -5
  1295. data/vendor/local/share/man/man3/gnutls_srp_set_prime_bits.3 +2 -2
  1296. data/vendor/local/share/man/man3/gnutls_srp_set_server_credentials_file.3 +2 -2
  1297. data/vendor/local/share/man/man3/gnutls_srp_set_server_credentials_function.3 +7 -7
  1298. data/vendor/local/share/man/man3/gnutls_srp_verifier.3 +3 -3
  1299. data/vendor/local/share/man/man3/gnutls_srtp_get_keys.3 +2 -2
  1300. data/vendor/local/share/man/man3/gnutls_srtp_get_mki.3 +2 -2
  1301. data/vendor/local/share/man/man3/gnutls_srtp_get_profile_id.3 +2 -2
  1302. data/vendor/local/share/man/man3/gnutls_srtp_get_profile_name.3 +2 -2
  1303. data/vendor/local/share/man/man3/gnutls_srtp_get_selected_profile.3 +2 -2
  1304. data/vendor/local/share/man/man3/gnutls_srtp_set_mki.3 +2 -2
  1305. data/vendor/local/share/man/man3/gnutls_srtp_set_profile.3 +2 -2
  1306. data/vendor/local/share/man/man3/gnutls_srtp_set_profile_direct.3 +2 -2
  1307. data/vendor/local/share/man/man3/gnutls_store_commitment.3 +7 -7
  1308. data/vendor/local/share/man/man3/gnutls_store_pubkey.3 +6 -6
  1309. data/vendor/local/share/man/man3/gnutls_strerror.3 +2 -2
  1310. data/vendor/local/share/man/man3/gnutls_strerror_name.3 +2 -2
  1311. data/vendor/local/share/man/man3/gnutls_supplemental_get_name.3 +4 -4
  1312. data/vendor/local/share/man/man3/gnutls_tdb_deinit.3 +2 -2
  1313. data/vendor/local/share/man/man3/gnutls_tdb_init.3 +4 -4
  1314. data/vendor/local/share/man/man3/gnutls_tdb_set_store_commitment_func.3 +4 -4
  1315. data/vendor/local/share/man/man3/gnutls_tdb_set_store_func.3 +2 -2
  1316. data/vendor/local/share/man/man3/gnutls_tdb_set_verify_func.3 +2 -2
  1317. data/vendor/local/share/man/man3/gnutls_tpm_get_registered.3 +2 -2
  1318. data/vendor/local/share/man/man3/gnutls_tpm_key_list_deinit.3 +2 -2
  1319. data/vendor/local/share/man/man3/gnutls_tpm_key_list_get_url.3 +4 -4
  1320. data/vendor/local/share/man/man3/gnutls_tpm_privkey_delete.3 +5 -5
  1321. data/vendor/local/share/man/man3/gnutls_tpm_privkey_generate.3 +7 -7
  1322. data/vendor/local/share/man/man3/gnutls_transport_get_int.3 +2 -2
  1323. data/vendor/local/share/man/man3/gnutls_transport_get_int2.3 +2 -2
  1324. data/vendor/local/share/man/man3/gnutls_transport_get_ptr.3 +2 -2
  1325. data/vendor/local/share/man/man3/gnutls_transport_get_ptr2.3 +2 -2
  1326. data/vendor/local/share/man/man3/gnutls_transport_set_errno.3 +2 -2
  1327. data/vendor/local/share/man/man3/gnutls_transport_set_errno_function.3 +2 -2
  1328. data/vendor/local/share/man/man3/gnutls_transport_set_int.3 +2 -2
  1329. data/vendor/local/share/man/man3/gnutls_transport_set_int2.3 +2 -2
  1330. data/vendor/local/share/man/man3/gnutls_transport_set_ptr.3 +2 -2
  1331. data/vendor/local/share/man/man3/gnutls_transport_set_ptr2.3 +2 -2
  1332. data/vendor/local/share/man/man3/gnutls_transport_set_pull_function.3 +2 -2
  1333. data/vendor/local/share/man/man3/gnutls_transport_set_pull_timeout_function.3 +2 -2
  1334. data/vendor/local/share/man/man3/gnutls_transport_set_push_function.3 +2 -2
  1335. data/vendor/local/share/man/man3/gnutls_transport_set_vec_push_function.3 +2 -2
  1336. data/vendor/local/share/man/man3/gnutls_url_is_supported.3 +4 -4
  1337. data/vendor/local/share/man/man3/gnutls_verify_stored_pubkey.3 +6 -6
  1338. data/vendor/local/share/man/man3/gnutls_x509_crl_check_issuer.3 +2 -2
  1339. data/vendor/local/share/man/man3/gnutls_x509_crl_deinit.3 +2 -2
  1340. data/vendor/local/share/man/man3/gnutls_x509_crl_export.3 +2 -2
  1341. data/vendor/local/share/man/man3/gnutls_x509_crl_export2.3 +2 -2
  1342. data/vendor/local/share/man/man3/gnutls_x509_crl_get_authority_key_gn_serial.3 +4 -4
  1343. data/vendor/local/share/man/man3/gnutls_x509_crl_get_authority_key_id.3 +2 -2
  1344. data/vendor/local/share/man/man3/gnutls_x509_crl_get_crt_count.3 +2 -2
  1345. data/vendor/local/share/man/man3/gnutls_x509_crl_get_crt_serial.3 +2 -2
  1346. data/vendor/local/share/man/man3/gnutls_x509_crl_get_dn_oid.3 +2 -2
  1347. data/vendor/local/share/man/man3/gnutls_x509_crl_get_extension_data.3 +2 -2
  1348. data/vendor/local/share/man/man3/gnutls_x509_crl_get_extension_info.3 +2 -2
  1349. data/vendor/local/share/man/man3/gnutls_x509_crl_get_extension_oid.3 +2 -2
  1350. data/vendor/local/share/man/man3/gnutls_x509_crl_get_issuer_dn.3 +2 -2
  1351. data/vendor/local/share/man/man3/gnutls_x509_crl_get_issuer_dn2.3 +2 -2
  1352. data/vendor/local/share/man/man3/gnutls_x509_crl_get_issuer_dn_by_oid.3 +2 -2
  1353. data/vendor/local/share/man/man3/gnutls_x509_crl_get_next_update.3 +2 -2
  1354. data/vendor/local/share/man/man3/gnutls_x509_crl_get_number.3 +2 -2
  1355. data/vendor/local/share/man/man3/gnutls_x509_crl_get_raw_issuer_dn.3 +2 -2
  1356. data/vendor/local/share/man/man3/gnutls_x509_crl_get_signature.3 +2 -2
  1357. data/vendor/local/share/man/man3/gnutls_x509_crl_get_signature_algorithm.3 +2 -2
  1358. data/vendor/local/share/man/man3/gnutls_x509_crl_get_this_update.3 +2 -2
  1359. data/vendor/local/share/man/man3/gnutls_x509_crl_get_version.3 +2 -2
  1360. data/vendor/local/share/man/man3/gnutls_x509_crl_import.3 +2 -2
  1361. data/vendor/local/share/man/man3/gnutls_x509_crl_init.3 +2 -2
  1362. data/vendor/local/share/man/man3/gnutls_x509_crl_list_import.3 +2 -2
  1363. data/vendor/local/share/man/man3/gnutls_x509_crl_list_import2.3 +2 -2
  1364. data/vendor/local/share/man/man3/gnutls_x509_crl_print.3 +2 -2
  1365. data/vendor/local/share/man/man3/gnutls_x509_crl_privkey_sign.3 +2 -2
  1366. data/vendor/local/share/man/man3/gnutls_x509_crl_set_authority_key_id.3 +2 -2
  1367. data/vendor/local/share/man/man3/gnutls_x509_crl_set_crt.3 +2 -2
  1368. data/vendor/local/share/man/man3/gnutls_x509_crl_set_crt_serial.3 +2 -2
  1369. data/vendor/local/share/man/man3/gnutls_x509_crl_set_next_update.3 +2 -2
  1370. data/vendor/local/share/man/man3/gnutls_x509_crl_set_number.3 +2 -2
  1371. data/vendor/local/share/man/man3/gnutls_x509_crl_set_this_update.3 +2 -2
  1372. data/vendor/local/share/man/man3/gnutls_x509_crl_set_version.3 +2 -2
  1373. data/vendor/local/share/man/man3/gnutls_x509_crl_sign.3 +2 -2
  1374. data/vendor/local/share/man/man3/gnutls_x509_crl_sign2.3 +2 -2
  1375. data/vendor/local/share/man/man3/gnutls_x509_crl_verify.3 +2 -2
  1376. data/vendor/local/share/man/man3/gnutls_x509_crq_deinit.3 +2 -2
  1377. data/vendor/local/share/man/man3/gnutls_x509_crq_export.3 +2 -2
  1378. data/vendor/local/share/man/man3/gnutls_x509_crq_export2.3 +2 -2
  1379. data/vendor/local/share/man/man3/gnutls_x509_crq_get_attribute_by_oid.3 +2 -2
  1380. data/vendor/local/share/man/man3/gnutls_x509_crq_get_attribute_data.3 +2 -2
  1381. data/vendor/local/share/man/man3/gnutls_x509_crq_get_attribute_info.3 +2 -2
  1382. data/vendor/local/share/man/man3/gnutls_x509_crq_get_basic_constraints.3 +2 -2
  1383. data/vendor/local/share/man/man3/gnutls_x509_crq_get_challenge_password.3 +2 -2
  1384. data/vendor/local/share/man/man3/gnutls_x509_crq_get_dn.3 +2 -2
  1385. data/vendor/local/share/man/man3/gnutls_x509_crq_get_dn2.3 +2 -2
  1386. data/vendor/local/share/man/man3/gnutls_x509_crq_get_dn_by_oid.3 +2 -2
  1387. data/vendor/local/share/man/man3/gnutls_x509_crq_get_dn_oid.3 +2 -2
  1388. data/vendor/local/share/man/man3/gnutls_x509_crq_get_extension_by_oid.3 +2 -2
  1389. data/vendor/local/share/man/man3/gnutls_x509_crq_get_extension_data.3 +2 -2
  1390. data/vendor/local/share/man/man3/gnutls_x509_crq_get_extension_info.3 +2 -2
  1391. data/vendor/local/share/man/man3/gnutls_x509_crq_get_key_id.3 +2 -2
  1392. data/vendor/local/share/man/man3/gnutls_x509_crq_get_key_purpose_oid.3 +2 -2
  1393. data/vendor/local/share/man/man3/gnutls_x509_crq_get_key_rsa_raw.3 +2 -2
  1394. data/vendor/local/share/man/man3/gnutls_x509_crq_get_key_usage.3 +2 -2
  1395. data/vendor/local/share/man/man3/gnutls_x509_crq_get_pk_algorithm.3 +2 -2
  1396. data/vendor/local/share/man/man3/gnutls_x509_crq_get_private_key_usage_period.3 +5 -5
  1397. data/vendor/local/share/man/man3/gnutls_x509_crq_get_subject_alt_name.3 +2 -2
  1398. data/vendor/local/share/man/man3/gnutls_x509_crq_get_subject_alt_othername_oid.3 +2 -2
  1399. data/vendor/local/share/man/man3/gnutls_x509_crq_get_version.3 +2 -2
  1400. data/vendor/local/share/man/man3/gnutls_x509_crq_import.3 +2 -2
  1401. data/vendor/local/share/man/man3/gnutls_x509_crq_init.3 +2 -2
  1402. data/vendor/local/share/man/man3/gnutls_x509_crq_print.3 +2 -2
  1403. data/vendor/local/share/man/man3/gnutls_x509_crq_privkey_sign.3 +2 -2
  1404. data/vendor/local/share/man/man3/gnutls_x509_crq_set_attribute_by_oid.3 +2 -2
  1405. data/vendor/local/share/man/man3/gnutls_x509_crq_set_basic_constraints.3 +2 -2
  1406. data/vendor/local/share/man/man3/gnutls_x509_crq_set_challenge_password.3 +2 -2
  1407. data/vendor/local/share/man/man3/gnutls_x509_crq_set_dn.3 +4 -4
  1408. data/vendor/local/share/man/man3/gnutls_x509_crq_set_dn_by_oid.3 +2 -2
  1409. data/vendor/local/share/man/man3/gnutls_x509_crq_set_key.3 +2 -2
  1410. data/vendor/local/share/man/man3/gnutls_x509_crq_set_key_purpose_oid.3 +2 -2
  1411. data/vendor/local/share/man/man3/gnutls_x509_crq_set_key_rsa_raw.3 +2 -2
  1412. data/vendor/local/share/man/man3/gnutls_x509_crq_set_key_usage.3 +2 -2
  1413. data/vendor/local/share/man/man3/gnutls_x509_crq_set_private_key_usage_period.3 +2 -2
  1414. data/vendor/local/share/man/man3/gnutls_x509_crq_set_pubkey.3 +2 -2
  1415. data/vendor/local/share/man/man3/gnutls_x509_crq_set_subject_alt_name.3 +2 -2
  1416. data/vendor/local/share/man/man3/gnutls_x509_crq_set_version.3 +2 -2
  1417. data/vendor/local/share/man/man3/gnutls_x509_crq_sign.3 +2 -2
  1418. data/vendor/local/share/man/man3/gnutls_x509_crq_sign2.3 +2 -2
  1419. data/vendor/local/share/man/man3/gnutls_x509_crq_verify.3 +2 -2
  1420. data/vendor/local/share/man/man3/gnutls_x509_crt_check_hostname.3 +2 -2
  1421. data/vendor/local/share/man/man3/gnutls_x509_crt_check_issuer.3 +2 -2
  1422. data/vendor/local/share/man/man3/gnutls_x509_crt_check_revocation.3 +2 -2
  1423. data/vendor/local/share/man/man3/gnutls_x509_crt_cpy_crl_dist_points.3 +2 -2
  1424. data/vendor/local/share/man/man3/gnutls_x509_crt_deinit.3 +2 -2
  1425. data/vendor/local/share/man/man3/gnutls_x509_crt_export.3 +2 -2
  1426. data/vendor/local/share/man/man3/gnutls_x509_crt_export2.3 +2 -2
  1427. data/vendor/local/share/man/man3/gnutls_x509_crt_get_activation_time.3 +2 -2
  1428. data/vendor/local/share/man/man3/gnutls_x509_crt_get_authority_info_access.3 +2 -2
  1429. data/vendor/local/share/man/man3/gnutls_x509_crt_get_authority_key_gn_serial.3 +4 -4
  1430. data/vendor/local/share/man/man3/gnutls_x509_crt_get_authority_key_id.3 +2 -2
  1431. data/vendor/local/share/man/man3/gnutls_x509_crt_get_basic_constraints.3 +2 -2
  1432. data/vendor/local/share/man/man3/gnutls_x509_crt_get_ca_status.3 +2 -2
  1433. data/vendor/local/share/man/man3/gnutls_x509_crt_get_crl_dist_points.3 +2 -2
  1434. data/vendor/local/share/man/man3/gnutls_x509_crt_get_dn.3 +2 -2
  1435. data/vendor/local/share/man/man3/gnutls_x509_crt_get_dn2.3 +2 -2
  1436. data/vendor/local/share/man/man3/gnutls_x509_crt_get_dn_by_oid.3 +2 -2
  1437. data/vendor/local/share/man/man3/gnutls_x509_crt_get_dn_oid.3 +2 -2
  1438. data/vendor/local/share/man/man3/gnutls_x509_crt_get_expiration_time.3 +2 -2
  1439. data/vendor/local/share/man/man3/gnutls_x509_crt_get_extension_by_oid.3 +2 -2
  1440. data/vendor/local/share/man/man3/gnutls_x509_crt_get_extension_data.3 +2 -2
  1441. data/vendor/local/share/man/man3/gnutls_x509_crt_get_extension_info.3 +2 -2
  1442. data/vendor/local/share/man/man3/gnutls_x509_crt_get_extension_oid.3 +2 -2
  1443. data/vendor/local/share/man/man3/gnutls_x509_crt_get_fingerprint.3 +2 -2
  1444. data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer.3 +2 -2
  1445. data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_alt_name.3 +2 -2
  1446. data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_alt_name2.3 +2 -2
  1447. data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_alt_othername_oid.3 +2 -2
  1448. data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_dn.3 +2 -2
  1449. data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_dn2.3 +2 -2
  1450. data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_dn_by_oid.3 +2 -2
  1451. data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_dn_oid.3 +2 -2
  1452. data/vendor/local/share/man/man3/gnutls_x509_crt_get_issuer_unique_id.3 +2 -2
  1453. data/vendor/local/share/man/man3/gnutls_x509_crt_get_key_id.3 +2 -2
  1454. data/vendor/local/share/man/man3/gnutls_x509_crt_get_key_purpose_oid.3 +2 -2
  1455. data/vendor/local/share/man/man3/gnutls_x509_crt_get_key_usage.3 +2 -2
  1456. data/vendor/local/share/man/man3/gnutls_x509_crt_get_pk_algorithm.3 +2 -2
  1457. data/vendor/local/share/man/man3/gnutls_x509_crt_get_pk_dsa_raw.3 +2 -2
  1458. data/vendor/local/share/man/man3/gnutls_x509_crt_get_pk_rsa_raw.3 +2 -2
  1459. data/vendor/local/share/man/man3/gnutls_x509_crt_get_policy.3 +4 -4
  1460. data/vendor/local/share/man/man3/gnutls_x509_crt_get_preferred_hash_algorithm.3 +4 -4
  1461. data/vendor/local/share/man/man3/gnutls_x509_crt_get_private_key_usage_period.3 +5 -5
  1462. data/vendor/local/share/man/man3/gnutls_x509_crt_get_proxy.3 +2 -2
  1463. data/vendor/local/share/man/man3/gnutls_x509_crt_get_raw_dn.3 +2 -2
  1464. data/vendor/local/share/man/man3/gnutls_x509_crt_get_raw_issuer_dn.3 +2 -2
  1465. data/vendor/local/share/man/man3/gnutls_x509_crt_get_serial.3 +2 -2
  1466. data/vendor/local/share/man/man3/gnutls_x509_crt_get_signature.3 +2 -2
  1467. data/vendor/local/share/man/man3/gnutls_x509_crt_get_signature_algorithm.3 +2 -2
  1468. data/vendor/local/share/man/man3/gnutls_x509_crt_get_subject.3 +2 -2
  1469. data/vendor/local/share/man/man3/gnutls_x509_crt_get_subject_alt_name.3 +2 -2
  1470. data/vendor/local/share/man/man3/gnutls_x509_crt_get_subject_alt_name2.3 +2 -2
  1471. data/vendor/local/share/man/man3/gnutls_x509_crt_get_subject_alt_othername_oid.3 +2 -2
  1472. data/vendor/local/share/man/man3/gnutls_x509_crt_get_subject_key_id.3 +2 -2
  1473. data/vendor/local/share/man/man3/gnutls_x509_crt_get_subject_unique_id.3 +2 -2
  1474. data/vendor/local/share/man/man3/gnutls_x509_crt_get_verify_algorithm.3 +2 -2
  1475. data/vendor/local/share/man/man3/gnutls_x509_crt_get_version.3 +2 -2
  1476. data/vendor/local/share/man/man3/gnutls_x509_crt_import.3 +2 -2
  1477. data/vendor/local/share/man/man3/gnutls_x509_crt_import_pkcs11.3 +2 -2
  1478. data/vendor/local/share/man/man3/gnutls_x509_crt_import_pkcs11_url.3 +2 -2
  1479. data/vendor/local/share/man/man3/gnutls_x509_crt_init.3 +2 -2
  1480. data/vendor/local/share/man/man3/gnutls_x509_crt_list_import.3 +2 -2
  1481. data/vendor/local/share/man/man3/gnutls_x509_crt_list_import2.3 +2 -2
  1482. data/vendor/local/share/man/man3/gnutls_x509_crt_list_import_pkcs11.3 +2 -2
  1483. data/vendor/local/share/man/man3/gnutls_x509_crt_list_verify.3 +2 -2
  1484. data/vendor/local/share/man/man3/gnutls_x509_crt_print.3 +2 -2
  1485. data/vendor/local/share/man/man3/gnutls_x509_crt_privkey_sign.3 +2 -2
  1486. data/vendor/local/share/man/man3/gnutls_x509_crt_set_activation_time.3 +2 -2
  1487. data/vendor/local/share/man/man3/gnutls_x509_crt_set_authority_info_access.3 +2 -2
  1488. data/vendor/local/share/man/man3/gnutls_x509_crt_set_authority_key_id.3 +2 -2
  1489. data/vendor/local/share/man/man3/gnutls_x509_crt_set_basic_constraints.3 +2 -2
  1490. data/vendor/local/share/man/man3/gnutls_x509_crt_set_ca_status.3 +2 -2
  1491. data/vendor/local/share/man/man3/gnutls_x509_crt_set_crl_dist_points.3 +2 -2
  1492. data/vendor/local/share/man/man3/gnutls_x509_crt_set_crl_dist_points2.3 +2 -2
  1493. data/vendor/local/share/man/man3/gnutls_x509_crt_set_crq.3 +2 -2
  1494. data/vendor/local/share/man/man3/gnutls_x509_crt_set_crq_extensions.3 +2 -2
  1495. data/vendor/local/share/man/man3/gnutls_x509_crt_set_dn.3 +4 -4
  1496. data/vendor/local/share/man/man3/gnutls_x509_crt_set_dn_by_oid.3 +2 -2
  1497. data/vendor/local/share/man/man3/gnutls_x509_crt_set_expiration_time.3 +4 -2
  1498. data/vendor/local/share/man/man3/gnutls_x509_crt_set_extension_by_oid.3 +2 -2
  1499. data/vendor/local/share/man/man3/gnutls_x509_crt_set_issuer_dn.3 +4 -4
  1500. data/vendor/local/share/man/man3/gnutls_x509_crt_set_issuer_dn_by_oid.3 +2 -2
  1501. data/vendor/local/share/man/man3/gnutls_x509_crt_set_key.3 +2 -2
  1502. data/vendor/local/share/man/man3/gnutls_x509_crt_set_key_purpose_oid.3 +2 -2
  1503. data/vendor/local/share/man/man3/gnutls_x509_crt_set_key_usage.3 +2 -2
  1504. data/vendor/local/share/man/man3/gnutls_x509_crt_set_pin_function.3 +2 -2
  1505. data/vendor/local/share/man/man3/gnutls_x509_crt_set_policy.3 +4 -4
  1506. data/vendor/local/share/man/man3/gnutls_x509_crt_set_private_key_usage_period.3 +2 -2
  1507. data/vendor/local/share/man/man3/gnutls_x509_crt_set_proxy.3 +2 -2
  1508. data/vendor/local/share/man/man3/gnutls_x509_crt_set_proxy_dn.3 +2 -2
  1509. data/vendor/local/share/man/man3/gnutls_x509_crt_set_pubkey.3 +2 -2
  1510. data/vendor/local/share/man/man3/gnutls_x509_crt_set_serial.3 +2 -2
  1511. data/vendor/local/share/man/man3/gnutls_x509_crt_set_subject_alt_name.3 +2 -2
  1512. data/vendor/local/share/man/man3/gnutls_x509_crt_set_subject_alternative_name.3 +4 -4
  1513. data/vendor/local/share/man/man3/gnutls_x509_crt_set_subject_key_id.3 +2 -2
  1514. data/vendor/local/share/man/man3/gnutls_x509_crt_set_version.3 +2 -2
  1515. data/vendor/local/share/man/man3/gnutls_x509_crt_sign.3 +2 -2
  1516. data/vendor/local/share/man/man3/gnutls_x509_crt_sign2.3 +2 -2
  1517. data/vendor/local/share/man/man3/gnutls_x509_crt_verify.3 +2 -2
  1518. data/vendor/local/share/man/man3/gnutls_x509_crt_verify_data.3 +2 -2
  1519. data/vendor/local/share/man/man3/gnutls_x509_crt_verify_hash.3 +2 -2
  1520. data/vendor/local/share/man/man3/gnutls_x509_dn_deinit.3 +2 -2
  1521. data/vendor/local/share/man/man3/gnutls_x509_dn_export.3 +2 -2
  1522. data/vendor/local/share/man/man3/gnutls_x509_dn_export2.3 +2 -2
  1523. data/vendor/local/share/man/man3/gnutls_x509_dn_get_rdn_ava.3 +2 -2
  1524. data/vendor/local/share/man/man3/gnutls_x509_dn_import.3 +2 -2
  1525. data/vendor/local/share/man/man3/gnutls_x509_dn_init.3 +2 -2
  1526. data/vendor/local/share/man/man3/gnutls_x509_dn_oid_known.3 +2 -2
  1527. data/vendor/local/share/man/man3/gnutls_x509_dn_oid_name.3 +3 -3
  1528. data/vendor/local/share/man/man3/gnutls_x509_policy_release.3 +4 -4
  1529. data/vendor/local/share/man/man3/gnutls_x509_privkey_cpy.3 +2 -2
  1530. data/vendor/local/share/man/man3/gnutls_x509_privkey_deinit.3 +2 -2
  1531. data/vendor/local/share/man/man3/gnutls_x509_privkey_export.3 +2 -2
  1532. data/vendor/local/share/man/man3/gnutls_x509_privkey_export2.3 +2 -2
  1533. data/vendor/local/share/man/man3/gnutls_x509_privkey_export2_pkcs8.3 +2 -2
  1534. data/vendor/local/share/man/man3/gnutls_x509_privkey_export_dsa_raw.3 +2 -2
  1535. data/vendor/local/share/man/man3/gnutls_x509_privkey_export_ecc_raw.3 +4 -4
  1536. data/vendor/local/share/man/man3/gnutls_x509_privkey_export_pkcs8.3 +2 -2
  1537. data/vendor/local/share/man/man3/gnutls_x509_privkey_export_rsa_raw.3 +2 -2
  1538. data/vendor/local/share/man/man3/gnutls_x509_privkey_export_rsa_raw2.3 +2 -2
  1539. data/vendor/local/share/man/man3/gnutls_x509_privkey_fix.3 +2 -2
  1540. data/vendor/local/share/man/man3/gnutls_x509_privkey_generate.3 +6 -2
  1541. data/vendor/local/share/man/man3/gnutls_x509_privkey_get_key_id.3 +2 -2
  1542. data/vendor/local/share/man/man3/gnutls_x509_privkey_get_pk_algorithm.3 +2 -2
  1543. data/vendor/local/share/man/man3/gnutls_x509_privkey_get_pk_algorithm2.3 +2 -2
  1544. data/vendor/local/share/man/man3/gnutls_x509_privkey_import.3 +2 -2
  1545. data/vendor/local/share/man/man3/gnutls_x509_privkey_import2.3 +4 -4
  1546. data/vendor/local/share/man/man3/gnutls_x509_privkey_import_dsa_raw.3 +2 -2
  1547. data/vendor/local/share/man/man3/gnutls_x509_privkey_import_ecc_raw.3 +2 -2
  1548. data/vendor/local/share/man/man3/gnutls_x509_privkey_import_openssl.3 +4 -4
  1549. data/vendor/local/share/man/man3/gnutls_x509_privkey_import_pkcs8.3 +2 -2
  1550. data/vendor/local/share/man/man3/gnutls_x509_privkey_import_rsa_raw.3 +2 -2
  1551. data/vendor/local/share/man/man3/gnutls_x509_privkey_import_rsa_raw2.3 +2 -2
  1552. data/vendor/local/share/man/man3/gnutls_x509_privkey_init.3 +2 -2
  1553. data/vendor/local/share/man/man3/gnutls_x509_privkey_sec_param.3 +2 -2
  1554. data/vendor/local/share/man/man3/gnutls_x509_privkey_sign_data.3 +2 -2
  1555. data/vendor/local/share/man/man3/gnutls_x509_privkey_sign_hash.3 +2 -2
  1556. data/vendor/local/share/man/man3/gnutls_x509_privkey_verify_params.3 +2 -2
  1557. data/vendor/local/share/man/man3/gnutls_x509_rdn_get.3 +2 -2
  1558. data/vendor/local/share/man/man3/gnutls_x509_rdn_get_by_oid.3 +2 -2
  1559. data/vendor/local/share/man/man3/gnutls_x509_rdn_get_oid.3 +2 -2
  1560. data/vendor/local/share/man/man3/gnutls_x509_trust_list_add_cas.3 +2 -2
  1561. data/vendor/local/share/man/man3/gnutls_x509_trust_list_add_crls.3 +2 -2
  1562. data/vendor/local/share/man/man3/gnutls_x509_trust_list_add_named_crt.3 +2 -2
  1563. data/vendor/local/share/man/man3/gnutls_x509_trust_list_add_system_trust.3 +2 -2
  1564. data/vendor/local/share/man/man3/gnutls_x509_trust_list_add_trust_file.3 +5 -5
  1565. data/vendor/local/share/man/man3/gnutls_x509_trust_list_add_trust_mem.3 +2 -2
  1566. data/vendor/local/share/man/man3/gnutls_x509_trust_list_deinit.3 +2 -2
  1567. data/vendor/local/share/man/man3/gnutls_x509_trust_list_get_issuer.3 +2 -2
  1568. data/vendor/local/share/man/man3/gnutls_x509_trust_list_init.3 +2 -2
  1569. data/vendor/local/share/man/man3/gnutls_x509_trust_list_remove_cas.3 +2 -2
  1570. data/vendor/local/share/man/man3/gnutls_x509_trust_list_remove_trust_file.3 +4 -4
  1571. data/vendor/local/share/man/man3/gnutls_x509_trust_list_remove_trust_mem.3 +2 -2
  1572. data/vendor/local/share/man/man3/gnutls_x509_trust_list_verify_crt.3 +2 -4
  1573. data/vendor/local/share/man/man3/gnutls_x509_trust_list_verify_named_crt.3 +2 -2
  1574. data/vendor/local/share/man/man3/xssl_client_init.3 +65 -0
  1575. data/vendor/local/share/man/man3/xssl_cred_deinit.3 +46 -0
  1576. data/vendor/local/share/man/man3/xssl_cred_init.3 +57 -0
  1577. data/vendor/local/share/man/man3/xssl_deinit.3 +45 -0
  1578. data/vendor/local/share/man/man3/xssl_flush.3 +48 -0
  1579. data/vendor/local/share/man/man3/xssl_get_session.3 +44 -0
  1580. data/vendor/local/share/man/man3/xssl_getdelim.3 +58 -0
  1581. data/vendor/local/share/man/man3/xssl_printf.3 +54 -0
  1582. data/vendor/local/share/man/man3/xssl_read.3 +52 -0
  1583. data/vendor/local/share/man/man3/xssl_server_init.3 +59 -0
  1584. data/vendor/local/share/man/man3/xssl_sinit.3 +53 -0
  1585. data/vendor/local/share/man/man3/xssl_write.3 +56 -0
  1586. metadata +77 -43
  1587. data/vendor/local/bin/libgnutlsxx-28.dll +0 -0
  1588. data/vendor/local/bin/libhogweed-2-2.dll +0 -0
  1589. data/vendor/local/bin/libhogweed-2-4.dll +0 -0
  1590. data/vendor/local/bin/libnettle-4-4.dll +0 -0
  1591. data/vendor/local/bin/libnettle-4-6.dll +0 -0
  1592. data/vendor/local/bin/zlib1.dll +0 -0
  1593. data/vendor/local/include/gnutls/gnutlsxx.h +0 -426
  1594. data/vendor/local/include/zconf.h +0 -461
  1595. data/vendor/local/include/zlib.h +0 -1589
  1596. data/vendor/local/lib/libgnutlsxx.a +0 -0
  1597. data/vendor/local/lib/libgnutlsxx.dll.a +0 -0
  1598. data/vendor/local/lib/libgnutlsxx.la +0 -41
  1599. data/vendor/local/lib/libz.dll.a +0 -0
  1600. data/vendor/local/lib/zdll.lib +0 -0
  1601. data/vendor/local/lib/zlib.def +0 -67
  1602. data/vendor/local/manifest/zlib-dev_1.2.5-2_win32.mft +0 -8
  1603. data/vendor/local/manifest/zlib_1.2.5-2_win32.mft +0 -2
  1604. data/vendor/local/share/gdb/auto-load/libglib-2.0.so.0.3600.1-gdb.py +0 -10
  1605. data/vendor/local/share/gdb/auto-load/libglib-2.0.so.0.3600.2-gdb.py +0 -10
  1606. data/vendor/local/share/gdb/auto-load/libgobject-2.0.so.0.3600.1-gdb.py +0 -10
  1607. data/vendor/local/share/gdb/auto-load/libgobject-2.0.so.0.3600.2-gdb.py +0 -10
  1608. data/vendor/local/src/tml/packaging/zlib_1.2.5-2_win32.log +0 -42
  1609. data/vendor/local/src/tml/packaging/zlib_1.2.5-2_win32.sh +0 -189
@@ -1,6 +1,7 @@
1
1
  This is gnutls.info, produced by makeinfo version 5.1 from gnutls.texi.
2
2
 
3
- This manual is last updated 24 April 2013 for version 3.1.11 of GnuTLS.
3
+ This manual is last updated 10 November 2013 for version 3.2.7 of
4
+ GnuTLS.
4
5
 
5
6
  Copyright (C) 2001-2013 Free Software Foundation, Inc.\\ Copyright (C)
6
7
  2001-2013 Nikos Mavrogiannopoulos
@@ -1891,6 +1892,22 @@ gnutls_openpgp_privkey_get_subkey_creation_time
1891
1892
 
1892
1893
  *Since:* 2.4.0
1893
1894
 
1895
+ gnutls_openpgp_privkey_get_subkey_expiration_time
1896
+ -------------------------------------------------
1897
+
1898
+ -- Function: time_t gnutls_openpgp_privkey_get_subkey_expiration_time
1899
+ (gnutls_openpgp_privkey_t KEY, unsigned int IDX)
1900
+ KEY: the structure that contains the OpenPGP private key.
1901
+
1902
+ IDX: the subkey index
1903
+
1904
+ Get subkey expiration time. A value of '0' means that the key
1905
+ doesn't expire at all.
1906
+
1907
+ *Returns:* the time when the OpenPGP key expires.
1908
+
1909
+ *Since:* 2.4.0
1910
+
1894
1911
  gnutls_openpgp_privkey_get_subkey_fingerprint
1895
1912
  ---------------------------------------------
1896
1913
 
@@ -2667,6 +2684,30 @@ gnutls_pkcs11_get_pin_function
2667
2684
 
2668
2685
  *Since:* 3.1.0
2669
2686
 
2687
+ gnutls_pkcs11_get_raw_issuer
2688
+ ----------------------------
2689
+
2690
+ -- Function: int gnutls_pkcs11_get_raw_issuer (const char * URL,
2691
+ gnutls_x509_crt_t CERT, gnutls_datum_t * ISSUER,
2692
+ gnutls_x509_crt_fmt_t FMT, unsigned int FLAGS)
2693
+ URL: A PKCS 11 url identifying a token
2694
+
2695
+ CERT: is the certificate to find issuer for
2696
+
2697
+ ISSUER: Will hold the issuer if any in an allocated buffer.
2698
+
2699
+ FMT: The format of the exported issuer.
2700
+
2701
+ FLAGS: Use zero.
2702
+
2703
+ This function will return the issuer of a given certificate, if it
2704
+ is stored in the token.
2705
+
2706
+ *Returns:* On success, 'GNUTLS_E_SUCCESS' (0) is returned,
2707
+ otherwise a negative error value.
2708
+
2709
+ *Since:* 3.2.7
2710
+
2670
2711
  gnutls_pkcs11_init
2671
2712
  ------------------
2672
2713
 
@@ -2710,7 +2751,7 @@ gnutls_pkcs11_obj_export
2710
2751
  void * OUTPUT_DATA, size_t * OUTPUT_DATA_SIZE)
2711
2752
  OBJ: Holds the object
2712
2753
 
2713
- OUTPUT_DATA: will contain a certificate PEM or DER encoded
2754
+ OUTPUT_DATA: will contain the object data
2714
2755
 
2715
2756
  OUTPUT_DATA_SIZE: holds the size of output_data (and will be
2716
2757
  replaced by the actual size of parameters)
@@ -2723,9 +2764,6 @@ gnutls_pkcs11_obj_export
2723
2764
  *output_data_size is updated and GNUTLS_E_SHORT_MEMORY_BUFFER will
2724
2765
  be returned.
2725
2766
 
2726
- If the structure is PEM encoded, it will have a header of "BEGIN
2727
- CERTIFICATE".
2728
-
2729
2767
  *Returns:* In case of failure a negative error code will be
2730
2768
  returned, and 'GNUTLS_E_SUCCESS' (0) on success.
2731
2769
 
@@ -2738,7 +2776,7 @@ gnutls_pkcs11_obj_export2
2738
2776
  gnutls_datum_t * OUT)
2739
2777
  OBJ: Holds the object
2740
2778
 
2741
- OUT: will contain a certificate PEM or DER encoded
2779
+ OUT: will contain the object data
2742
2780
 
2743
2781
  This function will export the PKCS11 object data. It is normal for
2744
2782
  data to be inaccesible and in that case 'GNUTLS_E_INVALID_REQUEST'
@@ -2746,14 +2784,33 @@ gnutls_pkcs11_obj_export2
2746
2784
 
2747
2785
  The output buffer is allocated using 'gnutls_malloc()' .
2748
2786
 
2749
- If the structure is PEM encoded, it will have a header of "BEGIN
2750
- CERTIFICATE".
2751
-
2752
2787
  *Returns:* In case of failure a negative error code will be
2753
2788
  returned, and 'GNUTLS_E_SUCCESS' (0) on success.
2754
2789
 
2755
2790
  *Since:* 3.1.3
2756
2791
 
2792
+ gnutls_pkcs11_obj_export3
2793
+ -------------------------
2794
+
2795
+ -- Function: int gnutls_pkcs11_obj_export3 (gnutls_pkcs11_obj_t OBJ,
2796
+ gnutls_x509_crt_fmt_t FMT, gnutls_datum_t * OUT)
2797
+ OBJ: Holds the object
2798
+
2799
+ FMT: The format of the exported data
2800
+
2801
+ OUT: will contain the object data
2802
+
2803
+ This function will export the PKCS11 object data. It is normal for
2804
+ data to be inaccesible and in that case 'GNUTLS_E_INVALID_REQUEST'
2805
+ will be returned.
2806
+
2807
+ The output buffer is allocated using 'gnutls_malloc()' .
2808
+
2809
+ *Returns:* In case of failure a negative error code will be
2810
+ returned, and 'GNUTLS_E_SUCCESS' (0) on success.
2811
+
2812
+ *Since:* 3.2.7
2813
+
2757
2814
  gnutls_pkcs11_obj_export_url
2758
2815
  ----------------------------
2759
2816
 
@@ -2946,8 +3003,8 @@ gnutls_pkcs11_privkey_export_url
2946
3003
  gnutls_pkcs11_privkey_generate
2947
3004
  ------------------------------
2948
3005
 
2949
- -- Function: int gnutls_pkcs11_privkey_generate (const char* URL,
2950
- gnutls_pk_algorithm_t PK, unsigned int BITS, const char*
3006
+ -- Function: int gnutls_pkcs11_privkey_generate (const char * URL,
3007
+ gnutls_pk_algorithm_t PK, unsigned int BITS, const char *
2951
3008
  LABEL, unsigned int FLAGS)
2952
3009
  URL: a token URL
2953
3010
 
@@ -2971,8 +3028,8 @@ gnutls_pkcs11_privkey_generate
2971
3028
  gnutls_pkcs11_privkey_generate2
2972
3029
  -------------------------------
2973
3030
 
2974
- -- Function: int gnutls_pkcs11_privkey_generate2 (const char* URL,
2975
- gnutls_pk_algorithm_t PK, unsigned int BITS, const char*
3031
+ -- Function: int gnutls_pkcs11_privkey_generate2 (const char * URL,
3032
+ gnutls_pk_algorithm_t PK, unsigned int BITS, const char *
2976
3033
  LABEL, gnutls_x509_crt_fmt_t FMT, gnutls_datum_t * PUBKEY,
2977
3034
  unsigned int FLAGS)
2978
3035
  URL: a token URL
@@ -3207,6 +3264,24 @@ gnutls_pkcs11_token_get_mechanism
3207
3264
 
3208
3265
  *Since:* 2.12.0
3209
3266
 
3267
+ gnutls_pkcs11_token_get_random
3268
+ ------------------------------
3269
+
3270
+ -- Function: int gnutls_pkcs11_token_get_random (const char *
3271
+ TOKEN_URL, void * RNDDATA, size_t LEN)
3272
+ TOKEN_URL: A PKCS '11' URL specifying a token
3273
+
3274
+ RNDDATA: A pointer to the memory area to be filled with random data
3275
+
3276
+ LEN: The number of bytes of randomness to request
3277
+
3278
+ This function will get random data from the given token. It will
3279
+ store rnddata and fill the memory pointed to by rnddata with len
3280
+ random bytes from the token.
3281
+
3282
+ *Returns:* On success, 'GNUTLS_E_SUCCESS' (0) is returned,
3283
+ otherwise a negative error value.
3284
+
3210
3285
  gnutls_pkcs11_token_get_url
3211
3286
  ---------------------------
3212
3287
 
@@ -3380,7 +3455,7 @@ gnutls_tpm_key_list_get_url
3380
3455
  ---------------------------
3381
3456
 
3382
3457
  -- Function: int gnutls_tpm_key_list_get_url (gnutls_tpm_key_list_t
3383
- LIST, unsigned int IDX, char** URL, unsigned int FLAGS)
3458
+ LIST, unsigned int IDX, char ** URL, unsigned int FLAGS)
3384
3459
  LIST: a list of the keys
3385
3460
 
3386
3461
  IDX: The index of the key (starting from zero)
@@ -3401,8 +3476,8 @@ gnutls_tpm_key_list_get_url
3401
3476
  gnutls_tpm_privkey_delete
3402
3477
  -------------------------
3403
3478
 
3404
- -- Function: int gnutls_tpm_privkey_delete (const char* URL, const
3405
- char* SRK_PASSWORD)
3479
+ -- Function: int gnutls_tpm_privkey_delete (const char * URL, const
3480
+ char * SRK_PASSWORD)
3406
3481
  URL: the URL describing the key
3407
3482
 
3408
3483
  SRK_PASSWORD: a password for the SRK key
@@ -3418,10 +3493,10 @@ gnutls_tpm_privkey_generate
3418
3493
  ---------------------------
3419
3494
 
3420
3495
  -- Function: int gnutls_tpm_privkey_generate (gnutls_pk_algorithm_t PK,
3421
- unsigned int BITS, const char* SRK_PASSWORD, const char*
3496
+ unsigned int BITS, const char * SRK_PASSWORD, const char *
3422
3497
  KEY_PASSWORD, gnutls_tpmkey_fmt_t FORMAT,
3423
- gnutls_x509_crt_fmt_t PUB_FORMAT, gnutls_datum_t* PRIVKEY,
3424
- gnutls_datum_t* PUBKEY, unsigned int FLAGS)
3498
+ gnutls_x509_crt_fmt_t PUB_FORMAT, gnutls_datum_t * PRIVKEY,
3499
+ gnutls_datum_t * PUBKEY, unsigned int FLAGS)
3425
3500
  PK: the public key algorithm
3426
3501
 
3427
3502
  BITS: the security bits
@@ -3469,9 +3544,9 @@ gnutls_certificate_set_key
3469
3544
  --------------------------
3470
3545
 
3471
3546
  -- Function: int gnutls_certificate_set_key
3472
- (gnutls_certificate_credentials_t RES, const char** NAMES, int
3473
- NAMES_SIZE, gnutls_pcert_st * PCERT_LIST, int PCERT_LIST_SIZE,
3474
- gnutls_privkey_t KEY)
3547
+ (gnutls_certificate_credentials_t RES, const char ** NAMES,
3548
+ int NAMES_SIZE, gnutls_pcert_st * PCERT_LIST, int
3549
+ PCERT_LIST_SIZE, gnutls_privkey_t KEY)
3475
3550
  RES: is a 'gnutls_certificate_credentials_t' structure.
3476
3551
 
3477
3552
  NAMES: is an array of DNS name of the certificate (NULL if none)
@@ -3490,9 +3565,11 @@ gnutls_certificate_set_key
3490
3565
  called more than once, in case multiple keys/certificates exist for
3491
3566
  the server. For clients that wants to send more than its own end
3492
3567
  entity certificate (e.g., also an intermediate CA cert) then put
3493
- the certificate chain in 'pcert_list' . The 'pcert_list' and 'key'
3494
- will become part of the credentials structure and must not be
3495
- deallocated. They will be automatically deallocated when 'res' is
3568
+ the certificate chain in 'pcert_list' .
3569
+
3570
+ Note that the 'pcert_list' and 'key' will become part of the
3571
+ credentials structure and must not be deallocated. They will be
3572
+ automatically deallocated when the 'res' structure is
3496
3573
  deinitialized.
3497
3574
 
3498
3575
  *Returns:* 'GNUTLS_E_SUCCESS' (0) on success, or a negative error
@@ -3562,7 +3639,7 @@ gnutls_pcert_deinit
3562
3639
  gnutls_pcert_import_openpgp
3563
3640
  ---------------------------
3564
3641
 
3565
- -- Function: int gnutls_pcert_import_openpgp (gnutls_pcert_st* PCERT,
3642
+ -- Function: int gnutls_pcert_import_openpgp (gnutls_pcert_st * PCERT,
3566
3643
  gnutls_openpgp_crt_t CRT, unsigned int FLAGS)
3567
3644
  PCERT: The pcert structure
3568
3645
 
@@ -3583,7 +3660,7 @@ gnutls_pcert_import_openpgp_raw
3583
3660
  -------------------------------
3584
3661
 
3585
3662
  -- Function: int gnutls_pcert_import_openpgp_raw (gnutls_pcert_st *
3586
- PCERT, const gnutls_datum_t* CERT, gnutls_openpgp_crt_fmt_t
3663
+ PCERT, const gnutls_datum_t * CERT, gnutls_openpgp_crt_fmt_t
3587
3664
  FORMAT, gnutls_openpgp_keyid_t KEYID, unsigned int FLAGS)
3588
3665
  PCERT: The pcert structure
3589
3666
 
@@ -3607,7 +3684,7 @@ gnutls_pcert_import_openpgp_raw
3607
3684
  gnutls_pcert_import_x509
3608
3685
  ------------------------
3609
3686
 
3610
- -- Function: int gnutls_pcert_import_x509 (gnutls_pcert_st* PCERT,
3687
+ -- Function: int gnutls_pcert_import_x509 (gnutls_pcert_st * PCERT,
3611
3688
  gnutls_x509_crt_t CRT, unsigned int FLAGS)
3612
3689
  PCERT: The pcert structure
3613
3690
 
@@ -3628,7 +3705,7 @@ gnutls_pcert_import_x509_raw
3628
3705
  ----------------------------
3629
3706
 
3630
3707
  -- Function: int gnutls_pcert_import_x509_raw (gnutls_pcert_st * PCERT,
3631
- const gnutls_datum_t* CERT, gnutls_x509_crt_fmt_t FORMAT,
3708
+ const gnutls_datum_t * CERT, gnutls_x509_crt_fmt_t FORMAT,
3632
3709
  unsigned int FLAGS)
3633
3710
  PCERT: The pcert structure
3634
3711
 
@@ -3749,7 +3826,7 @@ gnutls_privkey_import_ext
3749
3826
  -------------------------
3750
3827
 
3751
3828
  -- Function: int gnutls_privkey_import_ext (gnutls_privkey_t PKEY,
3752
- gnutls_pk_algorithm_t PK, void* USERDATA,
3829
+ gnutls_pk_algorithm_t PK, void * USERDATA,
3753
3830
  gnutls_privkey_sign_func SIGN_FUNC,
3754
3831
  gnutls_privkey_decrypt_func DECRYPT_FUNC, unsigned int FLAGS)
3755
3832
  PKEY: The private key
@@ -3768,8 +3845,7 @@ gnutls_privkey_import_ext
3768
3845
  'gnutls_privkey_t' structure. At least one of the two callbacks
3769
3846
  must be non-null.
3770
3847
 
3771
- Note that the signing function is supposed to "raw" sign data,
3772
- i.e., without any hashing or preprocessing.
3848
+ See also 'gnutls_privkey_import_ext2()' .
3773
3849
 
3774
3850
  *Returns:* On success, 'GNUTLS_E_SUCCESS' (0) is returned,
3775
3851
  otherwise a negative error value.
@@ -3780,7 +3856,7 @@ gnutls_privkey_import_ext2
3780
3856
  --------------------------
3781
3857
 
3782
3858
  -- Function: int gnutls_privkey_import_ext2 (gnutls_privkey_t PKEY,
3783
- gnutls_pk_algorithm_t PK, void* USERDATA,
3859
+ gnutls_pk_algorithm_t PK, void * USERDATA,
3784
3860
  gnutls_privkey_sign_func SIGN_FUNC,
3785
3861
  gnutls_privkey_decrypt_func DECRYPT_FUNC,
3786
3862
  gnutls_privkey_deinit_func DEINIT_FUNC, unsigned int FLAGS)
@@ -3804,7 +3880,9 @@ gnutls_privkey_import_ext2
3804
3880
  flags is assumed to contain 'GNUTLS_PRIVKEY_IMPORT_AUTO_RELEASE' .
3805
3881
 
3806
3882
  Note that the signing function is supposed to "raw" sign data,
3807
- i.e., without any hashing or preprocessing.
3883
+ i.e., without any hashing or preprocessing. In case of RSA the
3884
+ DigestInfo will be provided, and the signing function is expected
3885
+ to do the PKCS '1' 1.5 padding and the exponentiation.
3808
3886
 
3809
3887
  *Returns:* On success, 'GNUTLS_E_SUCCESS' (0) is returned,
3810
3888
  otherwise a negative error value.
@@ -3843,7 +3921,7 @@ gnutls_privkey_import_openpgp_raw
3843
3921
 
3844
3922
  -- Function: int gnutls_privkey_import_openpgp_raw (gnutls_privkey_t
3845
3923
  PKEY, const gnutls_datum_t * DATA, gnutls_openpgp_crt_fmt_t
3846
- FORMAT, const gnutls_openpgp_keyid_t KEYID, const char*
3924
+ FORMAT, const gnutls_openpgp_keyid_t KEYID, const char *
3847
3925
  PASSWORD)
3848
3926
  PKEY: The private key
3849
3927
 
@@ -3940,7 +4018,7 @@ gnutls_privkey_import_tpm_url
3940
4018
  -----------------------------
3941
4019
 
3942
4020
  -- Function: int gnutls_privkey_import_tpm_url (gnutls_privkey_t PKEY,
3943
- const char* URL, const char * SRK_PASSWORD, const char *
4021
+ const char * URL, const char * SRK_PASSWORD, const char *
3944
4022
  KEY_PASSWORD, unsigned int FLAGS)
3945
4023
  PKEY: The private key
3946
4024
 
@@ -4018,7 +4096,7 @@ gnutls_privkey_import_x509_raw
4018
4096
 
4019
4097
  -- Function: int gnutls_privkey_import_x509_raw (gnutls_privkey_t PKEY,
4020
4098
  const gnutls_datum_t * DATA, gnutls_x509_crt_fmt_t FORMAT,
4021
- const char* PASSWORD, unsigned int FLAGS)
4099
+ const char * PASSWORD, unsigned int FLAGS)
4022
4100
  PKEY: The private key
4023
4101
 
4024
4102
  DATA: The private key data to be imported
@@ -4083,7 +4161,7 @@ gnutls_privkey_sign_data
4083
4161
 
4084
4162
  HASH: should be a digest algorithm
4085
4163
 
4086
- FLAGS: Zero or on of 'gnutls_privkey_flags_t'
4164
+ FLAGS: Zero or one of 'gnutls_privkey_flags_t'
4087
4165
 
4088
4166
  DATA: holds the data to be signed
4089
4167
 
@@ -4114,7 +4192,7 @@ gnutls_privkey_sign_hash
4114
4192
 
4115
4193
  HASH_ALGO: The hash algorithm used
4116
4194
 
4117
- FLAGS: Zero or on of 'gnutls_privkey_flags_t'
4195
+ FLAGS: Zero or one of 'gnutls_privkey_flags_t'
4118
4196
 
4119
4197
  HASH_DATA: holds the data to be signed
4120
4198
 
@@ -4129,41 +4207,14 @@ gnutls_privkey_sign_hash
4129
4207
  You may use 'gnutls_pubkey_get_preferred_hash_algorithm()' to
4130
4208
  determine the hash algorithm.
4131
4209
 
4132
- *Returns:* On success, 'GNUTLS_E_SUCCESS' (0) is returned,
4133
- otherwise a negative error value.
4134
-
4135
- *Since:* 2.12.0
4136
-
4137
- gnutls_privkey_sign_raw_data
4138
- ----------------------------
4139
-
4140
- -- Function: int gnutls_privkey_sign_raw_data (gnutls_privkey_t KEY,
4141
- unsigned FLAGS, const gnutls_datum_t * DATA, gnutls_datum_t *
4142
- SIGNATURE)
4143
- KEY: Holds the key
4144
-
4145
- FLAGS: should be zero
4146
-
4147
- DATA: holds the data to be signed
4148
-
4149
- SIGNATURE: will contain the signature allocate with
4150
- 'gnutls_malloc()'
4151
-
4152
- This function will sign the given data using a signature algorithm
4153
- supported by the private key. Note that this is a low-level
4154
- function and does not apply any preprocessing or hash on the signed
4155
- data. For example on an RSA key the input 'data' should be of the
4156
- DigestInfo PKCS '1' 1.5 format. Use it only if you know what are
4157
- you doing.
4158
-
4159
- Note this function is equivalent to using the
4160
- 'GNUTLS_PRIVKEY_SIGN_FLAG_TLS1_RSA' flag with
4161
- 'gnutls_privkey_sign_hash()' .
4210
+ Note that if 'GNUTLS_PRIVKEY_SIGN_FLAG_TLS1_RSA' flag is specified
4211
+ this function will ignore 'hash_algo' and perform a raw PKCS1
4212
+ signature.
4162
4213
 
4163
4214
  *Returns:* On success, 'GNUTLS_E_SUCCESS' (0) is returned,
4164
4215
  otherwise a negative error value.
4165
4216
 
4166
- *Since:* 3.1.10
4217
+ *Since:* 2.12.0
4167
4218
 
4168
4219
  gnutls_privkey_status
4169
4220
  ---------------------
@@ -4418,7 +4469,7 @@ gnutls_pubkey_get_pk_ecc_x962
4418
4469
  -----------------------------
4419
4470
 
4420
4471
  -- Function: int gnutls_pubkey_get_pk_ecc_x962 (gnutls_pubkey_t KEY,
4421
- gnutls_datum_t* PARAMETERS, gnutls_datum_t * ECPOINT)
4472
+ gnutls_datum_t * PARAMETERS, gnutls_datum_t * ECPOINT)
4422
4473
  KEY: Holds the public key
4423
4474
 
4424
4475
  PARAMETERS: DER encoding of an ANSI X9.62 parameters
@@ -4747,7 +4798,7 @@ gnutls_pubkey_import_tpm_url
4747
4798
  ----------------------------
4748
4799
 
4749
4800
  -- Function: int gnutls_pubkey_import_tpm_url (gnutls_pubkey_t PKEY,
4750
- const char* URL, const char * SRK_PASSWORD, unsigned int
4801
+ const char * URL, const char * SRK_PASSWORD, unsigned int
4751
4802
  FLAGS)
4752
4803
  PKEY: The public key
4753
4804
 
@@ -4934,7 +4985,7 @@ gnutls_pubkey_verify_data
4934
4985
  gnutls_datum_t * SIGNATURE)
4935
4986
  PUBKEY: Holds the public key
4936
4987
 
4937
- FLAGS: Zero or on of 'gnutls_pubkey_flags_t'
4988
+ FLAGS: Zero or one of 'gnutls_pubkey_flags_t'
4938
4989
 
4939
4990
  DATA: holds the signed data
4940
4991
 
@@ -4962,7 +5013,7 @@ gnutls_pubkey_verify_data2
4962
5013
 
4963
5014
  ALGO: The signature algorithm used
4964
5015
 
4965
- FLAGS: Zero or on of 'gnutls_pubkey_flags_t'
5016
+ FLAGS: Zero or one of 'gnutls_pubkey_flags_t'
4966
5017
 
4967
5018
  DATA: holds the signed data
4968
5019
 
@@ -4985,7 +5036,7 @@ gnutls_pubkey_verify_hash
4985
5036
  gnutls_datum_t * SIGNATURE)
4986
5037
  KEY: Holds the public key
4987
5038
 
4988
- FLAGS: Zero or on of 'gnutls_pubkey_flags_t'
5039
+ FLAGS: Zero or one of 'gnutls_pubkey_flags_t'
4989
5040
 
4990
5041
  HASH: holds the hash digest to be verified
4991
5042
 
@@ -5013,7 +5064,7 @@ gnutls_pubkey_verify_hash2
5013
5064
 
5014
5065
  ALGO: The signature algorithm used
5015
5066
 
5016
- FLAGS: Zero or on of 'gnutls_pubkey_flags_t'
5067
+ FLAGS: Zero or one of 'gnutls_pubkey_flags_t'
5017
5068
 
5018
5069
  HASH: holds the hash digest to be verified
5019
5070
 
@@ -5157,7 +5208,7 @@ need to link with the 'libgnutls-dane' library to use them.
5157
5208
  dane_cert_type_name
5158
5209
  -------------------
5159
5210
 
5160
- -- Function: const char* dane_cert_type_name (dane_cert_type_t TYPE)
5211
+ -- Function: const char * dane_cert_type_name (dane_cert_type_t TYPE)
5161
5212
  TYPE: is a DANE match type
5162
5213
 
5163
5214
  Convert a 'dane_cert_type_t' value to a string.
@@ -5168,7 +5219,8 @@ dane_cert_type_name
5168
5219
  dane_cert_usage_name
5169
5220
  --------------------
5170
5221
 
5171
- -- Function: const char* dane_cert_usage_name (dane_cert_usage_t USAGE)
5222
+ -- Function: const char * dane_cert_usage_name (dane_cert_usage_t
5223
+ USAGE)
5172
5224
  USAGE: - undescribed -
5173
5225
 
5174
5226
  Convert a 'dane_cert_usage_t' value to a string.
@@ -5179,7 +5231,7 @@ dane_cert_usage_name
5179
5231
  dane_match_type_name
5180
5232
  --------------------
5181
5233
 
5182
- -- Function: const char* dane_match_type_name (dane_match_type_t TYPE)
5234
+ -- Function: const char * dane_match_type_name (dane_match_type_t TYPE)
5183
5235
  TYPE: is a DANE match type
5184
5236
 
5185
5237
  Convert a 'dane_match_type_t' value to a string.
@@ -5243,7 +5295,7 @@ dane_query_tlsa
5243
5295
  ---------------
5244
5296
 
5245
5297
  -- Function: int dane_query_tlsa (dane_state_t S, dane_query_t * R,
5246
- const char* HOST, const char* PROTO, unsigned int PORT)
5298
+ const char * HOST, const char * PROTO, unsigned int PORT)
5247
5299
  S: The DANE state structure
5248
5300
 
5249
5301
  R: A structure to place the result
@@ -5260,6 +5312,35 @@ dane_query_tlsa
5260
5312
  *Returns:* On success, 'DANE_E_SUCCESS' (0) is returned, otherwise
5261
5313
  a negative error value.
5262
5314
 
5315
+ dane_raw_tlsa
5316
+ -------------
5317
+
5318
+ -- Function: int dane_raw_tlsa (dane_state_t S, dane_query_t * R, char
5319
+ *const * DANE_DATA, const int * DANE_DATA_LEN, int SECURE, int
5320
+ BOGUS)
5321
+ S: The DANE state structure
5322
+
5323
+ R: A structure to place the result
5324
+
5325
+ DANE_DATA: array of DNS rdata items, terminated with a NULL
5326
+ pointer; caller must guarantee that the referenced data remains
5327
+ valid until 'dane_query_deinit()' is called.
5328
+
5329
+ DANE_DATA_LEN: the length n bytes of the dane_data items
5330
+
5331
+ SECURE: true if the result is validated securely, false if
5332
+ validation failed or the domain queried has no security info
5333
+
5334
+ BOGUS: if the result was not secure (secure = 0) due to a security
5335
+ failure, and the result is due to a security failure, bogus is
5336
+ true.
5337
+
5338
+ This function will fill in the TLSA (DANE) structure from the given
5339
+ raw DNS record data.
5340
+
5341
+ *Returns:* On success, 'DANE_E_SUCCESS' (0) is returned, otherwise
5342
+ a negative error value.
5343
+
5263
5344
  dane_state_deinit
5264
5345
  -----------------
5265
5346
 
@@ -5271,7 +5352,7 @@ dane_state_deinit
5271
5352
  dane_state_init
5272
5353
  ---------------
5273
5354
 
5274
- -- Function: int dane_state_init (dane_state_t* S, unsigned int FLAGS)
5355
+ -- Function: int dane_state_init (dane_state_t * S, unsigned int FLAGS)
5275
5356
  S: The structure to be initialized
5276
5357
 
5277
5358
  FLAGS: flags from the 'dane_state_flags' enumeration
@@ -5284,7 +5365,7 @@ dane_state_init
5284
5365
  dane_state_set_dlv_file
5285
5366
  -----------------------
5286
5367
 
5287
- -- Function: int dane_state_set_dlv_file (dane_state_t S, const char*
5368
+ -- Function: int dane_state_set_dlv_file (dane_state_t S, const char *
5288
5369
  FILE)
5289
5370
  S: The structure to be deinitialized
5290
5371
 
@@ -5331,9 +5412,9 @@ dane_verify_crt
5331
5412
 
5332
5413
  -- Function: int dane_verify_crt (dane_state_t S, const gnutls_datum_t
5333
5414
  * CHAIN, unsigned CHAIN_SIZE, gnutls_certificate_type_t
5334
- CHAIN_TYPE, const char * HOSTNAME, const char* PROTO, unsigned
5335
- int PORT, unsigned int SFLAGS, unsigned int VFLAGS, unsigned
5336
- int * VERIFY)
5415
+ CHAIN_TYPE, const char * HOSTNAME, const char * PROTO,
5416
+ unsigned int PORT, unsigned int SFLAGS, unsigned int VFLAGS,
5417
+ unsigned int * VERIFY)
5337
5418
  S: A DANE state structure (may be NULL)
5338
5419
 
5339
5420
  CHAIN: A certificate chain
@@ -5377,11 +5458,57 @@ dane_verify_crt
5377
5458
  *Returns:* On success, 'DANE_E_SUCCESS' (0) is returned, otherwise
5378
5459
  a negative error value.
5379
5460
 
5461
+ dane_verify_crt_raw
5462
+ -------------------
5463
+
5464
+ -- Function: int dane_verify_crt_raw (dane_state_t S, const
5465
+ gnutls_datum_t * CHAIN, unsigned CHAIN_SIZE,
5466
+ gnutls_certificate_type_t CHAIN_TYPE, dane_query_t R, unsigned
5467
+ int SFLAGS, unsigned int VFLAGS, unsigned int * VERIFY)
5468
+ S: A DANE state structure (may be NULL)
5469
+
5470
+ CHAIN: A certificate chain
5471
+
5472
+ CHAIN_SIZE: The size of the chain
5473
+
5474
+ CHAIN_TYPE: The type of the certificate chain
5475
+
5476
+ R: DANE data to check against
5477
+
5478
+ SFLAGS: Flags for the the initialization of 's' (if NULL)
5479
+
5480
+ VFLAGS: Verification flags; an OR'ed list of 'dane_verify_flags_t'
5481
+ .
5482
+
5483
+ VERIFY: An OR'ed list of 'dane_verify_status_t' .
5484
+
5485
+ This function will verify the given certificate chain against the
5486
+ CA constrains and/or the certificate available via DANE. If no
5487
+ information via DANE can be obtained the flag
5488
+ 'DANE_VERIFY_NO_DANE_INFO' is set. If a DNSSEC signature is not
5489
+ available for the DANE record then the verify flag
5490
+ 'DANE_VERIFY_NO_DNSSEC_DATA' is set.
5491
+
5492
+ Note that the CA constraint only applies for the directly
5493
+ certifying CA and does not account for long CA chains.
5494
+
5495
+ Due to the many possible options of DANE, there is no single threat
5496
+ model countered. When notifying the user about DANE verification
5497
+ results it may be better to mention: DANE verification did not
5498
+ reject the certificate, rather than mentioning a successful DANE
5499
+ verication.
5500
+
5501
+ If the 'q' parameter is provided it will be used for caching
5502
+ entries.
5503
+
5504
+ *Returns:* On success, 'DANE_E_SUCCESS' (0) is returned, otherwise
5505
+ a negative error value.
5506
+
5380
5507
  dane_verify_session_crt
5381
5508
  -----------------------
5382
5509
 
5383
5510
  -- Function: int dane_verify_session_crt (dane_state_t S,
5384
- gnutls_session_t SESSION, const char * HOSTNAME, const char*
5511
+ gnutls_session_t SESSION, const char * HOSTNAME, const char *
5385
5512
  PROTO, unsigned int PORT, unsigned int SFLAGS, unsigned int
5386
5513
  VFLAGS, unsigned int * VERIFY)
5387
5514
  S: A DANE state structure (may be NULL)
@@ -5449,6 +5576,10 @@ gnutls_cipher_decrypt
5449
5576
  This function will decrypt the given data using the algorithm
5450
5577
  specified by the context.
5451
5578
 
5579
+ Note that in AEAD ciphers, this will not check the tag. You will
5580
+ need to compare the tag sent with the value returned from
5581
+ 'gnutls_cipher_tag()' .
5582
+
5452
5583
  *Returns:* Zero or a negative error code on error.
5453
5584
 
5454
5585
  *Since:* 2.10.0
@@ -5472,6 +5603,10 @@ gnutls_cipher_decrypt2
5472
5603
  This function will decrypt the given data using the algorithm
5473
5604
  specified by the context.
5474
5605
 
5606
+ Note that in AEAD ciphers, this will not check the tag. You will
5607
+ need to compare the tag sent with the value returned from
5608
+ 'gnutls_cipher_tag()' .
5609
+
5475
5610
  *Returns:* Zero or a negative error code on error.
5476
5611
 
5477
5612
  *Since:* 2.12.0
@@ -5535,11 +5670,33 @@ gnutls_cipher_get_block_size
5535
5670
  (gnutls_cipher_algorithm_t ALGORITHM)
5536
5671
  ALGORITHM: is an encryption algorithm
5537
5672
 
5673
+ *Returns:* the block size of the encryption algorithm.
5674
+
5675
+ *Since:* 2.10.0
5676
+
5677
+ gnutls_cipher_get_iv_size
5678
+ -------------------------
5679
+
5680
+ -- Function: int gnutls_cipher_get_iv_size (gnutls_cipher_algorithm_t
5681
+ ALGORITHM)
5682
+ ALGORITHM: is an encryption algorithm
5683
+
5538
5684
  Get block size for encryption algorithm.
5539
5685
 
5540
5686
  *Returns:* block size for encryption algorithm.
5541
5687
 
5542
- *Since:* 2.10.0
5688
+ *Since:* 3.2.0
5689
+
5690
+ gnutls_cipher_get_tag_size
5691
+ --------------------------
5692
+
5693
+ -- Function: int gnutls_cipher_get_tag_size (gnutls_cipher_algorithm_t
5694
+ ALGORITHM)
5695
+ ALGORITHM: is an encryption algorithm
5696
+
5697
+ *Returns:* the tag size of the authenticated encryption algorithm.
5698
+
5699
+ *Since:* 3.2.2
5543
5700
 
5544
5701
  gnutls_cipher_init
5545
5702
  ------------------
@@ -5785,6 +5942,9 @@ gnutls_hmac_init
5785
5942
  effectively use the current crypto backend in use by gnutls or the
5786
5943
  cryptographic accelerator in use.
5787
5944
 
5945
+ Note that despite the name of this function, it can be used for
5946
+ other MAC algorithms than HMAC.
5947
+
5788
5948
  *Returns:* Zero or a negative error code on error.
5789
5949
 
5790
5950
  *Since:* 2.10.0
@@ -5803,6 +5963,34 @@ gnutls_hmac_output
5803
5963
 
5804
5964
  *Since:* 2.10.0
5805
5965
 
5966
+ gnutls_hmac_set_nonce
5967
+ ---------------------
5968
+
5969
+ -- Function: void gnutls_hmac_set_nonce (gnutls_hmac_hd_t HANDLE, const
5970
+ void * NONCE, size_t NONCE_LEN)
5971
+ HANDLE: is a 'gnutls_cipher_hd_t' structure.
5972
+
5973
+ NONCE: the data to set as nonce
5974
+
5975
+ NONCE_LEN: The length of data
5976
+
5977
+ This function will set the nonce in the MAC algorithm.
5978
+
5979
+ *Since:* 3.2.0
5980
+
5981
+ gnutls_mac_get_nonce_size
5982
+ -------------------------
5983
+
5984
+ -- Function: size_t gnutls_mac_get_nonce_size (gnutls_mac_algorithm_t
5985
+ ALGORITHM)
5986
+ ALGORITHM: is an encryption algorithm
5987
+
5988
+ Returns the size of the nonce used by the MAC in TLS.
5989
+
5990
+ *Returns:* length (in bytes) of the given MAC nonce size, or 0.
5991
+
5992
+ *Since:* 3.2.0
5993
+
5806
5994
  gnutls_rnd
5807
5995
  ----------
5808
5996
 
@@ -5844,6 +6032,75 @@ The following functions are carried over from old GnuTLS released. They
5844
6032
  might be removed at a later version. Their prototypes lie in
5845
6033
  'gnutls/compat.h'.
5846
6034
 
6035
+ gnutls_certificate_client_set_retrieve_function
6036
+ -----------------------------------------------
6037
+
6038
+ -- Function: void gnutls_certificate_client_set_retrieve_function
6039
+ (gnutls_certificate_credentials_t CRED,
6040
+ gnutls_certificate_client_retrieve_function * FUNC)
6041
+ CRED: is a 'gnutls_certificate_credentials_t' structure.
6042
+
6043
+ FUNC: is the callback function
6044
+
6045
+ This function sets a callback to be called in order to retrieve the
6046
+ certificate to be used in the handshake. You are advised to use
6047
+ 'gnutls_certificate_set_retrieve_function2()' because it is much
6048
+ more efficient in the processing it requires from gnutls.
6049
+
6050
+ The callback's function prototype is: int
6051
+ (*callback)(gnutls_session_t, const gnutls_datum_t* req_ca_dn, int
6052
+ nreqs, const gnutls_pk_algorithm_t* pk_algos, int pk_algos_length,
6053
+ gnutls_retr_st* st);
6054
+
6055
+ 'req_ca_cert' is only used in X.509 certificates. Contains a list
6056
+ with the CA names that the server considers trusted. Normally we
6057
+ should send a certificate that is signed by one of these CAs.
6058
+ These names are DER encoded. To get a more meaningful value use
6059
+ the function 'gnutls_x509_rdn_get()' .
6060
+
6061
+ 'pk_algos' contains a list with server's acceptable signature
6062
+ algorithms. The certificate returned should support the server's
6063
+ given algorithms.
6064
+
6065
+ 'st' should contain the certificates and private keys.
6066
+
6067
+ If the callback function is provided then gnutls will call it, in
6068
+ the handshake, if a certificate is requested by the server (and
6069
+ after the certificate request message has been received).
6070
+
6071
+ The callback function should set the certificate list to be sent,
6072
+ and return 0 on success. If no certificate was selected then the
6073
+ number of certificates should be set to zero. The value (-1)
6074
+ indicates error and the handshake will be terminated.
6075
+
6076
+ gnutls_certificate_server_set_retrieve_function
6077
+ -----------------------------------------------
6078
+
6079
+ -- Function: void gnutls_certificate_server_set_retrieve_function
6080
+ (gnutls_certificate_credentials_t CRED,
6081
+ gnutls_certificate_server_retrieve_function * FUNC)
6082
+ CRED: is a 'gnutls_certificate_credentials_t' structure.
6083
+
6084
+ FUNC: is the callback function
6085
+
6086
+ This function sets a callback to be called in order to retrieve the
6087
+ certificate to be used in the handshake. You are advised to use
6088
+ 'gnutls_certificate_set_retrieve_function2()' because it is much
6089
+ more efficient in the processing it requires from gnutls.
6090
+
6091
+ The callback's function prototype is: int
6092
+ (*callback)(gnutls_session_t, gnutls_retr_st* st);
6093
+
6094
+ 'st' should contain the certificates and private keys.
6095
+
6096
+ If the callback function is provided then gnutls will call it, in
6097
+ the handshake, after the certificate request message has been
6098
+ received.
6099
+
6100
+ The callback function should set the certificate list to be sent,
6101
+ and return 0 on success. The value (-1) indicates error and the
6102
+ handshake will be terminated.
6103
+
5847
6104
  gnutls_certificate_set_rsa_export_params
5848
6105
  ----------------------------------------
5849
6106
 
@@ -5974,6 +6231,37 @@ gnutls_openpgp_privkey_sign_hash
5974
6231
 
5975
6232
  *Deprecated:* Use 'gnutls_privkey_sign_hash()' instead.
5976
6233
 
6234
+ gnutls_privkey_sign_raw_data
6235
+ ----------------------------
6236
+
6237
+ -- Function: int gnutls_privkey_sign_raw_data (gnutls_privkey_t KEY,
6238
+ unsigned FLAGS, const gnutls_datum_t * DATA, gnutls_datum_t *
6239
+ SIGNATURE)
6240
+ KEY: Holds the key
6241
+
6242
+ FLAGS: should be zero
6243
+
6244
+ DATA: holds the data to be signed
6245
+
6246
+ SIGNATURE: will contain the signature allocate with
6247
+ 'gnutls_malloc()'
6248
+
6249
+ This function will sign the given data using a signature algorithm
6250
+ supported by the private key. Note that this is a low-level
6251
+ function and does not apply any preprocessing or hash on the signed
6252
+ data. For example on an RSA key the input 'data' should be of the
6253
+ DigestInfo PKCS '1' 1.5 format. Use it only if you know what are
6254
+ you doing.
6255
+
6256
+ Note this function is equivalent to using the
6257
+ 'GNUTLS_PRIVKEY_SIGN_FLAG_TLS1_RSA' flag with
6258
+ 'gnutls_privkey_sign_hash()' .
6259
+
6260
+ *Returns:* On success, 'GNUTLS_E_SUCCESS' (0) is returned,
6261
+ otherwise a negative error value.
6262
+
6263
+ *Since:* 3.1.10
6264
+
5977
6265
  gnutls_protocol_set_priority
5978
6266
  ----------------------------
5979
6267
 
@@ -6440,2004 +6728,3 @@ gnutls_x509_privkey_sign_hash
6440
6728
 
6441
6729
  Deprecated in: 2.12.0
6442
6730
 
6443
- 
6444
- File: gnutls.info, Node: Copying Information, Next: Bibliography, Prev: API reference, Up: Top
6445
-
6446
- Appendix F Copying Information
6447
- ******************************
6448
-
6449
- GNU Free Documentation License
6450
- ==============================
6451
-
6452
- Version 1.3, 3 November 2008
6453
-
6454
- Copyright (C) 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc.
6455
- <http://fsf.org/>
6456
-
6457
- Everyone is permitted to copy and distribute verbatim copies
6458
- of this license document, but changing it is not allowed.
6459
-
6460
- 0. PREAMBLE
6461
-
6462
- The purpose of this License is to make a manual, textbook, or other
6463
- functional and useful document "free" in the sense of freedom: to
6464
- assure everyone the effective freedom to copy and redistribute it,
6465
- with or without modifying it, either commercially or
6466
- noncommercially. Secondarily, this License preserves for the
6467
- author and publisher a way to get credit for their work, while not
6468
- being considered responsible for modifications made by others.
6469
-
6470
- This License is a kind of "copyleft", which means that derivative
6471
- works of the document must themselves be free in the same sense.
6472
- It complements the GNU General Public License, which is a copyleft
6473
- license designed for free software.
6474
-
6475
- We have designed this License in order to use it for manuals for
6476
- free software, because free software needs free documentation: a
6477
- free program should come with manuals providing the same freedoms
6478
- that the software does. But this License is not limited to
6479
- software manuals; it can be used for any textual work, regardless
6480
- of subject matter or whether it is published as a printed book. We
6481
- recommend this License principally for works whose purpose is
6482
- instruction or reference.
6483
-
6484
- 1. APPLICABILITY AND DEFINITIONS
6485
-
6486
- This License applies to any manual or other work, in any medium,
6487
- that contains a notice placed by the copyright holder saying it can
6488
- be distributed under the terms of this License. Such a notice
6489
- grants a world-wide, royalty-free license, unlimited in duration,
6490
- to use that work under the conditions stated herein. The
6491
- "Document", below, refers to any such manual or work. Any member
6492
- of the public is a licensee, and is addressed as "you". You accept
6493
- the license if you copy, modify or distribute the work in a way
6494
- requiring permission under copyright law.
6495
-
6496
- A "Modified Version" of the Document means any work containing the
6497
- Document or a portion of it, either copied verbatim, or with
6498
- modifications and/or translated into another language.
6499
-
6500
- A "Secondary Section" is a named appendix or a front-matter section
6501
- of the Document that deals exclusively with the relationship of the
6502
- publishers or authors of the Document to the Document's overall
6503
- subject (or to related matters) and contains nothing that could
6504
- fall directly within that overall subject. (Thus, if the Document
6505
- is in part a textbook of mathematics, a Secondary Section may not
6506
- explain any mathematics.) The relationship could be a matter of
6507
- historical connection with the subject or with related matters, or
6508
- of legal, commercial, philosophical, ethical or political position
6509
- regarding them.
6510
-
6511
- The "Invariant Sections" are certain Secondary Sections whose
6512
- titles are designated, as being those of Invariant Sections, in the
6513
- notice that says that the Document is released under this License.
6514
- If a section does not fit the above definition of Secondary then it
6515
- is not allowed to be designated as Invariant. The Document may
6516
- contain zero Invariant Sections. If the Document does not identify
6517
- any Invariant Sections then there are none.
6518
-
6519
- The "Cover Texts" are certain short passages of text that are
6520
- listed, as Front-Cover Texts or Back-Cover Texts, in the notice
6521
- that says that the Document is released under this License. A
6522
- Front-Cover Text may be at most 5 words, and a Back-Cover Text may
6523
- be at most 25 words.
6524
-
6525
- A "Transparent" copy of the Document means a machine-readable copy,
6526
- represented in a format whose specification is available to the
6527
- general public, that is suitable for revising the document
6528
- straightforwardly with generic text editors or (for images composed
6529
- of pixels) generic paint programs or (for drawings) some widely
6530
- available drawing editor, and that is suitable for input to text
6531
- formatters or for automatic translation to a variety of formats
6532
- suitable for input to text formatters. A copy made in an otherwise
6533
- Transparent file format whose markup, or absence of markup, has
6534
- been arranged to thwart or discourage subsequent modification by
6535
- readers is not Transparent. An image format is not Transparent if
6536
- used for any substantial amount of text. A copy that is not
6537
- "Transparent" is called "Opaque".
6538
-
6539
- Examples of suitable formats for Transparent copies include plain
6540
- ASCII without markup, Texinfo input format, LaTeX input format,
6541
- SGML or XML using a publicly available DTD, and standard-conforming
6542
- simple HTML, PostScript or PDF designed for human modification.
6543
- Examples of transparent image formats include PNG, XCF and JPG.
6544
- Opaque formats include proprietary formats that can be read and
6545
- edited only by proprietary word processors, SGML or XML for which
6546
- the DTD and/or processing tools are not generally available, and
6547
- the machine-generated HTML, PostScript or PDF produced by some word
6548
- processors for output purposes only.
6549
-
6550
- The "Title Page" means, for a printed book, the title page itself,
6551
- plus such following pages as are needed to hold, legibly, the
6552
- material this License requires to appear in the title page. For
6553
- works in formats which do not have any title page as such, "Title
6554
- Page" means the text near the most prominent appearance of the
6555
- work's title, preceding the beginning of the body of the text.
6556
-
6557
- The "publisher" means any person or entity that distributes copies
6558
- of the Document to the public.
6559
-
6560
- A section "Entitled XYZ" means a named subunit of the Document
6561
- whose title either is precisely XYZ or contains XYZ in parentheses
6562
- following text that translates XYZ in another language. (Here XYZ
6563
- stands for a specific section name mentioned below, such as
6564
- "Acknowledgements", "Dedications", "Endorsements", or "History".)
6565
- To "Preserve the Title" of such a section when you modify the
6566
- Document means that it remains a section "Entitled XYZ" according
6567
- to this definition.
6568
-
6569
- The Document may include Warranty Disclaimers next to the notice
6570
- which states that this License applies to the Document. These
6571
- Warranty Disclaimers are considered to be included by reference in
6572
- this License, but only as regards disclaiming warranties: any other
6573
- implication that these Warranty Disclaimers may have is void and
6574
- has no effect on the meaning of this License.
6575
-
6576
- 2. VERBATIM COPYING
6577
-
6578
- You may copy and distribute the Document in any medium, either
6579
- commercially or noncommercially, provided that this License, the
6580
- copyright notices, and the license notice saying this License
6581
- applies to the Document are reproduced in all copies, and that you
6582
- add no other conditions whatsoever to those of this License. You
6583
- may not use technical measures to obstruct or control the reading
6584
- or further copying of the copies you make or distribute. However,
6585
- you may accept compensation in exchange for copies. If you
6586
- distribute a large enough number of copies you must also follow the
6587
- conditions in section 3.
6588
-
6589
- You may also lend copies, under the same conditions stated above,
6590
- and you may publicly display copies.
6591
-
6592
- 3. COPYING IN QUANTITY
6593
-
6594
- If you publish printed copies (or copies in media that commonly
6595
- have printed covers) of the Document, numbering more than 100, and
6596
- the Document's license notice requires Cover Texts, you must
6597
- enclose the copies in covers that carry, clearly and legibly, all
6598
- these Cover Texts: Front-Cover Texts on the front cover, and
6599
- Back-Cover Texts on the back cover. Both covers must also clearly
6600
- and legibly identify you as the publisher of these copies. The
6601
- front cover must present the full title with all words of the title
6602
- equally prominent and visible. You may add other material on the
6603
- covers in addition. Copying with changes limited to the covers, as
6604
- long as they preserve the title of the Document and satisfy these
6605
- conditions, can be treated as verbatim copying in other respects.
6606
-
6607
- If the required texts for either cover are too voluminous to fit
6608
- legibly, you should put the first ones listed (as many as fit
6609
- reasonably) on the actual cover, and continue the rest onto
6610
- adjacent pages.
6611
-
6612
- If you publish or distribute Opaque copies of the Document
6613
- numbering more than 100, you must either include a machine-readable
6614
- Transparent copy along with each Opaque copy, or state in or with
6615
- each Opaque copy a computer-network location from which the general
6616
- network-using public has access to download using public-standard
6617
- network protocols a complete Transparent copy of the Document, free
6618
- of added material. If you use the latter option, you must take
6619
- reasonably prudent steps, when you begin distribution of Opaque
6620
- copies in quantity, to ensure that this Transparent copy will
6621
- remain thus accessible at the stated location until at least one
6622
- year after the last time you distribute an Opaque copy (directly or
6623
- through your agents or retailers) of that edition to the public.
6624
-
6625
- It is requested, but not required, that you contact the authors of
6626
- the Document well before redistributing any large number of copies,
6627
- to give them a chance to provide you with an updated version of the
6628
- Document.
6629
-
6630
- 4. MODIFICATIONS
6631
-
6632
- You may copy and distribute a Modified Version of the Document
6633
- under the conditions of sections 2 and 3 above, provided that you
6634
- release the Modified Version under precisely this License, with the
6635
- Modified Version filling the role of the Document, thus licensing
6636
- distribution and modification of the Modified Version to whoever
6637
- possesses a copy of it. In addition, you must do these things in
6638
- the Modified Version:
6639
-
6640
- A. Use in the Title Page (and on the covers, if any) a title
6641
- distinct from that of the Document, and from those of previous
6642
- versions (which should, if there were any, be listed in the
6643
- History section of the Document). You may use the same title
6644
- as a previous version if the original publisher of that
6645
- version gives permission.
6646
-
6647
- B. List on the Title Page, as authors, one or more persons or
6648
- entities responsible for authorship of the modifications in
6649
- the Modified Version, together with at least five of the
6650
- principal authors of the Document (all of its principal
6651
- authors, if it has fewer than five), unless they release you
6652
- from this requirement.
6653
-
6654
- C. State on the Title page the name of the publisher of the
6655
- Modified Version, as the publisher.
6656
-
6657
- D. Preserve all the copyright notices of the Document.
6658
-
6659
- E. Add an appropriate copyright notice for your modifications
6660
- adjacent to the other copyright notices.
6661
-
6662
- F. Include, immediately after the copyright notices, a license
6663
- notice giving the public permission to use the Modified
6664
- Version under the terms of this License, in the form shown in
6665
- the Addendum below.
6666
-
6667
- G. Preserve in that license notice the full lists of Invariant
6668
- Sections and required Cover Texts given in the Document's
6669
- license notice.
6670
-
6671
- H. Include an unaltered copy of this License.
6672
-
6673
- I. Preserve the section Entitled "History", Preserve its Title,
6674
- and add to it an item stating at least the title, year, new
6675
- authors, and publisher of the Modified Version as given on the
6676
- Title Page. If there is no section Entitled "History" in the
6677
- Document, create one stating the title, year, authors, and
6678
- publisher of the Document as given on its Title Page, then add
6679
- an item describing the Modified Version as stated in the
6680
- previous sentence.
6681
-
6682
- J. Preserve the network location, if any, given in the Document
6683
- for public access to a Transparent copy of the Document, and
6684
- likewise the network locations given in the Document for
6685
- previous versions it was based on. These may be placed in the
6686
- "History" section. You may omit a network location for a work
6687
- that was published at least four years before the Document
6688
- itself, or if the original publisher of the version it refers
6689
- to gives permission.
6690
-
6691
- K. For any section Entitled "Acknowledgements" or "Dedications",
6692
- Preserve the Title of the section, and preserve in the section
6693
- all the substance and tone of each of the contributor
6694
- acknowledgements and/or dedications given therein.
6695
-
6696
- L. Preserve all the Invariant Sections of the Document, unaltered
6697
- in their text and in their titles. Section numbers or the
6698
- equivalent are not considered part of the section titles.
6699
-
6700
- M. Delete any section Entitled "Endorsements". Such a section
6701
- may not be included in the Modified Version.
6702
-
6703
- N. Do not retitle any existing section to be Entitled
6704
- "Endorsements" or to conflict in title with any Invariant
6705
- Section.
6706
-
6707
- O. Preserve any Warranty Disclaimers.
6708
-
6709
- If the Modified Version includes new front-matter sections or
6710
- appendices that qualify as Secondary Sections and contain no
6711
- material copied from the Document, you may at your option designate
6712
- some or all of these sections as invariant. To do this, add their
6713
- titles to the list of Invariant Sections in the Modified Version's
6714
- license notice. These titles must be distinct from any other
6715
- section titles.
6716
-
6717
- You may add a section Entitled "Endorsements", provided it contains
6718
- nothing but endorsements of your Modified Version by various
6719
- parties--for example, statements of peer review or that the text
6720
- has been approved by an organization as the authoritative
6721
- definition of a standard.
6722
-
6723
- You may add a passage of up to five words as a Front-Cover Text,
6724
- and a passage of up to 25 words as a Back-Cover Text, to the end of
6725
- the list of Cover Texts in the Modified Version. Only one passage
6726
- of Front-Cover Text and one of Back-Cover Text may be added by (or
6727
- through arrangements made by) any one entity. If the Document
6728
- already includes a cover text for the same cover, previously added
6729
- by you or by arrangement made by the same entity you are acting on
6730
- behalf of, you may not add another; but you may replace the old
6731
- one, on explicit permission from the previous publisher that added
6732
- the old one.
6733
-
6734
- The author(s) and publisher(s) of the Document do not by this
6735
- License give permission to use their names for publicity for or to
6736
- assert or imply endorsement of any Modified Version.
6737
-
6738
- 5. COMBINING DOCUMENTS
6739
-
6740
- You may combine the Document with other documents released under
6741
- this License, under the terms defined in section 4 above for
6742
- modified versions, provided that you include in the combination all
6743
- of the Invariant Sections of all of the original documents,
6744
- unmodified, and list them all as Invariant Sections of your
6745
- combined work in its license notice, and that you preserve all
6746
- their Warranty Disclaimers.
6747
-
6748
- The combined work need only contain one copy of this License, and
6749
- multiple identical Invariant Sections may be replaced with a single
6750
- copy. If there are multiple Invariant Sections with the same name
6751
- but different contents, make the title of each such section unique
6752
- by adding at the end of it, in parentheses, the name of the
6753
- original author or publisher of that section if known, or else a
6754
- unique number. Make the same adjustment to the section titles in
6755
- the list of Invariant Sections in the license notice of the
6756
- combined work.
6757
-
6758
- In the combination, you must combine any sections Entitled
6759
- "History" in the various original documents, forming one section
6760
- Entitled "History"; likewise combine any sections Entitled
6761
- "Acknowledgements", and any sections Entitled "Dedications". You
6762
- must delete all sections Entitled "Endorsements."
6763
-
6764
- 6. COLLECTIONS OF DOCUMENTS
6765
-
6766
- You may make a collection consisting of the Document and other
6767
- documents released under this License, and replace the individual
6768
- copies of this License in the various documents with a single copy
6769
- that is included in the collection, provided that you follow the
6770
- rules of this License for verbatim copying of each of the documents
6771
- in all other respects.
6772
-
6773
- You may extract a single document from such a collection, and
6774
- distribute it individually under this License, provided you insert
6775
- a copy of this License into the extracted document, and follow this
6776
- License in all other respects regarding verbatim copying of that
6777
- document.
6778
-
6779
- 7. AGGREGATION WITH INDEPENDENT WORKS
6780
-
6781
- A compilation of the Document or its derivatives with other
6782
- separate and independent documents or works, in or on a volume of a
6783
- storage or distribution medium, is called an "aggregate" if the
6784
- copyright resulting from the compilation is not used to limit the
6785
- legal rights of the compilation's users beyond what the individual
6786
- works permit. When the Document is included in an aggregate, this
6787
- License does not apply to the other works in the aggregate which
6788
- are not themselves derivative works of the Document.
6789
-
6790
- If the Cover Text requirement of section 3 is applicable to these
6791
- copies of the Document, then if the Document is less than one half
6792
- of the entire aggregate, the Document's Cover Texts may be placed
6793
- on covers that bracket the Document within the aggregate, or the
6794
- electronic equivalent of covers if the Document is in electronic
6795
- form. Otherwise they must appear on printed covers that bracket
6796
- the whole aggregate.
6797
-
6798
- 8. TRANSLATION
6799
-
6800
- Translation is considered a kind of modification, so you may
6801
- distribute translations of the Document under the terms of section
6802
- 4. Replacing Invariant Sections with translations requires special
6803
- permission from their copyright holders, but you may include
6804
- translations of some or all Invariant Sections in addition to the
6805
- original versions of these Invariant Sections. You may include a
6806
- translation of this License, and all the license notices in the
6807
- Document, and any Warranty Disclaimers, provided that you also
6808
- include the original English version of this License and the
6809
- original versions of those notices and disclaimers. In case of a
6810
- disagreement between the translation and the original version of
6811
- this License or a notice or disclaimer, the original version will
6812
- prevail.
6813
-
6814
- If a section in the Document is Entitled "Acknowledgements",
6815
- "Dedications", or "History", the requirement (section 4) to
6816
- Preserve its Title (section 1) will typically require changing the
6817
- actual title.
6818
-
6819
- 9. TERMINATION
6820
-
6821
- You may not copy, modify, sublicense, or distribute the Document
6822
- except as expressly provided under this License. Any attempt
6823
- otherwise to copy, modify, sublicense, or distribute it is void,
6824
- and will automatically terminate your rights under this License.
6825
-
6826
- However, if you cease all violation of this License, then your
6827
- license from a particular copyright holder is reinstated (a)
6828
- provisionally, unless and until the copyright holder explicitly and
6829
- finally terminates your license, and (b) permanently, if the
6830
- copyright holder fails to notify you of the violation by some
6831
- reasonable means prior to 60 days after the cessation.
6832
-
6833
- Moreover, your license from a particular copyright holder is
6834
- reinstated permanently if the copyright holder notifies you of the
6835
- violation by some reasonable means, this is the first time you have
6836
- received notice of violation of this License (for any work) from
6837
- that copyright holder, and you cure the violation prior to 30 days
6838
- after your receipt of the notice.
6839
-
6840
- Termination of your rights under this section does not terminate
6841
- the licenses of parties who have received copies or rights from you
6842
- under this License. If your rights have been terminated and not
6843
- permanently reinstated, receipt of a copy of some or all of the
6844
- same material does not give you any rights to use it.
6845
-
6846
- 10. FUTURE REVISIONS OF THIS LICENSE
6847
-
6848
- The Free Software Foundation may publish new, revised versions of
6849
- the GNU Free Documentation License from time to time. Such new
6850
- versions will be similar in spirit to the present version, but may
6851
- differ in detail to address new problems or concerns. See
6852
- <http://www.gnu.org/copyleft/>.
6853
-
6854
- Each version of the License is given a distinguishing version
6855
- number. If the Document specifies that a particular numbered
6856
- version of this License "or any later version" applies to it, you
6857
- have the option of following the terms and conditions either of
6858
- that specified version or of any later version that has been
6859
- published (not as a draft) by the Free Software Foundation. If the
6860
- Document does not specify a version number of this License, you may
6861
- choose any version ever published (not as a draft) by the Free
6862
- Software Foundation. If the Document specifies that a proxy can
6863
- decide which future versions of this License can be used, that
6864
- proxy's public statement of acceptance of a version permanently
6865
- authorizes you to choose that version for the Document.
6866
-
6867
- 11. RELICENSING
6868
-
6869
- "Massive Multiauthor Collaboration Site" (or "MMC Site") means any
6870
- World Wide Web server that publishes copyrightable works and also
6871
- provides prominent facilities for anybody to edit those works. A
6872
- public wiki that anybody can edit is an example of such a server.
6873
- A "Massive Multiauthor Collaboration" (or "MMC") contained in the
6874
- site means any set of copyrightable works thus published on the MMC
6875
- site.
6876
-
6877
- "CC-BY-SA" means the Creative Commons Attribution-Share Alike 3.0
6878
- license published by Creative Commons Corporation, a not-for-profit
6879
- corporation with a principal place of business in San Francisco,
6880
- California, as well as future copyleft versions of that license
6881
- published by that same organization.
6882
-
6883
- "Incorporate" means to publish or republish a Document, in whole or
6884
- in part, as part of another Document.
6885
-
6886
- An MMC is "eligible for relicensing" if it is licensed under this
6887
- License, and if all works that were first published under this
6888
- License somewhere other than this MMC, and subsequently
6889
- incorporated in whole or in part into the MMC, (1) had no cover
6890
- texts or invariant sections, and (2) were thus incorporated prior
6891
- to November 1, 2008.
6892
-
6893
- The operator of an MMC Site may republish an MMC contained in the
6894
- site under CC-BY-SA on the same site at any time before August 1,
6895
- 2009, provided the MMC is eligible for relicensing.
6896
-
6897
- ADDENDUM: How to use this License for your documents
6898
- ====================================================
6899
-
6900
- To use this License in a document you have written, include a copy of
6901
- the License in the document and put the following copyright and license
6902
- notices just after the title page:
6903
-
6904
- Copyright (C) YEAR YOUR NAME.
6905
- Permission is granted to copy, distribute and/or modify this document
6906
- under the terms of the GNU Free Documentation License, Version 1.3
6907
- or any later version published by the Free Software Foundation;
6908
- with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
6909
- Texts. A copy of the license is included in the section entitled ``GNU
6910
- Free Documentation License''.
6911
-
6912
- If you have Invariant Sections, Front-Cover Texts and Back-Cover Texts,
6913
- replace the "with...Texts." line with this:
6914
-
6915
- with the Invariant Sections being LIST THEIR TITLES, with
6916
- the Front-Cover Texts being LIST, and with the Back-Cover Texts
6917
- being LIST.
6918
-
6919
- If you have Invariant Sections without Cover Texts, or some other
6920
- combination of the three, merge those two alternatives to suit the
6921
- situation.
6922
-
6923
- If your document contains nontrivial examples of program code, we
6924
- recommend releasing these examples in parallel under your choice of free
6925
- software license, such as the GNU General Public License, to permit
6926
- their use in free software.
6927
-
6928
- 
6929
- File: gnutls.info, Node: Bibliography, Next: Function and Data Index, Prev: Copying Information, Up: Top
6930
-
6931
- Bibliography
6932
- ************
6933
-
6934
- [CBCATT]
6935
- Bodo Moeller, "Security of CBC Ciphersuites in SSL/TLS: Problems
6936
- and Countermeasures", 2002, available from
6937
- <http://www.openssl.org/~bodo/tls-cbc.txt>.
6938
-
6939
- [GPGH]
6940
- Mike Ashley, "The GNU Privacy Handbook", 2002, available from
6941
- <http://www.gnupg.org/gph/en/manual.pdf>.
6942
-
6943
- [GUTPKI]
6944
- Peter Gutmann, "Everything you never wanted to know about PKI but
6945
- were forced to find out", Available from
6946
- <http://www.cs.auckland.ac.nz/~pgut001/>.
6947
-
6948
- [KEYPIN]
6949
- Chris Evans and Chris Palmer, "Public Key Pinning Extension for
6950
- HTTP", Available from
6951
- <http://tools.ietf.org/html/draft-ietf-websec-key-pinning-01>.
6952
-
6953
- [NISTSP80057]
6954
- NIST Special Publication 800-57, "Recommendation for Key Management
6955
- - Part 1: General (Revised)", March 2007, available from
6956
- <http://csrc.nist.gov/publications/nistpubs/800-57/sp800-57-Part1-revised2_Mar08-2007.pdf>.
6957
-
6958
- [RFC2246]
6959
- Tim Dierks and Christopher Allen, "The TLS Protocol Version 1.0",
6960
- January 1999, Available from <http://www.ietf.org/rfc/rfc2246.txt>.
6961
-
6962
- [RFC4680]
6963
- S. Santesson, "TLS Handshake Message for Supplemental Data",
6964
- September 2006, Available from
6965
- <http://www.ietf.org/rfc/rfc4680.txt>.
6966
-
6967
- [RFC4514]
6968
- Kurt D. Zeilenga, "Lightweight Directory Access Protocol (LDAP):
6969
- String Representation of Distinguished Names", June 2006, Available
6970
- from <http://www.ietf.org/rfc/rfc4513.txt>.
6971
-
6972
- [RFC4346]
6973
- Tim Dierks and Eric Rescorla, "The TLS Protocol Version 1.1", Match
6974
- 2006, Available from <http://www.ietf.org/rfc/rfc4346.txt>.
6975
-
6976
- [RFC4347]
6977
- Eric Rescorla and Nagendra Modadugu, "Datagram Transport Layer
6978
- Security", April 2006, Available from
6979
- <http://www.ietf.org/rfc/rfc4347.txt>.
6980
-
6981
- [RFC5246]
6982
- Tim Dierks and Eric Rescorla, "The TLS Protocol Version 1.2",
6983
- August 2008, Available from <http://www.ietf.org/rfc/rfc5246.txt>.
6984
-
6985
- [RFC2440]
6986
- Jon Callas, Lutz Donnerhacke, Hal Finney and Rodney Thayer,
6987
- "OpenPGP Message Format", November 1998, Available from
6988
- <http://www.ietf.org/rfc/rfc2440.txt>.
6989
-
6990
- [RFC4880]
6991
- Jon Callas, Lutz Donnerhacke, Hal Finney, David Shaw and Rodney
6992
- Thayer, "OpenPGP Message Format", November 2007, Available from
6993
- <http://www.ietf.org/rfc/rfc4880.txt>.
6994
-
6995
- [RFC4211]
6996
- J. Schaad, "Internet X.509 Public Key Infrastructure Certificate
6997
- Request Message Format (CRMF)", September 2005, Available from
6998
- <http://www.ietf.org/rfc/rfc4211.txt>.
6999
-
7000
- [RFC2817]
7001
- Rohit Khare and Scott Lawrence, "Upgrading to TLS Within HTTP/1.1",
7002
- May 2000, Available from <http://www.ietf.org/rfc/rfc2817.txt>
7003
-
7004
- [RFC2818]
7005
- Eric Rescorla, "HTTP Over TLS", May 2000, Available from
7006
- <http://www.ietf/rfc/rfc2818.txt>.
7007
-
7008
- [RFC2945]
7009
- Tom Wu, "The SRP Authentication and Key Exchange System", September
7010
- 2000, Available from <http://www.ietf.org/rfc/rfc2945.txt>.
7011
-
7012
- [RFC2986]
7013
- Magnus Nystrom and Burt Kaliski, "PKCS 10 v1.7: Certification
7014
- Request Syntax Specification", November 2000, Available from
7015
- <http://www.ietf.org/rfc/rfc2986.txt>.
7016
-
7017
- [PKIX]
7018
- D. Cooper, S. Santesson, S. Farrel, S. Boeyen, R. Housley, W. Polk,
7019
- "Internet X.509 Public Key Infrastructure Certificate and
7020
- Certificate Revocation List (CRL) Profile", May 2008, available
7021
- from <http://www.ietf.org/rfc/rfc5280.txt>.
7022
-
7023
- [RFC3749]
7024
- Scott Hollenbeck, "Transport Layer Security Protocol Compression
7025
- Methods", May 2004, available from
7026
- <http://www.ietf.org/rfc/rfc3749.txt>.
7027
-
7028
- [RFC3820]
7029
- Steven Tuecke, Von Welch, Doug Engert, Laura Pearlman, and Mary
7030
- Thompson, "Internet X.509 Public Key Infrastructure (PKI) Proxy
7031
- Certificate Profile", June 2004, available from
7032
- <http://www.ietf.org/rfc/rfc3820>.
7033
-
7034
- [RFC6520]
7035
- R. Seggelmann, M. Tuexen, and M. Williams, "Transport Layer
7036
- Security (TLS) and Datagram Transport Layer Security (DTLS)
7037
- Heartbeat Extension", February 2012, available from
7038
- <http://www.ietf.org/rfc/rfc6520>.
7039
-
7040
- [RFC5746]
7041
- E. Rescorla, M. Ray, S. Dispensa, and N. Oskov, "Transport Layer
7042
- Security (TLS) Renegotiation Indication Extension", February 2010,
7043
- available from <http://www.ietf.org/rfc/rfc5746>.
7044
-
7045
- [RFC5280]
7046
- D. Cooper, S. Santesson, S. Farrell, S. Boeyen, R. Housley, and W.
7047
- Polk, "Internet X.509 Public Key Infrastructure Certificate and
7048
- Certificate Revocation List (CRL) Profile", May 2008, available
7049
- from <http://www.ietf.org/rfc/rfc5280>.
7050
-
7051
- [TLSTKT]
7052
- Joseph Salowey, Hao Zhou, Pasi Eronen, Hannes Tschofenig,
7053
- "Transport Layer Security (TLS) Session Resumption without
7054
- Server-Side State", January 2008, available from
7055
- <http://www.ietf.org/rfc/rfc5077>.
7056
-
7057
- [PKCS12]
7058
- RSA Laboratories, "PKCS 12 v1.0: Personal Information Exchange
7059
- Syntax", June 1999, Available from <http://www.rsa.com>.
7060
-
7061
- [PKCS11]
7062
- RSA Laboratories, "PKCS #11 Base Functionality v2.30: Cryptoki –
7063
- Draft 4", July 2009, Available from <http://www.rsa.com>.
7064
-
7065
- [RESCORLA]
7066
- Eric Rescorla, "SSL and TLS: Designing and Building Secure
7067
- Systems", 2001
7068
-
7069
- [SELKEY]
7070
- Arjen Lenstra and Eric Verheul, "Selecting Cryptographic Key
7071
- Sizes", 2003, available from
7072
- <http://www.win.tue.nl/~klenstra/key.pdf>.
7073
-
7074
- [SSL3]
7075
- Alan Freier, Philip Karlton and Paul Kocher, "The Secure Sockets
7076
- Layer (SSL) Protocol Version 3.0", August 2011, Available from
7077
- <http://www.ietf.org/rfc/rfc6101.txt>.
7078
-
7079
- [STEVENS]
7080
- Richard Stevens, "UNIX Network Programming, Volume 1", Prentice
7081
- Hall PTR, January 1998
7082
-
7083
- [TLSEXT]
7084
- Simon Blake-Wilson, Magnus Nystrom, David Hopwood, Jan Mikkelsen
7085
- and Tim Wright, "Transport Layer Security (TLS) Extensions", June
7086
- 2003, Available from <http://www.ietf.org/rfc/rfc3546.txt>.
7087
-
7088
- [TLSPGP]
7089
- Nikos Mavrogiannopoulos, "Using OpenPGP keys for TLS
7090
- authentication", January 2011. Available from
7091
- <http://www.ietf.org/rfc/rfc6091.txt>.
7092
-
7093
- [TLSSRP]
7094
- David Taylor, Trevor Perrin, Tom Wu and Nikos Mavrogiannopoulos,
7095
- "Using SRP for TLS Authentication", November 2007. Available from
7096
- <http://www.ietf.org/rfc/rfc5054.txt>.
7097
-
7098
- [TLSPSK]
7099
- Pasi Eronen and Hannes Tschofenig, "Pre-shared key Ciphersuites for
7100
- TLS", December 2005, Available from
7101
- <http://www.ietf.org/rfc/rfc4279.txt>.
7102
-
7103
- [TOMSRP]
7104
- Tom Wu, "The Stanford SRP Authentication Project", Available at
7105
- <http://srp.stanford.edu/>.
7106
-
7107
- [WEGER]
7108
- Arjen Lenstra and Xiaoyun Wang and Benne de Weger, "Colliding X.509
7109
- Certificates", Cryptology ePrint Archive, Report 2005/067,
7110
- Available at <http://eprint.iacr.org/>.
7111
-
7112
- [ECRYPT]
7113
- European Network of Excellence in Cryptology II, "ECRYPT II Yearly
7114
- Report on Algorithms and Keysizes (2009-2010)", Available at
7115
- <http://www.ecrypt.eu.org/documents/D.SPA.13.pdf>.
7116
-
7117
- [RFC5056]
7118
- N. Williams, "On the Use of Channel Bindings to Secure Channels",
7119
- November 2007, available from <http://www.ietf.org/rfc/rfc5056>.
7120
-
7121
- [RFC5929]
7122
- J. Altman, N. Williams, L. Zhu, "Channel Bindings for TLS", July
7123
- 2010, available from <http://www.ietf.org/rfc/rfc5929>.
7124
-
7125
- [PKCS11URI]
7126
- J. Pechanec, D. Moffat, "The PKCS#11 URI Scheme", January 2013,
7127
- Work in progress, available from
7128
- <http://tools.ietf.org/html/draft-pechanec-pkcs11uri-08>.
7129
-
7130
- [TPMURI]
7131
- C. Latze, N. Mavrogiannopoulos, "The TPMKEY URI Scheme", January
7132
- 2013, Work in progress, available from
7133
- <http://tools.ietf.org/html/draft-mavrogiannopoulos-tpmuri-01>.
7134
-
7135
- [ANDERSON]
7136
- R. J. Anderson, "Security Engineering: A Guide to Building
7137
- Dependable Distributed Systems", John Wiley \& Sons, Inc., 2001.
7138
-
7139
- [RFC4821]
7140
- M. Mathis, J. Heffner, "Packetization Layer Path MTU Discovery",
7141
- March 2007, available from <http://www.ietf.org/rfc/rfc4821.txt>.
7142
-
7143
- [RFC2560]
7144
- M. Myers et al, "X.509 Internet Public Key Infrastructure Online
7145
- Certificate Status Protocol - OCSP", June 1999, Available from
7146
- <http://www.ietf.org/rfc/rfc2560.txt>.
7147
-
7148
- [RIVESTCRL]
7149
- R. L. Rivest, "Can We Eliminate Certificate Revocation Lists?",
7150
- Proceedings of Financial Cryptography '98; Springer Lecture Notes
7151
- in Computer Science No. 1465 (Rafael Hirschfeld, ed.), February
7152
- 1998), pages 178-183, available from
7153
- <http://people.csail.mit.edu/rivest/Rivest-CanWeEliminateCertificateRevocationLists.pdf>.
7154
-
7155
- 
7156
- File: gnutls.info, Node: Function and Data Index, Next: Concept Index, Prev: Bibliography, Up: Top
7157
-
7158
- Function and Data Index
7159
- ***********************
7160
-
7161
- [index]
7162
- * Menu:
7163
-
7164
- * dane_cert_type_name: DANE API. (line 13)
7165
- * dane_cert_usage_name: DANE API. (line 24)
7166
- * dane_match_type_name: DANE API. (line 35)
7167
- * dane_query_data: DANE API. (line 46)
7168
- * dane_query_deinit: DANE API. (line 69)
7169
- * dane_query_entries: DANE API. (line 77)
7170
- * dane_query_status: DANE API. (line 87)
7171
- * dane_query_tlsa: DANE API. (line 98)
7172
- * dane_state_deinit: DANE API. (line 119)
7173
- * dane_state_init: DANE API. (line 127)
7174
- * dane_state_set_dlv_file: DANE API. (line 140)
7175
- * dane_strerror: DANE API. (line 152)
7176
- * dane_verification_status_print: DANE API. (line 166)
7177
- * dane_verify_crt: Certificate verification.
7178
- (line 165)
7179
- * dane_verify_crt <1>: DANE API. (line 185)
7180
- * dane_verify_session_crt: DANE API. (line 236)
7181
- * gnutls_alert_get: Handling alerts. (line 18)
7182
- * gnutls_alert_get <1>: Core TLS API. (line 11)
7183
- * gnutls_alert_get_name: Handling alerts. (line 31)
7184
- * gnutls_alert_get_name <1>: Core TLS API. (line 27)
7185
- * gnutls_alert_get_strname: Core TLS API. (line 40)
7186
- * gnutls_alert_send: Handling alerts. (line 45)
7187
- * gnutls_alert_send <1>: Core TLS API. (line 54)
7188
- * gnutls_alert_send_appropriate: Core TLS API. (line 78)
7189
- * gnutls_anon_allocate_client_credentials: Core TLS API. (line 101)
7190
- * gnutls_anon_allocate_server_credentials: Core TLS API. (line 113)
7191
- * gnutls_anon_free_client_credentials: Core TLS API. (line 125)
7192
- * gnutls_anon_free_server_credentials: Core TLS API. (line 135)
7193
- * gnutls_anon_set_params_function: Core TLS API. (line 145)
7194
- * gnutls_anon_set_server_dh_params: Core TLS API. (line 159)
7195
- * gnutls_anon_set_server_params_function: Core TLS API. (line 173)
7196
- * gnutls_auth_client_get_type: Core TLS API. (line 187)
7197
- * gnutls_auth_get_type: Core TLS API. (line 201)
7198
- * gnutls_auth_server_get_type: Core TLS API. (line 219)
7199
- * gnutls_bye: Data transfer and termination.
7200
- (line 141)
7201
- * gnutls_bye <1>: Core TLS API. (line 233)
7202
- * gnutls_certificate_activation_time_peers: Core TLS API. (line 269)
7203
- * gnutls_certificate_allocate_credentials: Core TLS API. (line 284)
7204
- * gnutls_certificate_client_get_request_status: Core TLS API.
7205
- (line 297)
7206
- * gnutls_certificate_expiration_time_peers: Core TLS API. (line 310)
7207
- * gnutls_certificate_free_cas: Core TLS API. (line 341)
7208
- * gnutls_certificate_free_ca_names: Core TLS API. (line 324)
7209
- * gnutls_certificate_free_credentials: Core TLS API. (line 353)
7210
- * gnutls_certificate_free_crls: Core TLS API. (line 367)
7211
- * gnutls_certificate_free_keys: Core TLS API. (line 377)
7212
- * gnutls_certificate_get_issuer: Core TLS API. (line 389)
7213
- * gnutls_certificate_get_ours: Core TLS API. (line 411)
7214
- * gnutls_certificate_get_peers: Core TLS API. (line 426)
7215
- * gnutls_certificate_get_peers_subkey_id: Core TLS API. (line 448)
7216
- * gnutls_certificate_send_x509_rdn_sequence: Certificate credentials.
7217
- (line 172)
7218
- * gnutls_certificate_send_x509_rdn_sequence <1>: Core TLS API.
7219
- (line 465)
7220
- * gnutls_certificate_server_set_request: Certificate credentials.
7221
- (line 160)
7222
- * gnutls_certificate_server_set_request <1>: Core TLS API. (line 483)
7223
- * gnutls_certificate_set_dh_params: Core TLS API. (line 498)
7224
- * gnutls_certificate_set_key: Certificate credentials.
7225
- (line 67)
7226
- * gnutls_certificate_set_key <1>: Abstract key API. (line 12)
7227
- * gnutls_certificate_set_ocsp_status_request_file: Core TLS API.
7228
- (line 515)
7229
- * gnutls_certificate_set_ocsp_status_request_function: Core TLS API.
7230
- (line 539)
7231
- * gnutls_certificate_set_openpgp_key: OpenPGP API. (line 12)
7232
- * gnutls_certificate_set_openpgp_keyring_file: OpenPGP certificates.
7233
- (line 159)
7234
- * gnutls_certificate_set_openpgp_keyring_file <1>: OpenPGP API.
7235
- (line 140)
7236
- * gnutls_certificate_set_openpgp_keyring_mem: OpenPGP API. (line 160)
7237
- * gnutls_certificate_set_openpgp_key_file: OpenPGP API. (line 37)
7238
- * gnutls_certificate_set_openpgp_key_file2: OpenPGP API. (line 58)
7239
- * gnutls_certificate_set_openpgp_key_mem: OpenPGP API. (line 88)
7240
- * gnutls_certificate_set_openpgp_key_mem2: OpenPGP API. (line 110)
7241
- * gnutls_certificate_set_params_function: Parameter generation.
7242
- (line 52)
7243
- * gnutls_certificate_set_params_function <1>: Core TLS API. (line 573)
7244
- * gnutls_certificate_set_pin_function: Certificate credentials.
7245
- (line 43)
7246
- * gnutls_certificate_set_pin_function <1>: Core TLS API. (line 588)
7247
- * gnutls_certificate_set_retrieve_function: Core TLS API. (line 609)
7248
- * gnutls_certificate_set_retrieve_function2: Abstract key API.
7249
- (line 47)
7250
- * gnutls_certificate_set_rsa_export_params: Compatibility API.
7251
- (line 13)
7252
- * gnutls_certificate_set_verify_flags: Core TLS API. (line 654)
7253
- * gnutls_certificate_set_verify_function: Certificate credentials.
7254
- (line 244)
7255
- * gnutls_certificate_set_verify_function <1>: Core TLS API. (line 667)
7256
- * gnutls_certificate_set_verify_limits: Core TLS API. (line 696)
7257
- * gnutls_certificate_set_x509_crl: Core TLS API. (line 715)
7258
- * gnutls_certificate_set_x509_crl_file: Core TLS API. (line 739)
7259
- * gnutls_certificate_set_x509_crl_mem: Core TLS API. (line 761)
7260
- * gnutls_certificate_set_x509_key: Core TLS API. (line 783)
7261
- * gnutls_certificate_set_x509_key_file: Core TLS API. (line 810)
7262
- * gnutls_certificate_set_x509_key_file2: Core TLS API. (line 841)
7263
- * gnutls_certificate_set_x509_key_mem: Core TLS API. (line 877)
7264
- * gnutls_certificate_set_x509_key_mem2: Core TLS API. (line 911)
7265
- * gnutls_certificate_set_x509_simple_pkcs12_file: Core TLS API.
7266
- (line 950)
7267
- * gnutls_certificate_set_x509_simple_pkcs12_mem: Core TLS API.
7268
- (line 987)
7269
- * gnutls_certificate_set_x509_system_trust: Using a PKCS11 token with TLS.
7270
- (line 14)
7271
- * gnutls_certificate_set_x509_system_trust <1>: Core TLS API.
7272
- (line 1026)
7273
- * gnutls_certificate_set_x509_trust: Core TLS API. (line 1044)
7274
- * gnutls_certificate_set_x509_trust_file: Core TLS API. (line 1071)
7275
- * gnutls_certificate_set_x509_trust_mem: Core TLS API. (line 1102)
7276
- * gnutls_certificate_type_get: Core TLS API. (line 1127)
7277
- * gnutls_certificate_type_get_id: Core TLS API. (line 1140)
7278
- * gnutls_certificate_type_get_name: Core TLS API. (line 1152)
7279
- * gnutls_certificate_type_list: Core TLS API. (line 1164)
7280
- * gnutls_certificate_type_set_priority: Compatibility API. (line 27)
7281
- * gnutls_certificate_verification_status_print: Core TLS API.
7282
- (line 1175)
7283
- * gnutls_certificate_verify_flags: Verifying a certificate in the context of TLS session.
7284
- (line 6)
7285
- * gnutls_certificate_verify_flags <1>: Certificate verification.
7286
- (line 6)
7287
- * gnutls_certificate_verify_peers2: Core TLS API. (line 1200)
7288
- * gnutls_certificate_verify_peers3: Certificate credentials.
7289
- (line 212)
7290
- * gnutls_certificate_verify_peers3 <1>: Core TLS API. (line 1231)
7291
- * gnutls_check_version: Core TLS API. (line 1266)
7292
- * gnutls_cipher_add_auth: Cryptographic API. (line 12)
7293
- * gnutls_cipher_decrypt: Cryptographic API. (line 31)
7294
- * gnutls_cipher_decrypt2: Cryptographic API. (line 49)
7295
- * gnutls_cipher_deinit: Cryptographic API. (line 72)
7296
- * gnutls_cipher_encrypt: Cryptographic API. (line 83)
7297
- * gnutls_cipher_encrypt2: Cryptographic API. (line 101)
7298
- * gnutls_cipher_get: Core TLS API. (line 1283)
7299
- * gnutls_cipher_get_block_size: Cryptographic API. (line 124)
7300
- * gnutls_cipher_get_id: Core TLS API. (line 1295)
7301
- * gnutls_cipher_get_key_size: Core TLS API. (line 1307)
7302
- * gnutls_cipher_get_name: Core TLS API. (line 1319)
7303
- * gnutls_cipher_init: Cryptographic API. (line 137)
7304
- * gnutls_cipher_list: Core TLS API. (line 1331)
7305
- * gnutls_cipher_set_iv: Cryptographic API. (line 160)
7306
- * gnutls_cipher_set_priority: Compatibility API. (line 45)
7307
- * gnutls_cipher_suite_get_name: Core TLS API. (line 1347)
7308
- * gnutls_cipher_suite_info: Core TLS API. (line 1365)
7309
- * gnutls_cipher_tag: Cryptographic API. (line 176)
7310
- * gnutls_compression_get: Core TLS API. (line 1395)
7311
- * gnutls_compression_get_id: Core TLS API. (line 1407)
7312
- * gnutls_compression_get_name: Core TLS API. (line 1419)
7313
- * gnutls_compression_list: Core TLS API. (line 1431)
7314
- * gnutls_compression_set_priority: Compatibility API. (line 63)
7315
- * gnutls_credentials_clear: Core TLS API. (line 1442)
7316
- * gnutls_credentials_set: Session initialization.
7317
- (line 46)
7318
- * gnutls_credentials_set <1>: Core TLS API. (line 1450)
7319
- * gnutls_db_check_entry: Core TLS API. (line 1485)
7320
- * gnutls_db_check_entry_time: Core TLS API. (line 1499)
7321
- * gnutls_db_get_ptr: Core TLS API. (line 1510)
7322
- * gnutls_db_remove_session: Core TLS API. (line 1521)
7323
- * gnutls_db_set_cache_expiration: Core TLS API. (line 1535)
7324
- * gnutls_db_set_ptr: Core TLS API. (line 1547)
7325
- * gnutls_db_set_remove_function: Core TLS API. (line 1559)
7326
- * gnutls_db_set_retrieve_function: Core TLS API. (line 1574)
7327
- * gnutls_db_set_store_function: Core TLS API. (line 1594)
7328
- * gnutls_deinit: Data transfer and termination.
7329
- (line 174)
7330
- * gnutls_deinit <1>: Core TLS API. (line 1609)
7331
- * gnutls_dh_get_group: Core TLS API. (line 1619)
7332
- * gnutls_dh_get_peers_public_bits: Core TLS API. (line 1639)
7333
- * gnutls_dh_get_prime_bits: Core TLS API. (line 1653)
7334
- * gnutls_dh_get_pubkey: Core TLS API. (line 1669)
7335
- * gnutls_dh_get_secret_bits: Core TLS API. (line 1686)
7336
- * gnutls_dh_params_cpy: Core TLS API. (line 1699)
7337
- * gnutls_dh_params_deinit: Core TLS API. (line 1714)
7338
- * gnutls_dh_params_export2_pkcs3: Core TLS API. (line 1723)
7339
- * gnutls_dh_params_export_pkcs3: Core TLS API. (line 1747)
7340
- * gnutls_dh_params_export_raw: Core TLS API. (line 1774)
7341
- * gnutls_dh_params_generate2: Core TLS API. (line 1796)
7342
- * gnutls_dh_params_import_pkcs3: Core TLS API. (line 1819)
7343
- * gnutls_dh_params_import_raw: Core TLS API. (line 1841)
7344
- * gnutls_dh_params_init: Core TLS API. (line 1860)
7345
- * gnutls_dh_set_prime_bits: Core TLS API. (line 1871)
7346
- * gnutls_dtls_cookie_send: Datagram TLS API. (line 11)
7347
- * gnutls_dtls_cookie_verify: Datagram TLS API. (line 41)
7348
- * gnutls_dtls_get_data_mtu: Datagram TLS API. (line 68)
7349
- * gnutls_dtls_get_mtu: Datagram TLS API. (line 83)
7350
- * gnutls_dtls_get_timeout: Setting up the transport layer.
7351
- (line 160)
7352
- * gnutls_dtls_get_timeout <1>: Datagram TLS API. (line 98)
7353
- * gnutls_dtls_prestate_set: Datagram TLS API. (line 115)
7354
- * gnutls_dtls_set_data_mtu: Datagram TLS API. (line 129)
7355
- * gnutls_dtls_set_mtu: Datagram TLS API. (line 152)
7356
- * gnutls_dtls_set_timeouts: Datagram TLS API. (line 169)
7357
- * gnutls_ecc_curve_get: Core TLS API. (line 1899)
7358
- * gnutls_ecc_curve_get_name: Core TLS API. (line 1913)
7359
- * gnutls_ecc_curve_get_size: Core TLS API. (line 1927)
7360
- * gnutls_ecc_curve_list: Core TLS API. (line 1939)
7361
- * gnutls_error_is_fatal: Data transfer and termination.
7362
- (line 69)
7363
- * gnutls_error_is_fatal <1>: Core TLS API. (line 1951)
7364
- * gnutls_error_to_alert: Handling alerts. (line 66)
7365
- * gnutls_error_to_alert <1>: Core TLS API. (line 1969)
7366
- * gnutls_fingerprint: Core TLS API. (line 1988)
7367
- * gnutls_global_deinit: Core TLS API. (line 2015)
7368
- * gnutls_global_init: Core TLS API. (line 2026)
7369
- * gnutls_global_set_audit_log_function: Debugging and auditing.
7370
- (line 23)
7371
- * gnutls_global_set_audit_log_function <1>: Core TLS API. (line 2056)
7372
- * gnutls_global_set_log_function: Core TLS API. (line 2074)
7373
- * gnutls_global_set_log_level: Core TLS API. (line 2089)
7374
- * gnutls_global_set_mem_functions: Core TLS API. (line 2102)
7375
- * gnutls_global_set_mutex: Thread safety. (line 37)
7376
- * gnutls_global_set_mutex <1>: Core TLS API. (line 2134)
7377
- * gnutls_global_set_time_function: Core TLS API. (line 2159)
7378
- * gnutls_handshake: TLS handshake. (line 10)
7379
- * gnutls_handshake <1>: Core TLS API. (line 2173)
7380
- * gnutls_handshake_get_last_in: Core TLS API. (line 2204)
7381
- * gnutls_handshake_get_last_out: Core TLS API. (line 2221)
7382
- * gnutls_handshake_set_max_packet_length: Core TLS API. (line 2238)
7383
- * gnutls_handshake_set_post_client_hello_function: Core TLS API.
7384
- (line 2256)
7385
- * gnutls_handshake_set_private_extensions: Core TLS API. (line 2282)
7386
- * gnutls_handshake_set_random: Core TLS API. (line 2301)
7387
- * gnutls_handshake_set_timeout: TLS handshake. (line 38)
7388
- * gnutls_handshake_set_timeout <1>: Core TLS API. (line 2323)
7389
- * gnutls_hash: Cryptographic API. (line 194)
7390
- * gnutls_hash_deinit: Cryptographic API. (line 212)
7391
- * gnutls_hash_fast: Cryptographic API. (line 226)
7392
- * gnutls_hash_get_len: Cryptographic API. (line 246)
7393
- * gnutls_hash_init: Cryptographic API. (line 260)
7394
- * gnutls_hash_output: Cryptographic API. (line 278)
7395
- * gnutls_heartbeat_allowed: Core TLS API. (line 2339)
7396
- * gnutls_heartbeat_enable: Core TLS API. (line 2356)
7397
- * gnutls_heartbeat_get_timeout: Core TLS API. (line 2369)
7398
- * gnutls_heartbeat_ping: Core TLS API. (line 2385)
7399
- * gnutls_heartbeat_pong: Core TLS API. (line 2413)
7400
- * gnutls_heartbeat_set_timeouts: Core TLS API. (line 2429)
7401
- * gnutls_hex2bin: Core TLS API. (line 2457)
7402
- * gnutls_hex_decode: Core TLS API. (line 2478)
7403
- * gnutls_hex_encode: Core TLS API. (line 2497)
7404
- * gnutls_hmac: Cryptographic API. (line 292)
7405
- * gnutls_hmac_deinit: Cryptographic API. (line 310)
7406
- * gnutls_hmac_fast: Cryptographic API. (line 324)
7407
- * gnutls_hmac_get_len: Cryptographic API. (line 349)
7408
- * gnutls_hmac_init: Cryptographic API. (line 362)
7409
- * gnutls_hmac_output: Cryptographic API. (line 385)
7410
- * gnutls_init: Session initialization.
7411
- (line 14)
7412
- * gnutls_init <1>: Core TLS API. (line 2514)
7413
- * gnutls_key_generate: Core TLS API. (line 2541)
7414
- * gnutls_kx_get: Core TLS API. (line 2558)
7415
- * gnutls_kx_get_id: Core TLS API. (line 2570)
7416
- * gnutls_kx_get_name: Core TLS API. (line 2582)
7417
- * gnutls_kx_list: Core TLS API. (line 2594)
7418
- * gnutls_kx_set_priority: Compatibility API. (line 86)
7419
- * gnutls_load_file: Core TLS API. (line 2606)
7420
- * gnutls_mac_get: Core TLS API. (line 2624)
7421
- * gnutls_mac_get_id: Core TLS API. (line 2636)
7422
- * gnutls_mac_get_key_size: Core TLS API. (line 2649)
7423
- * gnutls_mac_get_name: Core TLS API. (line 2661)
7424
- * gnutls_mac_list: Core TLS API. (line 2673)
7425
- * gnutls_mac_set_priority: Compatibility API. (line 104)
7426
- * gnutls_ocsp_req_add_cert: OCSP API. (line 12)
7427
- * gnutls_ocsp_req_add_cert_id: OCSP API. (line 36)
7428
- * gnutls_ocsp_req_deinit: OCSP API. (line 69)
7429
- * gnutls_ocsp_req_export: OCSP API. (line 77)
7430
- * gnutls_ocsp_req_get_cert_id: OCSP API. (line 91)
7431
- * gnutls_ocsp_req_get_extension: OCSP API. (line 131)
7432
- * gnutls_ocsp_req_get_nonce: OCSP API. (line 165)
7433
- * gnutls_ocsp_req_get_version: OCSP API. (line 184)
7434
- * gnutls_ocsp_req_import: OCSP API. (line 196)
7435
- * gnutls_ocsp_req_init: OCSP API. (line 212)
7436
- * gnutls_ocsp_req_print: OCSP API. (line 223)
7437
- * gnutls_ocsp_req_randomize_nonce: OCSP API. (line 246)
7438
- * gnutls_ocsp_req_set_extension: OCSP API. (line 259)
7439
- * gnutls_ocsp_req_set_nonce: OCSP API. (line 280)
7440
- * gnutls_ocsp_resp_check_crt: OCSP API. (line 298)
7441
- * gnutls_ocsp_resp_deinit: OCSP API. (line 318)
7442
- * gnutls_ocsp_resp_export: OCSP API. (line 326)
7443
- * gnutls_ocsp_resp_get_certs: OCSP API. (line 340)
7444
- * gnutls_ocsp_resp_get_extension: OCSP API. (line 367)
7445
- * gnutls_ocsp_resp_get_nonce: OCSP API. (line 401)
7446
- * gnutls_ocsp_resp_get_produced: OCSP API. (line 421)
7447
- * gnutls_ocsp_resp_get_responder: OCSP API. (line 433)
7448
- * gnutls_ocsp_resp_get_response: OCSP API. (line 453)
7449
- * gnutls_ocsp_resp_get_signature: OCSP API. (line 480)
7450
- * gnutls_ocsp_resp_get_signature_algorithm: OCSP API. (line 494)
7451
- * gnutls_ocsp_resp_get_single: OCSP certificate status checking.
7452
- (line 155)
7453
- * gnutls_ocsp_resp_get_single <1>: OCSP API. (line 508)
7454
- * gnutls_ocsp_resp_get_status: OCSP API. (line 559)
7455
- * gnutls_ocsp_resp_get_version: OCSP API. (line 571)
7456
- * gnutls_ocsp_resp_import: OCSP API. (line 583)
7457
- * gnutls_ocsp_resp_init: OCSP API. (line 599)
7458
- * gnutls_ocsp_resp_print: OCSP API. (line 610)
7459
- * gnutls_ocsp_resp_verify: OCSP API. (line 633)
7460
- * gnutls_ocsp_resp_verify_direct: OCSP API. (line 671)
7461
- * gnutls_ocsp_status_request_enable_client: Core TLS API. (line 2688)
7462
- * gnutls_ocsp_status_request_get: Core TLS API. (line 2713)
7463
- * gnutls_ocsp_status_request_is_checked: Core TLS API. (line 2732)
7464
- * gnutls_openpgp_crt_check_hostname: OpenPGP API. (line 182)
7465
- * gnutls_openpgp_crt_deinit: OpenPGP API. (line 197)
7466
- * gnutls_openpgp_crt_export: OpenPGP API. (line 205)
7467
- * gnutls_openpgp_crt_export2: OpenPGP API. (line 226)
7468
- * gnutls_openpgp_crt_get_auth_subkey: OpenPGP API. (line 244)
7469
- * gnutls_openpgp_crt_get_creation_time: OpenPGP API. (line 263)
7470
- * gnutls_openpgp_crt_get_expiration_time: OpenPGP API. (line 274)
7471
- * gnutls_openpgp_crt_get_fingerprint: OpenPGP API. (line 286)
7472
- * gnutls_openpgp_crt_get_key_id: OpenPGP API. (line 303)
7473
- * gnutls_openpgp_crt_get_key_usage: OpenPGP API. (line 318)
7474
- * gnutls_openpgp_crt_get_name: OpenPGP API. (line 333)
7475
- * gnutls_openpgp_crt_get_pk_algorithm: OpenPGP API. (line 354)
7476
- * gnutls_openpgp_crt_get_pk_dsa_raw: OpenPGP API. (line 374)
7477
- * gnutls_openpgp_crt_get_pk_rsa_raw: OpenPGP API. (line 399)
7478
- * gnutls_openpgp_crt_get_preferred_key_id: OpenPGP API. (line 420)
7479
- * gnutls_openpgp_crt_get_revoked_status: OpenPGP API. (line 434)
7480
- * gnutls_openpgp_crt_get_subkey_count: OpenPGP API. (line 448)
7481
- * gnutls_openpgp_crt_get_subkey_creation_time: OpenPGP API. (line 463)
7482
- * gnutls_openpgp_crt_get_subkey_expiration_time: OpenPGP API.
7483
- (line 478)
7484
- * gnutls_openpgp_crt_get_subkey_fingerprint: OpenPGP API. (line 494)
7485
- * gnutls_openpgp_crt_get_subkey_id: OpenPGP API. (line 516)
7486
- * gnutls_openpgp_crt_get_subkey_idx: OpenPGP API. (line 531)
7487
- * gnutls_openpgp_crt_get_subkey_pk_algorithm: OpenPGP API. (line 546)
7488
- * gnutls_openpgp_crt_get_subkey_pk_dsa_raw: OpenPGP API. (line 572)
7489
- * gnutls_openpgp_crt_get_subkey_pk_rsa_raw: OpenPGP API. (line 599)
7490
- * gnutls_openpgp_crt_get_subkey_revoked_status: OpenPGP API. (line 622)
7491
- * gnutls_openpgp_crt_get_subkey_usage: OpenPGP API. (line 639)
7492
- * gnutls_openpgp_crt_get_version: OpenPGP API. (line 661)
7493
- * gnutls_openpgp_crt_import: OpenPGP API. (line 673)
7494
- * gnutls_openpgp_crt_init: OpenPGP API. (line 690)
7495
- * gnutls_openpgp_crt_print: OpenPGP API. (line 700)
7496
- * gnutls_openpgp_crt_set_preferred_key_id: OpenPGP API. (line 721)
7497
- * gnutls_openpgp_crt_verify_ring: OpenPGP certificates.
7498
- (line 113)
7499
- * gnutls_openpgp_crt_verify_ring <1>: OpenPGP API. (line 739)
7500
- * gnutls_openpgp_crt_verify_self: OpenPGP certificates.
7501
- (line 137)
7502
- * gnutls_openpgp_crt_verify_self <1>: OpenPGP API. (line 766)
7503
- * gnutls_openpgp_keyring_check_id: OpenPGP API. (line 783)
7504
- * gnutls_openpgp_keyring_deinit: OpenPGP API. (line 800)
7505
- * gnutls_openpgp_keyring_get_crt: OpenPGP API. (line 809)
7506
- * gnutls_openpgp_keyring_get_crt_count: OpenPGP API. (line 828)
7507
- * gnutls_openpgp_keyring_import: OpenPGP API. (line 841)
7508
- * gnutls_openpgp_keyring_init: OpenPGP API. (line 859)
7509
- * gnutls_openpgp_privkey_deinit: OpenPGP API. (line 870)
7510
- * gnutls_openpgp_privkey_export: OpenPGP API. (line 879)
7511
- * gnutls_openpgp_privkey_export2: OpenPGP API. (line 908)
7512
- * gnutls_openpgp_privkey_export_dsa_raw: OpenPGP API. (line 933)
7513
- * gnutls_openpgp_privkey_export_rsa_raw: OpenPGP API. (line 961)
7514
- * gnutls_openpgp_privkey_export_subkey_dsa_raw: OpenPGP API. (line 991)
7515
- * gnutls_openpgp_privkey_export_subkey_rsa_raw: OpenPGP API. (line 1021)
7516
- * gnutls_openpgp_privkey_get_fingerprint: OpenPGP API. (line 1053)
7517
- * gnutls_openpgp_privkey_get_key_id: OpenPGP API. (line 1072)
7518
- * gnutls_openpgp_privkey_get_pk_algorithm: OpenPGP API. (line 1087)
7519
- * gnutls_openpgp_privkey_get_preferred_key_id: OpenPGP API. (line 1110)
7520
- * gnutls_openpgp_privkey_get_revoked_status: OpenPGP API. (line 1124)
7521
- * gnutls_openpgp_privkey_get_subkey_count: OpenPGP API. (line 1138)
7522
- * gnutls_openpgp_privkey_get_subkey_creation_time: OpenPGP API.
7523
- (line 1153)
7524
- * gnutls_openpgp_privkey_get_subkey_fingerprint: OpenPGP API.
7525
- (line 1168)
7526
- * gnutls_openpgp_privkey_get_subkey_id: OpenPGP API. (line 1190)
7527
- * gnutls_openpgp_privkey_get_subkey_idx: OpenPGP API. (line 1208)
7528
- * gnutls_openpgp_privkey_get_subkey_pk_algorithm: OpenPGP API.
7529
- (line 1224)
7530
- * gnutls_openpgp_privkey_get_subkey_revoked_status: OpenPGP API.
7531
- (line 1250)
7532
- * gnutls_openpgp_privkey_import: OpenPGP API. (line 1266)
7533
- * gnutls_openpgp_privkey_init: OpenPGP API. (line 1289)
7534
- * gnutls_openpgp_privkey_sec_param: OpenPGP API. (line 1300)
7535
- * gnutls_openpgp_privkey_set_preferred_key_id: OpenPGP API. (line 1315)
7536
- * gnutls_openpgp_privkey_sign_hash: Compatibility API. (line 122)
7537
- * gnutls_openpgp_send_cert: Core TLS API. (line 2750)
7538
- * gnutls_openpgp_set_recv_key_function: OpenPGP API. (line 1334)
7539
- * gnutls_pcert_deinit: Abstract key API. (line 96)
7540
- * gnutls_pcert_import_openpgp: Abstract key API. (line 106)
7541
- * gnutls_pcert_import_openpgp_raw: Abstract key API. (line 126)
7542
- * gnutls_pcert_import_x509: Abstract key API. (line 151)
7543
- * gnutls_pcert_import_x509_raw: Abstract key API. (line 171)
7544
- * gnutls_pcert_list_import_x509_raw: Abstract key API. (line 194)
7545
- * gnutls_pem_base64_decode: Core TLS API. (line 2765)
7546
- * gnutls_pem_base64_decode_alloc: Core TLS API. (line 2789)
7547
- * gnutls_pem_base64_encode: Core TLS API. (line 2811)
7548
- * gnutls_pem_base64_encode_alloc: Core TLS API. (line 2834)
7549
- * gnutls_perror: Core TLS API. (line 2855)
7550
- * gnutls_pkcs11_add_provider: PKCS 11 API. (line 12)
7551
- * gnutls_pkcs11_copy_secret_key: PKCS 11 API. (line 30)
7552
- * gnutls_pkcs11_copy_x509_crt: Writing objects. (line 36)
7553
- * gnutls_pkcs11_copy_x509_crt <1>: PKCS 11 API. (line 55)
7554
- * gnutls_pkcs11_copy_x509_privkey: Writing objects. (line 13)
7555
- * gnutls_pkcs11_copy_x509_privkey <1>: PKCS 11 API. (line 77)
7556
- * gnutls_pkcs11_deinit: PKCS 11 API. (line 103)
7557
- * gnutls_pkcs11_delete_url: Writing objects. (line 55)
7558
- * gnutls_pkcs11_delete_url <1>: PKCS 11 API. (line 112)
7559
- * gnutls_pkcs11_get_pin_function: PKCS 11 API. (line 129)
7560
- * gnutls_pkcs11_init: PKCS11 Initialization.
7561
- (line 25)
7562
- * gnutls_pkcs11_init <1>: PKCS 11 API. (line 143)
7563
- * gnutls_pkcs11_obj_deinit: PKCS 11 API. (line 169)
7564
- * gnutls_pkcs11_obj_export: PKCS 11 API. (line 179)
7565
- * gnutls_pkcs11_obj_export2: PKCS 11 API. (line 207)
7566
- * gnutls_pkcs11_obj_export_url: PKCS 11 API. (line 230)
7567
- * gnutls_pkcs11_obj_get_info: Reading objects. (line 27)
7568
- * gnutls_pkcs11_obj_get_info <1>: PKCS 11 API. (line 248)
7569
- * gnutls_pkcs11_obj_get_type: PKCS 11 API. (line 273)
7570
- * gnutls_pkcs11_obj_import_url: PKCS 11 API. (line 287)
7571
- * gnutls_pkcs11_obj_init: PKCS 11 API. (line 309)
7572
- * gnutls_pkcs11_obj_list_import_url: PKCS 11 API. (line 322)
7573
- * gnutls_pkcs11_obj_list_import_url2: PKCS 11 API. (line 348)
7574
- * gnutls_pkcs11_obj_set_pin_function: PKCS 11 API. (line 375)
7575
- * gnutls_pkcs11_privkey_deinit: PKCS 11 API. (line 393)
7576
- * gnutls_pkcs11_privkey_export_url: PKCS 11 API. (line 402)
7577
- * gnutls_pkcs11_privkey_generate: PKCS 11 API. (line 419)
7578
- * gnutls_pkcs11_privkey_generate2: PKCS 11 API. (line 444)
7579
- * gnutls_pkcs11_privkey_get_info: PKCS 11 API. (line 476)
7580
- * gnutls_pkcs11_privkey_get_pk_algorithm: PKCS 11 API. (line 499)
7581
- * gnutls_pkcs11_privkey_import_url: PKCS 11 API. (line 515)
7582
- * gnutls_pkcs11_privkey_init: PKCS 11 API. (line 535)
7583
- * gnutls_pkcs11_privkey_set_pin_function: PKCS 11 API. (line 547)
7584
- * gnutls_pkcs11_privkey_status: PKCS 11 API. (line 565)
7585
- * gnutls_pkcs11_reinit: PKCS11 Initialization.
7586
- (line 52)
7587
- * gnutls_pkcs11_reinit <1>: PKCS 11 API. (line 579)
7588
- * gnutls_pkcs11_set_pin_function: PKCS 11 API. (line 593)
7589
- * gnutls_pkcs11_set_token_function: PKCS 11 API. (line 608)
7590
- * gnutls_pkcs11_token_get_flags: PKCS 11 API. (line 622)
7591
- * gnutls_pkcs11_token_get_info: PKCS 11 API. (line 640)
7592
- * gnutls_pkcs11_token_get_mechanism: PKCS 11 API. (line 663)
7593
- * gnutls_pkcs11_token_get_url: PKCS 11 API. (line 683)
7594
- * gnutls_pkcs11_token_init: PKCS 11 API. (line 703)
7595
- * gnutls_pkcs11_token_set_pin: PKCS 11 API. (line 722)
7596
- * gnutls_pkcs11_type_get_name: PKCS 11 API. (line 742)
7597
- * gnutls_pkcs12_bag_decrypt: PKCS 12 API. (line 12)
7598
- * gnutls_pkcs12_bag_deinit: PKCS 12 API. (line 27)
7599
- * gnutls_pkcs12_bag_encrypt: PKCS 12 API. (line 35)
7600
- * gnutls_pkcs12_bag_get_count: PKCS 12 API. (line 52)
7601
- * gnutls_pkcs12_bag_get_data: PKCS 12 API. (line 64)
7602
- * gnutls_pkcs12_bag_get_friendly_name: PKCS 12 API. (line 82)
7603
- * gnutls_pkcs12_bag_get_key_id: PKCS 12 API. (line 101)
7604
- * gnutls_pkcs12_bag_get_type: PKCS 12 API. (line 120)
7605
- * gnutls_pkcs12_bag_init: PKCS 12 API. (line 133)
7606
- * gnutls_pkcs12_bag_set_crl: PKCS 12 API. (line 146)
7607
- * gnutls_pkcs12_bag_set_crt: PKCS 12 API. (line 161)
7608
- * gnutls_pkcs12_bag_set_data: PKCS 12 API. (line 176)
7609
- * gnutls_pkcs12_bag_set_friendly_name: PKCS 12 API. (line 193)
7610
- * gnutls_pkcs12_bag_set_key_id: PKCS 12 API. (line 213)
7611
- * gnutls_pkcs12_deinit: PKCS 12 API. (line 233)
7612
- * gnutls_pkcs12_export: PKCS 12 API. (line 241)
7613
- * gnutls_pkcs12_export2: PKCS 12 API. (line 269)
7614
- * gnutls_pkcs12_generate_mac: PKCS 12 API. (line 293)
7615
- * gnutls_pkcs12_get_bag: PKCS 12 API. (line 307)
7616
- * gnutls_pkcs12_import: PKCS 12 API. (line 327)
7617
- * gnutls_pkcs12_init: PKCS 12 API. (line 350)
7618
- * gnutls_pkcs12_set_bag: PKCS 12 API. (line 363)
7619
- * gnutls_pkcs12_simple_parse: Managing encrypted keys.
7620
- (line 143)
7621
- * gnutls_pkcs12_simple_parse <1>: PKCS 12 API. (line 377)
7622
- * gnutls_pkcs12_verify_mac: PKCS 12 API. (line 444)
7623
- * gnutls_pkcs7_deinit: X509 certificate API.
7624
- (line 12)
7625
- * gnutls_pkcs7_delete_crl: X509 certificate API.
7626
- (line 20)
7627
- * gnutls_pkcs7_delete_crt: X509 certificate API.
7628
- (line 35)
7629
- * gnutls_pkcs7_export: X509 certificate API.
7630
- (line 50)
7631
- * gnutls_pkcs7_export2: X509 certificate API.
7632
- (line 77)
7633
- * gnutls_pkcs7_get_crl_count: X509 certificate API.
7634
- (line 100)
7635
- * gnutls_pkcs7_get_crl_raw: X509 certificate API.
7636
- (line 112)
7637
- * gnutls_pkcs7_get_crt_count: X509 certificate API.
7638
- (line 133)
7639
- * gnutls_pkcs7_get_crt_raw: X509 certificate API.
7640
- (line 145)
7641
- * gnutls_pkcs7_import: X509 certificate API.
7642
- (line 170)
7643
- * gnutls_pkcs7_init: X509 certificate API.
7644
- (line 190)
7645
- * gnutls_pkcs7_set_crl: X509 certificate API.
7646
- (line 203)
7647
- * gnutls_pkcs7_set_crl_raw: X509 certificate API.
7648
- (line 218)
7649
- * gnutls_pkcs7_set_crt: X509 certificate API.
7650
- (line 232)
7651
- * gnutls_pkcs7_set_crt_raw: X509 certificate API.
7652
- (line 248)
7653
- * gnutls_pk_algorithm_get_name: Core TLS API. (line 2864)
7654
- * gnutls_pk_bits_to_sec_param: Selecting cryptographic key sizes.
7655
- (line 80)
7656
- * gnutls_pk_bits_to_sec_param <1>: Core TLS API. (line 2876)
7657
- * gnutls_pk_get_id: Core TLS API. (line 2893)
7658
- * gnutls_pk_get_name: Core TLS API. (line 2908)
7659
- * gnutls_pk_list: Core TLS API. (line 2922)
7660
- * gnutls_pk_to_sign: Core TLS API. (line 2936)
7661
- * gnutls_prf: Core TLS API. (line 2951)
7662
- * gnutls_prf_raw: Core TLS API. (line 2993)
7663
- * gnutls_priority_certificate_type_list: Core TLS API. (line 3032)
7664
- * gnutls_priority_compression_list: Core TLS API. (line 3048)
7665
- * gnutls_priority_deinit: Core TLS API. (line 3064)
7666
- * gnutls_priority_ecc_curve_list: Core TLS API. (line 3073)
7667
- * gnutls_priority_get_cipher_suite_index: Core TLS API. (line 3088)
7668
- * gnutls_priority_init: Core TLS API. (line 3111)
7669
- * gnutls_priority_protocol_list: Core TLS API. (line 3183)
7670
- * gnutls_priority_set: Core TLS API. (line 3199)
7671
- * gnutls_priority_set_direct: Core TLS API. (line 3213)
7672
- * gnutls_priority_sign_list: Core TLS API. (line 3234)
7673
- * gnutls_privkey_decrypt_data: Operations. (line 126)
7674
- * gnutls_privkey_decrypt_data <1>: Abstract key API. (line 225)
7675
- * gnutls_privkey_deinit: Abstract key API. (line 248)
7676
- * gnutls_privkey_get_pk_algorithm: Abstract key API. (line 258)
7677
- * gnutls_privkey_get_type: Abstract key API. (line 277)
7678
- * gnutls_privkey_import_ext: Abstract key API. (line 292)
7679
- * gnutls_privkey_import_ext2: Abstract private keys.
7680
- (line 48)
7681
- * gnutls_privkey_import_ext2 <1>: Abstract key API. (line 323)
7682
- * gnutls_privkey_import_openpgp: Abstract key API. (line 358)
7683
- * gnutls_privkey_import_openpgp_raw: Abstract key API. (line 385)
7684
- * gnutls_privkey_import_pkcs11: Abstract key API. (line 410)
7685
- * gnutls_privkey_import_pkcs11_url: Abstract key API. (line 436)
7686
- * gnutls_privkey_import_tpm_raw: Abstract key API. (line 453)
7687
- * gnutls_privkey_import_tpm_url: Using keys. (line 16)
7688
- * gnutls_privkey_import_tpm_url <1>: Abstract key API. (line 483)
7689
- * gnutls_privkey_import_url: Abstract private keys.
7690
- (line 23)
7691
- * gnutls_privkey_import_url <1>: Abstract key API. (line 514)
7692
- * gnutls_privkey_import_x509: Abstract key API. (line 534)
7693
- * gnutls_privkey_import_x509_raw: Managing encrypted keys.
7694
- (line 27)
7695
- * gnutls_privkey_import_x509_raw <1>: Abstract key API. (line 560)
7696
- * gnutls_privkey_init: Abstract key API. (line 587)
7697
- * gnutls_privkey_set_pin_function: Abstract key API. (line 600)
7698
- * gnutls_privkey_sign_data: Operations. (line 71)
7699
- * gnutls_privkey_sign_data <1>: Abstract key API. (line 620)
7700
- * gnutls_privkey_sign_hash: Operations. (line 99)
7701
- * gnutls_privkey_sign_hash <1>: Abstract key API. (line 651)
7702
- * gnutls_privkey_sign_raw_data: Abstract key API. (line 681)
7703
- * gnutls_privkey_status: Abstract key API. (line 712)
7704
- * gnutls_protocol_get_id: Core TLS API. (line 3250)
7705
- * gnutls_protocol_get_name: Core TLS API. (line 3262)
7706
- * gnutls_protocol_get_version: Core TLS API. (line 3274)
7707
- * gnutls_protocol_list: Core TLS API. (line 3285)
7708
- * gnutls_protocol_set_priority: Compatibility API. (line 143)
7709
- * gnutls_psk_allocate_client_credentials: Core TLS API. (line 3297)
7710
- * gnutls_psk_allocate_server_credentials: Core TLS API. (line 3310)
7711
- * gnutls_psk_client_get_hint: Core TLS API. (line 3323)
7712
- * gnutls_psk_free_client_credentials: Core TLS API. (line 3339)
7713
- * gnutls_psk_free_server_credentials: Core TLS API. (line 3349)
7714
- * gnutls_psk_server_get_username: Core TLS API. (line 3359)
7715
- * gnutls_psk_set_client_credentials: Core TLS API. (line 3371)
7716
- * gnutls_psk_set_client_credentials_function: PSK credentials.
7717
- (line 22)
7718
- * gnutls_psk_set_client_credentials_function <1>: Core TLS API.
7719
- (line 3396)
7720
- * gnutls_psk_set_params_function: Core TLS API. (line 3420)
7721
- * gnutls_psk_set_server_credentials_file: PSK credentials. (line 58)
7722
- * gnutls_psk_set_server_credentials_file <1>: Core TLS API. (line 3434)
7723
- * gnutls_psk_set_server_credentials_function: Core TLS API. (line 3451)
7724
- * gnutls_psk_set_server_credentials_hint: Core TLS API. (line 3476)
7725
- * gnutls_psk_set_server_dh_params: Core TLS API. (line 3495)
7726
- * gnutls_psk_set_server_params_function: Core TLS API. (line 3509)
7727
- * gnutls_pubkey_deinit: Abstract key API. (line 728)
7728
- * gnutls_pubkey_encrypt_data: Operations. (line 53)
7729
- * gnutls_pubkey_encrypt_data <1>: Abstract key API. (line 738)
7730
- * gnutls_pubkey_export: Abstract key API. (line 759)
7731
- * gnutls_pubkey_export2: Abstract public keys.
7732
- (line 20)
7733
- * gnutls_pubkey_export2 <1>: Abstract key API. (line 790)
7734
- * gnutls_pubkey_get_key_id: Abstract key API. (line 815)
7735
- * gnutls_pubkey_get_key_usage: Abstract key API. (line 844)
7736
- * gnutls_pubkey_get_openpgp_key_id: Abstract key API. (line 861)
7737
- * gnutls_pubkey_get_pk_algorithm: Abstract key API. (line 894)
7738
- * gnutls_pubkey_get_pk_dsa_raw: Abstract key API. (line 913)
7739
- * gnutls_pubkey_get_pk_ecc_raw: Abstract key API. (line 938)
7740
- * gnutls_pubkey_get_pk_ecc_x962: Abstract key API. (line 961)
7741
- * gnutls_pubkey_get_pk_rsa_raw: Abstract key API. (line 981)
7742
- * gnutls_pubkey_get_preferred_hash_algorithm: Abstract key API.
7743
- (line 1001)
7744
- * gnutls_pubkey_get_verify_algorithm: Abstract key API. (line 1029)
7745
- * gnutls_pubkey_import: Abstract key API. (line 1050)
7746
- * gnutls_pubkey_import_dsa_raw: Abstract key API. (line 1071)
7747
- * gnutls_pubkey_import_ecc_raw: Abstract key API. (line 1096)
7748
- * gnutls_pubkey_import_ecc_x962: Abstract key API. (line 1118)
7749
- * gnutls_pubkey_import_openpgp: Abstract key API. (line 1138)
7750
- * gnutls_pubkey_import_openpgp_raw: Abstract key API. (line 1159)
7751
- * gnutls_pubkey_import_pkcs11: Abstract key API. (line 1184)
7752
- * gnutls_pubkey_import_pkcs11_url: Abstract key API. (line 1203)
7753
- * gnutls_pubkey_import_privkey: Abstract key API. (line 1222)
7754
- * gnutls_pubkey_import_rsa_raw: Abstract key API. (line 1243)
7755
- * gnutls_pubkey_import_tpm_raw: Abstract key API. (line 1263)
7756
- * gnutls_pubkey_import_tpm_url: Using keys. (line 44)
7757
- * gnutls_pubkey_import_tpm_url <1>: Abstract key API. (line 1290)
7758
- * gnutls_pubkey_import_url: Abstract key API. (line 1318)
7759
- * gnutls_pubkey_import_x509: Abstract key API. (line 1337)
7760
- * gnutls_pubkey_import_x509_crq: Abstract key API. (line 1356)
7761
- * gnutls_pubkey_import_x509_raw: Abstract key API. (line 1375)
7762
- * gnutls_pubkey_init: Abstract key API. (line 1397)
7763
- * gnutls_pubkey_print: Abstract key API. (line 1410)
7764
- * gnutls_pubkey_set_key_usage: Abstract key API. (line 1435)
7765
- * gnutls_pubkey_set_pin_function: Abstract key API. (line 1453)
7766
- * gnutls_pubkey_verify_data: Abstract key API. (line 1473)
7767
- * gnutls_pubkey_verify_data2: Operations. (line 9)
7768
- * gnutls_pubkey_verify_data2 <1>: Abstract key API. (line 1499)
7769
- * gnutls_pubkey_verify_hash: Abstract key API. (line 1524)
7770
- * gnutls_pubkey_verify_hash2: Operations. (line 31)
7771
- * gnutls_pubkey_verify_hash2 <1>: Abstract key API. (line 1550)
7772
- * gnutls_random_art: Core TLS API. (line 3523)
7773
- * gnutls_range_split: Core TLS API. (line 3547)
7774
- * gnutls_record_can_use_length_hiding: Core TLS API. (line 3573)
7775
- * gnutls_record_check_pending: Data transfer and termination.
7776
- (line 124)
7777
- * gnutls_record_check_pending <1>: Core TLS API. (line 3591)
7778
- * gnutls_record_cork: Buffered data transfer.
7779
- (line 12)
7780
- * gnutls_record_cork <1>: Core TLS API. (line 3604)
7781
- * gnutls_record_disable_padding: Core TLS API. (line 3616)
7782
- * gnutls_record_get_direction: Asynchronous operation.
7783
- (line 40)
7784
- * gnutls_record_get_direction <1>: Core TLS API. (line 3631)
7785
- * gnutls_record_get_discarded: Datagram TLS API. (line 196)
7786
- * gnutls_record_get_max_size: Core TLS API. (line 3651)
7787
- * gnutls_record_recv: Data transfer and termination.
7788
- (line 40)
7789
- * gnutls_record_recv <1>: Core TLS API. (line 3663)
7790
- * gnutls_record_recv_seq: Data transfer and termination.
7791
- (line 93)
7792
- * gnutls_record_recv_seq <1>: Core TLS API. (line 3695)
7793
- * gnutls_record_send: Data transfer and termination.
7794
- (line 12)
7795
- * gnutls_record_send <1>: Core TLS API. (line 3722)
7796
- * gnutls_record_send_range: Core TLS API. (line 3753)
7797
- * gnutls_record_set_max_empty_records: Core TLS API. (line 3783)
7798
- * gnutls_record_set_max_size: Core TLS API. (line 3803)
7799
- * gnutls_record_set_timeout: Core TLS API. (line 3827)
7800
- * gnutls_record_uncork: Buffered data transfer.
7801
- (line 21)
7802
- * gnutls_record_uncork <1>: Core TLS API. (line 3846)
7803
- * gnutls_rehandshake: Core TLS API. (line 3866)
7804
- * gnutls_rnd: Random number generation.
7805
- (line 21)
7806
- * gnutls_rnd <1>: Cryptographic API. (line 399)
7807
- * gnutls_rnd_refresh: Cryptographic API. (line 417)
7808
- * gnutls_rsa_export_get_modulus_bits: Compatibility API. (line 158)
7809
- * gnutls_rsa_export_get_pubkey: Compatibility API. (line 170)
7810
- * gnutls_rsa_params_cpy: Compatibility API. (line 188)
7811
- * gnutls_rsa_params_deinit: Compatibility API. (line 203)
7812
- * gnutls_rsa_params_export_pkcs1: Compatibility API. (line 212)
7813
- * gnutls_rsa_params_export_raw: Compatibility API. (line 239)
7814
- * gnutls_rsa_params_generate2: Compatibility API. (line 269)
7815
- * gnutls_rsa_params_import_pkcs1: Compatibility API. (line 290)
7816
- * gnutls_rsa_params_import_raw: Compatibility API. (line 312)
7817
- * gnutls_rsa_params_init: Compatibility API. (line 340)
7818
- * gnutls_safe_renegotiation_status: Core TLS API. (line 3897)
7819
- * gnutls_sec_param_get_name: Core TLS API. (line 3912)
7820
- * gnutls_sec_param_to_pk_bits: Selecting cryptographic key sizes.
7821
- (line 64)
7822
- * gnutls_sec_param_to_pk_bits <1>: Core TLS API. (line 3926)
7823
- * gnutls_server_name_get: Core TLS API. (line 3945)
7824
- * gnutls_server_name_set: Core TLS API. (line 3982)
7825
- * gnutls_session_channel_binding: Core TLS API. (line 4009)
7826
- * gnutls_session_enable_compatibility_mode: Core TLS API. (line 4030)
7827
- * gnutls_session_force_valid: Core TLS API. (line 4045)
7828
- * gnutls_session_get_data: Core TLS API. (line 4056)
7829
- * gnutls_session_get_data2: Core TLS API. (line 4077)
7830
- * gnutls_session_get_desc: Core TLS API. (line 4096)
7831
- * gnutls_session_get_id: Core TLS API. (line 4110)
7832
- * gnutls_session_get_id2: Core TLS API. (line 4134)
7833
- * gnutls_session_get_ptr: Core TLS API. (line 4151)
7834
- * gnutls_session_get_random: Core TLS API. (line 4163)
7835
- * gnutls_session_is_resumed: Session resumption. (line 27)
7836
- * gnutls_session_is_resumed <1>: Core TLS API. (line 4183)
7837
- * gnutls_session_resumption_requested: Session resumption. (line 88)
7838
- * gnutls_session_resumption_requested <1>: Core TLS API. (line 4194)
7839
- * gnutls_session_set_data: Core TLS API. (line 4207)
7840
- * gnutls_session_set_premaster: Core TLS API. (line 4230)
7841
- * gnutls_session_set_ptr: Core TLS API. (line 4265)
7842
- * gnutls_session_ticket_enable_client: Core TLS API. (line 4278)
7843
- * gnutls_session_ticket_enable_server: Session resumption. (line 60)
7844
- * gnutls_session_ticket_enable_server <1>: Core TLS API. (line 4293)
7845
- * gnutls_session_ticket_key_generate: Session resumption. (line 75)
7846
- * gnutls_session_ticket_key_generate <1>: Core TLS API. (line 4311)
7847
- * gnutls_set_default_export_priority: Compatibility API. (line 353)
7848
- * gnutls_set_default_priority: Core TLS API. (line 4327)
7849
- * gnutls_sign_algorithm_get: Core TLS API. (line 4348)
7850
- * gnutls_sign_algorithm_get_client: Core TLS API. (line 4361)
7851
- * gnutls_sign_algorithm_get_requested: Core TLS API. (line 4375)
7852
- * gnutls_sign_callback_get: Compatibility API. (line 376)
7853
- * gnutls_sign_callback_set: Compatibility API. (line 392)
7854
- * gnutls_sign_get_hash_algorithm: Core TLS API. (line 4402)
7855
- * gnutls_sign_get_id: Core TLS API. (line 4417)
7856
- * gnutls_sign_get_name: Core TLS API. (line 4429)
7857
- * gnutls_sign_get_pk_algorithm: Core TLS API. (line 4441)
7858
- * gnutls_sign_is_secure: Core TLS API. (line 4456)
7859
- * gnutls_sign_list: Core TLS API. (line 4466)
7860
- * gnutls_srp_allocate_client_credentials: Core TLS API. (line 4476)
7861
- * gnutls_srp_allocate_server_credentials: Core TLS API. (line 4489)
7862
- * gnutls_srp_base64_decode: Core TLS API. (line 4502)
7863
- * gnutls_srp_base64_decode_alloc: Core TLS API. (line 4524)
7864
- * gnutls_srp_base64_encode: Core TLS API. (line 4544)
7865
- * gnutls_srp_base64_encode_alloc: Core TLS API. (line 4566)
7866
- * gnutls_srp_free_client_credentials: Core TLS API. (line 4587)
7867
- * gnutls_srp_free_server_credentials: Core TLS API. (line 4597)
7868
- * gnutls_srp_server_get_username: Core TLS API. (line 4607)
7869
- * gnutls_srp_set_client_credentials: Core TLS API. (line 4620)
7870
- * gnutls_srp_set_client_credentials_function: SRP credentials.
7871
- (line 19)
7872
- * gnutls_srp_set_client_credentials_function <1>: Core TLS API.
7873
- (line 4641)
7874
- * gnutls_srp_set_prime_bits: Core TLS API. (line 4671)
7875
- * gnutls_srp_set_server_credentials_file: SRP credentials. (line 53)
7876
- * gnutls_srp_set_server_credentials_file <1>: Core TLS API. (line 4692)
7877
- * gnutls_srp_set_server_credentials_function: SRP credentials.
7878
- (line 70)
7879
- * gnutls_srp_set_server_credentials_function <1>: Core TLS API.
7880
- (line 4712)
7881
- * gnutls_srp_verifier: Authentication using SRP.
7882
- (line 43)
7883
- * gnutls_srp_verifier <1>: Core TLS API. (line 4746)
7884
- * gnutls_srtp_get_keys: SRTP. (line 31)
7885
- * gnutls_srtp_get_keys <1>: Core TLS API. (line 4775)
7886
- * gnutls_srtp_get_mki: Core TLS API. (line 4813)
7887
- * gnutls_srtp_get_profile_id: Core TLS API. (line 4831)
7888
- * gnutls_srtp_get_profile_name: Core TLS API. (line 4847)
7889
- * gnutls_srtp_get_selected_profile: Core TLS API. (line 4862)
7890
- * gnutls_srtp_set_mki: Core TLS API. (line 4878)
7891
- * gnutls_srtp_set_profile: Core TLS API. (line 4895)
7892
- * gnutls_srtp_set_profile_direct: Core TLS API. (line 4912)
7893
- * gnutls_store_commitment: Certificate verification.
7894
- (line 99)
7895
- * gnutls_store_commitment <1>: Core TLS API. (line 4933)
7896
- * gnutls_store_pubkey: Certificate verification.
7897
- (line 61)
7898
- * gnutls_store_pubkey <1>: Core TLS API. (line 4973)
7899
- * gnutls_strerror: Core TLS API. (line 5010)
7900
- * gnutls_strerror_name: Core TLS API. (line 5024)
7901
- * gnutls_supplemental_get_name: Core TLS API. (line 5039)
7902
- * gnutls_tdb_deinit: Core TLS API. (line 5052)
7903
- * gnutls_tdb_init: Core TLS API. (line 5061)
7904
- * gnutls_tdb_set_store_commitment_func: Core TLS API. (line 5072)
7905
- * gnutls_tdb_set_store_func: Core TLS API. (line 5089)
7906
- * gnutls_tdb_set_verify_func: Core TLS API. (line 5104)
7907
- * gnutls_tpm_get_registered: TPM API. (line 12)
7908
- * gnutls_tpm_key_list_deinit: TPM API. (line 27)
7909
- * gnutls_tpm_key_list_get_url: TPM API. (line 38)
7910
- * gnutls_tpm_privkey_delete: Key generation. (line 52)
7911
- * gnutls_tpm_privkey_delete <1>: Using keys. (line 82)
7912
- * gnutls_tpm_privkey_delete <2>: TPM API. (line 60)
7913
- * gnutls_tpm_privkey_generate: Key generation. (line 9)
7914
- * gnutls_tpm_privkey_generate <1>: TPM API. (line 76)
7915
- * gnutls_transport_get_int: Core TLS API. (line 5119)
7916
- * gnutls_transport_get_int2: Core TLS API. (line 5133)
7917
- * gnutls_transport_get_ptr: Core TLS API. (line 5150)
7918
- * gnutls_transport_get_ptr2: Core TLS API. (line 5163)
7919
- * gnutls_transport_set_errno: Setting up the transport layer.
7920
- (line 101)
7921
- * gnutls_transport_set_errno <1>: Core TLS API. (line 5179)
7922
- * gnutls_transport_set_errno_function: Core TLS API. (line 5199)
7923
- * gnutls_transport_set_int: Core TLS API. (line 5217)
7924
- * gnutls_transport_set_int2: Core TLS API. (line 5231)
7925
- * gnutls_transport_set_ptr: Core TLS API. (line 5249)
7926
- * gnutls_transport_set_ptr2: Core TLS API. (line 5262)
7927
- * gnutls_transport_set_pull_function: Setting up the transport layer.
7928
- (line 56)
7929
- * gnutls_transport_set_pull_function <1>: Core TLS API. (line 5279)
7930
- * gnutls_transport_set_pull_timeout_function: Setting up the transport layer.
7931
- (line 71)
7932
- * gnutls_transport_set_pull_timeout_function <1>: Setting up the transport layer.
7933
- (line 138)
7934
- * gnutls_transport_set_pull_timeout_function <2>: Core TLS API.
7935
- (line 5297)
7936
- * gnutls_transport_set_push_function: Setting up the transport layer.
7937
- (line 23)
7938
- * gnutls_transport_set_push_function <1>: Core TLS API. (line 5322)
7939
- * gnutls_transport_set_vec_push_function: Setting up the transport layer.
7940
- (line 40)
7941
- * gnutls_transport_set_vec_push_function <1>: Core TLS API. (line 5342)
7942
- * gnutls_url_is_supported: Abstract public keys.
7943
- (line 54)
7944
- * gnutls_url_is_supported <1>: Core TLS API. (line 5361)
7945
- * gnutls_verify_stored_pubkey: Certificate verification.
7946
- (line 18)
7947
- * gnutls_verify_stored_pubkey <1>: Core TLS API. (line 5375)
7948
- * gnutls_x509_crl_check_issuer: X509 certificate API.
7949
- (line 263)
7950
- * gnutls_x509_crl_deinit: X509 certificate API.
7951
- (line 278)
7952
- * gnutls_x509_crl_export: X509 certificate API.
7953
- (line 286)
7954
- * gnutls_x509_crl_export2: X509 certificate API.
7955
- (line 313)
7956
- * gnutls_x509_crl_get_authority_key_gn_serial: X509 certificate API.
7957
- (line 337)
7958
- * gnutls_x509_crl_get_authority_key_id: X509 certificate API.
7959
- (line 374)
7960
- * gnutls_x509_crl_get_crt_count: X509 certificate API.
7961
- (line 402)
7962
- * gnutls_x509_crl_get_crt_serial: PKIX certificate revocation lists.
7963
- (line 55)
7964
- * gnutls_x509_crl_get_crt_serial <1>: X509 certificate API.
7965
- (line 414)
7966
- * gnutls_x509_crl_get_dn_oid: X509 certificate API.
7967
- (line 437)
7968
- * gnutls_x509_crl_get_extension_data: X509 certificate API.
7969
- (line 460)
7970
- * gnutls_x509_crl_get_extension_info: X509 certificate API.
7971
- (line 490)
7972
- * gnutls_x509_crl_get_extension_oid: X509 certificate API.
7973
- (line 524)
7974
- * gnutls_x509_crl_get_issuer_dn: X509 certificate API.
7975
- (line 549)
7976
- * gnutls_x509_crl_get_issuer_dn2: X509 certificate API.
7977
- (line 571)
7978
- * gnutls_x509_crl_get_issuer_dn_by_oid: X509 certificate API.
7979
- (line 591)
7980
- * gnutls_x509_crl_get_next_update: X509 certificate API.
7981
- (line 627)
7982
- * gnutls_x509_crl_get_number: X509 certificate API.
7983
- (line 641)
7984
- * gnutls_x509_crl_get_raw_issuer_dn: X509 certificate API.
7985
- (line 663)
7986
- * gnutls_x509_crl_get_signature: X509 certificate API.
7987
- (line 679)
7988
- * gnutls_x509_crl_get_signature_algorithm: X509 certificate API.
7989
- (line 697)
7990
- * gnutls_x509_crl_get_this_update: X509 certificate API.
7991
- (line 710)
7992
- * gnutls_x509_crl_get_version: X509 certificate API.
7993
- (line 721)
7994
- * gnutls_x509_crl_import: X509 certificate API.
7995
- (line 731)
7996
- * gnutls_x509_crl_init: X509 certificate API.
7997
- (line 751)
7998
- * gnutls_x509_crl_list_import: X509 certificate API.
7999
- (line 766)
8000
- * gnutls_x509_crl_list_import2: X509 certificate API.
8001
- (line 797)
8002
- * gnutls_x509_crl_print: X509 certificate API.
8003
- (line 827)
8004
- * gnutls_x509_crl_privkey_sign: PKIX certificate revocation lists.
8005
- (line 121)
8006
- * gnutls_x509_crl_privkey_sign <1>: Abstract key API. (line 1575)
8007
- * gnutls_x509_crl_set_authority_key_id: X509 certificate API.
8008
- (line 847)
8009
- * gnutls_x509_crl_set_crt: X509 certificate API.
8010
- (line 868)
8011
- * gnutls_x509_crl_set_crt_serial: X509 certificate API.
8012
- (line 886)
8013
- * gnutls_x509_crl_set_next_update: X509 certificate API.
8014
- (line 906)
8015
- * gnutls_x509_crl_set_number: X509 certificate API.
8016
- (line 920)
8017
- * gnutls_x509_crl_set_this_update: X509 certificate API.
8018
- (line 940)
8019
- * gnutls_x509_crl_set_version: X509 certificate API.
8020
- (line 954)
8021
- * gnutls_x509_crl_sign: Compatibility API. (line 417)
8022
- * gnutls_x509_crl_sign2: PKIX certificate revocation lists.
8023
- (line 98)
8024
- * gnutls_x509_crl_sign2 <1>: X509 certificate API.
8025
- (line 970)
8026
- * gnutls_x509_crl_verify: X509 certificate API.
8027
- (line 996)
8028
- * gnutls_x509_crq_deinit: X509 certificate API.
8029
- (line 1026)
8030
- * gnutls_x509_crq_export: X509 certificate API.
8031
- (line 1035)
8032
- * gnutls_x509_crq_export2: X509 certificate API.
8033
- (line 1063)
8034
- * gnutls_x509_crq_get_attribute_by_oid: X509 certificate API.
8035
- (line 1087)
8036
- * gnutls_x509_crq_get_attribute_data: X509 certificate API.
8037
- (line 1116)
8038
- * gnutls_x509_crq_get_attribute_info: X509 certificate API.
8039
- (line 1145)
8040
- * gnutls_x509_crq_get_basic_constraints: X509 certificate API.
8041
- (line 1176)
8042
- * gnutls_x509_crq_get_challenge_password: X509 certificate API.
8043
- (line 1206)
8044
- * gnutls_x509_crq_get_dn: X509 certificate API.
8045
- (line 1224)
8046
- * gnutls_x509_crq_get_dn2: X509 certificate API.
8047
- (line 1245)
8048
- * gnutls_x509_crq_get_dn_by_oid: X509 certificate API.
8049
- (line 1265)
8050
- * gnutls_x509_crq_get_dn_oid: X509 certificate API.
8051
- (line 1299)
8052
- * gnutls_x509_crq_get_extension_by_oid: X509 certificate API.
8053
- (line 1319)
8054
- * gnutls_x509_crq_get_extension_data: X509 certificate API.
8055
- (line 1349)
8056
- * gnutls_x509_crq_get_extension_info: X509 certificate API.
8057
- (line 1379)
8058
- * gnutls_x509_crq_get_key_id: X509 certificate API.
8059
- (line 1413)
8060
- * gnutls_x509_crq_get_key_purpose_oid: X509 certificate API.
8061
- (line 1442)
8062
- * gnutls_x509_crq_get_key_rsa_raw: X509 certificate API.
8063
- (line 1470)
8064
- * gnutls_x509_crq_get_key_usage: X509 certificate API.
8065
- (line 1490)
8066
- * gnutls_x509_crq_get_pk_algorithm: X509 certificate API.
8067
- (line 1516)
8068
- * gnutls_x509_crq_get_private_key_usage_period: X509 certificate API.
8069
- (line 1536)
8070
- * gnutls_x509_crq_get_subject_alt_name: X509 certificate API.
8071
- (line 1557)
8072
- * gnutls_x509_crq_get_subject_alt_othername_oid: X509 certificate API.
8073
- (line 1594)
8074
- * gnutls_x509_crq_get_version: X509 certificate API.
8075
- (line 1630)
8076
- * gnutls_x509_crq_import: X509 certificate API.
8077
- (line 1642)
8078
- * gnutls_x509_crq_init: X509 certificate API.
8079
- (line 1663)
8080
- * gnutls_x509_crq_print: X509 certificate API.
8081
- (line 1675)
8082
- * gnutls_x509_crq_privkey_sign: Abstract key API. (line 1603)
8083
- * gnutls_x509_crq_set_attribute_by_oid: X509 certificate API.
8084
- (line 1697)
8085
- * gnutls_x509_crq_set_basic_constraints: X509 certificate API.
8086
- (line 1722)
8087
- * gnutls_x509_crq_set_challenge_password: X509 certificate API.
8088
- (line 1744)
8089
- * gnutls_x509_crq_set_dn: X509 certificate API.
8090
- (line 1759)
8091
- * gnutls_x509_crq_set_dn_by_oid: X509 certificate API.
8092
- (line 1776)
8093
- * gnutls_x509_crq_set_key: PKCS 10 certificate requests.
8094
- (line 30)
8095
- * gnutls_x509_crq_set_key <1>: X509 certificate API.
8096
- (line 1805)
8097
- * gnutls_x509_crq_set_key_purpose_oid: X509 certificate API.
8098
- (line 1820)
8099
- * gnutls_x509_crq_set_key_rsa_raw: X509 certificate API.
8100
- (line 1842)
8101
- * gnutls_x509_crq_set_key_usage: X509 certificate API.
8102
- (line 1861)
8103
- * gnutls_x509_crq_set_private_key_usage_period: X509 certificate API.
8104
- (line 1877)
8105
- * gnutls_x509_crq_set_pubkey: Operations. (line 150)
8106
- * gnutls_x509_crq_set_pubkey <1>: Abstract key API. (line 1632)
8107
- * gnutls_x509_crq_set_subject_alt_name: X509 certificate API.
8108
- (line 1894)
8109
- * gnutls_x509_crq_set_version: X509 certificate API.
8110
- (line 1919)
8111
- * gnutls_x509_crq_sign: Compatibility API. (line 436)
8112
- * gnutls_x509_crq_sign2: PKCS 10 certificate requests.
8113
- (line 42)
8114
- * gnutls_x509_crq_sign2 <1>: X509 certificate API.
8115
- (line 1934)
8116
- * gnutls_x509_crq_verify: X509 certificate API.
8117
- (line 1961)
8118
- * gnutls_x509_crt_check_hostname: X509 certificate API.
8119
- (line 1980)
8120
- * gnutls_x509_crt_check_issuer: X509 certificate API.
8121
- (line 1996)
8122
- * gnutls_x509_crt_check_revocation: X509 certificate API.
8123
- (line 2012)
8124
- * gnutls_x509_crt_cpy_crl_dist_points: X509 certificate API.
8125
- (line 2029)
8126
- * gnutls_x509_crt_deinit: X509 certificate API.
8127
- (line 2045)
8128
- * gnutls_x509_crt_export: X509 certificate API.
8129
- (line 2053)
8130
- * gnutls_x509_crt_export2: X509 certificate API.
8131
- (line 2080)
8132
- * gnutls_x509_crt_get_activation_time: X509 certificate API.
8133
- (line 2102)
8134
- * gnutls_x509_crt_get_authority_info_access: X509 certificate API.
8135
- (line 2114)
8136
- * gnutls_x509_crt_get_authority_key_gn_serial: X509 certificate API.
8137
- (line 2191)
8138
- * gnutls_x509_crt_get_authority_key_id: X509 certificate API.
8139
- (line 2230)
8140
- * gnutls_x509_crt_get_basic_constraints: X509 certificate API.
8141
- (line 2257)
8142
- * gnutls_x509_crt_get_ca_status: X509 certificate API.
8143
- (line 2285)
8144
- * gnutls_x509_crt_get_crl_dist_points: X509 certificate API.
8145
- (line 2306)
8146
- * gnutls_x509_crt_get_dn: X509 certificate API.
8147
- (line 2339)
8148
- * gnutls_x509_crt_get_dn2: X.509 distinguished names.
8149
- (line 14)
8150
- * gnutls_x509_crt_get_dn2 <1>: X509 certificate API.
8151
- (line 2361)
8152
- * gnutls_x509_crt_get_dn_by_oid: X509 certificate API.
8153
- (line 2381)
8154
- * gnutls_x509_crt_get_dn_oid: X509 certificate API.
8155
- (line 2420)
8156
- * gnutls_x509_crt_get_expiration_time: X509 certificate API.
8157
- (line 2446)
8158
- * gnutls_x509_crt_get_extension_by_oid: X509 certificate API.
8159
- (line 2458)
8160
- * gnutls_x509_crt_get_extension_data: X509 certificate API.
8161
- (line 2486)
8162
- * gnutls_x509_crt_get_extension_info: X509 certificate API.
8163
- (line 2514)
8164
- * gnutls_x509_crt_get_extension_oid: X509 certificate API.
8165
- (line 2547)
8166
- * gnutls_x509_crt_get_fingerprint: X509 certificate API.
8167
- (line 2573)
8168
- * gnutls_x509_crt_get_issuer: X509 certificate API.
8169
- (line 2596)
8170
- * gnutls_x509_crt_get_issuer_alt_name: X509 certificate API.
8171
- (line 2614)
8172
- * gnutls_x509_crt_get_issuer_alt_name2: X509 certificate API.
8173
- (line 2657)
8174
- * gnutls_x509_crt_get_issuer_alt_othername_oid: X509 certificate API.
8175
- (line 2695)
8176
- * gnutls_x509_crt_get_issuer_dn: X509 certificate API.
8177
- (line 2735)
8178
- * gnutls_x509_crt_get_issuer_dn2: X509 certificate API.
8179
- (line 2757)
8180
- * gnutls_x509_crt_get_issuer_dn_by_oid: X509 certificate API.
8181
- (line 2777)
8182
- * gnutls_x509_crt_get_issuer_dn_oid: X509 certificate API.
8183
- (line 2816)
8184
- * gnutls_x509_crt_get_issuer_unique_id: X509 certificate API.
8185
- (line 2842)
8186
- * gnutls_x509_crt_get_key_id: X.509 public and private keys.
8187
- (line 13)
8188
- * gnutls_x509_crt_get_key_id <1>: X509 certificate API.
8189
- (line 2866)
8190
- * gnutls_x509_crt_get_key_purpose_oid: X509 certificate API.
8191
- (line 2893)
8192
- * gnutls_x509_crt_get_key_usage: X509 certificate API.
8193
- (line 2923)
8194
- * gnutls_x509_crt_get_pk_algorithm: X509 certificate API.
8195
- (line 2947)
8196
- * gnutls_x509_crt_get_pk_dsa_raw: X509 certificate API.
8197
- (line 2967)
8198
- * gnutls_x509_crt_get_pk_rsa_raw: X509 certificate API.
8199
- (line 2990)
8200
- * gnutls_x509_crt_get_policy: X509 certificate API.
8201
- (line 3008)
8202
- * gnutls_x509_crt_get_preferred_hash_algorithm: Compatibility API.
8203
- (line 453)
8204
- * gnutls_x509_crt_get_private_key_usage_period: X509 certificate API.
8205
- (line 3035)
8206
- * gnutls_x509_crt_get_proxy: X509 certificate API.
8207
- (line 3057)
8208
- * gnutls_x509_crt_get_raw_dn: X509 certificate API.
8209
- (line 3084)
8210
- * gnutls_x509_crt_get_raw_issuer_dn: X509 certificate API.
8211
- (line 3101)
8212
- * gnutls_x509_crt_get_serial: X509 certificate API.
8213
- (line 3117)
8214
- * gnutls_x509_crt_get_signature: X509 certificate API.
8215
- (line 3137)
8216
- * gnutls_x509_crt_get_signature_algorithm: X509 certificate API.
8217
- (line 3155)
8218
- * gnutls_x509_crt_get_subject: X509 certificate API.
8219
- (line 3169)
8220
- * gnutls_x509_crt_get_subject_alt_name: X509 certificate API.
8221
- (line 3187)
8222
- * gnutls_x509_crt_get_subject_alt_name2: X509 certificate API.
8223
- (line 3227)
8224
- * gnutls_x509_crt_get_subject_alt_othername_oid: X509 certificate API.
8225
- (line 3263)
8226
- * gnutls_x509_crt_get_subject_key_id: X509 certificate API.
8227
- (line 3301)
8228
- * gnutls_x509_crt_get_subject_unique_id: X509 certificate API.
8229
- (line 3323)
8230
- * gnutls_x509_crt_get_verify_algorithm: Compatibility API. (line 480)
8231
- * gnutls_x509_crt_get_version: X509 certificate API.
8232
- (line 3345)
8233
- * gnutls_x509_crt_import: X509 certificate API.
8234
- (line 3356)
8235
- * gnutls_x509_crt_import_pkcs11: PKCS 11 API. (line 758)
8236
- * gnutls_x509_crt_import_pkcs11_url: PKCS 11 API. (line 775)
8237
- * gnutls_x509_crt_init: X509 certificate API.
8238
- (line 3377)
8239
- * gnutls_x509_crt_list_import: X509 certificate API.
8240
- (line 3388)
8241
- * gnutls_x509_crt_list_import2: X509 certificate API.
8242
- (line 3424)
8243
- * gnutls_x509_crt_list_import_pkcs11: PKCS 11 API. (line 795)
8244
- * gnutls_x509_crt_list_verify: X509 certificate API.
8245
- (line 3454)
8246
- * gnutls_x509_crt_print: X509 certificate API.
8247
- (line 3496)
8248
- * gnutls_x509_crt_privkey_sign: Abstract key API. (line 1649)
8249
- * gnutls_x509_crt_set_activation_time: X509 certificate API.
8250
- (line 3521)
8251
- * gnutls_x509_crt_set_authority_info_access: X509 certificate API.
8252
- (line 3536)
8253
- * gnutls_x509_crt_set_authority_key_id: X509 certificate API.
8254
- (line 3562)
8255
- * gnutls_x509_crt_set_basic_constraints: X509 certificate API.
8256
- (line 3580)
8257
- * gnutls_x509_crt_set_ca_status: X509 certificate API.
8258
- (line 3600)
8259
- * gnutls_x509_crt_set_crl_dist_points: X509 certificate API.
8260
- (line 3617)
8261
- * gnutls_x509_crt_set_crl_dist_points2: X509 certificate API.
8262
- (line 3637)
8263
- * gnutls_x509_crt_set_crq: X509 certificate API.
8264
- (line 3662)
8265
- * gnutls_x509_crt_set_crq_extensions: X509 certificate API.
8266
- (line 3678)
8267
- * gnutls_x509_crt_set_dn: X509 certificate API.
8268
- (line 3695)
8269
- * gnutls_x509_crt_set_dn_by_oid: X509 certificate API.
8270
- (line 3712)
8271
- * gnutls_x509_crt_set_expiration_time: X509 certificate API.
8272
- (line 3741)
8273
- * gnutls_x509_crt_set_extension_by_oid: X509 certificate API.
8274
- (line 3755)
8275
- * gnutls_x509_crt_set_issuer_dn: X509 certificate API.
8276
- (line 3779)
8277
- * gnutls_x509_crt_set_issuer_dn_by_oid: X509 certificate API.
8278
- (line 3796)
8279
- * gnutls_x509_crt_set_key: X509 certificate API.
8280
- (line 3829)
8281
- * gnutls_x509_crt_set_key_purpose_oid: X509 certificate API.
8282
- (line 3844)
8283
- * gnutls_x509_crt_set_key_usage: X509 certificate API.
8284
- (line 3864)
8285
- * gnutls_x509_crt_set_pin_function: X509 certificate API.
8286
- (line 3878)
8287
- * gnutls_x509_crt_set_policy: X509 certificate API.
8288
- (line 3899)
8289
- * gnutls_x509_crt_set_private_key_usage_period: X509 certificate API.
8290
- (line 3922)
8291
- * gnutls_x509_crt_set_proxy: X509 certificate API.
8292
- (line 3939)
8293
- * gnutls_x509_crt_set_proxy_dn: X509 certificate API.
8294
- (line 3962)
8295
- * gnutls_x509_crt_set_pubkey: Operations. (line 164)
8296
- * gnutls_x509_crt_set_pubkey <1>: Abstract key API. (line 1674)
8297
- * gnutls_x509_crt_set_serial: X509 certificate API.
8298
- (line 3988)
8299
- * gnutls_x509_crt_set_subject_alternative_name: X509 certificate API.
8300
- (line 4035)
8301
- * gnutls_x509_crt_set_subject_alt_name: X509 certificate API.
8302
- (line 4010)
8303
- * gnutls_x509_crt_set_subject_key_id: X509 certificate API.
8304
- (line 4057)
8305
- * gnutls_x509_crt_set_version: X509 certificate API.
8306
- (line 4074)
8307
- * gnutls_x509_crt_sign: X509 certificate API.
8308
- (line 4096)
8309
- * gnutls_x509_crt_sign2: X509 certificate API.
8310
- (line 4113)
8311
- * gnutls_x509_crt_verify: X509 certificate API.
8312
- (line 4138)
8313
- * gnutls_x509_crt_verify_data: Compatibility API. (line 503)
8314
- * gnutls_x509_crt_verify_hash: Compatibility API. (line 527)
8315
- * gnutls_x509_dn_deinit: X509 certificate API.
8316
- (line 4162)
8317
- * gnutls_x509_dn_export: X509 certificate API.
8318
- (line 4173)
8319
- * gnutls_x509_dn_export2: X509 certificate API.
8320
- (line 4200)
8321
- * gnutls_x509_dn_get_rdn_ava: X.509 distinguished names.
8322
- (line 50)
8323
- * gnutls_x509_dn_get_rdn_ava <1>: X509 certificate API.
8324
- (line 4223)
8325
- * gnutls_x509_dn_import: X509 certificate API.
8326
- (line 4254)
8327
- * gnutls_x509_dn_init: X509 certificate API.
8328
- (line 4273)
8329
- * gnutls_x509_dn_oid_known: X509 certificate API.
8330
- (line 4289)
8331
- * gnutls_x509_dn_oid_name: X509 certificate API.
8332
- (line 4305)
8333
- * gnutls_x509_policy_release: X509 certificate API.
8334
- (line 4322)
8335
- * gnutls_x509_privkey_cpy: X509 certificate API.
8336
- (line 4335)
8337
- * gnutls_x509_privkey_deinit: X509 certificate API.
8338
- (line 4350)
8339
- * gnutls_x509_privkey_export: X509 certificate API.
8340
- (line 4359)
8341
- * gnutls_x509_privkey_export2: X509 certificate API.
8342
- (line 4388)
8343
- * gnutls_x509_privkey_export2_pkcs8: X509 certificate API.
8344
- (line 4413)
8345
- * gnutls_x509_privkey_export_dsa_raw: X509 certificate API.
8346
- (line 4449)
8347
- * gnutls_x509_privkey_export_ecc_raw: X509 certificate API.
8348
- (line 4475)
8349
- * gnutls_x509_privkey_export_pkcs8: X509 certificate API.
8350
- (line 4500)
8351
- * gnutls_x509_privkey_export_rsa_raw: X509 certificate API.
8352
- (line 4539)
8353
- * gnutls_x509_privkey_export_rsa_raw2: X509 certificate API.
8354
- (line 4567)
8355
- * gnutls_x509_privkey_fix: X509 certificate API.
8356
- (line 4602)
8357
- * gnutls_x509_privkey_generate: X509 certificate API.
8358
- (line 4614)
8359
- * gnutls_x509_privkey_get_key_id: X509 certificate API.
8360
- (line 4637)
8361
- * gnutls_x509_privkey_get_pk_algorithm: X509 certificate API.
8362
- (line 4664)
8363
- * gnutls_x509_privkey_get_pk_algorithm2: X509 certificate API.
8364
- (line 4677)
8365
- * gnutls_x509_privkey_import: X509 certificate API.
8366
- (line 4692)
8367
- * gnutls_x509_privkey_import2: Managing encrypted keys.
8368
- (line 51)
8369
- * gnutls_x509_privkey_import2 <1>: X509 certificate API.
8370
- (line 4714)
8371
- * gnutls_x509_privkey_import_dsa_raw: X509 certificate API.
8372
- (line 4743)
8373
- * gnutls_x509_privkey_import_ecc_raw: X509 certificate API.
8374
- (line 4769)
8375
- * gnutls_x509_privkey_import_openssl: Managing encrypted keys.
8376
- (line 232)
8377
- * gnutls_x509_privkey_import_openssl <1>: X509 certificate API.
8378
- (line 4795)
8379
- * gnutls_x509_privkey_import_pkcs8: X509 certificate API.
8380
- (line 4819)
8381
- * gnutls_x509_privkey_import_rsa_raw: X509 certificate API.
8382
- (line 4856)
8383
- * gnutls_x509_privkey_import_rsa_raw2: X509 certificate API.
8384
- (line 4885)
8385
- * gnutls_x509_privkey_init: X509 certificate API.
8386
- (line 4919)
8387
- * gnutls_x509_privkey_sec_param: X509 certificate API.
8388
- (line 4930)
8389
- * gnutls_x509_privkey_sign_data: Compatibility API. (line 551)
8390
- * gnutls_x509_privkey_sign_hash: Compatibility API. (line 588)
8391
- * gnutls_x509_privkey_verify_params: X509 certificate API.
8392
- (line 4945)
8393
- * gnutls_x509_rdn_get: X509 certificate API.
8394
- (line 4957)
8395
- * gnutls_x509_rdn_get_by_oid: X509 certificate API.
8396
- (line 4977)
8397
- * gnutls_x509_rdn_get_oid: X509 certificate API.
8398
- (line 5005)
8399
- * gnutls_x509_trust_list_add_cas: Verifying X.509 certificate paths.
8400
- (line 9)
8401
- * gnutls_x509_trust_list_add_cas <1>: X509 certificate API.
8402
- (line 5028)
8403
- * gnutls_x509_trust_list_add_crls: Verifying X.509 certificate paths.
8404
- (line 58)
8405
- * gnutls_x509_trust_list_add_crls <1>: X509 certificate API.
8406
- (line 5050)
8407
- * gnutls_x509_trust_list_add_named_crt: Verifying X.509 certificate paths.
8408
- (line 28)
8409
- * gnutls_x509_trust_list_add_named_crt <1>: X509 certificate API.
8410
- (line 5081)
8411
- * gnutls_x509_trust_list_add_system_trust: Verifying X.509 certificate paths.
8412
- (line 197)
8413
- * gnutls_x509_trust_list_add_system_trust <1>: X509 certificate API.
8414
- (line 5114)
8415
- * gnutls_x509_trust_list_add_trust_file: Verifying X.509 certificate paths.
8416
- (line 148)
8417
- * gnutls_x509_trust_list_add_trust_file <1>: X509 certificate API.
8418
- (line 5136)
8419
- * gnutls_x509_trust_list_add_trust_mem: Verifying X.509 certificate paths.
8420
- (line 173)
8421
- * gnutls_x509_trust_list_add_trust_mem <1>: X509 certificate API.
8422
- (line 5164)
8423
- * gnutls_x509_trust_list_deinit: X509 certificate API.
8424
- (line 5191)
8425
- * gnutls_x509_trust_list_get_issuer: X509 certificate API.
8426
- (line 5205)
8427
- * gnutls_x509_trust_list_init: X509 certificate API.
8428
- (line 5228)
8429
- * gnutls_x509_trust_list_remove_cas: X509 certificate API.
8430
- (line 5245)
8431
- * gnutls_x509_trust_list_remove_trust_file: X509 certificate API.
8432
- (line 5264)
8433
- * gnutls_x509_trust_list_remove_trust_mem: X509 certificate API.
8434
- (line 5284)
8435
- * gnutls_x509_trust_list_verify_crt: Verifying X.509 certificate paths.
8436
- (line 86)
8437
- * gnutls_x509_trust_list_verify_crt <1>: X509 certificate API.
8438
- (line 5303)
8439
- * gnutls_x509_trust_list_verify_named_crt: Verifying X.509 certificate paths.
8440
- (line 116)
8441
- * gnutls_x509_trust_list_verify_named_crt <1>: X509 certificate API.
8442
- (line 5336)
8443
-