certstore
certstore copied to clipboard
Go library for using system certificate stores on macOS/Windows
Results
1
certstore issues
Sort by
recently updated
recently updated
newest added
Ian Lance Taylor wrote in https://github.com/golang/go/issues/51726#issuecomment-1069824759: > It looks like the code that led to this issue is calling FormatMessage with the FORMAT_MESSAGE_ALLOCATE_BUFFER which [does indeed](https://docs.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-formatmessage) allocate memory using LocalAlloc....