SCRIPTS-LIST 1.3 KB

123456789101112131415161718192021222324252627282930313233
  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. scripts/
  16. external.test - example client test against our website, part of tests
  17. google.test - example client test against google, part of tests
  18. resume.test - example sessoin resume test, part of tests
  19. sniffer-testsuite.test - runs snifftest on a pcap of testsuite, part of tests
  20. in sniffer mode
  21. swig/
  22. PythonBuild.sh - builds and runs simple python example
  23. valgrind-error.sh - deprecated, was used to detect valgrind errors before
  24. automake switched to concurrent tests