Skip to content

KrisjanisP/rqrng-dbus-openssl-provider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(W.I.P.)

qrng-provider

OpenSSL 3 remote quantum random number generation provider

make
openssl rand -provider-path  ./lib/ -provider librqrng 10

running this give the same output for the same provider input

openssl genpkey -provider-path ./lib/ -provider librqrng -provider default -algorithm RSA -out private.key

through experiment by running the cmd above and restarting mock dbus service in between, we got the same private key. the mock dbus service read from a pre-recorded output of /dev/random. if the mock dbus service returned a banal output, such as all zeros, the openssl private key generation threw an error.

About

OpenSSL 3 remote quantum random number generation provider

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published