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
/
s2k
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
2022-10-12
all: fix a few function names on comments
cui fliter
2021-08-13
openpgp: fix deprecation message
Roland Shoemaker
2021-08-12
openpgp: mark as deprecated
Filippo Valsorda
2016-05-04
x/crypto/openpgp/s2k: fix misleading function comment
Artyom Pervukhin
2014-12-09
crypto: add import comments.
David Symonds
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-06-04
go.crypto/openpgp: fix hash presence checks.
Adam Langley
2013-08-05
go.crypto/openpgp: test that hashes are compiled in before using them.
Adam Langley
2013-07-16
crypto: Correct s2k type constants. They are 0,1,3 according to both the RFC:...
Drew Hintz
2012-01-25
go.crypto: initial code
Russ Cox