Bragolgirith
Bragolgirith
The last commit in the JWE branch seems to have been about a year ago - is it still alive?
An entry in the `README` explaining exactly what `makeAggregateBom` and `outputReactorProjects` do and a sample best-practices configuration for a multi-module project would be great!
To this purpose, can we please just deprecate `@InjectMocks` so people can stop using it :)
This is most likely due to the structure packing alignment issue described [here](https://github.com/opendnssec/SoftHSMv2/issues/471). In short, although the [PKCS11 v2.40 spec](http://docs.oasis-open.org/pkcs11/pkcs11-base/v2.40/os/pkcs11-base-v2.40-os.html#_Toc72656011) explicitly says: > Cryptoki structures are packed to occupy as...
The C# [Pkcs11Interop](https://github.com/Pkcs11Interop/Pkcs11Interop/blob/master/doc/ARCHITECTURE.md) library solves both this (structure packing alignment) and another common Cryptoki interop issue (the C `ulong` type size) on the library level by doing runtime feature recognition:...