David Legault

Results 21 comments of David Legault

I faced the same problem with GCC 8.3.0 and SDK 10.14. The issue is this line in the gcc configure script which doesn't have a match for \*-apple-darwin\*. So ideally...

Hello, Is there a timeline somewhere for this new version because the current one is broken when trying to compile against openssl 3.0.X. For example, I'm currently blocked on this:...

@dengert I'm using 0.22 currently but was doing so with openssl 1.1.1. We're moving to 3.0 which is now an official released and LTS version hence why I'm asking.

Any eta on the release of this new version?

Just pkcs11-tool. I'd like a generic command line option which allows me to add extra attributes to objects which are generated/created such that I can set vendor specific attribute extensions...

I don't want to hard-code known attribute names. Want to make this as simple and flexible as possible without the need to constantly have to update names and other such...

Yes that's what I plan to do. I also don't think the type is necessary and the caller should know what it is and how to format it properly for...

I can do that. I'll setup everything and send something in the next few days.

It works, but doesn't ignore '.' too. I changed it to this so that it aligns exactly with how linux's rm behaves and outputs. Could be that the condition above...

Someone on our build team reproduced the issue locally in case there is any interest > some_script.sh > > #!/bin/bash > > echo "1" > echo "2" > echo "3"...