X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=blobdiff_plain;f=src%2Forg%2Fibex%2Futil%2FSSL.java;fp=src%2Forg%2Fxwt%2Futil%2FSSL.java;h=dff780a51bd31276e7ae502ad1ae05a6af40e422;hp=84fc57517a4a4c79d3888abf89fd29996fc0a619;hb=3591b88b94a6bb378af3d4abe6eb5233ce583104;hpb=de378041d5ca2aca1a2b5a31ef15ae90a86c977f diff --git a/src/org/xwt/util/SSL.java b/src/org/ibex/util/SSL.java similarity index 99% rename from src/org/xwt/util/SSL.java rename to src/org/ibex/util/SSL.java index 84fc575..dff780a 100644 --- a/src/org/xwt/util/SSL.java +++ b/src/org/ibex/util/SSL.java @@ -1,11 +1,11 @@ -// Copyright (C) 2003 Adam Megacz all rights reserved. +// Copyright (C) 2003 Adam Megacz all rights reserved. // // You may modify, copy, and redistribute this code under the terms of // the GNU Library Public License version 2.1, with the exception of // the portion of clause 6a after the semicolon (aka the "obnoxious // relink clause") -package org.xwt.util; +package org.ibex.util; import org.bouncycastle.crypto.AsymmetricBlockCipher; import org.bouncycastle.crypto.Digest; @@ -34,7 +34,7 @@ import org.bouncycastle.asn1.x509.X509Name; import org.bouncycastle.asn1.x509.X509Extensions; import org.bouncycastle.asn1.x509.X509Extension; import org.bouncycastle.asn1.x509.BasicConstraints; -import org.xwt.util.Log; +import org.ibex.util.Log; import java.net.*; import java.io.*; import java.util.*; @@ -87,7 +87,7 @@ import java.text.*; 1.03 10-Aug-02 Fixed a vulnerability outlined at http://online.securityfocus.com/archive/1/286290 - 1.04 12-Dec-03 Renamed to org.xwt.SSL, fixed race condition + 1.04 12-Dec-03 Renamed to org.ibex.SSL, fixed race condition */