WWDC24 Prologue

I have been doing iOS development for a few years now, and visiting the WWDC became one of my bucket list item. During COVID there were significant changes introduced, for example the in person event got much shorter. Now we are talking about a reception on Sunday afternoon, a whole Monday, and half day of ...

OpenSSL and X509 Certificate on iOS

I got a task last December to build the OpenSSL framework for the iOS platform. I immediately started to be skeptical: why do we need this particular framework on iOS, since we have so many things available from the iOS SDK and different Apple frameworks?  I couldn’t have been more wrong.  Apple is not offering OpenSSL in ...