index
:
go-x-crypto
main
ssh-run-with-context
Fork of golang.org/x/crypto with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ssh
/
certs.go
Age
Commit message (
Expand
)
Author
2023-09-20
ssh: add MultiAlgorithmSigner
Nicola Murino
2022-10-05
all: replace bytes.Compare with bytes.Equal
cui fliter
2022-05-13
ssh/agent: fix non-RSA certificates
Filippo Valsorda
2022-03-15
ssh: support rsa-sha2-256/512 for client certificates
Filippo Valsorda
2022-03-14
ssh: don't advertise rsa-sha2 algorithms if we can't use them
Filippo Valsorda
2022-03-14
ssh: deprecate and replace SigAlgo constants
Filippo Valsorda
2021-11-15
ssh: support RSA SHA-2 (RFC8332) signatures
Hans Nielsen
2020-04-27
ssh: improve docs on Certificate.SignCert
Lily Chung
2019-12-02
ssh: add sk-ecdsa-sha2-nistp256 and sk-ed25519
Sebastian Kinne
2018-10-29
ssh: support SSH agent signature flags and custom extensions
Ian Haken
2018-02-08
ssh: clarify how to parse out Certificates
Han-Wen Nienhuys
2017-12-28
crypto/ssh: fix typo in error message in certs.go
Mansour Rahimi
2017-11-28
all: run gofmt -s on source code
Kevin Burke
2017-05-23
x/crypto/ssh: fix host certificate principal evaluation to check for hostname...
Adam Eijdenberg
2017-05-02
ssh/knownhosts: add IsHostAuthority.
Peter Moody
2017-03-30
ssh: require host key checking in the ClientConfig
Han-Wen Nienhuys
2016-05-12
x/crypto/ssh: add support for ed25519 keys
Martin Garton
2015-06-22
ssh: Add explicit type in comparison with constant to make go-fuzz happy
Taru Karttunen
2015-05-04
crypto/ssh: fix encoding of ssh certs with critical options
Dmitry Savintsev
2014-04-09
go.crypto/ssh: import gosshnew.
Adam Langley
2013-10-23
go.crypto/ssh: Implement CertTime to properly handle the "infinite" time
Jonathan Pittman
2013-10-22
go.crypto/ssh: Add certificate verification, step up support for authorized keys
Jonathan Pittman
2013-10-09
go.crypto/ssh: fix certificate parsing/marshaling.
JP Sugarbroad
2013-09-19
go.crypto/ssh: introduce Signer method, an abstraction of
Han-Wen Nienhuys
2013-09-13
go.crypto/ssh: introduce PublicKey interface type.
Han-Wen Nienhuys
2013-09-05
go.crypto/ssh: remove misleading marshalPrivRSA.
Han-Wen Nienhuys
2013-08-28
go.crypto/ssh: implement ECDH.
Han-Wen Nienhuys
2012-12-16
go.crypto/ssh: some cleanup
Jonathan Pittman
2012-12-14
go.crypto/ssh: Miscellaneous changes up for discussion.
Jonathan Pittman
2012-12-14
go.crypto/ssh: Add support for ECDSA keys and certs.
Jonathan Pittman
2012-04-26
go.crypto/ssh: prevent concurrent reads and concurrent writes over the same a...
Jonathan Pittman
2012-04-20
ssh: cosmetic cleanups
Adam Langley
2012-02-24
go.crypto/ssh: add client support for OpenSSH certificates
Jonathan Pittman