Kevin Driver
Kevin Driver
Fix for JDK-4958071 to add additional @throws stanza to javadocs for all init methods --------- ### Progress - [x] Change must be properly reviewed (1 review required, with at least...
add @exception message to indicate an NPE might be thrown when the input parameter is null --------- ### Progress - [x] Change must be properly reviewed (1 review required, with...
Hello, I'm interested in support for [asn1js](http://lapo.it/asn1js/) (or a similar decoder). A few notes: - The output is pretty whitespace sensitive -- does this pose an issue with the goals...
I'm interested in support for ASN.1 decoding. Use case: assume you have a certificate dump from openssl (or another source) -- base64 decode and then parse the encoding of the...
The sample Nord theme in the repo does not match the actual recommended Nord theme, seen [here](https://github.com/nordtheme/dircolors/blob/develop/src/dir_colors) -- [graphical depiction](https://www.nordtheme.com/ports/dircolors). Is there any plan to make these match? As it...
Introduce an API for Key Derivation Functions (KDFs), which are cryptographic algorithms for deriving additional keys from a secret key and other data. See [JEP 478](https://openjdk.org/jeps/478). --------- ### Progress -...
### Verification - [X] This issue's title and/or description do not reference a single formula e.g. `brew install wget`. If they do, open an issue at https://github.com/Homebrew/homebrew-core/issues/new/choose instead. ### Provide...
I use homebrew to install/update proton-mail's desktop app. See the cask formula [here](https://github.com/Homebrew/homebrew-cask/blob/7410c5370500ba19cfebf2723d1e24885d61778c/Casks/p/proton-mail.rb). For the most recent release, it seems two 1.0.5 tags were created, namely `1.0.5` and `v1.0.5`. *This...
Introduce an API for Key Derivation Functions (KDFs), which are cryptographic algorithms for deriving additional keys from a secret key and other data. See [JEP 478](https://openjdk.org/jeps/478). Work was begun in...