Hi Avro experts,
We are using "avro-1.10.2"   on python3
So it seems that the MD5 hash is baked into the Avro protocol standard.
The problem is that the Avro protocol library we use to communicate
between  server and agent is using MD5 hash, which causes a security
violation exception when run on python3+Redhat+FIPS.

Please suggest is there a way to use a different algorithm by passing some
parameters or some hooks to avro ?

Currently, we are trying to modify avro's python code which is not good and
is causing more problems.

Thanks,

Reply via email to