.gitmodules 757 B

123456789101112131415161718192021222324252627
  1. [submodule "pyca.cryptography"]
  2. path = pyca-cryptography
  3. url = https://github.com/pyca/cryptography.git
  4. [submodule "krb5"]
  5. path = krb5
  6. url = https://github.com/krb5/krb5
  7. [submodule "gost-engine"]
  8. path = gost-engine
  9. url = https://github.com/gost-engine/engine
  10. update = rebase
  11. [submodule "wycheproof"]
  12. path = wycheproof
  13. url = https://github.com/google/wycheproof
  14. [submodule "tlsfuzzer"]
  15. path = tlsfuzzer
  16. url = https://github.com/tlsfuzzer/tlsfuzzer
  17. [submodule "python-ecdsa"]
  18. path = python-ecdsa
  19. url = https://github.com/tlsfuzzer/python-ecdsa
  20. [submodule "tlslite-ng"]
  21. path = tlslite-ng
  22. url = https://github.com/tlsfuzzer/tlslite-ng
  23. [submodule "oqs-provider"]
  24. path = oqs-provider
  25. url = https://github.com/open-quantum-safe/oqs-provider.git