Alexander Scheel
Alexander Scheel
@jpboivin Interesting, [Wikipedia currently states](https://en.wikipedia.org/wiki/Blowfish_(cipher)): > When asked which Blowfish version is the correct one, Bruce Schneier answered: "The test vectors should be used to determine the one true Blowfish"....
@jpboivin Hmm, if you're interested in proposing a patch, I'll run it by the others and see if there's objections. It looks like Nettle (underpinning Gnutls) supports [completely arbitrary key](https://github.com/gnutls/nettle/blob/master/blowfish.h#L76)...
@jr981008 Do you have the message, public key, and signature that produce this loop? Thank you! Also, what is "TPS in "When the TPS reaches 10000"?
Hi @jr981008, I created the following attempted reproducer: Contents of Reproducer.java ```java import java.lang.Runnable; import java.lang.Thread; import java.nio.charset.StandardCharsets; import java.security.KeyFactory; import java.security.KeyPair; import java.security.KeyPairGenerator; import java.security.PrivateKey; import java.security.PublicKey; import java.security.Security;...
@jr981008 check out [9c16579](https://github.com/bcgit/bc-java/commit/9c165791b68a204678b48ec11e4e579754c2ea49); this should resolve the issue :-)
@adelel1 April 5th is our planned release date currently. You can use the beta available here: https://downloads.bouncycastle.org/betas/ (note that the build date is incorrect, but the patch is present). The...
Just as a different datapoint, I just got the `lemp10` model and tested it the same [Lenovo dock](https://www.lenovo.com/us/en/accessories-and-monitors/docking/universal-cable-docks-thunderbolt/TBT-WS-Dock-Gen-2/p/40ANY230US) and it appears to charge my laptop just fine. I started at...
This is an issue with how Cassandra is creating the KeyStore. It needs to be configured to use a JSS keystore, (or `null` suffices) rather than a JDK-provided key store....
Simplest would be to patch datastax; I'll see what contributing upstream looks like.
Just to add a bit more to this ticket: From a Candlepin perspective, they'd like to specify .p12 files in the Tomcat `server.xml` file and have Tomcat automatically load the...