open-quantum-safe / boringssl

Fork of BoringSSL that includes prototype quantum-resistant key exchange and authentication in the TLS handshake based on liboqs
https://openquantumsafe.org/
Other
35 stars 18 forks source link

Add some OQS tests to x509/x509_test.cc and evp/evp_test.cc #60

Open xvzcf opened 3 years ago

xvzcf commented 3 years ago

This might preempt issues such as https://github.com/open-quantum-safe/boringssl/issues/58

claucece commented 3 years ago

I'll start looking at this this week ;)

baentsch commented 3 years ago

68 might cause a significant code base change that could throw anybody's work back, so question to @claucece : Do you have something to merge on this issue that should be merged before adding in #68?

claucece commented 3 years ago

@baentsch yes, I was doing intial testing. But, don't feel stopped by it. I'll rebase and fix any conflicts.