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
Age
Commit message (
Expand
)
Author
2025-10-08
all: fix some typos in comment
cuishuang
2024-12-04
openpgp/clearsign: just use rand.Reader in tests
v0.30.0
Roland Shoemaker
2024-06-26
all: bump go.mod version and drop compatibility shims
Filippo Valsorda
2024-04-16
openpgp: fix function name in comment
cuishuang
2023-03-20
all: fix some comments
cui fliter
2023-01-30
all: fix some comments
cui fliter
2022-11-09
all: remove redundant type conversion
cui fliter
2022-10-12
all: fix a few function names on 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
2020-01-17
openpgp/armor: allow armored PGP signature without a CRC
Katie Hockman
2019-11-12
openpgp/elgamal: prevent bad key from causing panic in Decrypt
Katie Hockman
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-04-24
openpgp/clearsign: reject potentially misleading headers and messages
Filippo Valsorda
2019-01-31
all: fix ineffectual assignments
Michael Cook
2018-12-03
openpgp: support SHA384
Axel Wagner
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-09
openpgp: split up tests and keys
aviau
2018-10-01
openpgp: allow RSA/ECDSA signers to return a pointer
Axel Wagner
2018-10-01
openpgp: test subkeys with sub-optimal signature packet ordering
aviau
2018-10-01
openpgp: use latest subkey binding signature
Paul M Furley
2018-09-27
openpgp: move addUserID outside of ReadEntity
aviau
2018-09-10
openpgp: don't treat extra subkey selfsigs as uid sigs
aviau
2018-08-16
openpgp/clearsign: add ability to sign with more than one key.
Thomas Bushnell, BSG
2018-07-18
openpgp: support creating signatures compatible with 'gpg --sign'.
Wilfried Teiken
2018-06-14
openpgp: restore signing in SerializePrivate
Filippo Valsorda
2018-06-14
openpgp: fix bad error message
aviau
2018-06-14
openpgp: read keys with revoked user ids
aviau
2018-05-23
openpgp: sign Entity during instantiation in NewEntity
Ryan Canty
2018-05-09
openpgp: fix vet issue in tests
Filippo Valsorda
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
2018-02-14
openpgp: allow NewEntity to specify the default cipher
Damien Tournoud
2018-02-13
openpgp: correct NewEntity name creation
Yaron de Leeuw
2017-11-28
all: fix errors reported by vet, golint
Kevin Burke
2017-09-15
all: fix article typos
namusyaka
2017-09-09
openpgp: check errors from ReadKeyRing during test
Russ Cox
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-28
openpgp: fix a typo in a comment
Alok Menghrajani
2016-09-13
opengpg: set SelfSignature.PreferredHash in NewEntity
Jessica Frazelle
2016-09-08
crypto/openpgp: return error from userIdSignatureHash
Reinaldo de Souza Jr
[next]