index
:
openssh.git
master
sid
ssh_8.3
v7.9
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ssh-keygen.c
Age
Commit message (
Expand
)
Author
2019-12-14
remove a bunch of ENABLE_SK #ifdefs
Damien Miller
2019-12-11
upstream: when acting as a CA and using a security key as the CA
djm@openbsd.org
2019-11-25
upstream: Print a key touch reminder when generating a security
djm@openbsd.org
2019-11-25
upstream: allow "ssh-keygen -x no-touch-required" when generating a
djm@openbsd.org
2019-11-25
upstream: add a "no-touch-required" option for authorized_keys and
djm@openbsd.org
2019-11-25
upstream: Add new structure for signature options
djm@openbsd.org
2019-11-20
upstream: more missing mentions of ed25519-sk; ok djm@
naddy@openbsd.org
2019-11-20
upstream: additional missing stdarg.h includes when built without
naddy@openbsd.org
2019-11-18
upstream: Fix incorrect error message when key certification fails
djm@openbsd.org
2019-11-18
upstream: allow *-sk key types to be turned into certificates
djm@openbsd.org
2019-11-18
upstream: missing break in getopt switch; spotted by Sebastian Kinne
djm@openbsd.org
2019-11-15
upstream: directly support U2F/FIDO2 security keys in OpenSSH by
djm@openbsd.org
2019-11-13
upstream: security keys typically need to be tapped/touched in
djm@openbsd.org
2019-11-13
Remove leftover if statement from sync.
Darren Tucker
2019-11-13
upstream: enable ed25519 support; ok djm
markus@openbsd.org
2019-11-11
upstream: duplicate 'x' character in getopt(3) optstring
djm@openbsd.org
2019-11-08
upstream: Fill in missing man page bits for U2F security key support:
naddy@openbsd.org
2019-11-01
autoconf pieces for U2F support
Damien Miller
2019-11-01
upstream: fix -Wshadow warning
djm@openbsd.org
2019-11-01
upstream: Refactor signing - use sshkey_sign for everything,
djm@openbsd.org
2019-11-01
upstream: ssh-keygen support for generating U2F/FIDO keys
djm@openbsd.org
2019-10-16
upstream: free buf before return; reported by krishnaiah bommu
djm@openbsd.org
2019-10-09
wrap stdint.h include in HAVE_STDINT_H
Damien Miller
2019-10-04
upstream: use a more common options order in SYNOPSIS and sync
jmc@openbsd.org
2019-10-02
upstream: thinko in previous; spotted by Mantas
djm@openbsd.org
2019-10-02
upstream: ban empty namespace strings for s
djm@openbsd.org
2019-10-01
upstream: group and sort single letter options; ok deraadt
jmc@openbsd.org
2019-10-01
upstream: identity_file[] should be PATH_MAX, not the arbitrary
deraadt@openbsd.org
2019-09-16
upstream: Allow testing signature syntax and validity without verifying
djm@openbsd.org
2019-09-08
upstream: key conversion should fail for !openssl builds, not fall
djm@openbsd.org
2019-09-06
upstream: fixes for !WITH_OPENSSL compilation; ok dtucker@
djm@openbsd.org
2019-09-06
upstream: lots of things were relying on libcrypto headers to
djm@openbsd.org
2019-09-05
upstream: repair typo and editing mishap
naddy@openbsd.org
2019-09-03
upstream: sshsig tweaks and improvements from and suggested by
djm@openbsd.org
2019-09-03
upstream: sshsig: lightweight signature and verification ability
djm@openbsd.org
2019-09-03
upstream: factor out confirm_overwrite(); ok markus@
djm@openbsd.org
2019-09-03
upstream: constify an argument
djm@openbsd.org
2019-09-02
upstream: print comment when printing pubkey from private
djm@openbsd.org
2019-08-08
upstream: Allow the maximimum uint32 value for the argument passed to
dtucker@openbsd.org
2019-08-08
upstream: Many key types are supported now, so take care to check
naddy@openbsd.org
2019-07-19
upstream: Accept the verbose flag when searching for host keys in known
djm@openbsd.org
2019-07-16
upstream: remove mostly vestigal uuencode.[ch]; moving the only unique
djm@openbsd.org
2019-07-15
upstream: support PKCS8 as an optional format for storage of
djm@openbsd.org
2019-07-08
upstream: revert header removal that snuck into previous
djm@openbsd.org
2019-07-08
upstream: add a local implementation of BSD realpath() for
djm@openbsd.org
2019-07-05
upstream: When system calls indicate an error they return -1, not
deraadt@openbsd.org
2019-06-21
upstream: Add protection for private keys at rest in RAM against
djm@openbsd.org
2019-06-08
upstream: Replace calls to ssh_malloc_init() by a static init of
otto@openbsd.org
2019-06-08
upstream: Make the standard output messages of both methods of
lum@openbsd.org
2019-03-26
upstream: Expand comment to document rationale for default key
dtucker@openbsd.org
[next]