Dan Guido
Dan Guido
Hi @WantClue, Thank you for reporting this OpenSSL compatibility issue. The error "unknown option '-legacy'" indicates you're using an older version of OpenSSL that doesn't support the -legacy flag. This...
Hi @tigerabrodi, Thank you for reporting this Azure deployment issue. The error you're encountering is a Python dependency conflict specific to deploying from an Azure VM environment. The conflict is...
Hi @waltirus, Thank you for reporting this issue with IKEv2 on Windows. IKEv2 support for Windows was removed from Algo in version 1.1 (July 31, 2019) as documented in our...
Good news! I can confirm that onesixtyone builds and runs perfectly on Apple Silicon (tested on an M-series Mac). ## Quick Installation Steps 1. **Clone the repository:** ```bash git clone...
Closing this issue as the installation instructions above should resolve the question. onesixtyone builds successfully on Apple Silicon Macs (M1/M2/M3) using the standard Makefile without any modifications needed. Feel free...
## Analysis of Issue #33: Multiple Port Support I've analyzed this feature request and confirmed the current limitation. Here's a comprehensive analysis and implementation plan for adding multiple port support...
Sure, if it conforms to the spec, then please make a PR! Thank you.
@woodruffw Thank you for catching this critical security issue! You're absolutely right - simply allowing TSA certificates (as this PR originally attempted) would create a dangerous vulnerability. I've pushed a...
Going to close this PR in favor of #2786
Thanks for tackling this - identifying unmaintained dependencies is a real security concern and a valuable addition to it-depends. After reviewing the implementation, I have some suggestions for simplifying the...