aboutsummaryrefslogtreecommitdiff
path: root/java
AgeCommit message (Expand)AuthorFilesLines
2023-11-03Migrate off unsupported internal JDK APIs.Wycheproof Team2-18/+22
2023-10-28Import of https://bitbucket.org/b_c/jose4j.git.mdusina1-0/+3
2023-10-10Import of https://bitbucket.org/b_c/jose4j.git.mdusina1-5/+1
2023-09-26Add tests to verify provider registration utility functions.ckl1-0/+54
2023-09-14Explicitly provide an AlgorithmParameterSpec for cipher initializationWycheproof Team1-2/+11
2023-08-07Adjusting Wycheproof tests for DH to account for safe primes. Technically the...Wycheproof Team1-14/+47
2023-07-16Add a better error message to the DhTest.Wycheproof Team1-1/+8
2023-03-13Documenting the character conversion issue with PBE.bleichen1-0/+20
2023-03-10Adding a test for PBE.bleichen11-8/+413
2023-03-07Adding tests for PBKDF2.bleichen6-0/+281
2023-03-03Adding a test for timing differences in Nimbus-Jose.bleichen1-0/+266
2023-03-01Adding test vectors for malformed ECDSA signatures and psychic ECDSAbleichen2-3/+13
2023-02-27Adding JWS tests for Nimbus-Jose.bleichen1-0/+217
2023-02-27Adding JWK tests for Nimubus-Josebleichen1-0/+230
2023-02-27Adding more test vectors for JWK.bleichen1-1/+10
2023-02-27Adding JWE tests for Nimbus-Jose.bleichen1-0/+338
2023-02-27Removing the option to add test vectors with JSON serialization.bleichen1-12/+1
2023-02-27Replacing test vector with JSON serialization.bleichen1-12/+1
2023-02-27Replacing test case with JSON serialization.bleichen1-12/+1
2023-02-27Fixing the format of some test vectors.bleichen1-6/+15
2023-02-27Simplifying JsonWebSignatureTest.javableichen1-42/+8
2023-02-27Adding test vectors for malformed base64 encodings.bleichen1-2/+13
2023-02-27Test vectors for PKCS #5 paddingsbleichen1-76/+90
2023-02-27Adding test vectors using key_ops and incorrect use fields.bleichen1-1/+10
2023-02-27Catching exceptions thrown during tests for bias.bleichen1-35/+50
2023-02-27Adding a few more tests for biased ECDSA generation,bleichen1-4/+21
2023-02-27Adding a simple command line tool to run test vectors.bleichen4-39/+218
2023-02-27Adding more test vector for JWK.bleichen1-15/+32
2023-02-27Patching RSA PKCS #1 padding oracles in jose4j.bleichen1-41/+1
2023-02-27Adding JWS tests for RSA-PSS.bleichen1-2/+10
2023-02-27Remove source files that aren't applicable in the open-source distribution.ckl3-357/+0
2023-02-27Modifying the JWE test vectors for jwcrypto.bleichen1-10/+16
2023-02-27Updating JsonWebEncryptionTest.javableichen1-33/+73
2023-02-27Adding test vectors for RSA with modified PKCS #1 padding.bleichen1-1/+1
2023-02-27Adding test vectors for padding oracles.bleichen1-4/+87
2023-02-27Adding tests for RSA decryption.bleichen1-13/+32
2023-02-27Splitting the schemas for JWE, JWK and JWS into three separate files.bleichen1-1/+4
2023-02-27Refactoring jose4j/JsonWebEncryptionTest.java.bleichen1-20/+52
2023-02-27Moving jose4j tests into directory jose4j.bleichen3-27/+24
2023-02-27Adding more tests for curves deprecated by https://bugs.openjdk.org/browse/JD...bleichen4-43/+218
2023-02-27Updating CipherInputStreamTest and CipherOutputStreamTest.bleichen2-92/+147
2023-02-27Properly skipping tests if DSA or ECDSA are not supported.bleichen2-82/+182
2023-02-27Skipping tests if a provider does not support a primitive.bleichen5-280/+334
2023-02-27Ensuring that DhiesTest and EciesTest do not fail any tests if DHIES, ECIES orbleichen2-58/+72
2023-02-27Splitting the Json Web crypto tests.bleichen3-0/+478
2023-02-27Skipping the tests if the Ciphers are not supported.bleichen2-33/+55
2023-02-27Updating RsaSignatureTest.java.bleichen1-52/+55
2023-02-27Documenting exceptions thrown by the tests.bleichen9-9/+94
2023-02-27Updating DhTest.javableichen1-53/+91
2023-02-27Adding some simple tests for weak pseudorandom number generators.bleichen1-0/+29