Implement code for writing PEM
authorStef Walter <stefw@gnome.org>
Wed, 23 Jan 2013 11:15:27 +0000 (12:15 +0100)
committerStef Walter <stefw@gnome.org>
Tue, 5 Feb 2013 14:00:25 +0000 (15:00 +0100)
commit5df24bf0fb8532e0ebdf5f2366834848fdf6097d
treeb858952507533e8708650fd61a128eb41aa6819d
parent722efb88cf12261d705e2a6dfb4aceab9ff7b76f
Implement code for writing PEM

 * Based on the gcr code
 * Bring in base64 output code from BSD
 * Make sure to output base64 lines of 64 character length since
   this is what OpenSSL expects
common/base64.c
common/base64.h
common/pem.c
common/pem.h
common/tests/test-pem.c