SomberNight
|
9b7536e75c
|
use explicit utf-8 encoding when opening files in text mode
|
7 years ago |
SomberNight
|
b02252d664
|
fix #4065
|
7 years ago |
Justin Turner Arthur
|
857eb4ac1d
|
Remove unused imports. Explicitly import a few deep imports.
|
7 years ago |
Justin Turner Arthur
|
9a0aa9b478
|
Remove Python 2 support imports.
|
7 years ago |
ThomasV
|
216e9403be
|
cleanup six (no python2 support)
|
7 years ago |
ThomasV
|
4f516dc08e
|
fixes for paymentrequests and python3
|
8 years ago |
Dmitry Sorokin
|
362ca96f38
|
x509 fixes and plugins
|
8 years ago |
Dmitry Sorokin
|
d304ccdf17
|
py3 in qtgui
|
8 years ago |
Dmitry Sorokin
|
5be78950ca
|
py3
|
8 years ago |
ThomasV
|
8c42c6d39f
|
show certificate name in error popup
|
9 years ago |
ThomasV
|
305843999e
|
Relicensing
|
9 years ago |
ThomasV
|
10701d72c9
|
New class for decoding asn1 structures
|
9 years ago |
Roman Zeyde
|
a3a01be8ce
|
remove unused code
|
10 years ago |
ThomasV
|
ca3c320ef4
|
simplify x509 constructor
|
10 years ago |
ThomasV
|
e8d30129ea
|
replace TLSLite dependency with minimal RSA implementation
|
10 years ago |
ThomasV
|
e4038dcdba
|
move create_csr to gui
|
10 years ago |
ThomasV
|
8ba70c941b
|
add function to create CSR
|
10 years ago |
ThomasV
|
f82de35bd2
|
x509: use SKI and AKI to find parent certificate if it is missing
|
10 years ago |
ThomasV
|
7796243fdd
|
get_common_name: return string if missing
|
10 years ago |
ThomasV
|
ed5258e406
|
parse certificates without pyasn1
|
10 years ago |
ThomasV
|
036f96cf35
|
store invoices in a separate file, with their status
|
10 years ago |
ThomasV
|
4fe32d2ad1
|
add root certificate to chain if missing. fixes #1137
|
10 years ago |
ThomasV
|
58d2e90fa5
|
parse PEM list using tlslite
|
10 years ago |
ThomasV
|
3e1078c79b
|
add support for rsa+sha384 and rsa+sha512 in paymentrequests
|
10 years ago |
ThomasV
|
16c72d286c
|
try to import all python dependencies from the main script
|
10 years ago |
Tafelpoot
|
d9c5250a6f
|
removed trailing whitespace and fixed indentation in history widget
|
10 years ago |
ThomasV
|
fbb0801d15
|
better workaround for tlslite issue
|
10 years ago |
ThomasV
|
9a3ca0dc31
|
add support for RSA_SHA256
|
11 years ago |
ThomasV
|
f635c5110c
|
try pyasn1-modules as well
|
11 years ago |
ThomasV
|
8feb2a7b67
|
fix missing import. fixes #738
|
11 years ago |
ThomasV
|
b03d11003e
|
update comment on x509 class
|
11 years ago |
ThomasV
|
f9985ae233
|
use x509 to check if server certificate has expired
|
11 years ago |
ThomasV
|
958f764dae
|
verify payment requests with tlslite and pyasn1 (pure python) instead of m2Crypto
|
11 years ago |