parmaja / minilib

MiniLib Pascal/Delphi library
Other
74 stars 19 forks source link

Socket: OpenSSL support #3

Closed zaher closed 3 years ago

zaher commented 4 years ago

Add support OpenSSL to work with HTTPS like

zaher commented 4 years ago

https://aticleworld.com/ssl-server-client-using-openssl-in-c/ https://wiki.openssl.org/index.php/Simple_TLS_Server https://github.com/cybexr/Delphi-unit-OpenSSL https://stackoverflow.com/questions/7698488/turn-a-simple-socket-into-an-ssl-socket

zaher commented 4 years ago

https://stackoverflow.com/questions/3810058/read-certificate-files-from-memory-instead-of-a-file-using-openssl https://stackoverflow.com/questions/29195960/context-for-multiple-connections-with-openssl

zaher commented 3 years ago

Done