wolfssl-examples/crypto/pkcs12
Jacob Barthelmeh 8f1ac1a379 simple pkcs12 example added 2017-01-09 14:35:12 -07:00
..
Makefile simple pkcs12 example added 2017-01-09 14:35:12 -07:00
README simple pkcs12 example added 2017-01-09 14:35:12 -07:00
pkcs12-example.c simple pkcs12 example added 2017-01-09 14:35:12 -07:00
test-servercert.p12 simple pkcs12 example added 2017-01-09 14:35:12 -07:00

README

How to use pkcs12-example.c

1) a. Compile wolfSSL with  ./configure --enable-pwdbased --enable-des3, run
      'make', and then install by typing 'sudo make install'.
   b. In the crypto/pkcs12 directory run the Makefile by typing 'make'.
2)  run the excecutable as follows:

        ./pkcs12-example

3)  Running 'make clean' will delete the excecutable as well as any created
    files. Making sure that the only files left are 'pkcs12-example.c',
    'Makefile', 'test-servercert.p12'and 'README'.