Changes			History of this package
Makefile.PL		Custom Makefile maker tested on Win32, Mac, and Linux
MANIFEST		This file
MatrixSSL.xs		The "C" code which builds a perl module containing the MatrixSSL routines
ppport.h
README			Info about MatrixSSL and Crypt::MatrixSSL
t/Crypt-MatrixSSL.t	Test script
MatrixSSL.pm		Main Module
mxgg.pl			Example script showing MatrixSSL grabbing an HTTPS web page
mxSsl.h			Header file so MatrixSSL.xs can connect to the MatrixSSL source tree (./matrixssl/*)
const-c.inc		
const-xs.inc
CAcertCln.pem		Certificates used by the sample script:-
CAcertSrv.pem
certCln.pem
certSrv.pem
privkeyCln.pem
privkeySrv.pem
META.yml		Version info etc
matrixssl/ReadMe.txt	Subdirectory containing the source of "matrixssl-1-2-2.zip" downloaded on 17 Jan 2005 from www.matrixssl.org: http://www.matrixssl.org/download.html
matrixssl/license.txt
matrixssl/matrixSsl.h
matrixssl/doc/MatrixSSLApi.pdf
matrixssl/doc/MatrixSSLDeveloperGuide.pdf
matrixssl/doc/MatrixSSLKeyGeneration.pdf
matrixssl/doc/MatrixSSLPortingGuide.pdf
matrixssl/doc/MatrixSSLReadme.pdf
matrixssl/doc/MatrixSSLSocketApi.pdf
matrixssl/examples/CAcertCln.pem
matrixssl/examples/CAcertSrv.pem
matrixssl/examples/certCln.p12
matrixssl/examples/certCln.pem
matrixssl/examples/certSrv.p12
matrixssl/examples/certSrv.pem
matrixssl/examples/httpsClient.c
matrixssl/examples/httpsClient.sln
matrixssl/examples/httpsClient.vcproj
matrixssl/examples/httpsReflector.c
matrixssl/examples/httpsReflector.sln
matrixssl/examples/httpsReflector.vcproj
matrixssl/examples/Makefile
matrixssl/examples/privkeyCln.pem
matrixssl/examples/privkeySrv.pem
matrixssl/examples/sslSocket.c
matrixssl/examples/sslSocket.h
matrixssl/src/cipherSuite.c
matrixssl/src/crypto/cryptoLayer.h
matrixssl/src/crypto/peersec/arc4.c
matrixssl/src/crypto/peersec/asn1.c
matrixssl/src/crypto/peersec/base64.c
matrixssl/src/crypto/peersec/des3.c
matrixssl/src/crypto/peersec/md2.c
matrixssl/src/crypto/peersec/md5.c
matrixssl/src/crypto/peersec/mpi.c
matrixssl/src/crypto/peersec/mpi.h
matrixssl/src/crypto/peersec/pscrypto.h
matrixssl/src/crypto/peersec/rsa.c
matrixssl/src/crypto/peersec/sha1.c
matrixssl/src/Makefile
matrixssl/src/matrixConfig.h
matrixssl/src/matrixInternal.h
matrixssl/src/matrixSsl.c
matrixssl/src/matrixSsl.vcproj
matrixssl/src/os/linux/linux.c
matrixssl/src/os/osLayer.h
matrixssl/src/os/psMalloc.h
matrixssl/src/os/vxworks/vxworks.c
matrixssl/src/os/win/win.c
matrixssl/src/sslDecode.c
matrixssl/src/sslEncode.c
matrixssl/src/sslv3.c
