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

feat (afup#905): mcrypt CBC replace by openssl #1356

Merged

Conversation

stakovicz
Copy link
Contributor

@stakovicz stakovicz commented Nov 19, 2023

Remplacement de la fonction mcrypt_cbc par openssl_encrypt.

J'ai repris des valeurs générées avec l'ancienne fonction pour créer les tests unitaires.
J'ai également laissé l'ancien code en commentaire pour pouvoir investiguer en cas de régression.

@stakovicz stakovicz force-pushed the feat-905-mcrypt-cbc-replace-openssl branch from f7d8d03 to b5e15c6 Compare November 19, 2023 18:07
@stakovicz stakovicz changed the title feat (afup#950): mcrypt CBC replace by openssl feat (afup#905): mcrypt CBC replace by openssl Nov 19, 2023
@stakovicz stakovicz force-pushed the feat-905-mcrypt-cbc-replace-openssl branch 2 times, most recently from de0ed1d to 8566bcf Compare November 20, 2023 18:23
@stakovicz stakovicz force-pushed the feat-905-mcrypt-cbc-replace-openssl branch from 8566bcf to 1f6035d Compare November 20, 2023 18:24
@stakovicz stakovicz marked this pull request as ready for review November 20, 2023 19:33
Copy link
Contributor

@vinceAmstoutz vinceAmstoutz left a comment

Choose a reason for hiding this comment

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

Joli travail ! 👏🙂

@stakovicz stakovicz merged commit 3e57ae9 into afup:master Nov 21, 2023
4 checks passed
@stakovicz stakovicz deleted the feat-905-mcrypt-cbc-replace-openssl branch November 23, 2023 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants