Skip to content

dstucrypt/dstu-validator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSTU remote validator

This daemon implements HTTP API for certificate verification and signature checks.

Code written in C, uses OpenSSL with DSTU support [0] and libre [1]

CA

Trusted certificates should be available in current directory (./CA/).

Usage

Send POST request to localhost:8013/api/0/check to verify signature.

Params:

  • d - data in plain text
  • s - signature in base64
  • c - signer certificate in PEM format

Dependencies

Depends on openssl-dstu and creytib re 0.4.9

Links

About

DSTU4145 certifiacte and sign validator as HTTP API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages