Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 7, 2020 12:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/2469f7b27d3048f0b781e8464a1ed995 to your computer and use it in GitHub Desktop.
Save r-ryantm/2469f7b27d3048f0b781e8464a1ed995 to your computer and use it in GitHub Desktop.
/nix/store/4l8d3zrz4qym54mg1hw1d6myjw6v3zbh-libdigidoc-3.10.5
├── bin
│   └── cdigidoc
├── etc
│   └── digidoc.conf
├── include
│   └── libdigidoc
│   ├── DigiDocCert.h
│   ├── DigiDocConfig.h
│   ├── DigiDocConvert.h
│   ├── DigiDocDebug.h
│   ├── DigiDocDefs.h
│   ├── DigiDocDfExtract.h
│   ├── DigiDocEncGen.h
│   ├── DigiDocEnc.h
│   ├── DigiDocEncSAXParser.h
│   ├── DigiDocError.h
│   ├── DigiDocGen.h
│   ├── DigiDocHTTP.h
│   ├── DigiDocLib.h
│   ├── DigiDocMem.h
│   ├── DigiDocObj.h
│   ├── DigiDocOCSP.h
│   ├── DigiDocParser.h
│   ├── DigiDocSAXParser.h
│   ├── DigiDocService.h
│   ├── DigiDocStack.h
│   └── DigiDocVerify.h
├── lib
│   ├── libdigidoc.so -> libdigidoc.so.2
│   ├── libdigidoc.so...
│   ├── libdigidoc.so.2 -> libdigidoc.so...
│   └── pkgconfig
│   └── libdigidoc.pc
└── share
├── libdigidoc
│   ├── EECCRCA.crt
│   ├── EID-SK 2007.crt
│   ├── EID-SK 2007 OCSP 2010.crt
│   ├── EID-SK 2007 OCSP.crt
│   ├── EID-SK 2011.crt
│   ├── EID-SK.crt
│   ├── EID-SK OCSP 2006.crt
│   ├── EID-SK OCSP.crt
│   ├── ESTEID-SK 2007.crt
│   ├── ESTEID-SK 2007 OCSP 2010.crt
│   ├── ESTEID-SK 2007 OCSP.crt
│   ├── ESTEID-SK 2011.crt
│   ├── ESTEID-SK 2015.crt
│   ├── ESTEID-SK.crt
│   ├── ESTEID-SK OCSP 2005.crt
│   ├── ESTEID-SK OCSP.crt
│   ├── JUUR-SK.crt
│   ├── KLASS3-SK 2010.crt
│   ├── KLASS3-SK 2010 EECCRCA.crt
│   ├── KLASS3-SK 2010 OCSP.crt
│   ├── KLASS3-SK.crt
│   ├── KLASS3-SK OCSP 2006.crt
│   ├── KLASS3-SK OCSP 2009.crt
│   ├── KLASS3-SK OCSP.crt
│   ├── SK OCSP 2011.crt
│   ├── TEST EECCRCA.crt
│   ├── TEST EID-SK 2011.crt
│   ├── TEST ESTEID-SK 2011.crt
│   ├── TEST ESTEID-SK 2015.crt
│   ├── TEST Juur-SK.crt
│   ├── TEST KLASS3 2010.crt
│   ├── TEST-SK.crt
│   ├── TEST-SK OCSP 2005.crt
│   └── TEST SK OCSP 2011.crt
└── man
└── man1
└── cdigidoc.1.gz
10 directories, 62 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment