aboutsummaryrefslogtreecommitdiff
path: root/src/pki_container_openssh.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-24pki: Remove superfluous statementAndreas Schneider1-1/+0
2018-10-24pki: Add log message on error in ssh_pki_openssh_import()Andreas Schneider1-0/+3
2018-09-18pki: Implement reading public key from OpenSSH private key containerJakub Jelen1-19/+45
2018-09-18pki: Allow reading keys in new OpenSSH formatJakub Jelen1-52/+4
2018-09-04pki_container: Use string functions for cleanupAndreas Schneider1-5/+4
2018-07-05crytpo: Make sure we check return of ssh_get_random() correctlyAndreas Schneider1-2/+13
2018-06-29Rest in Peace SSHv1Andreas Schneider1-1/+1
2018-02-16pki: Use explicit_bzero() to wipe privkey in memoryAndreas Schneider1-1/+1
2018-02-12src: Use explicit_bzero() if available on the platformAndreas Schneider1-4/+4
2016-01-19buffer: use ssh_buffer_get() instead of ssh_buffer_get_begin()Fabiano FidĂȘncio1-6/+6
2016-01-19buffer: do not use ssh_buffer_get_rest_len()Fabiano FidĂȘncio1-1/+1
2016-01-19cleanup: use ssh_ prefix in the buffer (non-static) functionsFabiano FidĂȘncio1-5/+5
2016-01-19pki: Make sure checkint1 and checkint2 are not used uninitializedAndreas Schneider1-1/+1
2015-09-07pki: Add rsa, dss certificate key type definitionsAxel Eppe1-0/+2
2015-09-07pki: Use the standard logging functionAndreas Schneider1-20/+27
2015-05-04pki_container: Fix a memory leakAndreas Schneider1-2/+9
2015-05-04pki_container: Add check for return valueAndreas Schneider1-1/+4
2015-02-02ed25519: Add support for OpenSSH encrypted container exportAris Adamantiadis1-6/+153
2015-02-02ed25519: ADd OpenSSH encrypted container importAris Adamantiadis1-7/+163
2015-02-02ed25519: Add support to export OpenSSH container keysAris Adamantiadis1-4/+160
2015-02-02ed25519: Add support o import OpenSSH container keysAris Adamantiadis1-0/+254