SCRIPTS-LIST 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. autogen.sh - creates ./configure from source checkout, sets up git hooks
  2. pre-commit.sh - our pre commit hook, saves current state before running commit
  3. tests to allow a resotre back to current state
  4. commit-tests.sh - our commit tests, must pass before a commit is accepted, use
  5. -n (--no-verify) to disable
  6. fips-check.sh - checks if current wolfSSL version works against FIPS wolfCrypt
  7. comment out last line to leave working directory
  8. gencertbuf.pl - creates certs_test.h, our certs / keys C array for easy non
  9. filesystem testing
  10. pull_to_vagrant.sh - synchronize to a vm without using git
  11. certs/
  12. renewcerts.sh - renews test certs and crls
  13. crl/
  14. gencrls.sh - generates crls, used by renewcerts.sh
  15. ocsp/
  16. renewcerts.sh - renews ocsp certs
  17. ocspd0.sh - ocsp responder for root-ca-cert.pem
  18. ocspd1.sh - ocsp responder for intermediate1-ca-cert.pem
  19. ocspd2.sh - ocsp responder for intermediate2-ca-cert.pem
  20. test-pathlen/
  21. assemble-chains.sh - composes the cert chain files out of the certs
  22. scripts/
  23. external.test - example client test against our website, part of tests
  24. google.test - example client test against google, part of tests
  25. resume.test - example sessoin resume test, part of tests
  26. ocsp-stapling.test - example client test against globalsign, part of tests
  27. ocsp-stapling2.test - example client test against example server, part of tests
  28. sniffer-testsuite.test - runs snifftest on a pcap of testsuite, part of tests
  29. in sniffer mode
  30. swig/
  31. PythonBuild.sh - builds and runs simple python example
  32. valgrind-error.sh - deprecated, was used to detect valgrind errors before
  33. automake switched to concurrent tests