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

2013-04-11 Thread Lee Hambley
message -- From: Lee Hambley lee.hamb...@gmail.com 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 for a couple of hours armed with my *Network Security With OpenSSL

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 openssl/rsa.h #include openssl/x509.h #include stdio.h extern unsigned char _binarycertificates_der_start; extern unsigned char

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 openssl/rsa.h #include openssl/x509.h #include stdio.h

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