73 Commits (4eec70205c3a6a8d725b847bcea73a647d8f6c36)

Author SHA1 Message Date
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
Christopher Jeffrey eedf71a749 paypro: debug KeyUsage extension. 11 years ago
Christopher Jeffrey 6f8de47983 paypro: start implementing rfc5280 ext definitions. 11 years ago
Christopher Jeffrey 63b58fe477 paypro: refactor verification. 11 years ago
Christopher Jeffrey 1dff1d6a9f paypro: check validity time - cert expiration. 11 years ago
Christopher Jeffrey b52eb6f922 paypro: better extension parsing with more debugging. 11 years ago
Christopher Jeffrey 95a75a6ee4 paypro: start handling certificate extensions. 11 years ago
Christopher Jeffrey 18d72309eb paypro: check issuer. ignore fixed asn1.js bug. 11 years ago
Christopher Jeffrey 8134198e54 paypro: remove debug code. 11 years ago
Christopher Jeffrey 882ce9d809 paypro: debugging and sigAlg/pubKey formats. 11 years ago
Christopher Jeffrey 6eab175467 Revert "paypro: attempted debugging with KJUR." 11 years ago
Christopher Jeffrey 5788fdbb52 paypro: attempted debugging with KJUR. 11 years ago
Christopher Jeffrey 6dbff09d40 Revert "paypro: more debugging." 11 years ago
Christopher Jeffrey b406eeadff paypro: more debugging. 11 years ago
Christopher Jeffrey e9b0e7b969 Revert "paypro: asn1.js debugging - try to get tbs buffer." 11 years ago
Christopher Jeffrey 3c7aeb4f62 paypro: asn1.js debugging - try to get tbs buffer. 11 years ago
Christopher Jeffrey 4e325c3fa9 paypro: fix root cert check. 11 years ago
Christopher Jeffrey f0757498b6 paypro: use asn1.js in browser paypro. 11 years ago
Christopher Jeffrey 4a12d5a491 paypro: verify chain refactor. 11 years ago
Christopher Jeffrey 16b646d0e7 paypro: asn1.js - cleanup. 11 years ago
Christopher Jeffrey 5085880bd0 paypro: use fedor's asn1.js to deal with DER certificates. 11 years ago
Christopher Jeffrey 569e60065a paypro: verify the certificate chain. 11 years ago
Christopher Jeffrey 5b4c4f3894 paypro: get root cert names. 11 years ago
Christopher Jeffrey 2f6938bad0 paypro: fix handling of pki_data - cert arrays. 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
Christopher Jeffrey 86efcbed1b paypro: remove all references of KJUR. 11 years ago
Christopher Jeffrey 92b7fad243 paypro: start using our own DERtoPEM functions so we don't have to require jsrsasign. 11 years ago
Christopher Jeffrey ec5a948400 paypro: fix pem/der functions. 11 years ago
Christopher Jeffrey 02f9ce8dfd paypro: temporarily fix tests. 11 years ago
Christopher Jeffrey aafbca46d9 paypro: move x509 sign and verify to their own methods. 11 years ago