Revert "Upgrade upstream version to 0.14" 45/50545/1
authorKyungwook Tak <k.tak@samsung.com>
Fri, 30 Oct 2015 00:34:57 +0000 (09:34 +0900)
committerKyungwook Tak <k.tak@samsung.com>
Fri, 30 Oct 2015 00:37:43 +0000 (09:37 +0900)
commitdd663e4ef315aa60ebf06a1ae1050d3cbc064e98
tree31a8880682445a4e4a07ba333a4f1d48ea582ef3
parent55a345f86ac3e75576d794146eabf4df764de4f8
Revert "Upgrade upstream version to 0.14"

This reverts commit 55a345f86ac3e75576d794146eabf4df764de4f8, reversing
changes made to 86127911c0159224e4d58325c9dc25a59bb91f5e.

Change-Id: I08adbde03bea34b7d83788d443c23ccfa57daaa3
195 files changed:
.gitignore [deleted file]
.travis.yml [deleted file]
ChangeLog
INSTALL
MANIFEST.in
OpenSSL/SSL.py [deleted file]
OpenSSL/__init__.py
OpenSSL/_util.py [deleted file]
OpenSSL/crypto.py [deleted file]
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.py [deleted file]
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/README [deleted file]
OpenSSL/test/__init__.py
OpenSSL/test/test_crypto.py
OpenSSL/test/test_rand.py
OpenSSL/test/test_ssl.py
OpenSSL/test/util.py
OpenSSL/util.c [new file with mode: 0644]
OpenSSL/util.h [new file with mode: 0644]
OpenSSL/version.py
PKG-INFO [new file with mode: 0644]
README
dapper/README.Debian [deleted file]
dapper/changelog [deleted file]
dapper/control [deleted file]
dapper/copyright [deleted file]
dapper/pyopenssl-doc.doc-base [deleted file]
dapper/pyopenssl-doc.docs [deleted file]
dapper/pyopenssl-doc.examples [deleted file]
dapper/python-pyopenssl.docs [deleted file]
dapper/rules [deleted file]
doc/Makefile
doc/Quotes [deleted file]
doc/README [deleted file]
doc/api.rst [deleted file]
doc/api/crypto.rst [deleted file]
doc/api/rand.rst [deleted file]
doc/api/ssl.rst [deleted file]
doc/conf.py [deleted file]
doc/images/pyopenssl-brand.png [deleted file]
doc/images/pyopenssl-icon.png [deleted file]
doc/images/pyopenssl-logo.png [deleted file]
doc/images/pyopenssl.svg [deleted file]
doc/index.rst [deleted file]
doc/internals.rst [deleted file]
doc/introduction.rst [deleted file]
doc/make.bat [deleted file]
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]
etch/README.Debian [deleted file]
etch/changelog [deleted file]
etch/control [deleted file]
etch/copyright [deleted file]
etch/pycompat [deleted file]
etch/pyopenssl-doc.doc-base [deleted file]
etch/pyopenssl-doc.docs [deleted file]
etch/pyopenssl-doc.examples [deleted file]
etch/python-pyopenssl.docs [deleted file]
etch/rules [deleted file]
gutsy/README.Debian [deleted file]
gutsy/changelog [deleted file]
gutsy/compat [deleted file]
gutsy/control [deleted file]
gutsy/copyright [deleted file]
gutsy/pycompat [deleted file]
gutsy/pyopenssl-doc.doc-base [deleted file]
gutsy/pyopenssl-doc.docs [deleted file]
gutsy/pyopenssl-doc.examples [deleted file]
gutsy/python-pyopenssl.docs [deleted file]
gutsy/rules [deleted file]
leakcheck/context-info-callback.py [deleted file]
leakcheck/context-passphrase-callback.py [deleted file]
leakcheck/context-verify-callback.py [deleted file]
leakcheck/crypto.py [deleted file]
leakcheck/dhparam.pem [deleted file]
leakcheck/thread-crash.py [deleted file]
leakcheck/thread-key-gen.py [deleted file]
memdbg.py [deleted file]
packaging/python-pyOpenSSL.changes [new file with mode: 0644]
packaging/python-pyOpenSSL.spec
runtests.py [deleted file]
setup.cfg
setup.py
tox.ini [deleted file]