add support for RSA_SHA256
[electrum-nvc.git] / lib / paymentrequest.py
2014-06-30 ThomasVadd support for RSA_SHA256
2014-06-27 ThomasVuse x509 to check if server certificate has expired
2014-06-26 ThomasVuse the ca list that ships with requests. update test.
2014-06-13 ThomasVshow expired status in invoices tab
2014-06-13 ThomasVshow color if payment request has expired
2014-06-13 ThomasVimport paymentrequests only when really needed
2014-06-12 ThomasVverify if pr has expired
2014-06-12 ThomasVadd pay_invoice menu item
2014-06-12 ThomasVbroadcast tx of payment request
2014-06-12 ThomasVsave and display request status
2014-06-12 ThomasVcolumn for payment request memo
2014-06-10 ThomasVverify payment requests with tlslite and pyasn1 (pure...
2014-06-07 ThomasVshow payment request details
2014-06-07 ThomasVstore payment requests even if M2Crypto is not available
2014-06-06 ThomasVsave invoices
2014-06-06 ThomasVfix: sanitize outputs
2014-06-05 ThomasVpayment request: show status with help button
2014-05-10 ThomasVshow request memo
2014-05-10 ThomasVreturn error status for payment requests
2014-05-07 ThomasVfix payment ack
2014-05-07 ThomasVsanitize payment request code
2014-05-07 ThomasVsend error messages for payment requests
2014-05-07 ThomasVsupport for payment requests in the gui
2014-05-05 Michael Wozniakupdate to certificate check for Subject Alt Names
2014-05-05 ThomasVadding initial bip70 script (wozz)