Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #8804: Give more precise requirements for JVM to manage AIX sha256/512 passwords #228

Conversation

fanf
Copy link
Member

@fanf fanf commented Sep 7, 2016

will be logged.
AIX password generation depends on the availability of *PBKDF2WithHmacSHA256* and
*PBKDF2WithHmacSHA512* in the JVM. These algorithms are included by default on
HotSpot 1.8 and OpenJDK 1.8 and upward. In the case where your JVM does not support theses
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/theses/these/

@fanf fanf force-pushed the bug_8804/give_more_precise_requirements_for_jvm_to_manage_aix_sha256_512_passwords branch from e3b26c3 to 2d836a2 Compare September 7, 2016 12:53
@fanf
Copy link
Member Author

fanf commented Sep 7, 2016

PR rebased

AIX password generation depends on the availability of *PBKDF2WithHmacSHA256* and
*PBKDF2WithHmacSHA512* in the JVM. These algorithms are included by default on
HotSpot 1.8 and OpenJDK 1.8 and upward. In the case where your JVM does not support these
algorithms, typically on an IBM JDK or a JVM 1.7 version of HotStop and OpenJDK, the hashing
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/HotSpot/HotSpot/ (or the opposite on the previous line)

@fanf
Copy link
Member Author

fanf commented Sep 7, 2016

PR rebased

@fanf fanf force-pushed the bug_8804/give_more_precise_requirements_for_jvm_to_manage_aix_sha256_512_passwords branch from 2d836a2 to 5945527 Compare September 7, 2016 22:33
@Normation-Quality-Assistant
Copy link
Contributor

OK, merging this PR

@Normation-Quality-Assistant Normation-Quality-Assistant merged commit 5945527 into Normation:branches/rudder/3.1 Sep 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants