This website requires JavaScript.
Explore
Help
Sign In
DandelionNStuff
/
dkimpy-smtputf8
Watch
4
Star
0
Fork
0
You've already forked dkimpy-smtputf8
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
26
Commits
1
Branch
0
Tags
cbe755269c4129880b9a452f910a62bef6fb04f0
Commit Graph
3 Commits
Author
SHA1
Message
Date
William Grant
7526317dfe
Unexport EMSA_PKCS1_v1_5_encode; it's only used by RSASSA_PKCS1_v1_5_*.
2011-03-10 00:03:26 +11:00
William Grant
c82703cea9
Implement RSASSA-PKCS1-v1_5 in dkim.crypto, and use that in verify() and sign(). Move str2int/int2str into dkim.crypto. Verification no longer does a constant-time string compare; there is no private key involved on which a timing attack could be performed.
2011-03-10 00:03:15 +11:00
William Grant
6f715a1a01
Extract crypto stuff to dkim.crypto.
2011-03-09 23:27:04 +11:00