Skip to content

Conversation

@Joannis
Copy link

@Joannis Joannis commented Nov 4, 2025

Fix compilation of NIOSSL on Windows
Note: This code adds some things we might not want to keep around.

  • OPENSSL_NO_ASM flag which I neededto get it to work
  • Windows directory listing using FindFirstFileA (not properly tested)
  • mlock -> VirtualLock on Windows (doesn't yet check if locking was successful)

Fix compilation of NIOSSL on Windows
Note: This code adds some things we might not want to keep around.
- OPENSSL_NO_ASM flag which I neededto get it to work
- Windows directory listing using FindFirstFileA (not properly tested)
- mlock -> VirtualLock on Windows (doesn't yet check if locking was successful)
@Joannis Joannis marked this pull request as ready for review December 11, 2025 21:20
@Joannis Joannis changed the title DRAFT: Add support for Windows Add support for Windows Dec 11, 2025
@Joannis
Copy link
Author

Joannis commented Dec 11, 2025

Still needs to set up Windows CI, but if possible I'd like to ensure the tests still succeed on existing platforms

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant