Advertisement
Guest User

Untitled

a guest
Dec 6th, 2012
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. ralph@firenze:~$ strace -eopen openssl verify -CAfile cas.crt ohdear.crt
  2. open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
  3. open("/lib/x86_64-linux-gnu/libssl.so.1.0.0", O_RDONLY|O_CLOEXEC) = 3
  4. open("/lib/x86_64-linux-gnu/libcrypto.so.1.0.0", O_RDONLY|O_CLOEXEC) = 3
  5. open("/lib/x86_64-linux-gnu/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
  6. open("/lib/x86_64-linux-gnu/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
  7. open("/lib/x86_64-linux-gnu/libz.so.1", O_RDONLY|O_CLOEXEC) = 3
  8. open("/usr/lib/ssl/openssl.cnf", O_RDONLY) = 3
  9. open("/proc/meminfo", O_RDONLY|O_CLOEXEC) = 3
  10. open("cas.crt", O_RDONLY) = 3
  11. open("ohdear.crt", O_RDONLY) = 3
  12. open("/usr/lib/ssl/certs/578d5c04.0", O_RDONLY) = 3
  13. open("/etc/localtime", O_RDONLY|O_CLOEXEC) = 3
  14. ohdear.crt: OK
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement