Age | Commit message (Expand) | Author |
2023-12-18 | Make it possible to load certs from PKCS#11 tokens | Damien Miller |
2021-12-19 | ssh-add side of destination constraints | Damien Miller |
2021-12-19 | ssh client side of binding | Damien Miller |
2020-06-26 | constify a few things; ok dtucker (as part of another diff) | Damien Miller |
2019-12-21 | Allow forwarding a different agent socket to the path specified by | Damien Miller |
2019-10-31 | add new agent key constraint for U2F/FIDO provider | Damien Miller |
2019-09-03 | authfd: add function to check if key is in agent | Damien Miller |
2019-06-21 | Add protection for private keys at rest in RAM against speculation | Damien Miller |
2018-07-12 | remove prototype to long-gone function | Damien Miller |
2018-02-23 | Add experimental support for PQC XMSS keys (Extended Hash-Based Signatures) | Markus Friedl |
2018-02-10 | constify some private key-related functions; based on | Damien Miller |
2017-06-28 | Allow ssh-keygen to use a key held in ssh-agent as a CA when signing | Damien Miller |
2017-05-05 | more simplification and removal of SSHv1-related code; ok djm@ | Christian Weisgerber |
2015-12-04 | implement SHA2-{256,512} for RSASSA-PKCS1-v1_5 signatures (user and host auth) | Markus Friedl |
2015-01-14 | move authfd.c and its tentacles to the new buffer/key API; | Damien Miller |
2009-08-27 | Do not fall back to adding keys without contraints (ssh-add -c / -t ...) | Damien Miller |
2006-08-03 | almost entirely get rid of the culture of ".h files that include .h files" | Theo de Raadt |
2006-03-25 | standardise spacing in $OpenBSD$ tags; requested by deraadt@ | Damien Miller |
2003-11-21 | unexpand and delete whitespace at EOL; ok markus@ | Damien Miller |
2003-06-11 | make agent constraints (lifetime, confirm) work with smartcard keys; ok markus@ | Damien Miller |
2003-01-23 | ssh-add -c, prompt user for confirmation (using ssh-askpass) when | Markus Friedl |
2002-09-11 | don't connect to agent to test for presence if we've previously | Kevin Steves |
2002-06-19 | KNF done automatically while reading.... | Theo de Raadt |
2002-06-15 | remove the CONSTRAIN_IDENTITY messages and introduce a new | Markus Friedl |
2002-06-15 | fix stupid typo | Markus Friedl |
2002-06-15 | break agent key lifetime protocol and allow other contraints for key usage. | Markus Friedl |
2002-06-05 | ssh-add -t life, Set lifetime (in seconds) when adding identities; ok provos@ | Markus Friedl |
2002-06-05 | ssh-add -x for lock and -X for unlocking the agent. | Markus Friedl |
2002-03-21 | Add PIN-protection for secret key. | Jim Rees |
2002-03-04 | $OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; add | Kevin Steves |
2002-02-24 | signed vs. unsigned: make size arguments u_int, ok stevesk@ | Markus Friedl |
2001-08-07 | extended failure messages from galb@vandyke.com | Markus Friedl |
2001-08-01 | use strings instead of ints for smartcard reader ids | Markus Friedl |
2001-06-26 | remove comments from .h, since they are cut&paste from the .c files | Markus Friedl |
2001-06-26 | prototype pedant. not very creative... | Jun-ichiro itojun Hagino |
2001-06-26 | initial support for smartcards in the agent | Markus Friedl |
2000-12-20 | fix prototypes; from stevesk@pobox.com | Markus Friedl |
2000-12-19 | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' | Markus Friedl |
2000-11-12 | add support for RSA to SSH2. please test. | Markus Friedl |
2000-10-09 | interop with ssh-agent2, from <res@shore.net> | Markus Friedl |
2000-09-21 | bug compat for old ssh.com software | Markus Friedl |
2000-09-07 | cleanup copyright notices on all files. I have attempted to be accurate with | Theo de Raadt |
2000-08-19 | add SSH2/DSA support to the agent and some other DSA related cleanups. | Markus Friedl |
2000-07-16 | make ssh-add accept dsa keys (the agent does not) | Markus Friedl |
2000-06-20 | OpenBSD tag | Markus Friedl |
2000-04-14 | whitespace cleanup | Markus Friedl |
1999-11-24 | KNF, final part 3 | Markus Friedl |
1999-11-24 | much more KNF | Theo de Raadt |
1999-11-15 | the keysize of rsa-parameter 'n' is passed implizit, | Markus Friedl |
1999-10-14 | fix old connect() race security-bug for ssh-agent and agent-forwarding | Markus Friedl |