Support "raw" format for XEC KeySpecs. #2340
Annotations
58 errors and 9 warnings
build (windows-latest):
testing/src/main/java/org/conscrypt/java/security/AbstractAlgorithmParametersTest.java#L28
warning: [PublicConstructorForAbstractClass] Constructors of on an abstract class can be declared protected as there is never a need for them to be public
|
build (windows-latest):
testing/src/main/java/org/conscrypt/java/security/TestKeyStore.java#L701
warning: [JdkObsolete] Date has a bad API that leads to bugs; prefer java.time.Instant or LocalDate.
|
build (windows-latest):
testing/src/main/java/org/conscrypt/java/security/TestKeyStore.java#L702
warning: [JdkObsolete] Date has a bad API that leads to bugs; prefer java.time.Instant or LocalDate.
|
build (windows-latest):
testing/src/main/java/org/conscrypt/java/security/TestKeyStore.java#L943
warning: [JdkObsolete] Date has a bad API that leads to bugs; prefer java.time.Instant or LocalDate.
|
build (windows-latest):
testing/src/main/java/org/conscrypt/java/security/TestKeyStore.java#L965
warning: [JdkObsolete] Date has a bad API that leads to bugs; prefer java.time.Instant or LocalDate.
|
build (windows-latest):
testing/src/main/java/org/conscrypt/tlswire/handshake/HelloExtension.java#L95
warning: [EmptyBlockTag] A block tag (@param, @return, @throws, @deprecated) has an empty description. Block tags without descriptions don't add much value for future readers of the code; consider removing the tag entirely or adding a description.
|
build (windows-latest):
testing/src/main/java/org/conscrypt/tlswire/handshake/HelloExtension.java#L95
warning: [MissingSummary] A summary line is required on public/protected Javadocs.
|
build (windows-latest):
testing/src/main/java/org/conscrypt/VeryBasicHttpServer.java#L118
warning: [StringSplitter] String.split(String) has surprising behavior
|
build (windows-latest):
common/src/main/java/org/conscrypt/ArrayUtils.java#L40
warning: [varargs] Varargs method could cause heap pollution from non-reifiable varargs parameter values
|
build (windows-latest):
common/src/main/java/org/conscrypt/HpkeSuite.java#L147
warning: [UnusedVariable] The field 'nSk' is never read.
|
build (windows-latest):
openjdk/src/test/java/org/conscrypt/ConscryptSocketTest.java#L583
warning: [deprecation] <T>assertThat(T,Matcher<? super T>) in Assert has been deprecated
|
build (windows-latest):
openjdk/src/test/java/org/conscrypt/ConscryptSocketTest.java#L584
warning: [deprecation] <T>assertThat(T,Matcher<? super T>) in Assert has been deprecated
|
build (windows-latest):
openjdk/src/test/java/org/conscrypt/ConscryptSocketTest.java#L595
warning: [deprecation] <T>assertThat(T,Matcher<? super T>) in Assert has been deprecated
|
build (windows-latest):
openjdk/src/test/java/org/conscrypt/ConscryptSocketTest.java#L596
warning: [deprecation] <T>assertThat(T,Matcher<? super T>) in Assert has been deprecated
|
build (windows-latest):
openjdk/src/test/java/org/conscrypt/ConscryptSocketTest.java#L656
warning: [deprecation] <T>assertThat(T,Matcher<? super T>) in Assert has been deprecated
|
build (windows-latest):
openjdk/src/test/java/org/conscrypt/ConscryptSocketTest.java#L659
warning: [deprecation] <T>assertThat(T,Matcher<? super T>) in Assert has been deprecated
|
build (windows-latest):
common/src/test/java/org/conscrypt/java/security/cert/CertificateFactoryTest.java#L799
warning: [JdkObsolete] Date has a bad API that leads to bugs; prefer java.time.Instant or LocalDate.
|
build (windows-latest):
common/src/test/java/org/conscrypt/javax/net/ssl/HttpsURLConnectionTest.java#L193
warning: [CatchFail] Ignoring exceptions and calling fail() is unnecessary, and makes test output less useful
|
build (windows-latest)
Process completed with exit code 1.
|
build (ubuntu-latest):
common/src/main/java/org/conscrypt/HpkeSuite.java#L147
warning: [UnusedVariable] The field 'nSk' is never read.
|
build (ubuntu-latest):
common/src/main/java/org/conscrypt/HpkeSuite.java#L147
warning: [UnusedVariable] The field 'nSk' is never read.
|
build (ubuntu-latest):
common/src/main/java/org/conscrypt/ArrayUtils.java#L40
warning: [varargs] Varargs method could cause heap pollution from non-reifiable varargs parameter values
|
build (ubuntu-latest):
common/src/main/java/org/conscrypt/HpkeSuite.java#L147
warning: [UnusedVariable] The field 'nSk' is never read.
|
build (ubuntu-latest):
testing/src/main/java/org/conscrypt/VeryBasicHttpServer.java#L118
warning: [StringSplitter] String.split(String) has surprising behavior
|
build (ubuntu-latest):
testing/src/main/java/org/conscrypt/java/security/TestKeyStore.java#L701
warning: [JdkObsolete] Date has a bad API that leads to bugs; prefer java.time.Instant or LocalDate.
|
build (ubuntu-latest):
testing/src/main/java/org/conscrypt/java/security/TestKeyStore.java#L702
warning: [JdkObsolete] Date has a bad API that leads to bugs; prefer java.time.Instant or LocalDate.
|
build (ubuntu-latest):
testing/src/main/java/org/conscrypt/java/security/TestKeyStore.java#L943
warning: [JdkObsolete] Date has a bad API that leads to bugs; prefer java.time.Instant or LocalDate.
|
build (ubuntu-latest):
testing/src/main/java/org/conscrypt/java/security/TestKeyStore.java#L965
warning: [JdkObsolete] Date has a bad API that leads to bugs; prefer java.time.Instant or LocalDate.
|
build (ubuntu-latest):
testing/src/main/java/org/conscrypt/tlswire/handshake/HelloExtension.java#L95
warning: [EmptyBlockTag] A block tag (@param, @return, @throws, @deprecated) has an empty description. Block tags without descriptions don't add much value for future readers of the code; consider removing the tag entirely or adding a description.
|
build (ubuntu-latest):
common/src/main/java/org/conscrypt/HpkeSuite.java#L147
warning: [UnusedVariable] The field 'nSk' is never read.
|
build (ubuntu-latest):
platform/src/main/java/org/conscrypt/TrustedCertificateStore.java#L117
warning: [UnnecessaryParentheses] These grouping parentheses are unnecessary; it is unlikely the code will be misinterpreted without them
|
build (ubuntu-latest):
platform/src/main/java/org/conscrypt/TrustedCertificateStore.java#L355
warning: [InvalidBlockTag] Tag name `VisibleForTesting` is unknown. If this is a commonly-used custom tag, please click 'not useful' and file a bug.
|
build (ubuntu-latest):
platform/src/main/java/org/conscrypt/ct/KnownLogs.java#L27
warning: [MutablePublicArray] Non-empty arrays are mutable, so this `public static final` array is not a constant and can be modified by clients of this class. Prefer an ImmutableList, or provide an accessor method that returns a defensive copy.
|
build (ubuntu-latest):
platform/src/main/java/org/conscrypt/ct/KnownLogs.java#L37
warning: [MutablePublicArray] Non-empty arrays are mutable, so this `public static final` array is not a constant and can be modified by clients of this class. Prefer an ImmutableList, or provide an accessor method that returns a defensive copy.
|
build (ubuntu-latest):
platform/src/main/java/org/conscrypt/ct/KnownLogs.java#L47
warning: [MutablePublicArray] Non-empty arrays are mutable, so this `public static final` array is not a constant and can be modified by clients of this class. Prefer an ImmutableList, or provide an accessor method that returns a defensive copy.
|
build (ubuntu-latest):
common/src/main/java/org/conscrypt/HpkeSuite.java#L147
warning: [UnusedVariable] The field 'nSk' is never read.
|
build (ubuntu-latest):
platform/src/main/java/org/conscrypt/TrustedCertificateStore.java#L117
warning: [UnnecessaryParentheses] These grouping parentheses are unnecessary; it is unlikely the code will be misinterpreted without them
|
build (ubuntu-latest):
platform/src/main/java/org/conscrypt/TrustedCertificateStore.java#L355
warning: [InvalidBlockTag] Tag name `VisibleForTesting` is unknown. If this is a commonly-used custom tag, please click 'not useful' and file a bug.
|
build (ubuntu-latest):
platform/src/main/java/org/conscrypt/ct/KnownLogs.java#L27
warning: [MutablePublicArray] Non-empty arrays are mutable, so this `public static final` array is not a constant and can be modified by clients of this class. Prefer an ImmutableList, or provide an accessor method that returns a defensive copy.
|
build (macos-latest):
openjdk/src/test/java/org/conscrypt/ConscryptSocketTest.java#L583
warning: [deprecation] <T>assertThat(T,Matcher<? super T>) in Assert has been deprecated
|
build (macos-latest):
openjdk/src/test/java/org/conscrypt/ConscryptSocketTest.java#L584
warning: [deprecation] <T>assertThat(T,Matcher<? super T>) in Assert has been deprecated
|
build (macos-latest):
openjdk/src/test/java/org/conscrypt/ConscryptSocketTest.java#L595
warning: [deprecation] <T>assertThat(T,Matcher<? super T>) in Assert has been deprecated
|
build (macos-latest):
openjdk/src/test/java/org/conscrypt/ConscryptSocketTest.java#L596
warning: [deprecation] <T>assertThat(T,Matcher<? super T>) in Assert has been deprecated
|
build (macos-latest):
openjdk/src/test/java/org/conscrypt/ConscryptSocketTest.java#L656
warning: [deprecation] <T>assertThat(T,Matcher<? super T>) in Assert has been deprecated
|
build (macos-latest):
openjdk/src/test/java/org/conscrypt/ConscryptSocketTest.java#L659
warning: [deprecation] <T>assertThat(T,Matcher<? super T>) in Assert has been deprecated
|
build (macos-latest):
common/src/test/java/org/conscrypt/java/security/cert/CertificateFactoryTest.java#L799
warning: [JdkObsolete] Date has a bad API that leads to bugs; prefer java.time.Instant or LocalDate.
|
build (macos-latest):
common/src/test/java/org/conscrypt/javax/net/ssl/HttpsURLConnectionTest.java#L193
warning: [CatchFail] Ignoring exceptions and calling fail() is unnecessary, and makes test output less useful
|
build (macos-latest)
Process completed with exit code 1.
|
build (macos-latest):
testing/src/main/java/org/conscrypt/VeryBasicHttpServer.java#L118
warning: [StringSplitter] String.split(String) has surprising behavior
|
build (macos-latest):
testing/src/main/java/org/conscrypt/java/security/TestKeyStore.java#L701
warning: [JdkObsolete] Date has a bad API that leads to bugs; prefer java.time.Instant or LocalDate.
|
build (macos-latest):
testing/src/main/java/org/conscrypt/java/security/TestKeyStore.java#L702
warning: [JdkObsolete] Date has a bad API that leads to bugs; prefer java.time.Instant or LocalDate.
|
build (macos-latest):
testing/src/main/java/org/conscrypt/java/security/TestKeyStore.java#L943
warning: [JdkObsolete] Date has a bad API that leads to bugs; prefer java.time.Instant or LocalDate.
|
build (macos-latest):
testing/src/main/java/org/conscrypt/java/security/TestKeyStore.java#L965
warning: [JdkObsolete] Date has a bad API that leads to bugs; prefer java.time.Instant or LocalDate.
|
build (macos-latest):
testing/src/main/java/org/conscrypt/tlswire/handshake/HelloExtension.java#L95
warning: [EmptyBlockTag] A block tag (@param, @return, @throws, @deprecated) has an empty description. Block tags without descriptions don't add much value for future readers of the code; consider removing the tag entirely or adding a description.
|
build (macos-latest):
testing/src/main/java/org/conscrypt/tlswire/handshake/HelloExtension.java#L95
warning: [MissingSummary] A summary line is required on public/protected Javadocs.
|
build (macos-latest):
testing/src/main/java/org/conscrypt/java/security/AbstractAlgorithmParametersTest.java#L28
warning: [PublicConstructorForAbstractClass] Constructors of on an abstract class can be declared protected as there is never a need for them to be public
|
build (macos-latest):
common/src/main/java/org/conscrypt/ArrayUtils.java#L40
warning: [varargs] Varargs method could cause heap pollution from non-reifiable varargs parameter values
|
build (macos-latest):
common/src/main/java/org/conscrypt/HpkeSuite.java#L147
warning: [UnusedVariable] The field 'nSk' is never read.
|
build (windows-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/[email protected], actions/checkout@v2, actions/setup-go@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (windows-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build (windows-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build (ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/[email protected], actions/checkout@v2, actions/setup-go@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build (ubuntu-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build (macos-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/[email protected], actions/checkout@v2, actions/setup-go@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (macos-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
build (macos-latest)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
boringssl-source
Expired
|
327 KB |
|