microsoft / go

The Microsoft build of the Go toolset
BSD 3-Clause "New" or "Revised" License
284 stars 27 forks source link

Support crypto/dsa #1108

Open qmuntal opened 10 months ago

qmuntal commented 10 months ago

crypto/dsa is part of the standard library, but still not supported by CNG nor OpenSSL.

qmuntal commented 10 months ago

CNG PR submitted: https://github.com/microsoft/go-crypto-winnative/pull/50

qmuntal commented 9 months ago

OpenSSL WIP PR submitted: https://github.com/golang-fips/openssl/pull/135