initial import
authoradam <adam@megacz.com>
Tue, 16 Mar 2004 03:44:55 +0000 (03:44 +0000)
committeradam <adam@megacz.com>
Tue, 16 Mar 2004 03:44:55 +0000 (03:44 +0000)
commit4c1f76f2d51e8c0a8465a96d34ee201e35b00475
tree569a7d35f140fd7877a09421fd9cc8e2f8aec9a5
initial import

darcs-hash:20040316034455-5007d-e1b2e40ab2996883a86457a312792dd0991995c6.gz
18 files changed:
Makefile [new file with mode: 0644]
doc/COPYING [new file with mode: 0644]
src/org/ibex/crypto/DER.java [new file with mode: 0644]
src/org/ibex/crypto/Digest.java [new file with mode: 0644]
src/org/ibex/crypto/HMAC.java [new file with mode: 0644]
src/org/ibex/crypto/MD2.java [new file with mode: 0644]
src/org/ibex/crypto/MD5.java [new file with mode: 0644]
src/org/ibex/crypto/PKCS1.java [new file with mode: 0644]
src/org/ibex/crypto/RC4.java [new file with mode: 0644]
src/org/ibex/crypto/RSA.java [new file with mode: 0644]
src/org/ibex/crypto/SHA1.java [new file with mode: 0644]
src/org/ibex/crypto/X509.java [new file with mode: 0644]
src/org/ibex/net/SSL.java [new file with mode: 0644]
src/org/ibex/net/ssl/GenCompactCAList.java [new file with mode: 0644]
src/org/ibex/net/ssl/RootCerts.java [new file with mode: 0644]
src/org/ibex/net/ssl/SwingVerifyCallback.java [new file with mode: 0644]
src/org/ibex/net/ssl/Test.java [new file with mode: 0644]
src/org/ibex/net/ssl/rootcerts.dat [new file with mode: 0644]