Skip to content

engine-corner/Lesson-1-A-useless-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A useless example

This is an example of the absolute minimum needed to create an OpenSSL engine using autoconf, automake and libtool

Build

Build as follows:

$ autoreconf -i
$ ./configure
$ make

A quick and easy test goes like this:

$ OPENSSL_ENGINES=.libs openssl engine -t -c useless

Considering this engine has no futher use, we'll stop here.

About

A demonstration of the absolute minimum needed to get an engine started.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published