On 4/11/2013 8:31 PM, Dave Thompson wrote:
From: Lee Hambley
Sent: Thursday, 11 April, 2013 02:33
...
extern unsigned char _binarycertificates_der_start;
extern unsigned char _binarycertificates_der_size;
I see below this is apparently a very weird object-file trick.
int main(int arg
>From: owner-openssl-us...@openssl.org On Behalf Of Lee Hambley
>Sent: Thursday, 11 April, 2013 02:33
>I've been battling the following code for a couple of hours
>armed with my Network Security With OpenSSL book to little avail.
>#include
>#include
>#include
>extern unsigned char _binary
Hi List,
I've been battling the following code for a couple of hours armed with
my *Network
Security With OpenSSL* book to little avail.
#include
#include
#include
extern unsigned char _binarycertificates_der_start;
extern unsigned char _binarycertificates_der_size;
int main(int argc,
t matches the
"openssl enc -base64" output.
- Lee Hambley
-- Forwarded message --
From: Lee Hambley
Date: 11 April 2013 08:32
Subject: Problem loading der encoded RSA public key inlined with objcopy.
To: openssl-users@openssl.org
Hi List,
I've been battling the following code fo