You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golang-dev
Hi all,
I know that recently the boring was merged to main golang code.
Still this relevant only for Linux 64.
Are there any plans to add enable it to Windows/Mac and other OSs?
If there is a conversation that discuss this please refer it to me.
Thanks
Jared Parsons
unread,
Dec 14, 2022, 1:52:31 PM12/14/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golang-dev
I do not believe there are any plans to add this support into the upstream Go compiler code base at this time. There was a proposal on making the Go crypto engine more pluggable in #33281. This would've allowed for alternative engines like Windows CNG to be used but that was rejected.
There is also a joint effort from a few companies (RedHat and Microsoft included) to centralize the work on making Go more FIPS compliant across OS. Presently there is no Mac support though.