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: 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
*
upstream: Improve strictness and control over RSA-SHA2 signature
djm@openbsd.org
2018-07-03
1
-21
/
+83
*
upstream: ssh/xmss: fix deserialize for certs; ok djm@
markus@openbsd.org
2018-03-23
1
-1
/
+6
*
upstream: refactor sshkey_read() to make it a little more, err,
djm@openbsd.org
2018-03-02
1
-113
/
+135
*
upstream: Add experimental support for PQC XMSS keys (Extended
markus@openbsd.org
2018-02-26
1
-15
/
+395
*
upstream: Some obvious freezero() conversions.
jsing@openbsd.org
2018-02-16
1
-26
/
+11
*
upstream commit
jsing@openbsd.org
2018-02-07
1
-35
/
+18
*
upstream commit
djm@openbsd.org
2017-12-19
1
-4
/
+5
*
upstream commit
djm@openbsd.org
2017-12-19
1
-1
/
+26
*
upstream commit
djm@openbsd.org
2017-10-20
1
-2
/
+2
*
upstream commit
djm@openbsd.org
2017-08-12
1
-2
/
+2
*
upstream commit
markus@openbsd.org
2017-07-21
1
-6
/
+1
[next]