Граф коммитов

254 Коммитов

Автор SHA1 Сообщение Дата
nicolson%netscape.com 1ded6df12e Convert public key to JSS public key. 2003-08-05 18:54:49 +00:00
glen.beasley%sun.com 0c479eebe6 remove no longer used include blapi.h 2003-07-24 23:01:08 +00:00
nicolson%netscape.com 32ec0bd37b Remove dependency on secrng.h. We don't need it. 2003-07-11 18:13:26 +00:00
nicolson%netscape.com a1766026ec update to JSS 3.4 RTM. 2003-05-19 21:44:23 +00:00
nicolson%netscape.com bf4e7b2c83 Partial fix for 189964: support more algorithm names. 2003-05-19 18:36:38 +00:00
glen.beasley%sun.com 193d888612 201047 ssl timeouts 2003-05-14 22:34:38 +00:00
nicolson%netscape.com b7e4279032 Fix 205066: double-free in PK11KeyGenerator.c:constructSHA1PBAKey() 2003-05-14 00:04:02 +00:00
nicolson%netscape.com 84b6fcb28d Fix 205069: broken loop logic in PFX.java. 2003-05-09 19:02:56 +00:00
nicolson%netscape.com bbd2773941 Replace unnecessary Debug.trace() statement with a comment in the code. 2003-05-09 18:57:15 +00:00
nicolson%netscape.com 33f9314e1c Improve parameter class handling. 2003-04-28 23:32:39 +00:00
nicolson%netscape.com 7f171ff2aa Fix blackflag 619793: support RC2/CBC/PKCS5Padding. 2003-04-28 21:48:33 +00:00
nicolson%netscape.com 1e2d9de718 Move to JSS 3.4 beta. 2003-04-28 21:28:00 +00:00
glen.beasley%sun.com bceb6e8e90 201245 convert SecretKey to SecretKeyFacade 2003-04-21 21:38:34 +00:00
nicolson%netscape.com cae35890e9 Take out bogus dependency on ASN1Util. 2003-04-15 23:21:04 +00:00
nicolson%netscape.com ba0cf6a4d7 Fix 202182: Base64InputStream throws EOFException on valid input. 2003-04-15 22:39:36 +00:00
nicolson%netscape.com 48e3bcebb1 Catch NULL pointers before passing them to C and risking a crash.
Improve javadoc.
2003-04-15 21:55:53 +00:00
nicolson%netscape.com ac35f550f4 Remove misleading comment. 2003-04-09 21:30:19 +00:00
nicolson%netscape.com 1fe952b490 Fix 198125: PK11Signature.engineUpdateNative ignores offset and length. 2003-03-19 00:57:29 +00:00
nicolson%netscape.com 5d7f9a2a14 Upgrade version from 3.2 to 3.3.
Uncomment MessageDigest implementations (doh!).
2003-01-01 02:58:22 +00:00
nicolson%netscape.com 6162fa3b3d Add DigestTest to all.pl.
Make DigestTest and SigTest return nonzero error code on failure.
2003-01-01 02:57:50 +00:00
nicolson%netscape.com a46f58f6b3 Fix 186097: ProofOfPossession.encode() has paranoid assertion. 2002-12-19 02:31:38 +00:00
nicolson%netscape.com 1a0dc15ee3 Partial fix for 184754: assertion violation in get_token_certs_for_cache.
Don't assert if we fail to lookup the cert we just imported. It could
be a bug in the PKCS #11 driver. Instead, throw an exception.
2002-12-18 23:14:48 +00:00
nicolson%netscape.com f3f2064030 Fix 180827: Update version strings for JSS 3.3. 2002-12-13 06:12:30 +00:00
nicolson%netscape.com 18c1b06a60 Fix 180396: javax.crypto.Cipher wrapping does not work with RSA algorithm.
Support RSA as a wrapping/unwrapping algorithm.
2002-11-19 00:41:09 +00:00
nicolson%netscape.com dc7f89d956 Throw InvalidKeyException instead of InvalidAlgorithmParameterException,
because the latter may get thrown away by our caller, but the former will
not be.
2002-11-19 00:39:43 +00:00
nicolson%netscape.com c9a373cf69 Change silly switch statement to an if statement. 2002-11-19 00:31:10 +00:00
nicolson%netscape.com 2039d8bfc6 Make NotExtractableException take a String argument to its constructor. 2002-11-19 00:30:43 +00:00
nicolson%netscape.com b008376057 default doesProduceOutput to true for compatibility. 2002-11-08 02:24:20 +00:00
nicolson%netscape.com 2a0afd7964 Add isExtensionPresent and getExtension. 2002-11-08 00:40:26 +00:00
glen.beasley%sun.com a4596115af removes sun provider and set passwords 2002-11-07 22:49:26 +00:00
glen.beasley%sun.com 90e4e6c683 move removeSunProvider after JSS JCE provider is loaded 2002-11-07 03:33:04 +00:00
nicolson%netscape.com 4095e4165d Add license header to new file. 2002-11-06 03:24:39 +00:00
nicolson%netscape.com 65418ae140 Add TestSDR, to test the new SecretDecoderRing.
In all.pl, always set the CLASSPATH to be the signed JSS JAR file, so
that we can use the JCE (javax.crypto.*) interface.
2002-11-06 03:22:10 +00:00
nicolson%netscape.com 7d68fcdc8a Correctly detect a missing key. 2002-11-06 03:20:53 +00:00
nicolson%netscape.com 376e771586 Improve InvalidBERException.
Add feature of SEQUENCE.OF_Template whereby elements need not produce
any output. This is for dealing with very large SEQUENCEs, such as
large CRLs, where the list should be processed in some way, but not made
into an ASN1 object hierarchy.
2002-11-06 02:00:55 +00:00
nicolson%netscape.com 57d337308c update version strings. 2002-10-18 23:59:01 +00:00
nicolson%netscape.com ec09156712 The new SecretDecoderRing. 2002-10-17 00:33:42 +00:00
nicolson%netscape.com 862752acd6 Generate a permanent key pair, since KeyStore isn't working yet. 2002-10-17 00:32:48 +00:00
nicolson%netscape.com 2ee91189c8 remove print statements. 2002-10-17 00:07:50 +00:00
nicolson%netscape.com a311a1c035 Forget KeyStore, it is still very broken. 2002-10-17 00:07:29 +00:00
nicolson%netscape.com 44b1e8461e More little hacks, but it still doesn't work right. 2002-10-17 00:07:08 +00:00
nicolson%netscape.com 81756146a2 Fix an implementation detail. 2002-10-17 00:05:53 +00:00
nicolson%netscape.com b152a0f9de Temporary fix for 164692: SSL ops that timeout should throw
java.net.SocketTimeoutException.
2002-10-11 03:49:34 +00:00
glen.beasley%sun.com 9badc80940 171027 removed deprecated code 2002-10-10 04:35:56 +00:00
nicolson%netscape.com 9323290aa2 fix warning. 2002-10-07 18:00:28 +00:00
nicolson%netscape.com 2cc1578a67 Fix 158727: JSSKeyStoreSpi.getCertificateChain is questionable.
Make KeyStore.getCertificateChain() work.
2002-10-05 00:19:49 +00:00
nicolson%netscape.com 19101e1a56 Fix 162904: Missing invalidityDate in RevRequest in CMMF package.
Update RevRequest to conform to RFC 2797.
Also updated the CRLReason enumeration.
2002-10-04 22:46:04 +00:00
nicolson%netscape.com 3a77114ba1 Fix 160028: JSSKeyGeneratorSpi.HmacSHA1 should be renamed to PBAHmacSHA1. 2002-10-04 22:27:46 +00:00
nicolson%netscape.com 43d37e3681 Fix 160017: getAlgorithm() not implemented for PKCS #11 keys. 2002-10-04 22:13:21 +00:00
nicolson%netscape.com 7c00024859 Open up the class a little. 2002-10-04 21:18:35 +00:00