Commit Graph

7 Commits

Author SHA1 Message Date
R0uter 62e4bad0e5 upgrade cocoafob.py to python3 2020-09-30 01:24:28 +10:00
R0uter 6d3ddb36d8 Revert "upgrade cocoafob.py to python3"
This reverts commit f1e2e372d1.
2020-09-30 01:20:26 +10:00
R0uter f1e2e372d1 upgrade cocoafob.py to python3 2020-09-27 22:42:34 +10:00
R0uter 04c05eec92 Update cocoafob.py
Use sha1 instead of dss1 to avoid 'ValueError("No such digest method")'

According to man EVP_DigestInit:

> The link between digests and signing algorithms was fixed in OpenSSL 1.0 and later, so now EVP_sha1() can be used with RSA and DSA. The legacy EVP_dss1() was removed in OpenSSL 1.1.0

now 'dss1' has been removed, 'sha1' can do the same thing.
2018-04-14 08:09:10 +08:00
Daniel Alm 73931135b7 Add an option to the python server to return previously-generated license keys again. 2015-11-24 08:34:20 +01:00
Daniel Alm 7d6b7a6fe9 Add an example URL. 2015-11-11 21:38:52 +01:00
Daniel Alm e728cf6b89 Implement a bare-bones WSGI license server in Python using Flask and pyOpenSSL. 2015-11-11 21:36:24 +01:00