fullsailor / pkcs7

Implements a subset of PKCS#7/Crytpographic Message Syntax (rfc2315, rfc5652)
MIT License
123 stars 201 forks source link

Comment out all lines with encodeIndent variable #37

Closed lchudinov closed 5 years ago

lchudinov commented 5 years ago

There are complaints about data races when ber2der is used in multiple goroutines. Actually, this is because of encodeIndent variable which is used only for debugging purpose.