Re: Problem loading der encoded RSA public key inlined with objcopy.

2013-04-11 Thread Jakob Bohm
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

RE: Problem loading der encoded RSA public key inlined with objcopy.

2013-04-11 Thread Dave Thompson
>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

Problem loading der encoded RSA public key inlined with objcopy.

2013-04-11 Thread Lee Hambley
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,

Fwd: Problem loading der encoded RSA public key inlined with objcopy.

2013-04-11 Thread Lee Hambley
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