OpenSSL itself contains all sorts of apps that do it.  openssl (or
openssl.exe) implements all the programs in the apps/ directory.
Also, 'make test' runs all the internal self-tests.

If you need to verify interoperability with something, figure out what
protocol it's using -- pkcs8, pkcs12, and pkcs7 handle PKCS-formatted
files of the various types, s_client connects to a TLS/SSL3/SSL2
server, s_server runs as a server to accept client connections, req
will generate a certificate signing request, x509 will parse X.509
certificates...

...and if you need to perform some kind of actual crypto test, check
the 'enc' manpage (if you're on Windows,
http://openssl.org/docs/apps/enc.html is a pointer to the HTMLized
version of the manpage for your perusal) for information on how to do
it.

All of the source code for these is in the apps/ subdirectory of the
source distribution.  You can use them as a basis for your own
routines.

-Kyle H

On Mon, Sep 1, 2008 at 3:43 AM, Nanavati, Sitanshu
<[EMAIL PROTECTED]> wrote:
> Hi all,
>
>
>
> I am looking for some real world app or test app that could be used to run
> with OpenSSL and check crypto functionality.  Please send me the
> pointers/URLs.  Thanks in advance.
>
>
>
> -Sitanshu
>
>
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           [EMAIL PROTECTED]
  • Test app Nanavati, Sitanshu
    • Re: Test app Kyle Hamilton

Reply via email to