SCRIPTS-LIST 1.8 KB

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