SAP / go-ase

SAP ASE Database Client for Go
Apache License 2.0
25 stars 14 forks source link

Fix errors with trailing bytes in passes CA files #125

Closed ntnn closed 4 years ago

ntnn commented 4 years ago

Description

When a passed CA file has trailing bytes (e.g. a newline) the current code fails, as len(bs) isn't zero and the remaining bytes can't be parsed into a PEM block.

Related issues

-

Tests