You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because readString() converts the buffer to a UTF-8 string, there is an irreversible corruption, when the string is converted back to a Buffer via Buffer.from(str, 'binary').
The text was updated successfully, but these errors were encountered:
https://github.com/mcavage/node-asn1/blob/master/lib/ber/reader.js#L187
Because
readString()
converts the buffer to a UTF-8 string, there is an irreversible corruption, when the string is converted back to a Buffer viaBuffer.from(str, 'binary')
.The text was updated successfully, but these errors were encountered: