Depends what information you need - if you just need a binary valid/not
valid then prune it first then verify. If you want a more fine grained data
set then don't. Write some code - forking and running openssl verify each
time will be insanely slow - don't do that. I doubt you really have a
billio
Hello,
I am a CS graduate student and doing a measurement study regarding the SSL
ecosystem. I have approximately 1 billion SSL certificates and I would like to
run openssl verify on each certificate to sift out invalid certificates. My
major concern, as you might guess, is whether doing this v
> From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf Of
> Sarvesh Renghe
> Sent: Wednesday, March 29, 2017 07:32
> Now we want to send this data from modem to server in a secured way. Once
> option is to encrypt the data using
> RSAEncyptor before sending and decrypt the da