SCRIPTS-LIST 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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 restore 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-hash.sh - updates the verifyCore hash in fips_test.c
  7. fips-check.sh - checks if current wolfSSL version works against FIPS wolfCrypt
  8. comment out last line to leave working directory
  9. async-check.sh - internal script for validating wolfSSL Async using the simulator.
  10. gencertbuf.pl - creates certs_test.h, our certs / keys C array for easy non
  11. filesystem testing
  12. pull_to_vagrant.sh - synchronize to a vm without using git
  13. certs/
  14. renewcerts.sh - renews test certs and crls
  15. crl/
  16. gencrls.sh - generates crls, used by renewcerts.sh
  17. ocsp/
  18. renewcerts.sh - renews ocsp certs
  19. ocspd0.sh - ocsp responder for root-ca-cert.pem
  20. ocspd1.sh - ocsp responder for intermediate1-ca-cert.pem
  21. ocspd2.sh - ocsp responder for intermediate2-ca-cert.pem
  22. test-pathlen/
  23. assemble-chains.sh - composes the cert chain files out of the certs
  24. scripts/
  25. external.test - example client test against our website, part of tests
  26. google.test - example client test against google, part of tests
  27. resume.test - example sessoin resume test, part of tests
  28. ocsp-stapling.test - example client test against globalsign, part of tests
  29. ocsp-stapling2.test - example client test against example server, part of tests
  30. sniffer-testsuite.test - runs snifftest on a pcap of testsuite, part of tests
  31. in sniffer mode
  32. valgrind-error.sh - deprecated, was used to detect valgrind errors before
  33. automake switched to concurrent tests