73 Commits (f30090a3215d1711eede3ba5b79b9db890ca06c0)

Author SHA1 Message Date
ThomasV ebd5a565ed fix: add missing definition of sha1 9 years ago
ThomasV ca3c320ef4 simplify x509 constructor 10 years ago
ThomasV aadffa0c8f check_ssl_config: verify pubkey 10 years ago
ThomasV a9e74da11c check SSL certificate in config dialog 10 years ago
ThomasV e8d30129ea replace TLSLite dependency with minimal RSA implementation 10 years ago
ThomasV 508b5373ac minor fixes 10 years ago
ThomasV 8960b16e09 more sanitization 10 years ago
ThomasV b813ba0bdd sanitize timestamp and expiration in requests 10 years ago
ThomasV acbd434f76 cleanup request signing 10 years ago
ThomasV a8ed934a7f fix bug with make_unsigned_request 10 years ago
ThomasV a6c65b8997 change internal format of requests 10 years ago
ThomasV e77f0c98e7 extend bitcoin: URI with signature data, instead of serialized format 10 years ago
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