summaryrefslogtreecommitdiff
path: root/gnu/java/security/provider/DSASignature.java
Commit message (Collapse)AuthorAgeFilesLines
* 2006-02-26 Raif S. Naffah <raif@swiftdsl.com.au>Raif S. Naffah2006-02-261-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 Wielaard2005-07-021-2/+2
|
* 2005-05-18 Thomas Fitzsimmons <fitzsim@redhat.com>Thomas Fitzsimmons2005-05-181-111/+99
| | | | | * gnu/java/security/provider/DSASignature.java: Import updates from GNU Crypto.
* 2004-10-13 Michael Koch <konqueror@gmx.de>Michael Koch2004-10-131-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 Marshall2003-04-231-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 clarificationMark Wielaard2002-01-221-5/+16
|
* Change licensing terms to libgcc-like.Paul Fisher2000-03-171-211/+236
| | | | Change DOS EOLs to Unix EOLs.
* Initial checkin of Mark Benvenuto's security codeAaron M. Renn1999-07-181-0/+211