Jeffrey Walton
Jeffrey Walton
Thanks @roadicing, Out of curiosity, where did the certificate come from? If the certificate(s) are publicly available, then I would like to get some test cases setup, like and ....
See Red Hat's [Login to the server gives error "org.freedesktop.DBus.Error.ServiceUnknown: The name com.redhat.oddjob was not provided by any .service files"](https://access.redhat.com/solutions/107183)
@huili2, > ... openh264 is a pure independent software-based codec, and has no plan to support either hardware acceleration or other codecs. openH264 has hardware acceleration. Single instruction multiple data...
> When it comes to codecs, “hardware acceleration” usually refers to dedicated silicon that exists solely for the purpose of media encoding and decoding. MMX is Multimedia Extensions. Back when...
> It's unclear if this gripe is about the fact that the SunJCE SecureRandom uses SHA1PRNG instead of something else (like SHA256PRNG), which really is not an issue as SHA1...
@kwwall, @xeno6696, With PR #730, I was able to build and run the self tests on Java 8 and Java 11. All tests were successful. Java 8 was always Ok,...
@kwwall, @xeno6696 What do you recommend to avoid the test failures? Should the tests simply be removed? (I'm getting ready to show a few engineers how to build and test...
Thanks @xeno6696, > The short answer is that all of these need to be rewritten with new versions of Power mock and mockito. Ok, thanks. I commented them out for...
@xeno6696, @kwwall, No problems. I cut-over `ReferenceEncryptedPropertiesTest` to use a dynamic test to decide whether to run the self tests. I did not realize KWW's version of Java was not...
@kwwall, @xeno6696, On my Java 11 machine I pass the self tests. On GitHub with Java 8 (?) it is failing with: ```bash Error: Failures: Error: ReferenceEncryptedPropertiesTest.testStoreLoadWithReader:274 Key one was...