mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-09-18 07:37:59 +02:00
Windows 7 improved the memory management in CNG. To support Vista we need to manage memory for cryptographic objects ourselves. This change adds a key object memory pointer to the cipher context and adds code to allocate and free it along with the key handle.