joostd / esp8266-eduroam

eduroam on a esp8266 SoC
59 stars 14 forks source link

Certificate Makefile dont generate proper certificate #2

Open dpenezic opened 8 years ago

dpenezic commented 8 years ago

Certificate are made according partial information of openssl.cnf and local settings, which generate inappropriate length of certificate. My wild guess is that certificate may be max 1024bit long , according some other routine use by official set of routine.

Certificate longer then 1024bit dont work.