| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 2006-02-26 Raif S. Naffah <raif@swiftdsl.com.au> | Raif S. Naffah | 2006-02-26 | 1 | -251/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * java/security/SecureRandom.java (SecureRandom): Use GNU-CRYPTO class as the fallback SPI. * gnu/java/security/provider/Gnu.java (run): Replaced mappings with new ones referencing GNU-CRYPTO classes. * gnu/java/security/provider/PKIXCertPathValidatorImpl.java (engineValidate): Use GNU-CRYPTO class. * gnu/java/security/provider/DiffieHellmanKeyFactoryImpl: Removed. * gnu/java/security/provider/DiffieHellmanKeyPairGeneratorImpl: Likewise. * gnu/java/security/provider/DSAKeyFactory: Likewise. * gnu/java/security/provider/DSAKeyPairGenerator: Likewise. * gnu/java/security/provider/DSAParameters: Likewise. * gnu/java/security/provider/DSASignature: Likewise. * gnu/java/security/provider/EncodedKeyFactory: Likewise. * gnu/java/security/provider/GnuDHPublicKey: Likewise. * gnu/java/security/provider/GnuDSAPrivateKey: Likewise. * gnu/java/security/provider/GnuDSAPublicKey: Likewise. * gnu/java/security/provider/GnuRSAPrivateKey: Likewise. * gnu/java/security/provider/GnuRSAPublicKey: Likewise. * gnu/java/security/provider/MD2withRSA: Likewise. * gnu/java/security/provider/MD4withRSA: Likewise. * gnu/java/security/provider/MD5: Likewise. * gnu/java/security/provider/MD5withRSA: Likewise. * gnu/java/security/provider/RSA: Likewise. * gnu/java/security/provider/RSAKeyFactory: Likewise. * gnu/java/security/provider/SHA: Likewise. * gnu/java/security/provider/SHA1PRNG: Likewise. * gnu/java/security/provider/SHA1withRSA: Likewise. * gnu/javax/crypto/GnuDHPrivateKey: Likewise. | ||||
| * | * all files: Update for new FSF address. | Mark Wielaard | 2005-07-02 | 1 | -2/+2 |
| | | |||||
| * | 2005-05-18 Thomas Fitzsimmons <fitzsim@redhat.com> | Thomas Fitzsimmons | 2005-05-18 | 1 | -111/+99 |
| | | | | | | * gnu/java/security/provider/DSASignature.java: Import updates from GNU Crypto. | ||||
| * | 2004-10-13 Michael Koch <konqueror@gmx.de> | Michael Koch | 2004-10-13 | 1 | -14/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/java/awt/BitwiseXORComposite.java, gnu/java/awt/ClasspathToolkit.java, gnu/java/awt/image/XBMDecoder.java, gnu/java/awt/peer/GLightweightPeer.java, gnu/java/awt/peer/gtk/GdkGlyphVector.java, gnu/java/io/EncodingManager.java, gnu/java/net/PlainDatagramSocketImpl.java, gnu/java/net/protocol/http/Connection.java, gnu/java/nio/NIODatagramSocket.java, gnu/java/nio/ServerSocketChannelImpl.java, gnu/java/nio/charset/UTF_16.java, gnu/java/nio/charset/UTF_16BE.java, gnu/java/nio/charset/UTF_16LE.java, gnu/java/rmi/RMIMarshalledObjectOutputStream.java, gnu/java/rmi/rmic/RMIC.java, gnu/java/rmi/server/RMIHashes.java, gnu/java/rmi/server/RMIObjectInputStream.java, gnu/java/rmi/server/RMIObjectOutputStream.java, gnu/java/rmi/server/UnicastConnection.java, gnu/java/rmi/server/UnicastConnectionManager.java, gnu/java/rmi/server/UnicastRemoteCall.java, gnu/java/rmi/server/UnicastServer.java, gnu/java/rmi/server/UnicastServerRef.java, gnu/java/security/OID.java, gnu/java/security/provider/DSAParameters.java, gnu/java/security/provider/DSASignature.java, gnu/java/security/x509/X500DistinguishedName.java, gnu/java/security/x509/X509CRL.java, gnu/javax/rmi/CORBA/DelegateFactory.java, gnu/javax/rmi/CORBA/GetDelegateInstanceException.java, gnu/javax/rmi/CORBA/PortableRemoteObjectDelegateImpl.java, gnu/javax/rmi/CORBA/StubDelegateImpl.java, gnu/javax/rmi/PortableServer.java: Reorganized import statements. | ||||
| * | gnu/java/security/provider/DSAParameters.java: use new DER parser. | Casey Marshall | 2003-04-23 | 1 | -9/+31 |
| | | | | | | | | | | | | | | Variable assignment bugfix. gnu/java/security/provider/DSASignature.java: use new DER parser. gnu/java/security/provider/Gnu.java: added new certificate and key factories. gnu/java/security/provider/GnuDSAPrivateKey.java: added toString(). gnu/java/security/provider/GnuDSAPublicKey.java: variable assignment bugfix gnu/java/security/provider/DSAKeyFactory.java: DSA key trasnlator. gnu/java/security/provider/X509CertificateFactory.java: X.509 certificate and CRL factory. | ||||
| * | Add License clarification | Mark Wielaard | 2002-01-22 | 1 | -5/+16 |
| | | |||||
| * | Change licensing terms to libgcc-like. | Paul Fisher | 2000-03-17 | 1 | -211/+236 |
| | | | | | Change DOS EOLs to Unix EOLs. | ||||
| * | Initial checkin of Mark Benvenuto's security code | Aaron M. Renn | 1999-07-18 | 1 | -0/+211 |
