-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Add notation data support #98
Conversation
Fix: canonizing of literal data for encrypted messages
Private key encryption
add SerializePrivate without sign function
update private key serializer
X25519 keygen
Also, verify that the algorithm mentioned in the header matches the algorithm used in the signature.
Security fixes
Fix tests; merge golang/master
Also, accept no headers at all, defaulting to MD5.
* Fix for KeyID digest generation ProtonMail/gopenpgp#10 * Better solution * Fix bitLength when first byte is zero * Use encoding.NewMPI in NewECDSAPublicKey; remove NewMPIWithBitLength * Use Len8 instead of Len to get the bit length of a byte * Don't serialize leading zeros in MPIs * Properly handle MPIs with leading zeros * Remove unused MPI functions
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed (or fixed any issues), please reply here with What to do if you already signed the CLAIndividual signers
Corporate signers
ℹ️ Googlers: Go here for more info. |
See ProtonMail/go-crypto#27