No description
Find a file
poljar (Damir Jelić) 8e43fe1533 Fix cert digest calculation under python3.
Openssl's digest function takes a byte string on python2 and a unicode
string on python3. Use bytes_to_native_str for this conversion.
2018-02-28 15:53:33 +01:00
matrix Use a for loop instead of map in the join info event. 2018-02-28 15:33:48 +01:00
.gitignore Add gitignore. 2018-01-26 18:52:46 +01:00
.pylintrc Add pylintrc. 2018-01-26 18:52:58 +01:00
LICENSE Add a license file. 2018-01-26 18:23:00 +01:00
main.py Fix cert digest calculation under python3. 2018-02-28 15:53:33 +01:00
Makefile Makefile: Mark the lib phony as well. 2018-01-31 13:56:31 +01:00