Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/humla-spongycastle.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/pkix/src
AgeCommit message (Collapse)Author
2014-06-28updateDavid Hook
2014-06-08minor tweak.David Hook
2014-06-03BJB-31 added support for including OtherRevocationInfoFormat in crl additionsDavid Hook
2014-06-01BJA-495 moved getDigestAlgName to public utils class.David Hook
2014-05-22minor clean up.David Hook
2014-05-17added support for the BSI plain ECDSA oids/name.David Hook
2014-05-03added some replacement classes for deprecated constructors in PGP APIDavid Hook
moved utility classes out of main jcajce directory.
2014-03-30updated AttrCertExampleDavid Hook
2014-03-30removed unnecessary class.David Hook
2014-03-30deprecated method removal.David Hook
added some additional deprecations. removed core selector dependency on crypto version of SHA-1
2014-03-25fixed compilation issueDavid Hook
2014-03-22added support for ASN.1 time settingDavid Hook
2014-03-22added support for ASN.1 time settingDavid Hook
2014-03-22refactoring UTCTime, GeneralizedTimeDavid Hook
2014-03-21Merge branch 'trustcert' of https://github.com/scop/bc-java into scop-trustcertDavid Hook
2014-03-21refactoring of ASN1 primitive classes.David Hook
2014-03-19Added other revocation info setting.David Hook
2014-02-25Merge branch 'fix-no-such-provider-errors-in-tests' of ↵Peter Dettman
git://github.com/rtyley/spongycastle
2014-02-25Merge branch 'move-test-resources-to-correct-modules' of ↵Peter Dettman
git://github.com/rtyley/spongycastle
2014-02-22BJA-475 Handle TRUSTED CERTIFICATE entriesVille Skyttä
openssl x509 -trustout creates these.
2014-01-27Fix some "no such provider" initialisation errors in testsRoberto Tyley
Caused by: java.security.NoSuchProviderException: no such provider: BC at sun.security.jca.GetInstance.getService(GetInstance.java:83) at sun.security.jca.GetInstance.getInstance(GetInstance.java:206) at java.security.Signature.getInstance(Signature.java:355) at org.bouncycastle.jcajce.NamedJcaJceHelper.createSignature(NamedJcaJceHelper.java:95) Fix org.bouncycastle.tsp.test.NewTSPTest: org.bouncycastle.tsp.test.NewTSPTest > testGeneral FAILED java.lang.ExceptionInInitializerError at org.bouncycastle.tsp.test.NewTSPTest.testGeneral(NewTSPTest.java:64) Caused by: java.lang.RuntimeException: java.security.NoSuchProviderException: no such provider: BC at org.bouncycastle.tsp.test.TSPTestUtil.<clinit>(TSPTestUtil.java:86) ... 1 more java.security.NoSuchAlgorithmException: MD5WithRSAEncryption Signature not available at java.security.Signature.getInstance(Signature.java:224) at org.bouncycastle.x509.X509Util.getSignatureInstance(X509Util.java:190) at org.bouncycastle.x509.X509Util.calculateSignature(X509Util.java:223) at org.bouncycastle.x509.X509V3CertificateGenerator.generate(X509V3CertificateGenerator.java:434) at org.bouncycastle.x509.X509V3CertificateGenerator.generate(X509V3CertificateGenerator.java:412) at org.bouncycastle.tsp.test.TSPTestUtil.makeCertificate(TSPTestUtil.java:196) at org.bouncycastle.tsp.test.TSPTestUtil.makeCACertificate(TSPTestUtil.java:155) at org.bouncycastle.tsp.test.NewTSPTest.testGeneral(NewTSPTest.java:65)
2014-01-26Move core->pkix: test-resources required by org.bouncycastle.eac.test.AllTestsRoberto Tyley
pkix/src/test/java/org/bouncycastle/eac/test/AllTests.java
2014-01-26Move core->pkix: PSS test-resourses required by BcSignedDataTestRoberto Tyley
pkix/src/test/java/org/bouncycastle/cms/test/BcSignedDataTest.java BcSignedDataTest. testCounterSig BcSignedDataTest. testEncapsulatedSample BcSignedDataTest. testSamples
2014-01-26Move prov->pkix: tests for OCSP, which is in pkixRoberto Tyley
The tests use classes from pkix, eg: prov/src/main/java/org/bouncycastle/ocsp/Req.java
2014-01-26Move core->pkix: FileDaFirmare test resources required by PKIXRoberto Tyley
core:src/test/data/org/bouncycastle/tsp/test/FileDaFirmare.data used by pkix:org.bouncycastle.tsp.test.CMSTimeStampedDataGeneratorTest
2014-01-21Fix BcCertTest to use PEMData class that is within the pkix projectRoberto Tyley
There are at least two identical PEMData classes, this test failed to compile because it was using the one defined by the 'prov' tests, rather than 'pkix'.
2014-01-05further work on custom curve recognitionDavid Hook
2013-12-02removed use of clone methodDavid Hook
2013-12-02initial check in - still a work in progress.David Hook
2013-11-30compatibility filesDavid Hook
2013-11-30compatibility updateDavid Hook
2013-11-30initial versionDavid Hook
2013-11-30removed unnecessary fileDavid Hook
2013-11-26pkix updatesDavid Hook
2013-11-26updateDavid Hook
2013-11-26updatesDavid Hook
2013-11-26updatesDavid Hook
2013-11-26compatibility updates.David Hook
2013-11-25compatibility updatesDavid Hook
2013-11-25updateDavid Hook
2013-11-13removed extra filesDavid Hook
2013-11-13removed extra filesDavid Hook
2013-11-13removed extra filesDavid Hook
2013-11-13minor refactoring.David Hook
2013-11-13cleanupDavid Hook
2013-11-13removed unnecessary fileDavid Hook
2013-11-13removed unnecessary fileDavid Hook
2013-11-13removed unnecessary fileDavid Hook
2013-11-13removed unnecessary fileDavid Hook
2013-11-11removed use of deprecated methods.David Hook