Marc-André Moreau
Marc-André Moreau
asn1c (https://github.com/vlm/asn1c) is arguably one of the most known and complete ASN.1 compilers. It has a few examples for common ASN.1 modules, such as X.509 and LDAPv3. If you compile...
Add simple CMakeLists.txt build script for cmake usage
The current Win32-OpenSSH distribution is only prebuilt for x86 and x64. Windows on ARM is gaining in importance and it would be important to include a proper ARM64 prebuilt distribution,...
I am working on an OpenSSH distribution based on Win32-OpenSSH on Windows, and "vanilla" OpenSSH on non-Windows. The problem that I have right now is that I cannot track downstream...
The latest release of Detours (4.0.1 - Apr 16, 2018) is now almost three years old, and it is a source-only release on GitHub. I would like to make my...
The current executable size is about 20MB on Windows, and slightly smaller on other platforms. While it is not a deal breaker, it wouldn't hurt to review the build process...
To simplify the distribution of the step-cli on Windows, it would be great to publish a simple chocolatey package. In the end, one would be able to use "choco install...
Add support for copying files while preserving timestamps (do not change the last modified time), just like the cp command -p or --preserve option: [http://man7.org/linux/man-pages/man1/cp.1.html](http://man7.org/linux/man-pages/man1/cp.1.html) ``` -p same as --preserve=mode,ownership,timestamps...
I would like to see a special copy option to transform symbolic links using absolute file paths to symbolic links relative to another path. The reason I am looking for...
Fix various issues to get [libfido2 to build on Android](https://github.com/Yubico/libfido2/issues/247). I have no idea if it works, but getting it to build is the first step. - Add BUILD_TESTS option...