summaryrefslogtreecommitdiffstats
path: root/include/libssh/pki_priv.h
Commit message (Collapse)AuthorAgeFilesLines
* pki: Use the standard logging functionAndreas Schneider2015-09-071-5/+0
| | | | Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
* external: Use standard int typesAndreas Schneider2015-04-101-2/+8
| | | | Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
* cmake: Detect __func__ and __FUNCTION__ during configure stepAndreas Schneider2015-04-021-1/+1
| | | | Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
* external: Add OpenSSH bcrypt and blowfish implementationAris Adamantiadis2015-02-021-0/+5
| | | | | Signed-off-by: Aris Adamantiadis <aris@0xbadc0de.be> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
* ed25519: Add support to export OpenSSH container keysAris Adamantiadis2015-02-021-0/+2
| | | | | Signed-off-by: Aris Adamantiadis <aris@0xbadc0de.be> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
* ed25519: Add support o import OpenSSH container keysAris Adamantiadis2015-02-021-0/+8
| | | | | Signed-off-by: Aris Adamantiadis <aris@0xbadc0de.be> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
* pki.h: Replace tabs with spacesAris Adamantiadis2015-02-021-2/+2
| | | | | Signed-off-by: Aris Adamantiadis <aris@0xbadc0de.be> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
* ed25519: Generate, sign and verify keys.Aris2014-09-071-0/+14
| | | | Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
* pki: Add missing semi-colon.Andreas Schneider2014-05-071-1/+1
|
* pki: Make pki_key_ecdsa_nid_to_name() a shared function.Andreas Schneider2014-04-231-0/+1
|
* pki_gcrypt: Add pki_private_key_to_pem() stub.Andreas Schneider2013-11-271-0/+5
|
* include: Fix the LGPL header.Andreas Schneider2013-01-231-12/+11
| | | | | This has been reported by rpmlint: libssh-devel.x86_64: W: incorrect-fsf-address libssh.h
* pki: Add support to generate ecdsa keys.Andreas Schneider2012-02-041-0/+1
|
* pki: Add support to import ecdsa pubkeys.Andreas Schneider2012-02-041-0/+3
|
* pki: Add support to import ecdsa private keys.Andreas Schneider2012-02-041-0/+2
|
* pki: Add a ssh_key_cmp() function.Andreas Schneider2011-10-291-0/+3
|
* pki: ssh_pki_generateAris Adamantiadis2011-09-241-0/+2
| | | | for both gcrypt and openssl
* pki: Use ssh_log_function() for ssh_pki_log().Andreas Schneider2011-09-171-1/+4
|
* pki: Add ssh_pki_export_pubkey_rsa1().Andreas Schneider2011-09-051-0/+4
|
* pki: Handle hash correctly.Andreas Schneider2011-08-261-2/+3
| | | | | | | Looks like only DSA in grypt needs a leading zero to mark the has as positive. See http://lists.gnupg.org/pipermail/gcrypt-devel/2005-February/000754.html
* pki: Migrate ssh_pki_do_sign to new pki.Andreas Schneider2011-08-261-2/+3
|
* pki: Add ssh_pki_signature_verify_blob().Andreas Schneider2011-08-221-0/+5
|
* pki: Add ssh_srv_pki_do_sign_sessionid().Andreas Schneider2011-08-221-0/+2
|
* pki: Create a pki private header file.Andreas Schneider2011-08-211-0/+62