Commit Graph

28 Commits

Author SHA1 Message Date
Esteban Ordano 3b8bba60f4 Rename to payment-protocol 2015-01-19 01:48:29 -05:00
Esteban Ordano cb209204df Fix package.json npm install & bump version 2015-01-19 01:48:29 -05:00
Esteban Ordano b388fb6541 Initial commit for bitcore-paymentprotocol 2015-01-19 01:48:29 -05:00
Braydon Fuller d5e0e73ca4 Prepare files to be seperated into another module. 2015-01-19 01:43:15 -05:00
Braydon Fuller e8458a72e1 Fixed bugs in IE11 2015-01-19 01:34:54 -05:00
Braydon Fuller 665ff1603b Payment Protocol: Added tests and misc formatting 2015-01-19 01:34:53 -05:00
Braydon Fuller 56e72548b0 Payment Protocol: Restore and reorganize files for payment protocol. 2015-01-19 01:34:53 -05:00
Braydon Fuller 62083a2f81 Move and delete files to prepare for v0.8 2015-01-19 01:13:20 -05:00
Christopher Jeffrey 453c5c9b9e test: add paypro test to verify a real PaymentRequest. 2014-08-28 19:23:58 -07:00
Christopher Jeffrey ec7fa82524 paypro: alter tests to make sure this pki_data bug does not happen again. 2014-07-23 14:23:15 -07:00
Christopher Jeffrey 1dd975b41d paypro: fix browser signatures with KJUR. move pem/der functions to common. 2014-07-21 19:52:43 -07:00
Christopher Jeffrey 88bba75eec paypro: split up paypro into node/browser/common. 2014-07-21 18:15:52 -07:00
Christopher Jeffrey fd6c68f9dd paypro: minor - remove useless text processing. 2014-07-21 14:56:48 -07:00
Christopher Jeffrey 9b67decb2a paypro: add DERtoPEM and PEMtoDER tests. 2014-07-21 14:56:48 -07:00
Christopher Jeffrey dbb3a1ce21 paypro: separate tests for x509+sha256 and x509+sha1. 2014-07-21 14:56:47 -07:00
Christopher Jeffrey 8181369120 paypro: temporarily fix tests. 2014-07-21 14:56:47 -07:00
Christopher Jeffrey acfe8c1f01 paypto: alter tests to improve consistency with signature and verification tests. 2014-07-21 14:56:47 -07:00
Christopher Jeffrey e62983b087 paypro: update root certs and fix tests. 2014-07-21 14:55:10 -07:00
Christopher Jeffrey ada11f3092 paypro: treat pki_data as an array. 2014-07-21 14:55:10 -07:00
Christopher Jeffrey d4e5e4e69e paypro: fix payment protocol for DER certs. 2014-07-21 14:55:10 -07:00
Christopher Jeffrey 3fbe0a9d80 test: fix x509 tests for PayPro. 2014-07-21 14:54:03 -07:00
Christopher Jeffrey a0e25a89d9 x509: try different certs/keys/pems. 2014-07-21 14:54:03 -07:00
Christopher Jeffrey 3c82119561 paypro: x509 nonsense. 2014-07-21 14:54:03 -07:00
Christopher Jeffrey fc5e3a2811 paypro: first pass at implementing payment protocol for x509. 2014-07-21 14:54:03 -07:00
Ryan X. Charles 62222b96da add sign/verify with pki_type SIN
...which is much easier to implement than X.509 certificates.
2014-07-03 15:35:32 -07:00
Ryan X. Charles a843cbb706 add test for setObj 2014-07-03 15:35:32 -07:00
Ryan X. Charles 1e2f7bb710 serialize payment request for signature 2014-07-03 15:35:32 -07:00
Ryan X. Charles 10f4337cae add BIP70 protobuf features in new PayPro lib file
...and add to the "main" bundle, but not the "all" bundle, since it adds
hundreds of kilobytes to the bundle.
2014-07-02 11:39:21 -07:00