支持 PKCS#11 的 Python Web 代理
有谁知道用 Python 编写的 Web 代理将支持 SSL 连接并且还支持 PKCS#11 令牌?我需要一个使用 PKCS#11 智能卡发送 SSL Web 请求的代理。
我一直在寻找使用 Twisted 之类的项目,但还没有看到任何项目。
Does anyone know of a web proxy written in Python that will support SSL connections and will also support PKCS#11 tokens? I am in need of a proxy that will send SSL web requests using a PKCS#11 smartcard.
I have been looking for projects that are using something like Twisted but have not seen any.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果 Twisted 有代理,那么您可以将其与 M2Crypto+engine_pkcs11 一起使用。我有代码,我可以看看它是否仍然存在于某处。
If Twisted has a proxy, then you can use it with M2Crypto+engine_pkcs11. I had the code, I can see if it is still existing somewhere.