Youfu Zhang
Youfu Zhang
due to https://github.com/sgerrand/docker-glibc-builder/pull/34
and 1 byte diff ``` --- /etc/shadow_from_docker_image +++ /etc/shadow_from_apk @@ -1,4 +1,4 @@ -root:!::0::::: +root:::0::::: bin:!::0::::: daemon:!::0::::: adm:!::0::::: ```
Thank you for working on this. `PKCS11_MODULE_PATH` is consumed by libp11, while other `PKCS11_*` variables are consumed by easy-rsa. Although libp11 does not consume any other environment variables beginning with...
I'm using an openssl wrapper like this in my setup. ``` #!/bin/sh if [ "$1" = "ca" ]; then shift set -- ca -engine pkcs11 -keyform ENGINE -keyfile 'pkcs11:token=OpenPGP%20card%20%28User%20PIN%20%28sig%29%29' "$@"...
> If you make all of your changes above, with the exception of the change to `easyrsa`, then you should get the desired result. I rebased my changes on master....
> Sorry, you misunderstand. > > The `x509-types` files and `openssl-easrsa.cnf` are there for users to edit. That is what you have done, that is for your private use. >...
> I have a proposal: > > 1. Place all these changed files into a folder named `x509-alt-types` in the Easy-RSA root. > 2. Introduce new option: `--x509-alt` > Have...
Run into this issue after upgrading macOS Big Sur to 11.6. Can be reproduced without system upgrade. ``` % /Applications/Yubico\ Authenticator.app/Contents/Frameworks/Python.framework/Versions/3.9/Resources/Python.app/Contents/MacOS/Python dyld: Library not loaded: /Library/Frameworks/Python.framework/Versions/3.9/Python Referenced from: /Applications/Yubico Authenticator.app/Contents/Frameworks/Python.framework/Versions/3.9/Resources/Python.app/Contents/MacOS/Python...
I ran into similar issue on macOS 13.0 Beta (22A5342f) with QEMU 7.1.0. (I'm not a UTM user) I bridged Mac Mini (M1) wired Ethernet into VM. The egress direction...
https://stackoverflow.com/questions/54298210/building-gdbserver-for-riscv > As of February 2019, gdbserver has not been ported to RISC-V yet. As a result it won't build.