summaryrefslogtreecommitdiffstats
path: root/rijndael.h (unfollow)
Commit message (Expand)AuthorFilesLines
2019-12-20upstream: Move always unsupported keywords to be grouped with the otherdtucker@openbsd.org1-5/+5
2019-12-20upstream: Remove obsolete opcodes from the configuation enum.dtucker@openbsd.org1-6/+6
2019-12-20upstream: Remove now-obsolete config options from example indtucker@openbsd.org1-3/+1
2019-12-20upstream: Document that security key-hosted keys can act as hostnaddy@openbsd.org2-18/+38
2019-12-20upstream: "Forward security" -> "Forward secrecy" since that's thedtucker@openbsd.org1-4/+4
2019-12-20upstream: cut obsolete lists of crypto algorithms from outline ofnaddy@openbsd.org1-7/+4
2019-12-20upstream: strdup may return NULL if memory allocation fails. Usetobhe@openbsd.org2-10/+10
2019-12-20upstream: sort sk-* methods behind their plain key methods cousinsdjm@openbsd.org1-1/+1
2019-12-17Mac OS X has PAM too.Darren Tucker1-1/+1
2019-12-17Show portable tarball pattern in example.Darren Tucker1-1/+1
2019-12-17OpenSSL is now optional.Darren Tucker1-1/+1
2019-12-16upstream: adapt to ssh-sk-client changedjm@openbsd.org1-2/+2
2019-12-16upstream: it's no longer possible to disable privilege separationdjm@openbsd.org5-12/+12
2019-12-16upstream: don't treat HostKeyAgent=none as a path either; avoidsdjm@openbsd.org1-1/+2
2019-12-16upstream: do not attempt to find an absolute path for sshd_configdjm@openbsd.org1-2/+13
2019-12-16upstream: allow ssh-keyscan to find security key hostkeysdjm@openbsd.org1-3/+21
2019-12-16upstream: allow security keys to act as host keys as well as userdjm@openbsd.org7-48/+67
2019-12-16Allow clock_nanosleep_time64 in seccomp sandbox.Darren Tucker1-0/+3
2019-12-15Put SK ECDSA bits inside ifdef OPENSSL_HAS_ECC.Darren Tucker1-0/+4
2019-12-13remove a bunch of ENABLE_SK #ifdefsDamien Miller4-11/+8
2019-12-13ssh-sk-client.c needs includes.hDamien Miller1-0/+2
2019-12-13only link ssh-sk-helper against libfido2Damien Miller2-2/+1
2019-12-13adapt Makefile to ssh-sk-client everywhereDamien Miller2-28/+54
2019-12-13fixupDamien Miller1-0/+1