Blog

The new Release Strategy

Today the OpenSSL project published its Release Strategy. You can read it here. There are some really important announcements discussed in it. I’d like to spend a bit of time talking about the thinking that went into writing this strategy.

Hello World

Well, we did it. We have an OpenSSL team blog.

Powered by Octopress. Take a bit of doing to get it running.

Whew.

#include <stdio.h>

int
main(int ac, char *av[])
{
    printf("Hello, world\n");
    return 0;
}