bcgit / bc-java

Bouncy Castle Java Distribution (Mirror)
https://www.bouncycastle.org/java.html
MIT License
2.21k stars 1.1k forks source link

IS GCM supported on AIX. #1657

Open toucHero opened 1 month ago

toucHero commented 1 month ago

Hi,

We wish to incorporate GCM to our program by bouncycastle on AIX. Right now, we find that there is something wrong with it.

We wish to ask whether GCM is supported on AIX first. Meanwhile, CBC works well.

Thanks.

dghgit commented 1 month ago

Yes GCM is supported.

toucHero commented 1 month ago

Yes GCM is supported.

Thanks!