Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/crypto/openpgp: How to simultaneously sign and encrypt #30076

Closed
Ape opened this issue Feb 4, 2019 · 2 comments
Closed

x/crypto/openpgp: How to simultaneously sign and encrypt #30076

Ape opened this issue Feb 4, 2019 · 2 comments

Comments

@Ape
Copy link

Ape commented Feb 4, 2019

What version of Go are you using (go version)?

go version go1.11.4 linux/amd64

Does this issue reproduce with the latest release?

I tested with the latest master.

What operating system and processor architecture are you using (go env)?

go env Output
GOARCH="amd64"
GOBIN=""
GOCACHE="/home/ape/.cache/go-build"
GOEXE=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOPATH="/home/ape/.go"
GOPROXY=""
GORACE=""
GOROOT="/usr/lib/go"
GOTMPDIR=""
GOTOOLDIR="/usr/lib/go/pkg/tool/linux_amd64"
GCCGO="gccgo"
CC="gcc"
CXX="g++"
CGO_ENABLED="1"
GOMOD=""
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build535261915=/tmp/go-build -gno-record-gcc-switches"

x/crypto/openpgp supports encrypting and signing messages, but is it possible to simultaneously sign and encrypt a message? I am mainly interested in symmetric encryption similar to gpg --sign --symmetric.

@gopherbot gopherbot added this to the Unreleased milestone Feb 4, 2019
@viswesr
Copy link
Contributor

viswesr commented Feb 5, 2019

@gopherbot add Question

@bcmills
Copy link
Contributor

bcmills commented Mar 1, 2019

There is now a golang-openpgp mailing list (https://groups.google.com/forum/#!forum/golang-openpgp). Given the relative silence here, you might try that next.

@bcmills bcmills closed this as completed Mar 1, 2019
@golang golang locked and limited conversation to collaborators Feb 29, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants