Skip to content
/ ft_ssl Public

A series of projects of 42, where we have to re-code some part of OpenSSL.

License

Notifications You must be signed in to change notification settings

lpieri/ft_ssl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


The FT-SSL Project

A series of projects of 42, where we have to re-code some part of OpenSSL.


Description

Ft-ssl is composed of 3 different projects:

  • ft-ssl-md5
  • ft-ssl-des
  • ft-ssl-rsa

For now only ft-ssl-md5 is finished.

Ft-ssl-des is in progress, you can find it here. For now, I'm redoing the parsing to adapt it with PBKDF2 and EVP-BytesToKey.

Ft-ssl-md5

For md5, we had to re-encode hash algorithms. Two algorithms are mandatory md5 and sha256.