1

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.

CraigTeegarden
  • 8,173
  • 8
  • 38
  • 43
YD8877
  • 10,401
  • 20
  • 64
  • 92

1 Answers1

1

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.

user207421
  • 305,947
  • 44
  • 307
  • 483