index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
sshkey.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
highly polished whitespace, mostly fixing spaces-for-tab and bad
djm
2021-04-03
1
-11
/
+11
*
fix memleaks in private key deserialisation; enforce more consistency
djm
2021-02-02
1
-1
/
+20
*
move check_host_cert() from sshconnect,c to sshkey.c and refactor
djm
2021-01-26
1
-4
/
+35
*
Make output buffer larger to prevent potential truncation warnings from
dtucker
2021-01-15
1
-2
/
+2
*
Adapt XMSS to new logging infrastructure. With markus@, ok djm@.
dtucker
2020-10-19
1
-5
/
+5
*
support for user-verified FIDO keys
djm
2020-08-27
1
-9
/
+11
*
only call sshkey_xmss_init() once for KEY_XMSS_CERT; ok djm
markus
2020-06-24
1
-2
/
+4
*
Add support for FIDO webauthn (verification only). webauthn is a
djm
2020-06-22
1
-1
/
+3
*
Refactor private key parsing. Eliminates a fair bit of duplicated
djm
2020-04-11
1
-147
/
+40
*
add sshkey_parse_pubkey_from_private_fileblob_type()
djm
2020-04-08
1
-1
/
+65
*
simplify sshkey_parse_private_fileblob_type()
djm
2020-04-08
1
-16
/
+5
*
check private key type against requested key type in new-style private
djm
2020-04-08
1
-1
/
+7
*
check that pubkey in private key envelope matches actual private key
djm
2020-04-08
1
-8
/
+19
*
refactor private key parsing a little
djm
2020-04-08
1
-40
/
+114
*
sshkey_cert_check_authority requires reason to be set; ok djm
markus
2020-03-06
1
-3
/
+3
*
passphrase depends on kdfname, not ciphername (possible null-deref);
markus
2020-03-06
1
-8
/
+8
*
change explicit_bzero();free() to freezero()
jsg
2020-02-26
1
-29
/
+15
*
fix ssh-keygen not displaying authenticator touch prompt;
djm
2020-01-21
1
-1
/
+4
*
SK API and sk-helper error/PIN passing
djm
2019-12-30
1
-2
/
+2
*
use ssh-sk-helper for all security key signing operations
djm
2019-12-13
1
-8
/
+5
*
Add new structure for signature options
djm
2019-11-25
1
-5
/
+14
*
fix a bug that prevented serialisation of ed25519-sk keys
djm
2019-11-18
1
-1
/
+2
*
fix bug that prevented certification of ed25519-sk keys
djm
2019-11-18
1
-1
/
+7
*
remove most uses of BN_CTX
djm
2019-11-15
1
-57
/
+33
*
in order to be able to figure out the number of signatures left on
markus
2019-11-13
1
-1
/
+6
*
fix shield/unshield for xmss keys:
markus
2019-11-13
1
-2
/
+2
*
enable ed25519 support; ok djm
markus
2019-11-12
1
-1
/
+153
*
implement sshsk_ed25519_inner_sig(); ok djm
markus
2019-11-12
1
-1
/
+6
*
rename sshsk_ecdsa_sign() to sshsk_sign(); ok djm
markus
2019-11-12
1
-3
/
+3
*
implement ssh-ed25519-sk verification; ok djm@
markus
2019-11-12
1
-1
/
+5
*
Refactor signing - use sshkey_sign for everything, including the new
djm
2019-10-31
1
-8
/
+18
*
Initial infrastructure for U2F/FIDO support
djm
2019-10-31
1
-26
/
+179
*
fix an unreachable integer overflow similar to the XMSS case, and some
djm
2019-10-09
1
-4
/
+22
*
fixes for !WITH_OPENSSL compilation; ok dtucker@
djm
2019-09-06
1
-1
/
+5
*
make get_sigtype public as sshkey_get_sigtype(); ok markus@
djm
2019-09-03
1
-7
/
+7
*
remove mostly vestigal uuencode.[ch]; moving the only unique
djm
2019-07-16
1
-20
/
+7
*
support PKCS8 as an optional format for storage of private keys,
djm
2019-07-15
1
-21
/
+55
*
Remove some set but never used variables. ok daraadt@
dtucker
2019-07-07
1
-4
/
+2
*
fix NULL deference (bzero) on error path added in last commit;
djm
2019-06-27
1
-2
/
+2
*
fix mismatch proto/decl from key shielding change; spotted via oss-fuzz
djm
2019-06-23
1
-2
/
+2
*
Add protection for private keys at rest in RAM against speculation
djm
2019-06-21
1
-17
/
+282
*
When signing certificates with an RSA key, default to using the
djm
2019-05-20
1
-1
/
+8
*
Wrap XMSS including in ifdef. Patch from markus at blueflash.cc, ok djm
dtucker
2019-05-03
1
-2
/
+4
*
Make sshpkt_get_bignum2() allocate the bignum it is parsing rather
djm
2019-01-21
1
-70
/
+26
*
typo in plain RSA algorithm counterpart names for certificates;
djm
2018-10-11
1
-3
/
+3
*
Treat all PEM_read_bio_PrivateKey() errors when a passphrase is specified
djm
2018-10-09
1
-2
/
+11
*
garbage-collect moribund ssh_new_private() API.
djm
2018-09-14
1
-17
/
+6
*
hold our collective noses and use the openssl-1.1.x API in OpenSSH;
djm
2018-09-13
1
-289
/
+331
*
add sshkey_check_cert_sigtype() that checks a cert->signature_type
djm
2018-09-12
1
-1
/
+22
*
add cert->signature_type field and keep it in sync with certificate
djm
2018-09-12
1
-26
/
+67
[next]