/** * Executes an OpenSSL command synchronously. * * @description * This function runs OpenSSL commands with platform-specific handling: * - On Windows, it uses the packaged version of OpenSSL * - On ...