aboutsummaryrefslogtreecommitdiff
path: root/src/pki_container_openssh.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-09pki: Fix possible information leak via uninitialized stack bufferAndreas Schneider1-2/+2
2019-12-09pki_container_openssh: Initialize pointers to NULLAndreas Schneider1-2/+2
2019-12-09SSH-01-012: Fix information leak via uninitialized stack bufferAndreas Schneider1-2/+2
2019-12-09pki_container_openssh: Use SSH_BUFFER_FREE()Andreas Schneider1-9/+9
2019-12-09pki_container_openssh: Use SSH_STRING_FREEAndreas Schneider1-1/+1
2019-09-24pki_crypto: Use OpenSSL for Ed25519 signaturesAnderson Toshiyuki Sasaki1-5/+6
2019-07-30pki_container_openssh: Avoid bogus newline in debug messageJakub Jelen1-1/+1
2019-07-30pki_container_openssh: Reformat whitespaceJakub Jelen1-14/+14
2019-04-29doc: Update the description of the pki_private_key_decrypt() function to matc...Jakub Jelen1-1/+1
2019-02-07pki_container_openssh: Add padding to be compatible with OpenSSHJakub Jelen1-10/+14
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