Skip to content

The second lesson is about writing an engine with only a digest implementation

Notifications You must be signed in to change notification settings

engine-corner/Lesson-2-A-digest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lesson 2: A digest

The second lesson is about writing an engine with only a digest implementation

Build

Build as follows:

$ autoreconf -i
$ ./configure
$ make

A quick and easy test goes like this:

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

$ echo whatever OPENSSL_ENGINES=.libs openssl openssl dgst -md5 -engine emd5

About

The second lesson is about writing an engine with only a digest implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published