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
Files
c82703cea963e6ec6cea708cad4a93496305398c
dkimpy-smtputf8
/
dkim
T
History
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
..
tests
Add basic end-to-end signing and verification tests.
2011-03-09 20:10:18 +11:00
__init__.py
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
asn1.py
Split ASN.1 utilities out into their own file.
2011-03-09 23:23:01 +11:00
crypto.py
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