AdaCore Blog

Joakim Strandberg

Joakim Strandberg

Joakim Strandberg is a consultant in Ada and associated methodologies. He has a Master of Electrical Engineering from the Royal Institute of Technology in Stockholm. His current role is Technical Lead at Alstom working with safety-critical systems in Ada/SPARK.

1 entries written by Joakim Strandberg

Announcing Ada binding to the wolfSSL library

Today, we at wolfSSL (https://www.wolfssl.com/) are happy to announce the availability of an Ada/SPARK binding that enables Ada applications to use post-quantum TLS 1.3 encryption through the wolfSSL embedded SSL/TLS library. The wolfSSL library is thread safe by design. Multiple threads can enter the library simultaneously without creating conflicts because wolfSSL avoids global data, static data, and the sharing of objects. When objects are used in the API the wolfSSL library provides opaque pointers to objects whose contents is only known internally by the wolfSSL library. This library interface design makes it easy to make bindings to other programming languages and at the same time enables the contents of the objects used internally to be highly configurable.

#wolfSSL