Function
GioTlsFileDatabasenew
Description
Creates a new GTlsFileDatabase
which uses anchor certificate authorities
in anchors
to verify certificate chains.
The certificates in anchors
must be PEM encoded.
Available since: | 2.30 |
Parameters
anchors
-
Type:
const gchar*
Filename of anchor certificate authorities.
The data is owned by the caller of the function. The value is a file system path, using the OS encoding. error
-
Type:
GError **
The return location for a
GError*
, orNULL
.
Return value
Type: GTlsFileDatabase
The new
GTlsFileDatabase
, or NULL
on error.
The caller of the function takes ownership of the data, and is responsible for freeing it. |