aboutsummaryrefslogtreecommitdiff
path: root/openpgp
AgeCommit message (Expand)Author
2025-10-08all: fix some typos in commentcuishuang
2024-12-04openpgp/clearsign: just use rand.Reader in testsv0.30.0Roland Shoemaker
2024-06-26all: bump go.mod version and drop compatibility shimsFilippo Valsorda
2024-04-16openpgp: fix function name in commentcuishuang
2023-03-20all: fix some commentscui fliter
2023-01-30all: fix some commentscui fliter
2022-11-09all: remove redundant type conversioncui fliter
2022-10-12all: fix a few function names on 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
2020-01-17openpgp/armor: allow armored PGP signature without a CRCKatie Hockman
2019-11-12openpgp/elgamal: prevent bad key from causing panic in DecryptKatie Hockman
2019-10-02openpgp/packet: support crypto.Decrypter in EncryptedKey.DecryptScott Ragan
2019-05-06openpgp: replace "currentTime" with "creationTime" as appropriateMatthew Dempsky
2019-04-24openpgp/clearsign: reject potentially misleading headers and messagesFilippo Valsorda
2019-01-31all: fix ineffectual assignmentsMichael Cook
2018-12-03openpgp: support SHA384Axel Wagner
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-09openpgp: split up tests and keysaviau
2018-10-01openpgp: allow RSA/ECDSA signers to return a pointerAxel Wagner
2018-10-01openpgp: test subkeys with sub-optimal signature packet orderingaviau
2018-10-01openpgp: use latest subkey binding signaturePaul M Furley
2018-09-27openpgp: move addUserID outside of ReadEntityaviau
2018-09-10openpgp: don't treat extra subkey selfsigs as uid sigsaviau
2018-08-16openpgp/clearsign: add ability to sign with more than one key.Thomas Bushnell, BSG
2018-07-18openpgp: support creating signatures compatible with 'gpg --sign'.Wilfried Teiken
2018-06-14openpgp: restore signing in SerializePrivateFilippo Valsorda
2018-06-14openpgp: fix bad error messageaviau
2018-06-14openpgp: read keys with revoked user idsaviau
2018-05-23openpgp: sign Entity during instantiation in NewEntityRyan Canty
2018-05-09openpgp: fix vet issue in testsFilippo Valsorda
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
2018-02-14openpgp: allow NewEntity to specify the default cipherDamien Tournoud
2018-02-13openpgp: correct NewEntity name creationYaron de Leeuw
2017-11-28all: fix errors reported by vet, golintKevin Burke
2017-09-15all: fix article typosnamusyaka
2017-09-09openpgp: check errors from ReadKeyRing during testRuss Cox
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-28openpgp: fix a typo in a commentAlok Menghrajani
2016-09-13opengpg: set SelfSignature.PreferredHash in NewEntityJessica Frazelle
2016-09-08crypto/openpgp: return error from userIdSignatureHashReinaldo de Souza Jr