Code Monkey home page Code Monkey logo

gcr's Introduction

GCR

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.

Building

You can build GCR using Meson with the following build commands (replace $BUILDDIR with your chosed build directory).

$ meson setup $BUILDDIR
$ meson compile -C $BUILDDIR
$ meson install -C $BUILDDIR

Contributing

The code and issue tracker of GCR can be found at the GNOME GitLab instance at https://gitlab.gnome.org/GNOME/gcr.

If you would like to get involved with GNOME projects, please also visit our Newcomers page on the Wiki.

Documentation

The documentation for GCR and GCK is built using gi-docgen.

You can find the nightly documentation at:

You can find the older GCR documentation at:

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

# Example to display debug messages for a specific category:
$ G_MESSAGES_DEBUG="Gcr" gcr-viewer /path/to/certificate.crt

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

More information

To discuss issues with developers and other users, you can post to the GNOME Discourse instance.

gcr's People

Contributors

3v1n0 avatar askhl avatar aurisc4 avatar cfergeau avatar changwoo avatar claudep avatar dmustieles avatar dooteo avatar frandieguez avatar haaninjo avatar jordimas avatar kelemeng avatar kostich avatar lumag avatar marv-cz avatar mazurs avatar milocasagrande avatar muzena avatar nielsdg avatar pesder avatar piotrdrag avatar prescott66 avatar sicklylife-jp avatar smcv avatar stefwalter avatar tintou avatar tmtfx avatar ueno avatar warusadura avatar ymyasoedov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.