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