63 Commits (bfd6dceee506f64b2fb34ee91cf4706ef9b0e9ca)

Author SHA1 Message Date
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
Christopher Jeffrey a68c112371 paypro: fix DERtoPEM. 11 years ago
Christopher Jeffrey 271ac2e9a5 minor: fix typo. 11 years ago
Christopher Jeffrey eb9fd652d2 paypro: potentially stop using jsrsasign in node. 11 years ago
Christopher Jeffrey 8725516afb paypro: convert root certs to hash table in build file. 11 years ago
Christopher Jeffrey cc7657d843 paypro: treat pki_data as an array. 11 years ago
Christopher Jeffrey 47e1ca5f1e minor: remove unused code. 11 years ago
Christopher Jeffrey 4dcdd3c091 paypro: temporarily disable untrusted cert error for tests. typo fix. 11 years ago
Christopher Jeffrey f7e89b6a58 paypro: handle untrusted certs on browser and node. 11 years ago
Christopher Jeffrey f79a31ff3c paypro: get single DER certs working. 11 years ago
Christopher Jeffrey 4ec9a247aa paypro: multiple fixes. 11 years ago