Added OpenPGP library to lib/silcpgp
authorPekka Riikonen <priikone@silcnet.org>
Wed, 13 Feb 2008 15:25:59 +0000 (17:25 +0200)
committerPekka Riikonen <priikone@silcnet.org>
Wed, 13 Feb 2008 15:25:59 +0000 (17:25 +0200)
commit1b4e874f9401653b659a6adec2d2f046f9331586
tree6176d23d9582cef084692209f0ffae7bf594fd1b
parent7d4fb45c07b67b027b549f46c3689e44e81b3586
Added OpenPGP library to lib/silcpgp

The OpenPGP libary adds OpenPGP certificate and private key support.

This version is still preliminary and supports only loading of
public and private keys.  See TODO file for things to do.
22 files changed:
.gitignore [new file with mode: 0644]
configure.ad
distdir/crypto
lib/Makefile.ad
lib/silccrypt/silccrypto.h.in
lib/silccrypt/silcpk.c
lib/silccrypt/silcpkcs.c
lib/silccrypt/silcpkcs.h
lib/silccrypt/silcpkcs_i.h
lib/silcpgp/Makefile.ad [new file with mode: 0644]
lib/silcpgp/silcpgp.c [new file with mode: 0644]
lib/silcpgp/silcpgp.h [new file with mode: 0644]
lib/silcpgp/silcpgp_i.h [new file with mode: 0644]
lib/silcpgp/silcpgp_pkcs.c [new file with mode: 0644]
lib/silcpgp/silcpgp_pkcs.h [new file with mode: 0644]
lib/silcpgp/silcpgp_pubkey.c [new file with mode: 0644]
lib/silcpgp/silcpgp_seckey.c [new file with mode: 0644]
lib/silcpgp/tests/Makefile.am [new file with mode: 0644]
lib/silcpgp/tests/pubkey.asc [new file with mode: 0644]
lib/silcpgp/tests/seckey.prv [new file with mode: 0644]
lib/silcpgp/tests/test_silcpgp.c [new file with mode: 0644]
lib/silcssh/silcssh_pkcs.c