Initial import to Tizen 05/1605/1 1.0 1.0_branch accepted/trunk/20120904.165937 submit/trunk/20120831.221058
authorJimmy Huang <jimmy.huang@linux.intel.com>
Fri, 31 Aug 2012 22:10:46 +0000 (15:10 -0700)
committerJimmy Huang <jimmy.huang@linux.intel.com>
Fri, 31 Aug 2012 22:10:46 +0000 (15:10 -0700)
commit9cb2b01b3a7aa067caef283472ff17f717e9505a
tree399350f736f3d57ffaa7e3af17dc7d085c35fa28
Initial import to Tizen

Signed-off-by: Jimmy Huang <jimmy.huang@linux.intel.com>
145 files changed:
ChangeLog [new file with mode: 0644]
INSTALL [new file with mode: 0644]
MANIFEST.in [new file with mode: 0644]
OpenSSL/RATIONALE [new file with mode: 0644]
OpenSSL/__init__.py [new file with mode: 0644]
OpenSSL/crypto/crl.c [new file with mode: 0644]
OpenSSL/crypto/crl.h [new file with mode: 0644]
OpenSSL/crypto/crypto.c [new file with mode: 0644]
OpenSSL/crypto/crypto.h [new file with mode: 0644]
OpenSSL/crypto/netscape_spki.c [new file with mode: 0644]
OpenSSL/crypto/netscape_spki.h [new file with mode: 0644]
OpenSSL/crypto/pkcs12.c [new file with mode: 0644]
OpenSSL/crypto/pkcs12.h [new file with mode: 0644]
OpenSSL/crypto/pkcs7.c [new file with mode: 0644]
OpenSSL/crypto/pkcs7.h [new file with mode: 0644]
OpenSSL/crypto/pkey.c [new file with mode: 0644]
OpenSSL/crypto/pkey.h [new file with mode: 0644]
OpenSSL/crypto/revoked.c [new file with mode: 0644]
OpenSSL/crypto/revoked.h [new file with mode: 0644]
OpenSSL/crypto/x509.c [new file with mode: 0644]
OpenSSL/crypto/x509.h [new file with mode: 0644]
OpenSSL/crypto/x509ext.c [new file with mode: 0644]
OpenSSL/crypto/x509ext.h [new file with mode: 0644]
OpenSSL/crypto/x509name.c [new file with mode: 0644]
OpenSSL/crypto/x509name.h [new file with mode: 0644]
OpenSSL/crypto/x509req.c [new file with mode: 0644]
OpenSSL/crypto/x509req.h [new file with mode: 0644]
OpenSSL/crypto/x509store.c [new file with mode: 0644]
OpenSSL/crypto/x509store.h [new file with mode: 0644]
OpenSSL/py3k.h [new file with mode: 0644]
OpenSSL/pymemcompat.h [new file with mode: 0644]
OpenSSL/rand/rand.c [new file with mode: 0644]
OpenSSL/ssl/connection.c [new file with mode: 0755]
OpenSSL/ssl/connection.h [new file with mode: 0644]
OpenSSL/ssl/context.c [new file with mode: 0644]
OpenSSL/ssl/context.h [new file with mode: 0644]
OpenSSL/ssl/ssl.c [new file with mode: 0644]
OpenSSL/ssl/ssl.h [new file with mode: 0644]
OpenSSL/test/__init__.py [new file with mode: 0644]
OpenSSL/test/test_crypto.py [new file with mode: 0644]
OpenSSL/test/test_rand.py [new file with mode: 0644]
OpenSSL/test/test_ssl.py [new file with mode: 0644]
OpenSSL/test/util.py [new file with mode: 0644]
OpenSSL/tsafe.py [new file with mode: 0644]
OpenSSL/util.c [new file with mode: 0644]
OpenSSL/util.h [new file with mode: 0644]
OpenSSL/version.py [new file with mode: 0644]
PKG-INFO [new file with mode: 0644]
README [new file with mode: 0644]
TODO [new file with mode: 0644]
doc/Makefile [new file with mode: 0644]
doc/pyOpenSSL.tex [new file with mode: 0644]
doc/tools/anno-api.py [new file with mode: 0755]
doc/tools/buildindex.py [new file with mode: 0755]
doc/tools/checkargs.pm [new file with mode: 0644]
doc/tools/cklatex [new file with mode: 0755]
doc/tools/custlib.py [new file with mode: 0644]
doc/tools/cvsinfo.py [new file with mode: 0644]
doc/tools/findacks [new file with mode: 0755]
doc/tools/findmodrefs [new file with mode: 0755]
doc/tools/fix_hack [new file with mode: 0755]
doc/tools/fix_libaux.sed [new file with mode: 0755]
doc/tools/fixinfo.el [new file with mode: 0644]
doc/tools/getpagecounts [new file with mode: 0755]
doc/tools/html/about.dat [new file with mode: 0644]
doc/tools/html/about.html [new file with mode: 0644]
doc/tools/html/icons/blank.gif [new file with mode: 0644]
doc/tools/html/icons/blank.png [new file with mode: 0644]
doc/tools/html/icons/contents.gif [new file with mode: 0644]
doc/tools/html/icons/contents.png [new file with mode: 0644]
doc/tools/html/icons/index.gif [new file with mode: 0644]
doc/tools/html/icons/index.png [new file with mode: 0644]
doc/tools/html/icons/modules.gif [new file with mode: 0644]
doc/tools/html/icons/modules.png [new file with mode: 0644]
doc/tools/html/icons/next.gif [new file with mode: 0644]
doc/tools/html/icons/next.png [new file with mode: 0644]
doc/tools/html/icons/previous.gif [new file with mode: 0644]
doc/tools/html/icons/previous.png [new file with mode: 0644]
doc/tools/html/icons/up.gif [new file with mode: 0644]
doc/tools/html/icons/up.png [new file with mode: 0644]
doc/tools/html/index.html.in [new file with mode: 0644]
doc/tools/html/stdabout.dat [new file with mode: 0644]
doc/tools/html/style.css [new file with mode: 0644]
doc/tools/html2texi.pl [new file with mode: 0755]
doc/tools/indfix.py [new file with mode: 0755]
doc/tools/info/Makefile [new file with mode: 0644]
doc/tools/info/README [new file with mode: 0644]
doc/tools/info/python.dir [new file with mode: 0644]
doc/tools/keywords.py [new file with mode: 0644]
doc/tools/listmodules [new file with mode: 0755]
doc/tools/mkackshtml [new file with mode: 0755]
doc/tools/mkhowto [new file with mode: 0755]
doc/tools/mkinfo [new file with mode: 0755]
doc/tools/mkmodindex [new file with mode: 0755]
doc/tools/mksourcepkg [new file with mode: 0755]
doc/tools/node2label.pl [new file with mode: 0755]
doc/tools/paper-a4/pypaper.sty [new file with mode: 0644]
doc/tools/perl/SynopsisTable.pm [new file with mode: 0644]
doc/tools/perl/distutils.perl [new file with mode: 0644]
doc/tools/perl/howto.perl [new file with mode: 0644]
doc/tools/perl/l2hinit.perl [new file with mode: 0644]
doc/tools/perl/ltxmarkup.perl [new file with mode: 0644]
doc/tools/perl/manual.perl [new file with mode: 0644]
doc/tools/perl/python.perl [new file with mode: 0644]
doc/tools/push-docs.sh [new file with mode: 0755]
doc/tools/refcounts.py [new file with mode: 0644]
doc/tools/sgmlconv/Makefile [new file with mode: 0644]
doc/tools/sgmlconv/README [new file with mode: 0644]
doc/tools/sgmlconv/conversion.xml [new file with mode: 0644]
doc/tools/sgmlconv/docfixer.py [new file with mode: 0755]
doc/tools/sgmlconv/esis2sgml.py [new file with mode: 0755]
doc/tools/sgmlconv/esistools.py [new file with mode: 0644]
doc/tools/sgmlconv/latex2esis.py [new file with mode: 0755]
doc/tools/sgmlconv/make.rules [new file with mode: 0644]
doc/tools/support.py [new file with mode: 0644]
doc/tools/templates/howto.tex [new file with mode: 0644]
doc/tools/templates/manual.tex [new file with mode: 0644]
doc/tools/templates/module.tex [new file with mode: 0644]
doc/tools/texinputs/boilerplate.tex [new file with mode: 0644]
doc/tools/texinputs/copyright.tex [new file with mode: 0644]
doc/tools/texinputs/distutils.sty [new file with mode: 0644]
doc/tools/texinputs/fncychap.sty [new file with mode: 0644]
doc/tools/texinputs/howto.cls [new file with mode: 0644]
doc/tools/texinputs/ltxmarkup.sty [new file with mode: 0644]
doc/tools/texinputs/manual.cls [new file with mode: 0644]
doc/tools/texinputs/pypaper.sty [new file with mode: 0644]
doc/tools/texinputs/python.ist [new file with mode: 0644]
doc/tools/texinputs/python.sty [new file with mode: 0644]
doc/tools/texinputs/reportingbugs.tex [new file with mode: 0644]
doc/tools/toc2bkm.py [new file with mode: 0755]
doc/tools/update-docs.sh [new file with mode: 0755]
doc/tools/whichlibs [new file with mode: 0755]
examples/README [new file with mode: 0644]
examples/SecureXMLRPCServer.py [new file with mode: 0644]
examples/certgen.py [new file with mode: 0644]
examples/mk_simple_certs.py [new file with mode: 0644]
examples/proxy.py [new file with mode: 0644]
examples/simple/README [new file with mode: 0644]
examples/simple/client.py [new file with mode: 0644]
examples/simple/server.py [new file with mode: 0644]
packaging/python-pyOpenSSL.changes [new file with mode: 0644]
packaging/python-pyOpenSSL.spec [new file with mode: 0644]
rpm/build_script [new file with mode: 0644]
setup.cfg [new file with mode: 0644]
setup.py [new file with mode: 0755]