Skip to content

Example code demonstrating ecdh key agreement using openssl evp library.

Notifications You must be signed in to change notification settings

prithuadhikary/OPENSSL_EVP_ECDH_EXAMPLE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OPENSSL EVP ECDH EXAMPLE

Demonstration of Simple ECDH Using OpenSSL's EVP Library.

Code Build

  1. Install build-essential and libssl sudo apt-get install build-essential libssl-dev

  2. Use GCC to build code. The code needs to be linked to libcrypto gcc -w main.c -o ecdh-sample -lcrypto

Releases

No releases published

Packages

No packages published

Languages