netos_porting_readme.txt --Li Zhen at Waltham site

1. donwload openssl source from http://www.openssl.org/source/
2. on 2/26/2008, the latest stable realeas is openssl-0.9.8g.tar.gz 
3. save the tarball and unzip it.
4. copy the contains to netos/src/opensslnew
5. tweaked the Configure script to include an entry for the "netos-elf-arm" target
6. create file configure_netos
7. run ./configure_netos to generate Makefiles
8.
9.
10.
11. patch with:
	Openssl-0.9.8g-tls-extensions.patch:  This patch adds support for TLS SessionTicket extension (RFC 4507) for
	the parts used by EAP-FAST (RFC 4851).
	
    Here is on how to patch:
    
    1). get the original openssl0.9.8g tarball, unzip it
    2). cd to the top level of the source tree, like netos/src/openssl098g_org
    3). copy Openssl-0.9.8g-tls-extensions.patch to netos/src/openssl098g_org
    4). type:
    
    	arm-elf$patch -p1 <openssl-0.9.8g-tls-extensions.patch
    	
    	if successful, the following will be appearing:
    	
	patching file ssl/s3_clnt.c
	patching file ssl/s3_srvr.c
	patching file ssl/ssl.h
	patching file ssl/ssl_err.c
	patching file ssl/ssl_sess.c
	patching file ssl/t1_lib.c
	patching file ssl/tls1.h
	patching file util/ssleay.num
	arm-elf$
    5). merge in the patched files in NETOS tree: netos/src/openssl098g

