A Google Chrome POST breaks this SSL_read. Anyone have code that works?

前端 未结 2 985
遥遥无期
遥遥无期 2021-01-22 06:06

I need a minimal SSL server and came up with the following:

confirm(WSAStartup(MakeWord(1,1), WData) = 0);
SSL_library_init;
SSL_load_error_stri         


        
2条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-22 06:52

    I modified OpenSSL s_server.c, which now does the trick, and posted it as the answer to Question 7080958.

提交回复
热议问题