aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-10-09 18:11:14 +0000
committerlloyd <[email protected]>2009-10-09 18:11:14 +0000
commit621d5391649011aa63b5d3f706f6f2544a03fc21 (patch)
treeb3562b03fae45fb73f71cafbffcc00a60cfbce76
parenta62f8baf340cdb977fdab8f29cfa71340c07c0e9 (diff)
Drop the SWIG wrappers; never worked. Move the XS wrappers to src/wrap/perl-xs
-rw-r--r--src/wrap/perl-xs/Botan.pm (renamed from wrappers/perl-xs/Botan.pm)0
-rw-r--r--src/wrap/perl-xs/Botan.xs (renamed from wrappers/perl-xs/Botan.xs)0
-rw-r--r--src/wrap/perl-xs/Changes (renamed from wrappers/perl-xs/Changes)0
-rw-r--r--src/wrap/perl-xs/MANIFEST (renamed from wrappers/perl-xs/MANIFEST)0
-rw-r--r--src/wrap/perl-xs/Makefile.PL (renamed from wrappers/perl-xs/Makefile.PL)0
-rw-r--r--src/wrap/perl-xs/data/ca.cert.der (renamed from wrappers/perl-xs/data/ca.cert.der)bin712 -> 712 bytes
-rw-r--r--src/wrap/perl-xs/data/ca.cert.pem (renamed from wrappers/perl-xs/data/ca.cert.pem)0
-rw-r--r--src/wrap/perl-xs/t/base64.t (renamed from wrappers/perl-xs/t/base64.t)0
-rw-r--r--src/wrap/perl-xs/t/filt.t (renamed from wrappers/perl-xs/t/filt.t)0
-rw-r--r--src/wrap/perl-xs/t/hex.t (renamed from wrappers/perl-xs/t/hex.t)0
-rw-r--r--src/wrap/perl-xs/t/oid.t (renamed from wrappers/perl-xs/t/oid.t)0
-rw-r--r--src/wrap/perl-xs/t/pipe.t (renamed from wrappers/perl-xs/t/pipe.t)0
-rw-r--r--src/wrap/perl-xs/t/testutl.pl (renamed from wrappers/perl-xs/t/testutl.pl)0
-rw-r--r--src/wrap/perl-xs/t/x509cert.t (renamed from wrappers/perl-xs/t/x509cert.t)0
-rw-r--r--src/wrap/perl-xs/typemap (renamed from wrappers/perl-xs/typemap)0
-rw-r--r--wrappers/swig/Makefile32
-rw-r--r--wrappers/swig/base.cpp61
-rw-r--r--wrappers/swig/base.h102
-rw-r--r--wrappers/swig/botan.swg26
-rwxr-xr-xwrappers/swig/doit.py49
-rw-r--r--wrappers/swig/filter.cpp39
-rw-r--r--wrappers/swig/pipe.cpp89
-rw-r--r--wrappers/swig/pk.swg8
-rw-r--r--wrappers/swig/readme.txt34
-rw-r--r--wrappers/swig/tests/block.py52
-rw-r--r--wrappers/swig/tests/block2.py44
-rw-r--r--wrappers/swig/tests/encrypt.py37
-rw-r--r--wrappers/swig/tests/filter.py27
-rw-r--r--wrappers/swig/tests/hash.py30
-rw-r--r--wrappers/swig/tests/mac.py12
-rw-r--r--wrappers/swig/tests/pubkey.py10
-rw-r--r--wrappers/swig/tests/stream.py17
-rw-r--r--wrappers/swig/x509.swg9
33 files changed, 0 insertions, 678 deletions
diff --git a/wrappers/perl-xs/Botan.pm b/src/wrap/perl-xs/Botan.pm
index ac4ad91fb..ac4ad91fb 100644
--- a/wrappers/perl-xs/Botan.pm
+++ b/src/wrap/perl-xs/Botan.pm
diff --git a/wrappers/perl-xs/Botan.xs b/src/wrap/perl-xs/Botan.xs
index ded129d2e..ded129d2e 100644
--- a/wrappers/perl-xs/Botan.xs
+++ b/src/wrap/perl-xs/Botan.xs
diff --git a/wrappers/perl-xs/Changes b/src/wrap/perl-xs/Changes
index 5f32b0c63..5f32b0c63 100644
--- a/wrappers/perl-xs/Changes
+++ b/src/wrap/perl-xs/Changes
diff --git a/wrappers/perl-xs/MANIFEST b/src/wrap/perl-xs/MANIFEST
index b9d8454d6..b9d8454d6 100644
--- a/wrappers/perl-xs/MANIFEST
+++ b/src/wrap/perl-xs/MANIFEST
diff --git a/wrappers/perl-xs/Makefile.PL b/src/wrap/perl-xs/Makefile.PL
index d35c99168..d35c99168 100644
--- a/wrappers/perl-xs/Makefile.PL
+++ b/src/wrap/perl-xs/Makefile.PL
diff --git a/wrappers/perl-xs/data/ca.cert.der b/src/wrap/perl-xs/data/ca.cert.der
index d6ed8aeaf..d6ed8aeaf 100644
--- a/wrappers/perl-xs/data/ca.cert.der
+++ b/src/wrap/perl-xs/data/ca.cert.der
Binary files differ
diff --git a/wrappers/perl-xs/data/ca.cert.pem b/src/wrap/perl-xs/data/ca.cert.pem
index 012913b26..012913b26 100644
--- a/wrappers/perl-xs/data/ca.cert.pem
+++ b/src/wrap/perl-xs/data/ca.cert.pem
diff --git a/wrappers/perl-xs/t/base64.t b/src/wrap/perl-xs/t/base64.t
index f0973e13e..f0973e13e 100644
--- a/wrappers/perl-xs/t/base64.t
+++ b/src/wrap/perl-xs/t/base64.t
diff --git a/wrappers/perl-xs/t/filt.t b/src/wrap/perl-xs/t/filt.t
index 2a7b4c8ba..2a7b4c8ba 100644
--- a/wrappers/perl-xs/t/filt.t
+++ b/src/wrap/perl-xs/t/filt.t
diff --git a/wrappers/perl-xs/t/hex.t b/src/wrap/perl-xs/t/hex.t
index 6f447b25c..6f447b25c 100644
--- a/wrappers/perl-xs/t/hex.t
+++ b/src/wrap/perl-xs/t/hex.t
diff --git a/wrappers/perl-xs/t/oid.t b/src/wrap/perl-xs/t/oid.t
index 66204541f..66204541f 100644
--- a/wrappers/perl-xs/t/oid.t
+++ b/src/wrap/perl-xs/t/oid.t
diff --git a/wrappers/perl-xs/t/pipe.t b/src/wrap/perl-xs/t/pipe.t
index f850d8519..f850d8519 100644
--- a/wrappers/perl-xs/t/pipe.t
+++ b/src/wrap/perl-xs/t/pipe.t
diff --git a/wrappers/perl-xs/t/testutl.pl b/src/wrap/perl-xs/t/testutl.pl
index add6f6a45..add6f6a45 100644
--- a/wrappers/perl-xs/t/testutl.pl
+++ b/src/wrap/perl-xs/t/testutl.pl
diff --git a/wrappers/perl-xs/t/x509cert.t b/src/wrap/perl-xs/t/x509cert.t
index 2a943aeac..2a943aeac 100644
--- a/wrappers/perl-xs/t/x509cert.t
+++ b/src/wrap/perl-xs/t/x509cert.t
diff --git a/wrappers/perl-xs/typemap b/src/wrap/perl-xs/typemap
index d7403d40d..d7403d40d 100644
--- a/wrappers/perl-xs/typemap
+++ b/src/wrap/perl-xs/typemap
diff --git a/wrappers/swig/Makefile b/wrappers/swig/Makefile
deleted file mode 100644
index ff55c793c..000000000
--- a/wrappers/swig/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-LANG=-python
-LANG_INC=/usr/include/python2.3
-
-CFLAGS=$(shell botan-config --cflags)
-LIBS=$(shell botan-config --libs)
-
-CXX = g++ -g
-SWIG = swig -Wall
-
-all: _botan.so
-
-_botan.so: base.o pipe.o filter.o botan_wrap.o
- $(CXX) -shared $^ $(LIBS) -o $@
-
-botan_wrap.cpp: botan.swg base.h
- $(SWIG) $(LANG) -c++ -o $@ $<
-
-botan_wrap.o: botan_wrap.cpp
- $(CXX) $(CFLAGS) -I$(LANG_INC) -c $^ -o $@
-
-base.o: base.cpp base.h
- $(CXX) $(CFLAGS) -c $< -o $@
-
-pipe.o: pipe.cpp base.h
- $(CXX) $(CFLAGS) -c $< -o $@
-
-filter.o: filter.cpp base.h
- $(CXX) $(CFLAGS) -c $< -o $@
-
-clean:
- rm -f *.o _botan.so botan.py botan.pyc
- rm -f *_wrap.o *_wrap.cpp
diff --git a/wrappers/swig/base.cpp b/wrappers/swig/base.cpp
deleted file mode 100644
index 448b3d48e..000000000
--- a/wrappers/swig/base.cpp
+++ /dev/null
@@ -1,61 +0,0 @@
-/*************************************************
-* SWIG Interface for basic Botan interface *
-* (C) 1999-2003 Jack Lloyd *
-*************************************************/
-
-#include "base.h"
-#include <botan/init.h>
-
-#include <stdio.h>
-
-/*************************************************
-* Initialize the library *
-*************************************************/
-LibraryInitializer::LibraryInitializer(const char* args)
- {
- Botan::Init::initialize(args);
- }
-
-/*************************************************
-* Shut down the library *
-*************************************************/
-LibraryInitializer::~LibraryInitializer()
- {
- Botan::Init::deinitialize();
- }
-
-/*************************************************
-* Create a SymmetricKey *
-*************************************************/
-SymmetricKey::SymmetricKey(const std::string& str)
- {
- key = new Botan::SymmetricKey(str);
- printf("STR CON: %p %p\n", this, key);
- }
-
-/*************************************************
-* Create a SymmetricKey *
-*************************************************/
-SymmetricKey::SymmetricKey(u32bit n)
- {
- key = new Botan::SymmetricKey(n);
- printf("N CON: %p %p\n", this, key);
- }
-
-/*************************************************
-* Destroy a SymmetricKey *
-*************************************************/
-SymmetricKey::~SymmetricKey()
- {
- printf("DESTR: %p %p\n", this, key);
- delete key;
- key = 0;
- //printf("deleted\n");
- }
-
-/*************************************************
-* Create an InitializationVector *
-*************************************************/
-InitializationVector::InitializationVector(const std::string& str) : iv(str)
- {
- }
diff --git a/wrappers/swig/base.h b/wrappers/swig/base.h
deleted file mode 100644
index 341a5c35a..000000000
--- a/wrappers/swig/base.h
+++ /dev/null
@@ -1,102 +0,0 @@
-/*************************************************
-* SWIG Interface for Botan *
-* (C) 1999-2003 Jack Lloyd *
-*************************************************/
-
-#ifndef BOTAN_WRAP_BASE_H__
-#define BOTAN_WRAP_BASE_H__
-
-#include <botan/pipe.h>
-
-#if !defined(SWIG)
- #define OUTPUT
- #define INOUT
-#endif
-
-/*************************************************
-* Typedefs *
-*************************************************/
-typedef unsigned char byte;
-typedef unsigned int u32bit;
-
-/*************************************************
-* Library Initalization/Shutdown Object *
-*************************************************/
-class LibraryInitializer
- {
- public:
- LibraryInitializer(const char*);
- ~LibraryInitializer();
- };
-
-/*************************************************
-* Symmetric Key Object *
-*************************************************/
-class SymmetricKey
- {
- public:
- std::string as_string() const { return key->as_string(); }
- u32bit length() const { return key->length(); }
- SymmetricKey(u32bit = 0);
- SymmetricKey(const std::string&);
- ~SymmetricKey();
- private:
- Botan::SymmetricKey* key;
- };
-
-/*************************************************
-* Initialization Vector Object *
-*************************************************/
-class InitializationVector
- {
- public:
- std::string as_string() const { return iv.as_string(); }
- u32bit length() const { return iv.length(); }
- InitializationVector(u32bit n = 0) { iv.change(n); }
- InitializationVector(const std::string&);
- private:
- Botan::InitializationVector iv;
- };
-
-/*************************************************
-* Filter Object *
-*************************************************/
-class Filter
- {
- public:
- Filter(const char*);
- //Filter(const char*, const SymmetricKey&);
- //Filter(const char*, const SymmetricKey&, const InitializationVector&);
- ~Filter();
- private:
- friend class Pipe;
- Botan::Filter* filter;
- bool pipe_owns;
- };
-
-/*************************************************
-* Pipe Object *
-*************************************************/
-class Pipe
- {
- public:
- static const u32bit DEFAULT_MESSAGE = 0xFFFFFFFF;
-
- void write_file(const char*);
- void write_string(const char*);
-
- u32bit read(byte*, u32bit, u32bit = DEFAULT_MESSAGE);
- std::string read_all_as_string(u32bit = DEFAULT_MESSAGE);
-
- u32bit remaining(u32bit = DEFAULT_MESSAGE);
-
- void start_msg();
- void end_msg();
-
- Pipe(Filter* = 0, Filter* = 0, Filter* = 0, Filter* = 0);
- ~Pipe();
- private:
- Botan::Pipe* pipe;
- };
-
-#endif
diff --git a/wrappers/swig/botan.swg b/wrappers/swig/botan.swg
deleted file mode 100644
index 9088f4272..000000000
--- a/wrappers/swig/botan.swg
+++ /dev/null
@@ -1,26 +0,0 @@
-/*************************************************
-* SWIG Interface for Botan *
-*************************************************/
-%module botan
-
-%include "typemaps.i"
-%include "std_string.i"
-%include "exception.i"
-%include "constraints.i"
-%include "carrays.i"
-
-%{
-#include "base.h"
-%}
-
-%exception {
- try {
- $action
- }
- catch(std::exception& e)
- {
- SWIG_exception(SWIG_RuntimeError, e.what());
- }
-}
-
-%include "base.h"
diff --git a/wrappers/swig/doit.py b/wrappers/swig/doit.py
deleted file mode 100755
index 98bc97087..000000000
--- a/wrappers/swig/doit.py
+++ /dev/null
@@ -1,49 +0,0 @@
-#!/usr/bin/python2
-
-import botan
-
-def hash_it(hash, input):
- f1 = botan.Filter("MD5")
- f2 = botan.Filter("Hex_Encoder")
- pipe = botan.Pipe(f1, f2)
-
- pipe.start_msg()
- pipe.write_string(input)
- pipe.end_msg()
-
- print pipe.remaining()
-
- out = pipe.read(0)
-
-
-
-
-def main:
- init = botan.LibraryInitializer
-
- print hash_it("MD5", "foo")
-
-
- key1 = botan.SymmetricKey("ABCD")
- print key1.as_string()
- key2 = botan.SymmetricKey(16)
- print key2.as_string()
-
- iv1 = botan.InitializationVector(8)
- print iv1.as_string()
-
-
- f3 = pipe.read(pipe.remaining())
-
- size = pipe.remaining()
- out = botan.byte_array(size)
- pipe.read(out.cast,size)
-
- for i in range (0,size):
- print "%02X" % out[i]
-
- print pipe.read_all_as_string()
-
-if __name__ == "__main__":
- sys.exit(main())
-
diff --git a/wrappers/swig/filter.cpp b/wrappers/swig/filter.cpp
deleted file mode 100644
index 53ff0e6a3..000000000
--- a/wrappers/swig/filter.cpp
+++ /dev/null
@@ -1,39 +0,0 @@
-/*************************************************
-* SWIG Interface for Filter Retrieval *
-* (C) 1999-2003 Jack Lloyd *
-*************************************************/
-
-#include "base.h"
-#include <botan/lookup.h>
-#include <botan/filters.h>
-
-/*************************************************
-* Filter Creation *
-*************************************************/
-Filter::Filter(const char* filt_string)
- {
- filter = 0;
- pipe_owns = false;
-
- /*
- Fixme: This is all so totally wrong. It needs to have full argument
- processing for everything, all that kind of crap.
- */
- const std::string filt_name = filt_string;
-
- if(Botan::have_hash(filt_name))
- filter = new Botan::Hash_Filter(filt_name);
- else if(filt_name == "Hex_Encoder")
- filter = new Botan::Hex_Encoder;
- }
-
-/*************************************************
-* Filter Destruction *
-*************************************************/
-Filter::~Filter()
- {
- /*
- if(!pipe_owns)
- delete filter;
- */
- }
diff --git a/wrappers/swig/pipe.cpp b/wrappers/swig/pipe.cpp
deleted file mode 100644
index 0f35d5a43..000000000
--- a/wrappers/swig/pipe.cpp
+++ /dev/null
@@ -1,89 +0,0 @@
-/*************************************************
-* SWIG Interface for Botan Pipe API *
-* (C) 1999-2003 Jack Lloyd *
-*************************************************/
-
-#include "base.h"
-#include <botan/pipe.h>
-
-#include <stdio.h>
-
-/*************************************************
-* Write the contents of a file into a Pipe *
-*************************************************/
-void Pipe::write_file(const char* filename)
- {
- Botan::DataSource_Stream in(filename);
- pipe->write(in);
- }
-
-/*************************************************
-* Write the contents of a string into a Pipe *
-*************************************************/
-void Pipe::write_string(const char* string)
- {
- pipe->write(string);
- }
-
-/*************************************************
-* Read the contents of a Pipe into a buffer *
-*************************************************/
-u32bit Pipe::read(byte* buf, u32bit length, u32bit msg)
- {
- printf("read %p %d\n", buf, length);
- return 0;
- //return pipe->read(buf, length, msg);
- }
-
-/*************************************************
-* Read the contents of a Pipe as a string *
-*************************************************/
-std::string Pipe::read_all_as_string(u32bit msg)
- {
- return pipe->read_all_as_string(msg);
- }
-
-/*************************************************
-* Find out how much stuff the Pipe still has *
-*************************************************/
-u32bit Pipe::remaining(u32bit msg)
- {
- return pipe->remaining();
- }
-
-/*************************************************
-* Start a new message *
-*************************************************/
-void Pipe::start_msg()
- {
- pipe->start_msg();
- }
-
-/*************************************************
-* End the current msessage *
-*************************************************/
-void Pipe::end_msg()
- {
- pipe->end_msg();
- }
-
-/*************************************************
-* Create a new Pipe *
-*************************************************/
-Pipe::Pipe(Filter* f1, Filter* f2, Filter* f3, Filter* f4)
- {
- pipe = new Botan::Pipe();
-
- if(f1) { pipe->append(f1->filter); f1->pipe_owns = true; }
- if(f2) { pipe->append(f2->filter); f2->pipe_owns = true; }
- if(f3) { pipe->append(f3->filter); f3->pipe_owns = true; }
- if(f4) { pipe->append(f4->filter); f4->pipe_owns = true; }
- }
-
-/*************************************************
-* Destroy this Pipe *
-*************************************************/
-Pipe::~Pipe()
- {
- delete pipe;
- }
diff --git a/wrappers/swig/pk.swg b/wrappers/swig/pk.swg
deleted file mode 100644
index 8e03cf120..000000000
--- a/wrappers/swig/pk.swg
+++ /dev/null
@@ -1,8 +0,0 @@
-%module botan
-
-%{
-#undef ANY
-#include "botan/pubkey.h"
-%}
-
-%include "botan/pubkey.h"
diff --git a/wrappers/swig/readme.txt b/wrappers/swig/readme.txt
deleted file mode 100644
index a9965d914..000000000
--- a/wrappers/swig/readme.txt
+++ /dev/null
@@ -1,34 +0,0 @@
-This is the beginning of an attempt to SWIG-ify Botan so it can be accessed by
-other languages. You should use the latest SWIG 1.3 release (I am currently
-using SWIG 1.3.19). Currently I am only testing this code with Python 2.2.1,
-since that is the language I am mainly interested in at this point. Feel free
-to send me patches so this is usable with Perl or whatever.
-
-I'm not attempting to make everything in Botan usable from a script -
-basically, I just want the parts that *I* want to use. Most things are not
-supported yet, and there are lots of bugs in the stuff that does exist. If
-there is something in particular that you would like to be able to use from a
-script, let me know (patches are good, too).
-
-Todo:
- * Why does it seg fault if we don't create a LibraryInitializer. It should
- throw an exception, like it does in C++. Maybe have it init Botan when the
- module is loaded? That seems a lot cleaner/nicer, but I don't know how to
- do it yet.
- * Lots of problems with exceptions
- * Use constraints to prevent bad args when possible
- * Pipe/Filter
- - Better argument processing for all filters
- - Support for ciphers, MACs, etc
- - Chain + Fork
- - Support for append/prepend/pop/reset in Pipe?
- * Public Key Crypto
- - RSA
- - DSA
- - DH
- - Generic X.509 and PKCS #8 stuff
- * PKI
- - X.509 certs + CRLs
- - PKCS #10 requests
- - X.509 stores
- - X.509 CA
diff --git a/wrappers/swig/tests/block.py b/wrappers/swig/tests/block.py
deleted file mode 100644
index 593937c81..000000000
--- a/wrappers/swig/tests/block.py
+++ /dev/null
@@ -1,52 +0,0 @@
-#!/usr/bin/python
-
-import botan, base64
-
-class MyCipher(botan.BlockCipher):
- def __init__(self):
- botan.BlockCipher.__init__(self, 16, 16, 32, 8)
- def encrypt(self, val):
- print "encrypt", val
- return val.swapcase()
- def decrypt(self, val):
- print "decrypt", val
- return val.swapcase()
- def set_key(self, key):
- print "set_key", key
- def clone(self):
- print "cloning"
- return MyCipher()
- def name(self):
- print "naming"
- return "MyCipher"
-
-cipher = botan.BlockCipher("AES-128")
-
-print cipher.block_size
-print cipher.keylength_min
-print cipher.keylength_max
-print cipher.keylength_mod
-print cipher.name()
-
-for kl in range(1, 128):
- if cipher.valid_keylength(kl):
- print "1",
- else:
- print "0",
-print
-key = botan.SymmetricKey(16)
-
-cipher.set_key(key)
-ciphertext = cipher.encrypt("ABCDEFGH12345678")
-print base64.b16encode(ciphertext)
-
-cipher2 = cipher.clone()
-cipher2.set_key(key)
-
-plaintext = cipher2.decrypt(ciphertext)
-print plaintext
-
-botan.get_info(cipher)
-
-mycipher = MyCipher()
-botan.get_info(mycipher)
diff --git a/wrappers/swig/tests/block2.py b/wrappers/swig/tests/block2.py
deleted file mode 100644
index 5faccaf9a..000000000
--- a/wrappers/swig/tests/block2.py
+++ /dev/null
@@ -1,44 +0,0 @@
-#!/usr/bin/python
-
-import botan, base64
-
-class MyCipher(botan.BlockCipherImpl):
- def __init__(self):
- botan.BlockCipherImpl.__init__(self, 8, 8, 16, 1)
-
- def name(self):
- return "MyCipher"
-
- def encrypt(self, input):
- return input.swapcase()
-
- def decrypt(self, input):
- return input.swapcase()
-
- def set_key(self, key):
- print "Got key",key
-
-def test(cipher):
- print
- print cipher
- print "Testing", cipher.name()
- print cipher.block_size
- print cipher.keylength_min, cipher.keylength_max, cipher.keylength_mod
- for i in range(1, 64):
- if cipher.valid_keylength(i):
- print "1",
- else:
- print "0",
- print
- cipher.set_key(botan.SymmetricKey(16))
- ciphertext = cipher.encrypt("aBcDeFgH" * (cipher.block_size / 8))
- print repr(ciphertext)
- print cipher.decrypt(ciphertext)
-
-def main():
- test(botan.BlockCipher("Blowfish"))
- test(MyCipher())
- test(botan.BlockCipher("AES"))
-
-if __name__ == "__main__":
- main()
diff --git a/wrappers/swig/tests/encrypt.py b/wrappers/swig/tests/encrypt.py
deleted file mode 100644
index 9896777d4..000000000
--- a/wrappers/swig/tests/encrypt.py
+++ /dev/null
@@ -1,37 +0,0 @@
-#!/usr/bin/python
-
-import sys, botan
-
-def encrypt(input):
- cipher_key = botan.SymmetricKey("AABB")
- print cipher_key.length
- cipher_key = botan.SymmetricKey("AABBCCDD")
- print cipher_key.length
-
- cipher = botan.Filter("ARC4", key = cipher_key)
-
- pipe = botan.Pipe(cipher, botan.Filter("Hex_Encoder"))
-
- pipe.start_msg()
- pipe.write(input)
- pipe.end_msg()
-
- str = pipe.read_all()
- print str
- return str
-
-def decrypt(input):
- pipe = botan.Pipe(botan.Filter("Hex_Decoder"),
- botan.Filter("ARC4",
- key = botan.SymmetricKey("AABBCCDD")))
-
- pipe.process_msg(input)
- return pipe.read_all()
-
-def main():
- ciphertext = encrypt("hi chappy")
- print ciphertext
- print decrypt(ciphertext)
-
-if __name__ == "__main__":
- sys.exit(main())
diff --git a/wrappers/swig/tests/filter.py b/wrappers/swig/tests/filter.py
deleted file mode 100644
index 2b65d9ff2..000000000
--- a/wrappers/swig/tests/filter.py
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/usr/bin/python
-
-import sys, botan
-
-class MyFilter(botan.FilterObj):
- def write(self, input):
- print "MyFilter::write",input
- self.send(input)
- def start_msg(self):
- print "MyFilter::start_msg"
- def end_msg(self):
- print "MyFilter::end_msg"
- def __del__(self):
- print "~MyFilter"
-
-def main():
- filter = MyFilter()
-
- pipe = botan.Pipe(botan.Filter("Hex_Encoder"), filter,
- botan.Filter("Hex_Decoder"))
- pipe.start_msg()
- pipe.write("hi chappy")
- pipe.end_msg()
- print pipe.read_all()
-
-if __name__ == "__main__":
- sys.exit(main())
diff --git a/wrappers/swig/tests/hash.py b/wrappers/swig/tests/hash.py
deleted file mode 100644
index 930b8c81a..000000000
--- a/wrappers/swig/tests/hash.py
+++ /dev/null
@@ -1,30 +0,0 @@
-#!/usr/bin/python
-
-import botan, base64, md5
-
-class PyMD5(botan.HashFunctionImpl):
- def name(self):
- return "PyMD5"
- def update(self, input):
- self.md5.update(input)
- def final(self):
- output = self.md5.digest()
- self.md5 = md5.new()
- return output
- def __init__(self):
- botan.HashFunctionImpl.__init__(self, 16, 64)
- self.md5 = md5.new()
-
-hash = botan.HashFunction("SHA-256")
-
-print hash.name()
-print hash.digest_size
-
-hash.update("hi")
-hash.update(" ")
-hash.update("chappy")
-print base64.b16encode(hash.final())
-
-hash2 = PyMD5()
-hash2.update("hi chappy")
-print base64.b16encode(hash2.final())
diff --git a/wrappers/swig/tests/mac.py b/wrappers/swig/tests/mac.py
deleted file mode 100644
index 6110b6102..000000000
--- a/wrappers/swig/tests/mac.py
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/python
-
-import botan, base64
-
-mac = botan.MAC("HMAC(SHA-512)")
-
-print mac.name
-print mac.output_length
-
-mac.set_key(botan.SymmetricKey("abcd"))
-mac.update("hi chappy")
-print base64.b16encode(mac.final())
diff --git a/wrappers/swig/tests/pubkey.py b/wrappers/swig/tests/pubkey.py
deleted file mode 100644
index 456c52069..000000000
--- a/wrappers/swig/tests/pubkey.py
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/usr/bin/python
-
-import botan
-
-key = botan.X509_PublicKey("rsapub.pem")
-print key
-print key.key_id()
-print key.max_input_bits
-print key.algo
-print key.oid
diff --git a/wrappers/swig/tests/stream.py b/wrappers/swig/tests/stream.py
deleted file mode 100644
index 59d3ffa16..000000000
--- a/wrappers/swig/tests/stream.py
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/usr/bin/python
-
-import botan, base64
-
-cipher = botan.StreamCipher("ARC4")
-
-print cipher.name
-
-key = botan.SymmetricKey(16)
-
-cipher.set_key(key)
-ciphertext = cipher.crypt("hi chappy")
-
-cipher.set_key(key)
-plaintext = cipher.crypt(ciphertext)
-
-print plaintext
diff --git a/wrappers/swig/x509.swg b/wrappers/swig/x509.swg
deleted file mode 100644
index 736d3a385..000000000
--- a/wrappers/swig/x509.swg
+++ /dev/null
@@ -1,9 +0,0 @@
-%module botan
-
-class X509_Certificate
- {
- public:
-
-
- private:
- };