index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sshkey.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
upstream: check private key type against requested key type in
djm@openbsd.org
2020-04-08
1
-1
/
+7
*
upstream: check that pubkey in private key envelope matches actual
djm@openbsd.org
2020-04-08
1
-8
/
+19
*
upstream: refactor private key parsing a little
djm@openbsd.org
2020-04-08
1
-40
/
+114
*
upstream: sshkey_cert_check_authority requires reason to be set;
markus@openbsd.org
2020-03-13
1
-3
/
+3
*
upstream: passphrase depends on kdfname, not ciphername (possible
markus@openbsd.org
2020-03-13
1
-8
/
+8
*
upstream: change explicit_bzero();free() to freezero()
jsg@openbsd.org
2020-02-28
1
-29
/
+15
*
upstream: fix ssh-keygen not displaying authenticator touch
djm@openbsd.org
2020-01-21
1
-1
/
+4
*
upstream: SK API and sk-helper error/PIN passing
djm@openbsd.org
2019-12-30
1
-2
/
+2
*
remove a bunch of ENABLE_SK #ifdefs
Damien Miller
2019-12-13
1
-4
/
+0
*
upstream: use ssh-sk-helper for all security key signing operations
djm@openbsd.org
2019-12-13
1
-10
/
+5
*
upstream: Add new structure for signature options
djm@openbsd.org
2019-11-25
1
-5
/
+14
*
upstream: fix a bug that prevented serialisation of ed25519-sk keys
djm@openbsd.org
2019-11-18
1
-1
/
+2
*
upstream: fix bug that prevented certification of ed25519-sk keys
djm@openbsd.org
2019-11-18
1
-1
/
+7
*
Move ifdef OPENSSL_HAS_ECC.
Darren Tucker
2019-11-18
1
-1
/
+1
*
upstream: remove most uses of BN_CTX
djm@openbsd.org
2019-11-16
1
-59
/
+33
*
upstream: in order to be able to figure out the number of
markus@openbsd.org
2019-11-14
1
-1
/
+6
*
upstream: fix shield/unshield for xmss keys: - in ssh-agent we need
markus@openbsd.org
2019-11-14
1
-2
/
+2
*
Put sshsk_sign call inside ifdef ENABLE_SK.
Darren Tucker
2019-11-14
1
-0
/
+2
*
upstream: enable ed25519 support; ok djm
markus@openbsd.org
2019-11-12
1
-1
/
+153
*
upstream: implement sshsk_ed25519_inner_sig(); ok djm
markus@openbsd.org
2019-11-12
1
-1
/
+6
*
upstream: rename sshsk_ecdsa_sign() to sshsk_sign(); ok djm
markus@openbsd.org
2019-11-12
1
-3
/
+3
*
upstream: implement ssh-ed25519-sk verification; ok djm@
markus@openbsd.org
2019-11-12
1
-1
/
+5
*
conditionalise SK sign/verify on ENABLE_SK
Damien Miller
2019-11-01
1
-0
/
+4
*
upstream: Refactor signing - use sshkey_sign for everything,
djm@openbsd.org
2019-10-31
1
-8
/
+18
*
upstream: Initial infrastructure for U2F/FIDO support
djm@openbsd.org
2019-10-31
1
-26
/
+179
*
upstream: fix an unreachable integer overflow similar to the XMSS
djm@openbsd.org
2019-10-09
1
-4
/
+22
*
needs time.h for --without-openssl
Damien Miller
2019-09-08
1
-0
/
+1
*
upstream: fixes for !WITH_OPENSSL compilation; ok dtucker@
djm@openbsd.org
2019-09-06
1
-1
/
+1
*
upstream: make get_sigtype public as sshkey_get_sigtype(); ok
djm@openbsd.org
2019-09-03
1
-7
/
+7
*
upstream: remove mostly vestigal uuencode.[ch]; moving the only unique
djm@openbsd.org
2019-07-16
1
-20
/
+7
*
upstream: support PKCS8 as an optional format for storage of
djm@openbsd.org
2019-07-15
1
-22
/
+56
*
upstream: Remove some set but never used variables. ok daraadt@
dtucker@openbsd.org
2019-07-08
1
-4
/
+2
*
upstream: fix NULL deference (bzero) on err
djm@openbsd.org
2019-06-28
1
-2
/
+2
*
upstream: fix mismatch proto/decl from key shielding change; spotted
djm@openbsd.org
2019-06-23
1
-2
/
+2
*
upstream: Add protection for private keys at rest in RAM against
djm@openbsd.org
2019-06-21
1
-17
/
+282
*
upstream: When signing certificates with an RSA key, default to
djm@openbsd.org
2019-05-20
1
-1
/
+8
*
upstream: Wrap XMSS including in ifdef. Patch from markus at
dtucker@openbsd.org
2019-05-08
1
-2
/
+4
*
upstream: Make sshpkt_get_bignum2() allocate the bignum it is
djm@openbsd.org
2019-01-21
1
-70
/
+26
*
some more duplicated key algorithm lines
Damien Miller
2018-10-11
1
-4
/
+0
*
fix duplicated algorithm specification lines
Damien Miller
2018-10-11
1
-4
/
+0
*
upstream: typo in plain RSA algorithm counterpart names for
djm@openbsd.org
2018-10-11
1
-3
/
+3
*
supply callback to PEM_read_bio_PrivateKey
Damien Miller
2018-10-11
1
-1
/
+15
*
upstream: Treat all PEM_read_bio_PrivateKey() errors when a passphrase
djm@openbsd.org
2018-10-09
1
-2
/
+11
*
Fix openssl-1.1 fallout for --without-openssl.
Darren Tucker
2018-09-15
1
-0
/
+4
*
upstream: garbage-collect moribund ssh_new_private() API.
djm@openbsd.org
2018-09-14
1
-17
/
+6
*
adapt -portable to OpenSSL 1.1x API
Damien Miller
2018-09-13
1
-1
/
+2
*
upstream: hold our collective noses and use the openssl-1.1.x API in
djm@openbsd.org
2018-09-13
1
-295
/
+342
*
upstream: add sshkey_check_cert_sigtype() that checks a
djm@openbsd.org
2018-09-12
1
-1
/
+22
*
upstream: add cert->signature_type field and keep it in sync with
djm@openbsd.org
2018-09-12
1
-26
/
+67
*
upstream: some finesse to fix RSA-SHA2 certificate authentication
djm@openbsd.org
2018-07-03
1
-4
/
+4
[prev]
[next]