1293 Commits (59ac7079b199837b539f43195140aade8fc2cc8c)
 

Author SHA1 Message Date
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
Ryan X. Charles 90f99fe744 Merge pull request #506 from chjj/paypro 10 years ago
Christopher Jeffrey b0f680ccda payro: fix crypto module require. 10 years ago
Christopher Jeffrey b53e285a7c paypro: rename type to sigHashAlg. 11 years ago
Christopher Jeffrey a50b9ed3a3 paypro: implement "none" pki_type. 11 years ago
Christopher Jeffrey a73699ba64 paypro: add PayPro.verifyCertChain. 11 years ago
Christopher Jeffrey 4e883ceba6 paypro: grab npubKeyAlg in browser. 11 years ago
Manuel Aráoz 7a09140b01 Merge pull request #505 from himynameismartin/master 10 years ago
himynameismartin 4fa3b235a9 Added JavaScript and HTML syntax highlighting 10 years ago
Ryan X. Charles 06b951f87a Merge pull request #498 from chjj/fix_cert_chain 11 years ago
Christopher Jeffrey 62f41aa45d test: add paypro test to verify a real PaymentRequest. 11 years ago
Christopher Jeffrey 5c643e0be6 paypro: fix uncatchable error in browser paypro. 11 years ago
Christopher Jeffrey 18c38ae67a paypro: add returnTrust to sign(). minor improvements. 11 years ago
Christopher Jeffrey dea39d1c72 paypro: immediately detect self signed certs and untrusted CAs. 11 years ago
Christopher Jeffrey f34b98d253 paypro: allow users to return verification properties via PayPro.verify. 11 years ago
Christopher Jeffrey e34f9a4061 paypro: remove old browser next pubKey code. 11 years ago
Christopher Jeffrey f98ebe69d8 paypro: move validity and issuer validation into common. 11 years ago
Christopher Jeffrey eba2825f5a paypro: get chain validation working in the browser. 11 years ago
Christopher Jeffrey a39aeeb446 paypro: move tbs parsing into common. 11 years ago
Christopher Jeffrey 12c56854b9 paypro: more comments. debug. 11 years ago
Christopher Jeffrey 852ee54e36 paypro: lots of debugging. parse raw DER to get raw tbsCertificate. 11 years ago
Christopher Jeffrey e86b70fd4a paypro: cleanup debugging code and comments. 11 years ago
Christopher Jeffrey 6cbf131919 paypro: move extensions to asn1.js 11 years ago
Christopher Jeffrey 60b266a0db paypro: more extension debugging. 11 years ago
Christopher Jeffrey 7115dc97a4 paypro: parse error workaround. 11 years ago
Christopher Jeffrey c366a11145 paypro: ignore 2-3 failing parsers for now. 11 years ago
Christopher Jeffrey 69f3fbd03d paypro: a lot of parser debugging. 11 years ago
Christopher Jeffrey 4eec70205c paypro: drop extension if statements. 11 years ago
Christopher Jeffrey 379578aa15 paypro: refactoring. handle unkown extension. 11 years ago
Christopher Jeffrey dde64fbb87 paypro: refactor extension parsing. 11 years ago
Christopher Jeffrey 2bd5a158a5 paypro: refactor. additions. debugging. 11 years ago
Christopher Jeffrey 0bdc8f1586 paypro: major refactor. create rfc5280 extension parsing function. 11 years ago
Christopher Jeffrey 799388db8e paypro: more debugging. fixes. 11 years ago
Christopher Jeffrey bb3da9d6dc paypro: parse all extensions. 11 years ago
Christopher Jeffrey 1bd9dd577f paypro: refactor extension execution. 11 years ago
Christopher Jeffrey 189dcb1b6f paypro: implement id parsing properly. 11 years ago
Christopher Jeffrey b6c8941368 paypro: 17 x509 extensions implemented. 11 years ago
Christopher Jeffrey bfd6dceee5 paypro: extension organization. 11 years ago
Christopher Jeffrey a5ba45e1f6 paypro: remove old defs. 11 years ago
Christopher Jeffrey b164d3c987 paypro: add a ton of extension defs. 11 years ago
Christopher Jeffrey 9d83ff3fc6 paypro: use new string types with asn1.js fork. 11 years ago
Christopher Jeffrey be018ba6e3 paypro: clean up string types. 11 years ago
Christopher Jeffrey 71f863ebb6 paypro: add string types - need to fork asn1.js. 11 years ago
Christopher Jeffrey 6be8ad1790 paypro: start implementing more rfc5280 definitions. 11 years ago
Christopher Jeffrey 83286113ff paypro: parse keyUsage bit string properly. 11 years ago