summaryrefslogtreecommitdiffstats
path: root/src/pki.c
Commit message (Expand)AuthorAgeFilesLines
* buffer: use ssh_buffer_get() instead of ssh_buffer_get_begin()Fabiano Fidêncio2015-10-121-1/+1
* buffer: do not use ssh_buffer_get_rest_len()Fabiano Fidêncio2015-10-121-5/+5
* buffer: rename ssh_buffer_get_rest() to ssh_buffer_get()Fabiano Fidêncio2015-10-121-4/+4
* cleanup: use ssh_ prefix in the buffer (non-static) functionsFabiano Fidêncio2015-10-121-25/+25
* pki: Fix a memory leak on error in ssh_pki_copy_cert_to_privkey()Andreas Schneider2015-09-091-0/+1
* pki: Fix a memory leak in pki_import_cert_buffer()Andreas Schneider2015-09-091-0/+1
* pki: Add certificate loading functionsAxel Eppe2015-09-071-2/+110
* pki: Add Add new pki_import_cert_buffer functionAxel Eppe2015-09-071-0/+51
* pki: Add rsa, dss certificate key type definitionsAxel Eppe2015-09-071-0/+18
* pki: Use the standard logging functionAndreas Schneider2015-09-071-39/+29
* pki: Fix return values of ssh_key_is_(public|private)Andreas Schneider2015-08-101-2/+2
* ed25519: Add support to export OpenSSH container keysAris Adamantiadis2015-02-021-6/+13
* ed25519: Add support o import OpenSSH container keysAris Adamantiadis2015-02-021-10/+23
* pki: Make sure sig is not used unintialized.Andreas Schneider2015-01-201-1/+1
* pki: check ssh_buffer_pack return in ssh_pki_do_signJon Simons2014-10-021-5/+10
* pki: fail when pubkey buffer length is not ED25519_PK_LENJon Simons2014-10-021-1/+5
* ed25519: Generate, sign and verify keys.Aris2014-09-071-1/+80
* pki: Fix build without ECC support.Andreas Schneider2014-05-091-0/+5
* Small documentation fix.Hani Benhabiles2014-05-061-2/+2
* pki: Correctly update the ECDSA keytype.Andreas Schneider2014-04-231-1/+8
* pki: Move ssh_pki_key_ecdsa_name() to the correct file.Andreas Schneider2014-04-231-0/+14
* pki: Use SHA-2 for session ID signing with ECDSA keysAlan Dunn2014-03-121-12/+42
* pki: Fix the build on OpenSolaris.Andreas Schneider2014-02-121-1/+1
* pki: Fix memory leak with ecdsa signatures.Andreas Schneider2014-02-111-0/+4
* src: Rename buffer_add_data() to ssh_buffer_add_data().Andreas Schneider2014-01-191-4/+4
* update copyright informationAris Adamantiadis2014-01-071-1/+1
* pki: Fix a memory leak.Andreas Schneider2013-11-281-0/+1
* pki: Add ssh_pki_import_privkey_file().Andreas Schneider2013-11-271-0/+58
* pki: Add support for ECDSA private key signing.Andreas Schneider2013-10-181-14/+34
* pki: Add the type as a char pointer.Andreas Schneider2013-10-181-1/+1
* doc: Improve the PKI documentation a bit.Andreas Schneider2013-09-101-14/+18
* src: Migrate to SSH_LOG.Andreas Schneider2013-07-141-2/+1
* pki: fix commentsAris Adamantiadis2013-07-131-2/+2
* Server: fix rekeyingAris Adamantiadis2013-07-131-5/+5
* pki: Limit privkey to 4M for now.Andreas Schneider2013-06-171-0/+6
* pki: Fix a resource leak on error.Andreas Schneider2013-06-171-0/+3
* pki: Use fstat() after opening the file.Andreas Schneider2013-06-131-16/+16
* pki: Add a size limit for pubkey files.Andreas Schneider2012-11-211-1/+1
* pki: Fix integer overflow in ssh_pki_import_privkey_file().Xi Wang2012-10-221-0/+5
* pki: Make sure the key_buf is null terminated.Andreas Schneider2012-10-121-0/+1
* pki: Fix a possible null pointer dereference.Andreas Schneider2012-10-121-3/+3
* pki: Make error handling code reachable again.Andreas Schneider2012-10-091-1/+1
* pki: Check for no memory available calling ssh_key_new().Andreas Schneider2012-10-071-0/+4
* pki: Handle error of pki_import_pubkey_buffer() correctly.Andreas Schneider2012-10-071-1/+3
* pki: Open privkey file in binary mode.Andreas Schneider2012-09-041-1/+1
* pki: Add ecdsa support for signature verification.Andreas Schneider2012-02-041-8/+24
* pki: Fix ssh_pki_log function.Andreas Schneider2012-02-041-1/+1
* pki: Don't free a const key!Andreas Schneider2012-02-041-1/+0
* pki: Update copyright.Andreas Schneider2012-02-041-1/+1
* pki: Fix build if you don't have ECC support.Andreas Schneider2012-02-041-8/+0