Skip to content

RSA certificate verification #137

RSA certificate verification

RSA certificate verification #137

GitHub Actions / clippy succeeded Nov 15, 2023 in 1s

clippy

9 warnings

Details

Results

Message level Amount
Internal compiler error 0
Error 0
Warning 9
Note 0
Help 0

Versions

  • rustc 1.73.0 (cc66ad468 2023-10-03)
  • cargo 1.73.0 (9c4383fb5 2023-08-26)
  • clippy 0.1.73 (cc66ad4 2023-10-03)

Annotations

Check warning on line 118 in simple_https_client/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

constant `SHA384_Aes256Gcm_EcdsaSecp256r1Sha256_P256` is never used

warning: constant `SHA384_Aes256Gcm_EcdsaSecp256r1Sha256_P256` is never used
   --> simple_https_client/src/lib.rs:118:7
    |
118 | const SHA384_Aes256Gcm_EcdsaSecp256r1Sha256_P256: Algorithms = Algorithms(
    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Check warning on line 109 in simple_https_client/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

constant `SHA384_Aes256Gcm_RsaPssRsaSha256_P256` is never used

warning: constant `SHA384_Aes256Gcm_RsaPssRsaSha256_P256` is never used
   --> simple_https_client/src/lib.rs:109:7
    |
109 | const SHA384_Aes256Gcm_RsaPssRsaSha256_P256: Algorithms = Algorithms(
    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Check warning on line 100 in simple_https_client/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

constant `SHA384_Aes256Gcm_EcdsaSecp256r1Sha256_X25519` is never used

warning: constant `SHA384_Aes256Gcm_EcdsaSecp256r1Sha256_X25519` is never used
   --> simple_https_client/src/lib.rs:100:7
    |
100 | const SHA384_Aes256Gcm_EcdsaSecp256r1Sha256_X25519: Algorithms = Algorithms(
    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Check warning on line 91 in simple_https_client/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

constant `SHA384_Aes256Gcm_RsaPssRsaSha256_X25519` is never used

warning: constant `SHA384_Aes256Gcm_RsaPssRsaSha256_X25519` is never used
  --> simple_https_client/src/lib.rs:91:7
   |
91 | const SHA384_Aes256Gcm_RsaPssRsaSha256_X25519: Algorithms = Algorithms(
   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Check warning on line 82 in simple_https_client/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

constant `SHA256_Aes128Gcm_RsaPssRsaSha256_X25519` is never used

warning: constant `SHA256_Aes128Gcm_RsaPssRsaSha256_X25519` is never used
  --> simple_https_client/src/lib.rs:82:7
   |
82 | const SHA256_Aes128Gcm_RsaPssRsaSha256_X25519: Algorithms = Algorithms(
   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Check warning on line 73 in simple_https_client/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

constant `SHA256_Aes128Gcm_RsaPssRsaSha256_P256` is never used

warning: constant `SHA256_Aes128Gcm_RsaPssRsaSha256_P256` is never used
  --> simple_https_client/src/lib.rs:73:7
   |
73 | const SHA256_Aes128Gcm_RsaPssRsaSha256_P256: Algorithms = Algorithms(
   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Check warning on line 64 in simple_https_client/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

constant `SHA256_Aes128Gcm_EcdsaSecp256r1Sha256_P256` is never used

warning: constant `SHA256_Aes128Gcm_EcdsaSecp256r1Sha256_P256` is never used
  --> simple_https_client/src/lib.rs:64:7
   |
64 | const SHA256_Aes128Gcm_EcdsaSecp256r1Sha256_P256: Algorithms = Algorithms(
   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Check warning on line 55 in simple_https_client/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

constant `SHA256_Chacha20Poly1305_RsaPssRsaSha256_P256` is never used

warning: constant `SHA256_Chacha20Poly1305_RsaPssRsaSha256_P256` is never used
  --> simple_https_client/src/lib.rs:55:7
   |
55 | const SHA256_Chacha20Poly1305_RsaPssRsaSha256_P256: Algorithms = Algorithms(
   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Check warning on line 46 in simple_https_client/src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

constant `SHA256_Chacha20Poly1305_EcdsaSecp256r1Sha256_P256` is never used

warning: constant `SHA256_Chacha20Poly1305_EcdsaSecp256r1Sha256_P256` is never used
  --> simple_https_client/src/lib.rs:46:7
   |
46 | const SHA256_Chacha20Poly1305_EcdsaSecp256r1Sha256_P256: Algorithms = Algorithms(
   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(dead_code)]` on by default