.gitmodules 969 B

12345678910111213141516171819202122232425262728293031323334
  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
  26. [submodule "cloudflare-quiche"]
  27. path = cloudflare-quiche
  28. url = https://github.com/cloudflare/quiche
  29. [submodule "fuzz/corpora"]
  30. path = fuzz/corpora
  31. url = https://github.com/openssl/fuzz-corpora
  32. branch = main