lp://staging/~pi-rho/+junk/certdog
- Get this branch:
- bzr branch lp://staging/~pi-rho/+junk/certdog
Branch information
- Owner:
- pi-rho
- Status:
- Development
Recent revisions
- 11. By pi-rho
-
show certificate adjustments
* no_pubkey results in no information about the keysize. Instead, let openssl
dump the information, but filter out the hexdump and modulus.
* Signature Algorithm is weirdly outdented, so indent it
* Two lines and two indents dedicated to Certificate: and Data:. Instead,
drop those lines, insert Certificate Data: and outdent the whole cert
* Tell openssl to ASN1 parse unknown extensions instead of doing its ASCII
and hexdump display (seen on Microsoft Certs). - 9. By pi-rho
-
bugfix: flipped logic in _getcert_url
bugfix: mkgraph avoid fill=0
bugfix: getcert: some CAs host pkcs7 bundles as .p7b
doc: add missing parameter - 8. By pi-rho
-
more cleanups, thanks to perlcritic
rework savecrl
created two generics, save and load for basic file io - 5. By pi-rho
-
switch to using IPC::Run -
- Dumped run() and wrote a wrapper around IPC::Run. This allows a more sane
way of handling all handles and pipes.
- Adapted openssl() to use it.
savecrl() still needs to be adapted.added a helper: isbin(), which determines if a string is binary in nature.
validate: turn of CRL checking if there isn't any CRLs; also warn the user if
CRL checking is disabled
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)