Security APIs
These can be somewhat controversial because of US export restrictions on cryptographic technology. However, the Internet being as wide-open as it is, security is vital to anyone who hooks up. As controversial as they may be, however, they're critical to e-commerce work as well as anyone who feels that privacy is important.
Note that a strong case can be made for open sourcing any security product -- while it is that much easier to analyze the code for a weakness, open source cryptoware of any sort has the advantage of being theoretically immune to trap doors and other holes because it's trivial to fix them. If you need a security product of any sort on your system, give serious consideration to going the open source root first.
OpenSSL is a package that implements the Secure Sockets Layer API. Based on an earlier package called SSLeay (whose current status seems to be undeterminable), OpenSSL is standard issue on OpenBSD.