How to build Apple library with SSL error intact?

How can I create a library with the now known SSL error , which appeared in February 2014?

I saw this article that has a link to a vulnerable version of the sslKeyExchange.c source file , but it is not clear to me where the assembly script (Makefile, Xcode project, whatever) that I can use to create this library is located.

I would like to run a static code analyzer on it and do it right, I need to create it.

+4
source share

All Articles