Skip to content

Sample of mutual authentication using Mongoose, CURL and OpenSSL

Notifications You must be signed in to change notification settings

kvirund/authenticample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Authenticample

Join the chat at https://gitter.im/kvirund/authenticample Build Status

Build instructions:

$ git submodule init
$ git submodule update
$ mkdir build
$ cd build
$ cmake ..
$ make

Running server:

$ src/server/server <port>

To use with SSL support, use the following format of the port number:

[ssl://][host:]port[:server certificate with private key file in PEM format[:CA certificate]]

For example:

$ server ssl://127.0.0.1:8043:server.pem:cacert.pem

Running client:

$ client [-u <URL>] [-c <client's cert file> -k <client's private key file>] [-r <CA certs file>]

About

Sample of mutual authentication using Mongoose, CURL and OpenSSL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published