Alternative to OpenSSL in Indy SMTP component

牧云@^-^@ 提交于 2019-12-12 02:34:49

问题


When running component SMTP and POP too, am getting AV in OpenSSL library, as I found several complaints about this on Google, I would use an alternative to OpenSSL.

I'm sure that the component of Indy has no error because Remy Lebeau is the master, but I need an alternative. Will I have to leave this beautiful work which is the component of Indy?


回答1:


Indy's OpenSSL usage is fairly well tested, and used by many people without problem. If you are having AVs with it, I would suspect a bug in your own code before I suspect a problem with Indy. That's not to say that Indy is perfect and bug free, of course. So if you suspect an Indy or OpenSSL bug, you need to provide specific details, code snippets, etc to verify it, otherwise no one can help you. If you have seen other complaints, provide links to them.

As for your actual question, there are third-party alternatives available, such as EldoS SecureBlackbox, which includes an TIdIOHandler SSL implementation for Indy.



来源:https://stackoverflow.com/questions/17945349/alternative-to-openssl-in-indy-smtp-component

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!