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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-22
Add support for FIDO webauthn (verification only). webauthn is a
djm
1
-1
/
+3
2020-04-11
Refactor private key parsing. Eliminates a fair bit of duplicated
djm
1
-147
/
+40
2020-04-08
add sshkey_parse_pubkey_from_private_fileblob_type()
djm
1
-1
/
+65
2020-04-08
simplify sshkey_parse_private_fileblob_type()
djm
1
-16
/
+5
2020-04-08
check private key type against requested key type in new-style private
djm
1
-1
/
+7
2020-04-08
check that pubkey in private key envelope matches actual private key
djm
1
-8
/
+19
2020-04-08
refactor private key parsing a little
djm
1
-40
/
+114
2020-03-06
sshkey_cert_check_authority requires reason to be set; ok djm
markus
1
-3
/
+3
2020-03-06
passphrase depends on kdfname, not ciphername (possible null-deref);
markus
1
-8
/
+8
2020-02-26
change explicit_bzero();free() to freezero()
jsg
1
-29
/
+15
2020-01-21
fix ssh-keygen not displaying authenticator touch prompt;
djm
1
-1
/
+4
2019-12-30
SK API and sk-helper error/PIN passing
djm
1
-2
/
+2
2019-12-13
use ssh-sk-helper for all security key signing operations
djm
1
-8
/
+5
2019-11-25
Add new structure for signature options
djm
1
-5
/
+14
2019-11-18
fix a bug that prevented serialisation of ed25519-sk keys
djm
1
-1
/
+2
2019-11-18
fix bug that prevented certification of ed25519-sk keys
djm
1
-1
/
+7
2019-11-15
remove most uses of BN_CTX
djm
1
-57
/
+33
2019-11-13
in order to be able to figure out the number of signatures left on
markus
1
-1
/
+6
2019-11-13
fix shield/unshield for xmss keys:
markus
1
-2
/
+2
2019-11-12
enable ed25519 support; ok djm
markus
1
-1
/
+153
2019-11-12
implement sshsk_ed25519_inner_sig(); ok djm
markus
1
-1
/
+6
2019-11-12
rename sshsk_ecdsa_sign() to sshsk_sign(); ok djm
markus
1
-3
/
+3
2019-11-12
implement ssh-ed25519-sk verification; ok djm@
markus
1
-1
/
+5
2019-10-31
Refactor signing - use sshkey_sign for everything, including the new
djm
1
-8
/
+18
2019-10-31
Initial infrastructure for U2F/FIDO support
djm
1
-26
/
+179
2019-10-09
fix an unreachable integer overflow similar to the XMSS case, and some
djm
1
-4
/
+22
2019-09-06
fixes for !WITH_OPENSSL compilation; ok dtucker@
djm
1
-1
/
+5
2019-09-03
make get_sigtype public as sshkey_get_sigtype(); ok markus@
djm
1
-7
/
+7
2019-07-16
remove mostly vestigal uuencode.[ch]; moving the only unique
djm
1
-20
/
+7
2019-07-15
support PKCS8 as an optional format for storage of private keys,
djm
1
-21
/
+55
2019-07-07
Remove some set but never used variables. ok daraadt@
dtucker
1
-4
/
+2
2019-06-27
fix NULL deference (bzero) on error path added in last commit;
djm
1
-2
/
+2
2019-06-23
fix mismatch proto/decl from key shielding change; spotted via oss-fuzz
djm
1
-2
/
+2
2019-06-21
Add protection for private keys at rest in RAM against speculation
djm
1
-17
/
+282
2019-05-20
When signing certificates with an RSA key, default to using the
djm
1
-1
/
+8
2019-05-03
Wrap XMSS including in ifdef. Patch from markus at blueflash.cc, ok djm
dtucker
1
-2
/
+4
2019-01-21
Make sshpkt_get_bignum2() allocate the bignum it is parsing rather
djm
1
-70
/
+26
2018-10-11
typo in plain RSA algorithm counterpart names for certificates;
djm
1
-3
/
+3
2018-10-09
Treat all PEM_read_bio_PrivateKey() errors when a passphrase is specified
djm
1
-2
/
+11
2018-09-14
garbage-collect moribund ssh_new_private() API.
djm
1
-17
/
+6
2018-09-13
hold our collective noses and use the openssl-1.1.x API in OpenSSH;
djm
1
-289
/
+331
2018-09-12
add sshkey_check_cert_sigtype() that checks a cert->signature_type
djm
1
-1
/
+22
2018-09-12
add cert->signature_type field and keep it in sync with certificate
djm
1
-26
/
+67
2018-07-03
some finesse to fix RSA-SHA2 certificate authentication for certs
djm
1
-4
/
+4
2018-07-03
Improve strictness and control over RSA-SHA2 signature types:
djm
1
-21
/
+75
2018-03-22
ssh/xmss: fix deserialize for certs; ok djm@
markus
1
-1
/
+6
2018-03-02
refactor sshkey_read() to make it a little more, err, readable.
djm
1
-113
/
+135
2018-02-23
Add experimental support for PQC XMSS keys (Extended Hash-Based Signatures)
markus
1
-15
/
+395
2018-02-14
Some obvious freezero() conversions.
jsing
1
-26
/
+11
2018-02-07
Remove all guards for calls to OpenSSL free functions - all of these
jsing
1
-35
/
+18
[next]