Devessier / ssl

Clone of openssl in C for 42 School
GNU General Public License v3.0
0 stars 0 forks source link

Feature/md5 #8

Closed Devessier closed 3 years ago

Devessier commented 3 years ago

Implement md5 algorithm and a skeleton for digest commands

Devessier commented 3 years ago

The MD5 algorithm has been implemented. All flags have been implemented and we prepared the integration of other message digest commands. We set up bash unit tests and CI thanks to Github Action. We decided to don't behave like MD5 for short arguments combination parsing, as described in #9. This pull request closes #4.