SSL 和 MAC(消息验证代码)标头
我需要使用 MAC 标头对服务器和客户端之间的所有通信进行加密。有人可以解释一下 MAC 标头到底如何与 SSL 机制配合使用以及在哪里可以看到它吗?
我需要验证 mac 标头是否存在。
I need to encrypt all communication between the server and client by using MAC headers. Is it possible for someone to explain how exactly the MAC header works with the SSL mechanism and where can it be seen ?
I need to verify if the mac headers are present.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
JSSE 中也没有这样的选项。每个 TLS/SSL 记录上都有 MAC,但在预告片中,而不是标头中。问他们在说什么。
There's no such option in JSSE either. There are MACs on every TLS/SSL record, but in the trailer, not the header. Ask them what they are talking about.