Jim Schaad

Results 10 issues of Jim Schaad

This is partly done, but there are still some thing to be finished. If the system builds a DLL rather than a static library, the symbols to be exported from...

Having the word array in the function name would make it clear that this is what it is used for. Trying to remember the name without that help is harder...

Currently one has to allocate a buffer and then serialize into it. There is nothing that gives you any idea of how big the buffer needs to be. One reasonable...

The serialization code is using ssize_t rather than size_t so that it can mark errors with a negative value. The problem with this is that ssize_t is not part of...

On of the things I was looking at for the COSE specification was the use of tag 24 rather than doing a binary wrapper around some data so that it...

Are there any examples that are using the version 5.0 authentication message?

documentation

For security purposes, I want to get the tls-unique value from TLS connection? I am looking to either get the tls-unique value or some other value from the exporter so...

question
feature-request

Returning no such algorithm rather than InvalidKeySpec exception for unknown OIDs makes it easier to diagnose and implement work arounds for the problem in code.

I really needed to get this running for testing purposes, so I have done a first cut of an implementation. At this point I know there are server things that...

**Description:** I have an obligation which generates an attribute missing but MustBePresent set to true. The policy generates an effect of "Permit" according to the rule. I believe that this...