-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: Unique constraint name generated using MD5, non-FIPS algo
PostPosted: Tue Mar 18, 2014 8:09 am 
Newbie

Joined: Tue Mar 18, 2014 7:43 am
Posts: 1
We are working on making our product FIPS complaint and we are using hibernate to connect to DB. We are using hibernate annotations to describe table schema. In one of our tables we have defined a table level unique constraint containing multiple columns. When we ran our product in FIPS mode, we noticed that the unique key constraint generation process uses MD5 digest algorithm to generate the constraint name. MD5 is not allowed in FIPS mode. This is causing schema creation to fail and the product does not work. We are using hibernate version 4.2.2.
Is there a way to configure hibernate to use SHA-256 algorithm. On the same lines, if hibernate is using any encryption mechanisms, is there a way to specify custom encryption algorithms?


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.