Matthias Valvekens
Matthias Valvekens
Note: this grew out of a conversation with @fornwall on PR #33 . As I mentioned over there, the CLI code used to be much more of a thin wrapper...
Hi, I have a question related to the eID PKCS#11 module. If my understanding is correct, the module ordinarily manages PIN entry dialogs separately from the Cryptoki/PKCS#11 interface, right? Unless...
- Add OIDs for SHA-3 family digest functions for use with DSA and RSA with PKCS#1 v1.5 padding, updating `signature_algo` and `hash_algo` accordingly. - Complete the list of OIDs for...
URIs and text follow different conventions in the XMP data model. While many parsers tolerate URIs encoded as text, it's technically not allowed. Without this fix, iText will output PDF/A+UA...
This is one of the ways to represent the Unicode BMP, and for our purposes can be handled in approximately the same way as (3, 1). It's used (among other...
I added four named colors (`color-normal`, `color-notfound`, `color-unique`,`color-notunique`) to replace the hardcoded constants in `main.cc`. This allows the user to set custom values in his/her `.gtkrc-2.0` file. The old constants...
Clause 7.6.5.3 mandates the following: > A key shall be used to encrypt (and decrypt) the enveloped data. This key (the plaintext key in "Figure 4 — Public-key encryption algorithm")...
**Describe the bug** I'm confused about the way the provisions for DocMDP and FieldMDP are supposed be combined (clauses 12.8.2.2 and 12.8.2.4, respectively). Assume that I have a signature field...
To @petervwyatt's point on #131: it's true that the DocMDP permission levels for updates to signed files are only defined in very vague terms. I also appreciate that the validation...
Implements the feature requested in pyauth/python-pkcs11#51. At the Python level, the attribute templates are exposed as dictionaries (which is consistent with the rest of the API).