Bruno Grieder

Results 23 issues of Bruno Grieder

For the needs of one of our new developers I have created a sample project that demonstrates the use of ``` Webpack as the building tool Typescript as the main...

When an image is tagged with the `project.version` and `latest` , running `mvn -Ddocker.removeAll docker:remove` only removes the tag with the `project.version` The image is still available with the `latest`...

bug

### Java API client version 8.5 ### Java version 8 ### Elasticsearch Version 8.5.3 ### Problem description I am trying to retrieve all (elasticsearch) Ids of an index using the...

This is a simple PR to allow increasing the number of Feistel rounds. It does not change the default `FF1` API (that uses 10 rounds) but offers 2 additional FF1...

This PR adds support for decrypting LUKS partitions using keys managed in the KMS using the PKCS#11 module. To support LUKS, the PR adds support for RSA PKCS v1.5

The `Certify` operation of #101 allows the creation of certificates from public keys but only supports signature by another key. Nothing in the KMIP specification describes how this could be...

Supporting the `SetAttribute` operation will greatly help - linking objects together in the KMS (links are essential in the PKI and PKCS#12 parts of the server) - adding tags to...

After #101, it will be. possible to import NIST key pairs (P192, P256, P384,... and various RSA), but it is not yet possible to create these. Adding this functionality will...

When #101 is completed, automatic validation of the issuer certificate will be removed on the `Certify` operation as is mandated by the KMIP 2.1 specifications. A specific `Validate` operation is...

Before #101 , a non-KMIP-compliant quick cert functionality existed which would allow the creation of a cert and its chain by supplying minimal infos on the subject names. The keys...