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
/
openpgp
/
packet
Age
Commit message (
Expand
)
Author
2025-10-08
all: fix some typos in comment
cuishuang
2024-06-26
all: bump go.mod version and drop compatibility shims
Filippo Valsorda
2023-03-20
all: fix some comments
cui fliter
2022-09-19
all: replace io/ioutil with io and os package
cui fliter
2022-04-11
all: gofmt
Russ Cox
2021-08-13
openpgp: fix deprecation message
Roland Shoemaker
2021-08-12
openpgp: mark as deprecated
Filippo Valsorda
2020-03-02
openpgp/packet: ensure that first partial packet is 512 bytes
Ian Lance Taylor
2019-10-02
openpgp/packet: support crypto.Decrypter in EncryptedKey.Decrypt
Scott Ragan
2019-05-06
openpgp: replace "currentTime" with "creationTime" as appropriate
Matthew Dempsky
2019-01-31
all: fix ineffectual assignments
Michael Cook
2018-10-29
openpgp: pass hash to Signer.Sign for ECDSA
Axel Wagner
2018-10-29
all: fix typos
Igor Zhilianin
2018-10-25
openpgp: don't generate PubKeyAlgoRSASignOnly keys
Axel Wagner
2018-10-01
openpgp: allow RSA/ECDSA signers to return a pointer
Axel Wagner
2018-03-16
openpgp/packet: improve handling of short MPIs for RSA values
Filippo Valsorda
2018-03-15
openpgp: serialize correct bitlength for generated ECC keys
Mike Tsao
2018-03-15
openpgp/packet: fix swallowed errors in (*EncryptedKey).parse
Lars Lehtonen
2017-09-15
all: fix article typos
namusyaka
2017-08-03
openpgp/packet: fix AES-192 encrypted session keys
mdp
2017-01-04
all: fix some vet warnings
Joe Tsai
2016-10-04
x/crypto/openpgp: support crypto.Signer private keys
Samuele Pedroni
2016-09-08
crypto/openpgp: return error from userIdSignatureHash
Reinaldo de Souza Jr
2016-03-14
openpgp: ECDSA key and signature support
Jacob H. Haven
2016-01-11
x/crypto/openpgp: add ElGamal support when writing GPG keys.
Sami Commerot
2015-11-15
x/crypto/openpgp/packet: fix message for errors resulting from an unknown cip...
Adam Langley
2015-09-30
golang.org/x/crypto/openssh: don't loop forever after a bad password.
Adam Langley
2015-07-29
x/crypto/openpgp/packet: validate parsed rsa private keys
Michael Gehring
2015-07-28
crypto/openpgp: make it possible to set the key length
Jeff R. Allen
2015-07-27
openpgp: Fix panic on v3 public keys with too-short modulus.
Brian Gitonga Marete
2015-07-27
openpgp: Fix panic on opaque subpackets with length 0.
Brian Gitonga Marete
2015-07-04
go.crypto/openpgp/packet: fix comment typo.
Adam Langley
2015-05-31
x/crypto/openpgp: cross-signature validation for signing subkeys.
KB Sriram
2015-05-30
crypto/openpgp: add serialization for encrypted key packets
Giovanni Bajo
2015-05-08
x/crypto/openpgp: Limit packet recursion depth.
KB Sriram
2015-01-06
crypto/openpgp: support public keys generated by End-to-End
David Leon Gil
2014-12-09
crypto: add import comments.
David Symonds
2014-11-21
go.crypto/openpgp: fix nil Config case.
Adam Langley
2014-11-21
go.crypto/openpgp: Allow config. of s2k count for symmetric encrypt.
Brian Gitonga Marete
2014-11-10
go.crypto: use golang.org/x/... import paths
Andrew Gerrand
2014-10-29
go.crypto/openpgp: Allow configuration of s2k hash during encryption.
Brian Gitonga Marete
2014-10-25
go.crypto/openpgp: don't corrupt encrypted private key when decryption fails.
Adam Langley
2014-06-04
go.crypto/openpgp: fix hash presence checks.
Adam Langley
2014-05-12
go.crypto/openpgp: fix user id signing.
Adam Langley
2014-05-05
go.crypto/openpgp: check for revoked keys.
Adam Langley
2013-09-04
openpgp/packet: Compact UserAttribute subpacket lengths, fixes signatures.
Casey Marshall
2013-09-03
openpgp/packet: Add support for V3 public keys and signatures.
Casey Marshall
2013-08-30
go.crypto/openpgp/packet: use minimal interface for SerializeSignaturePrefix.
Adam Langley
2013-08-29
openpgp/packet: Parse and serialize ECC key material (RFC 6637).
Casey Marshall
2013-08-28
go.crypto/openpgp/packet: Add user attribute packet support.
Casey Marshall
[next]