18 Star 0 Fork 2

openKylin/gcr

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
GCR is a library for displaying certificates, and crypto UI, accessing
key stores. It also provides the viewer for crypto files on the GNOME
desktop.

GCK is a library for accessing PKCS#11 modules like smart cards, in a
(G)object oriented way.


DEBUG TRACING
==============

The Gcr and Gck libraries contain statements which help debug flow
and logic. In many cases these help you track down problems.

Use the environment variable G_MESSAGES_DEBUG='all' or G_MESSAGES_DEBUG='xxx'
to display either all messages or a specific categories of debug messages. You
can separate categories in this list with spaces, commas or semicolons. Gcr
library uses category 'Gcr', while Gck library uses category 'Gck'.

Example to display all debug messages:

 $ G_MESSAGES_DEBUG=all gcr-viewer /path/to/certificate.crt
 (gcr-viewer:9418): Gcr-DEBUG: gcr_pkcs11_initialize_async: starting initialize of registered modules
 ...

Example to display debug messages for a specific category:

 $ G_MESSAGES_DEBUG="Gcr" gcr-viewer /path/to/certificate.crt
 (gcr-viewer:9503): Gcr-DEBUG: gcr_pkcs11_initialize_async: starting initialize of registered modules
 ...

For the Gck debug messages simply replace 'Gcr' with 'Gck' in the above
examples.

空文件

简介

暂无描述 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openkylin/gcr.git
git@gitee.com:openkylin/gcr.git
openkylin
gcr
gcr
openkylin/yangtze

搜索帮助

D67c1975 1850385 1daf7b77 1850385