Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

sources.cmake 3.1 KiB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. # This file contains source lists that are also consumed by
  2. # generate_build_files.py.
  3. #
  4. # TODO(davidben): Move the other source lists into this file.
  5. set(
  6. CRYPTO_TEST_DATA
  7. crypto/cipher_extra/test/aes_128_cbc_sha1_ssl3_tests.txt
  8. crypto/cipher_extra/test/aes_128_cbc_sha1_tls_implicit_iv_tests.txt
  9. crypto/cipher_extra/test/aes_128_cbc_sha1_tls_tests.txt
  10. crypto/cipher_extra/test/aes_128_cbc_sha256_tls_tests.txt
  11. crypto/cipher_extra/test/aes_128_ccm_bluetooth_tests.txt
  12. crypto/cipher_extra/test/aes_128_ccm_bluetooth_8_tests.txt
  13. crypto/cipher_extra/test/aes_128_ctr_hmac_sha256.txt
  14. crypto/cipher_extra/test/aes_128_gcm_siv_tests.txt
  15. crypto/cipher_extra/test/aes_128_gcm_tests.txt
  16. crypto/cipher_extra/test/aes_256_cbc_sha1_ssl3_tests.txt
  17. crypto/cipher_extra/test/aes_256_cbc_sha1_tls_implicit_iv_tests.txt
  18. crypto/cipher_extra/test/aes_256_cbc_sha1_tls_tests.txt
  19. crypto/cipher_extra/test/aes_256_cbc_sha256_tls_tests.txt
  20. crypto/cipher_extra/test/aes_256_cbc_sha384_tls_tests.txt
  21. crypto/cipher_extra/test/aes_256_ctr_hmac_sha256.txt
  22. crypto/cipher_extra/test/aes_256_gcm_siv_tests.txt
  23. crypto/cipher_extra/test/aes_256_gcm_tests.txt
  24. crypto/cipher_extra/test/chacha20_poly1305_tests.txt
  25. crypto/cipher_extra/test/cipher_tests.txt
  26. crypto/cipher_extra/test/des_ede3_cbc_sha1_ssl3_tests.txt
  27. crypto/cipher_extra/test/des_ede3_cbc_sha1_tls_implicit_iv_tests.txt
  28. crypto/cipher_extra/test/des_ede3_cbc_sha1_tls_tests.txt
  29. crypto/cipher_extra/test/nist_cavp/aes_128_cbc.txt
  30. crypto/cipher_extra/test/nist_cavp/aes_128_ctr.txt
  31. crypto/cipher_extra/test/nist_cavp/aes_128_gcm.txt
  32. crypto/cipher_extra/test/nist_cavp/aes_192_cbc.txt
  33. crypto/cipher_extra/test/nist_cavp/aes_192_ctr.txt
  34. crypto/cipher_extra/test/nist_cavp/aes_256_cbc.txt
  35. crypto/cipher_extra/test/nist_cavp/aes_256_ctr.txt
  36. crypto/cipher_extra/test/nist_cavp/aes_256_gcm.txt
  37. crypto/cipher_extra/test/nist_cavp/tdes_cbc.txt
  38. crypto/cipher_extra/test/nist_cavp/tdes_ecb.txt
  39. crypto/curve25519/ed25519_tests.txt
  40. crypto/ecdh/ecdh_tests.txt
  41. crypto/evp/evp_tests.txt
  42. crypto/evp/scrypt_tests.txt
  43. crypto/fipsmodule/aes/aes_tests.txt
  44. crypto/fipsmodule/bn/bn_tests.txt
  45. crypto/fipsmodule/ec/ec_scalar_base_mult_tests.txt
  46. crypto/fipsmodule/ec/p256-x86_64_tests.txt
  47. crypto/fipsmodule/ecdsa/ecdsa_sign_tests.txt
  48. crypto/fipsmodule/ecdsa/ecdsa_verify_tests.txt
  49. crypto/fipsmodule/modes/gcm_tests.txt
  50. crypto/fipsmodule/rand/ctrdrbg_vectors.txt
  51. crypto/hmac_extra/hmac_tests.txt
  52. crypto/poly1305/poly1305_tests.txt
  53. crypto/x509/many_constraints.pem
  54. crypto/x509/many_names1.pem
  55. crypto/x509/many_names2.pem
  56. crypto/x509/many_names3.pem
  57. crypto/x509/some_names1.pem
  58. crypto/x509/some_names2.pem
  59. crypto/x509/some_names3.pem
  60. third_party/wycheproof/ecdsa_secp224r1_sha224_test.txt
  61. third_party/wycheproof/ecdsa_secp224r1_sha256_test.txt
  62. third_party/wycheproof/ecdsa_secp256r1_sha256_test.txt
  63. third_party/wycheproof/ecdsa_secp384r1_sha384_test.txt
  64. third_party/wycheproof/ecdsa_secp384r1_sha512_test.txt
  65. third_party/wycheproof/ecdsa_secp521r1_sha512_test.txt
  66. third_party/wycheproof/rsa_signature_test.txt
  67. third_party/wycheproof/x25519_test.txt
  68. )