aboutsummaryrefslogtreecommitdiff
path: root/openpgp/packet
AgeCommit message (Expand)Author
2025-10-08all: fix some typos in commentcuishuang
2024-06-26all: bump go.mod version and drop compatibility shimsFilippo Valsorda
2023-03-20all: fix some commentscui fliter
2022-09-19all: replace io/ioutil with io and os packagecui fliter
2022-04-11all: gofmtRuss Cox
2021-08-13openpgp: fix deprecation messageRoland Shoemaker
2021-08-12openpgp: mark as deprecatedFilippo Valsorda
2020-03-02openpgp/packet: ensure that first partial packet is 512 bytesIan Lance Taylor
2019-10-02openpgp/packet: support crypto.Decrypter in EncryptedKey.DecryptScott Ragan
2019-05-06openpgp: replace "currentTime" with "creationTime" as appropriateMatthew Dempsky
2019-01-31all: fix ineffectual assignmentsMichael Cook
2018-10-29openpgp: pass hash to Signer.Sign for ECDSAAxel Wagner
2018-10-29all: fix typosIgor Zhilianin
2018-10-25openpgp: don't generate PubKeyAlgoRSASignOnly keysAxel Wagner
2018-10-01openpgp: allow RSA/ECDSA signers to return a pointerAxel Wagner
2018-03-16openpgp/packet: improve handling of short MPIs for RSA valuesFilippo Valsorda
2018-03-15openpgp: serialize correct bitlength for generated ECC keysMike Tsao
2018-03-15openpgp/packet: fix swallowed errors in (*EncryptedKey).parseLars Lehtonen
2017-09-15all: fix article typosnamusyaka
2017-08-03openpgp/packet: fix AES-192 encrypted session keysmdp
2017-01-04all: fix some vet warningsJoe Tsai
2016-10-04x/crypto/openpgp: support crypto.Signer private keysSamuele Pedroni
2016-09-08crypto/openpgp: return error from userIdSignatureHashReinaldo de Souza Jr
2016-03-14openpgp: ECDSA key and signature supportJacob H. Haven
2016-01-11x/crypto/openpgp: add ElGamal support when writing GPG keys.Sami Commerot
2015-11-15x/crypto/openpgp/packet: fix message for errors resulting from an unknown cip...Adam Langley
2015-09-30golang.org/x/crypto/openssh: don't loop forever after a bad password.Adam Langley
2015-07-29x/crypto/openpgp/packet: validate parsed rsa private keysMichael Gehring
2015-07-28crypto/openpgp: make it possible to set the key lengthJeff R. Allen
2015-07-27openpgp: Fix panic on v3 public keys with too-short modulus.Brian Gitonga Marete
2015-07-27openpgp: Fix panic on opaque subpackets with length 0.Brian Gitonga Marete
2015-07-04go.crypto/openpgp/packet: fix comment typo.Adam Langley
2015-05-31x/crypto/openpgp: cross-signature validation for signing subkeys.KB Sriram
2015-05-30crypto/openpgp: add serialization for encrypted key packetsGiovanni Bajo
2015-05-08x/crypto/openpgp: Limit packet recursion depth.KB Sriram
2015-01-06crypto/openpgp: support public keys generated by End-to-EndDavid Leon Gil
2014-12-09crypto: add import comments.David Symonds
2014-11-21go.crypto/openpgp: fix nil Config case.Adam Langley
2014-11-21go.crypto/openpgp: Allow config. of s2k count for symmetric encrypt.Brian Gitonga Marete
2014-11-10go.crypto: use golang.org/x/... import pathsAndrew Gerrand
2014-10-29go.crypto/openpgp: Allow configuration of s2k hash during encryption.Brian Gitonga Marete
2014-10-25go.crypto/openpgp: don't corrupt encrypted private key when decryption fails.Adam Langley
2014-06-04go.crypto/openpgp: fix hash presence checks.Adam Langley
2014-05-12go.crypto/openpgp: fix user id signing.Adam Langley
2014-05-05go.crypto/openpgp: check for revoked keys.Adam Langley
2013-09-04openpgp/packet: Compact UserAttribute subpacket lengths, fixes signatures.Casey Marshall
2013-09-03openpgp/packet: Add support for V3 public keys and signatures.Casey Marshall
2013-08-30go.crypto/openpgp/packet: use minimal interface for SerializeSignaturePrefix.Adam Langley
2013-08-29openpgp/packet: Parse and serialize ECC key material (RFC 6637).Casey Marshall
2013-08-28go.crypto/openpgp/packet: Add user attribute packet support.Casey Marshall