项目作者: u1f35c

项目描述 :
OpenPGP key server
高级语言: C
项目地址: git://github.com/u1f35c/onak.git
创建时间: 2016-05-19T10:58:06Z
项目社区:https://github.com/u1f35c/onak

开源协议:GNU General Public License v2.0

下载


onak

onak is an OpenPGP compatible keyserver. It was originally written
concentrating on providing real time path finding between 2 keys, but
over time has moved to concentrating on providing standard keyserver
storage and retrieval functionality.

Features include:

  • Multiple backend key storage options (DB4, PostgreSQL, flat file,
    read-only PGP keyring)
  • Command-line tool for interacting with key store
  • Forwarding capability to other key servers
  • Experimental full verification of signatures
  • Experimental OpenPGP v5 support

It does not (yet) support the SKS Gossip keyserver synchronisation
protocol.

See the doc/ subdirectory for more complete documentation.

License

onak is released under the GPLv2.

Requirements

onak is written in C and has no hard external dependencies. The
recommended backend key-store requires Berkeley DB (tested with versions
4 + 5). Nettle is
recommended for full cryptographic functionality. onak can also make use
of curl if available.

Downloads

onak can always be found at
https://the.earth.li/gitweb/?p=onak.git;a=summary
and there is a GitHub mirror at
https://github.com/u1f35c/onak

Contributions are welcome via emailed patches to
noodles@earth.li"">noodles@earth.li or pull requests on GitHub.