Devessier / ssl

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

Close #1 #6

Closed Devessier closed 3 years ago

Devessier commented 3 years ago

We created the arguments parser. We initialized MD5 and SHA-256 configuration and the arguments each subcommand accepts. ft_ssl usage is printed when no subcommand is selected. The available subcommands are printed when an invalid subcommand is selected.

We handle strange behaviour of md5 binary: -s flag stops arguments parsing and executes directly the hash function on its argument.

Because we dispatch commands efficiently, we close #3 .