• Adam Langley's avatar
    crypto/openpgp/armor: bug fixes · 2a2995ce
    Adam Langley authored
    * Don't require lines to be full.
    * Don't forget to flush the line buffer.
    * Update the test so that it doesn't happen to include only full lines
      in order to test the above.
    * Always write the line after the header as GNUPG expects it.
    
    R=bradfitzgo
    CC=golang-dev
    https://golang.org/cl/4124043
    2a2995ce
Name
Last commit
Last update
..
Makefile Loading commit data...
armor.go Loading commit data...
armor_test.go Loading commit data...
encode.go Loading commit data...