Has anyone ever check Apache Olingo Odata V2 and V4 Client libraries (including dependencies) for FIPS compliance?
We are using below libraries in our project -
- odata-client-api-4.7.1.jar
- odata-client-core-4.7.1.jar
- odata-commons-api-4.7.1.jar
- odata-commons-core-4.7.1.jar
Earlier we were using Odata4j library - http://odata4j.org/
There are also some other libs we are using -
- jackson databind
- apache httpclient & httpcore
- gson
- nimbus
Since this is time bound, any help is appreciated.
I did try to search directly on vendor sites but did not find anything concrete. Wanted to confirm before I have to deep dive into code. Does this mean if Java and OS is FIPS complaint, this libraries will automatically be running in FIPS mode?