Skip to content
This repository was archived by the owner on Nov 7, 2023. It is now read-only.

Use RSA_ENCRYPT_OR_SIGN for generated keys#97

Open
nakedible-p wants to merge 1 commit intokryptco:masterfrom
nakedible-p:fix-deprecated-rsa-algo
Open

Use RSA_ENCRYPT_OR_SIGN for generated keys#97
nakedible-p wants to merge 1 commit intokryptco:masterfrom
nakedible-p:fix-deprecated-rsa-algo

Conversation

@nakedible-p
Copy link

@nakedible-p nakedible-p commented Apr 15, 2018

The value RSA_SIGN_ONLY is deprecated in OpenPGP specification, being
replaced by key flags. RSA_SIGN_ONLY is not supported by all GnuPG
versions, so RSA_ENCRYPT_OR_SIGN should be used for compatibility.

Fixes: #96.

The value RSA_SIGN_ONLY is deprecated in OpenPGP specification, being
replaced by key flags. RSA_SIGN_ONLY is not supported by all GnuPG
versions, so RSA_ENCRYPT_OR_SIGN should be used for compatibility.

I agree to license all rights to my contributions in each modified file
exclusively to KryptCo, Inc.
@nakedible-p
Copy link
Author

Completely untested, as I haven't set up a proper compilation environment for this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants