37 Commits (19d7befc5e0635847a7bc8160d530a9272f74808)

Author SHA1 Message Date
Christopher Jeffrey 2a696b5b6f root-certs: ensure JSON parses properly. 10 years ago
Christopher Jeffrey 59ac7079b1 paypro: convert root certs to json. 10 years ago
Christopher Jeffrey 3a3c546310 root-certs: move function out of root certs file. 10 years ago
Christopher Jeffrey 5145272575 paypro: handle concatenated pems in pem parser. 10 years ago
Christopher Jeffrey 8593ad461e paypro: pem parsing - rename variables. 10 years ago
Christopher Jeffrey 6e329b15bb paypro: add a full PEM parsing function. 10 years ago
Christopher Jeffrey 9dbe45ad03 paypro: account for PEM metadata as per rfc1424. 10 years ago
Christopher Jeffrey 18c38ae67a paypro: add returnTrust to sign(). minor improvements. 11 years ago
Christopher Jeffrey f34b98d253 paypro: allow users to return verification properties via PayPro.verify. 11 years ago
Christopher Jeffrey f98ebe69d8 paypro: move validity and issuer validation into common. 11 years ago
Christopher Jeffrey a39aeeb446 paypro: move tbs parsing into common. 11 years ago
Christopher Jeffrey 882ce9d809 paypro: debugging and sigAlg/pubKey formats. 11 years ago
Christopher Jeffrey 6828f560da paypro: fix root certs. 11 years ago
Ryan X. Charles 9f9e2f1d41 k should be 32 bytes, not 8 bytes 11 years ago
Christopher Jeffrey 124d1a2fc3 paypro: expose RootCerts on PayPro. 11 years ago
Ryan X. Charles f87da3b5ba add support for signing messages in compressed format 11 years ago
Christopher Jeffrey 8a84092be9 root-certs: use hasOwnProperty check instead of __proto__=null. 11 years ago
Christopher Jeffrey dd165ecf63 paypro: root certs - do not inherit from Object. 11 years ago
Christopher Jeffrey 5b4c4f3894 paypro: get root cert names. 11 years ago
Christopher Jeffrey 0020e289d8 paypro: allow identification of root certs. 11 years ago
Christopher Jeffrey 11c977ba70 fix: typo - s/Payment/PaymentACK/ 11 years ago
Christopher Jeffrey 017f044b53 paypro: fix browser signatures with KJUR. move pem/der functions to common. 11 years ago
Christopher Jeffrey 604ac04f47 paypro: split up paypro into node/browser/common. 11 years ago
Christopher Jeffrey cec71a51fd paypro: add isTrusted function to RootCerts. 11 years ago
Christopher Jeffrey 85d5e69fc1 paypro: move root certs to common. 11 years ago
Ryan X. Charles bfe5877ee7 require SecureRandom and Point ... woops 11 years ago
Ryan X. Charles 57a55d0863 expose signature internal functions 11 years ago
Ryan X. Charles 5f6d02f5de add proper DER signature support to Key 11 years ago
Linus Unnebäck 3da6fe899f cleanup after removal of soop 11 years ago
Ryan X. Charles af1d754bd8 make bignum interface backwards compatible 11 years ago
Manuel Araoz 87b818badf remove soop exports 11 years ago
Manuel Araoz 6e346d067c remove soop imports 11 years ago
Ryan X. Charles ca67786a77 ran js-beautify on all bitcore source 11 years ago
Ryan X. Charles 80ccaa8396 rename "rand" to more explanatory "getRandomSeed" 11 years ago
Ryan X. Charles af9fdff3a9 use SJCL AES to get ECIES working in the browser 11 years ago
Ryan X. Charles ba692aaa20 add new SecureRandom class that does the right thing 11 years ago