111 Commits (ef5121cf12a1fd61e3a0bddefb28ef94b89c55f0)

Author SHA1 Message Date
ThomasV f320178db9 no empty amount in bip70 10 years ago
ThomasV aa7b9af501 minor fix 10 years ago
ThomasV da55d9ed6e payment requests: cmdline fixes 10 years ago
ThomasV dff8f6b338 rework paymentrequest methods 10 years ago
ThomasV cb2bc54f96 store and display signatures of own requests 10 years ago
ThomasV f3c4a55e77 add dnssec verification to payment requests 10 years ago
ThomasV 56f8fc62f9 fix 1312 10 years ago
Neil Booth a3ad32bd91 Use requests instead - SSL handling is superior 10 years ago
ThomasV 479a6f84e7 paymentrequest: add headers to http request 10 years ago
ThomasV 8bccf7b2db replace httplib with requests 10 years ago
ThomasV 8995cdbf14 rename fields: 'time' -> 'timestamp', payment_requests 10 years ago
ThomasV 357c405ac6 fix publish_request 10 years ago
ThomasV 9bd94e5062 refactor payment requests 10 years ago
ThomasV 48e53498db improve requests 10 years ago
ThomasV ca62df89d4 fix: set_config 10 years ago
ThomasV d85a11173d verify: return earlier if request is empty 10 years ago
ThomasV 088d8e8415 show request status 10 years ago
ThomasV c35cdf1fd8 rename ssl config variables 10 years ago
ThomasV 6cff7a284a store invoices as dict. rename domain -> requestor 10 years ago
ThomasV 74b0ed5f48 move get_status to InvoiceStore 10 years ago
ThomasV 409c34d1bf verify: create a PaymentRequest instance, to avoid blanking the signature as side effect 10 years ago
ThomasV 30bed4c5a9 sign and save to file bip70 payment request; redo receive tab layout 10 years ago
ThomasV f82de35bd2 x509: use SKI and AKI to find parent certificate if it is missing 10 years ago
ThomasV ed5258e406 parse certificates without pyasn1 10 years ago
ThomasV f6a00fdb34 add file: scheme to get_payment_request 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 be5731d463 move make_payment_request to lib 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 820d356325 fix saving request: binary flag is needed on windows 10 years ago
ThomasV 4120678dff add google protobuf to packages 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 1023240369 workaround the official distribution of tlslite 11 years ago
ThomasV 0207029682 fix: new outputs format and payment requests 11 years ago
ThomasV 9a3ca0dc31 add support for RSA_SHA256 11 years ago
ThomasV f9985ae233 use x509 to check if server certificate has expired 11 years ago
ThomasV 13682cab1d use the ca list that ships with requests. update test. 11 years ago
ThomasV 47c491624e show expired status in invoices tab 11 years ago
ThomasV 38e7d8ebe5 show color if payment request has expired 11 years ago
ThomasV 36cee62849 import paymentrequests only when really needed 11 years ago
ThomasV 6631ab9406 verify if pr has expired 11 years ago
ThomasV 503fd99cdb add pay_invoice menu item 11 years ago
ThomasV 4e1068b343 broadcast tx of payment request 11 years ago
ThomasV 68a75af1bd save and display request status 11 years ago
ThomasV 89a1b48ba1 column for payment request memo 11 years ago
ThomasV 958f764dae verify payment requests with tlslite and pyasn1 (pure python) instead of m2Crypto 11 years ago
ThomasV 440f972fd3 show payment request details 11 years ago
ThomasV 14dfa6f5b0 store payment requests even if M2Crypto is not available 11 years ago