Implementation of Highly Efficient OCSP Server

OCSP server is a key component of PKI. The response interval is influenced mainly by servers signature speed. In this article, a highly efficient implementation of OCSP server is brought forward, which applies Hash-table search, cache, and multi-thread technology. In addition to signing response messages correctly, ensuring security, and keeping compatibility, servers efficiency is improved greatly.