How to find CMVP certificate of the boringssl used in a dev.boringcrypto binary

I am deciding to use https://go-boringcrypto.storage.googleapis.com/go1.14.15b4.linux-amd64.tar.gz.

I want to know which exact NIST CMVP certificate number will be applicable for the BoringCrypto module this version has?

From quick search on NIST I can find these certs -

a) 3753 - https://csrc.nist.gov/projects/cryptographic-module-validation-program/certificate/3753
b) 3678 - https://csrc.nist.gov/projects/cryptographic-module-validation-program/certificate/3678
c) 3318 - https://csrc.nist.gov/projects/cryptographic-module-validation-program/certificate/3318
d) 2964 - https://csrc.nist.gov/projects/cryptographic-module-validation-program/certificate/2964

Is there a way to find this? This will be helpful if later we decide to upgrade and use some other version.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.