Commit Graph

281 Commits (293c3c8b4fa62339dabf77da1b4153446c05189c)

Author SHA1 Message Date
Chris Conlon 293c3c8b4f update README/README_JCE with notes about examples 2022-05-17 16:10:12 -06:00
JacobBarthelmeh a1eda33af2
Merge pull request #32 from cconlon/examples
Add initial example framework with one ProviderTest JCE example
2022-05-17 16:02:44 -06:00
Chris Conlon 77106ea18f add initial example framework, add one JCE ProviderTest example 2022-05-17 15:10:37 -06:00
Chris Conlon d6a9e66a84 update wolfJCE version to match 1.3 release 2022-05-17 15:09:54 -06:00
JacobBarthelmeh 81e1942e00
Merge pull request #31 from cconlon/0503
Prep for 1.3.0 release
2022-05-13 14:47:13 -06:00
Chris Conlon 3a5ad14e2e update README.md and build.xml for 1.3.0 release 2022-05-13 14:35:17 -06:00
Chris Conlon ec0bc8b40b fix deprecation warning for Integer(int) in WolfCryptKeyPairGeneratorTest.java 2022-05-03 16:56:38 -06:00
Chris Conlon 798c635c0b fix Javadoc warnings and missing default constructors 2022-05-03 16:56:32 -06:00
JacobBarthelmeh 80983399ef
Merge pull request #30 from cconlon/0429
Resolve WolfCryptCipherTest failure, fix OSX build
2022-05-03 16:42:34 -06:00
Chris Conlon 2e46b72bdc remove unnecessary -framework JavaVM from makefile.macosx, breaks on newer XCode/OSX versions 2022-04-29 16:11:58 -06:00
Chris Conlon 2fdbd6c36a loosen exception string check for WolfCryptCipherTest case 2022-04-29 16:10:18 -06:00
JacobBarthelmeh 5945d4d8ae
Merge pull request #27 from cconlon/engineGetDigestLength
add support for MessageDigestSpi.engineGetDigestLength()
2022-02-23 16:27:06 -07:00
Chris Conlon c5d806fcf6 correctly skip FIPS Des3 test if FIPS not enabled 2022-02-15 10:54:55 -07:00
Chris Conlon d98babe74d add support for MessageDigestSpi.engineGetDigestLength() 2022-02-15 10:38:56 -07:00
JacobBarthelmeh c83eda2521
Merge pull request #29 from cconlon/javadocUpdate
update missing Javadocs, whitespace cleanup, copyright update
2022-02-15 10:15:10 -07:00
JacobBarthelmeh 56d343b407
Merge pull request #28 from cconlon/junit4.13.2
update junit version to latest 4.13.2
2022-02-15 10:07:33 -07:00
Chris Conlon 0aff7b3e63 update copyright to 2022 2022-01-18 09:29:36 -07:00
Chris Conlon 1f5d20460e convert tabs to 4 spaces, remove trailing whitespace 2022-01-18 09:17:51 -07:00
Chris Conlon d21904f6db update missing Javadocs, fixes build warnings with newer JDKs 2022-01-18 08:45:34 -07:00
Chris Conlon bfe31d1bb9 update junit version to latest 4.13.2 2022-01-14 16:25:37 -07:00
Chris Conlon 2d174c79cf
Merge pull request #25 from JacobBarthelmeh/build 2022-01-14 08:55:03 -07:00
Jacob Barthelmeh 68157ce6c4 keep existing JAVA_HOME if set 2022-01-05 15:35:56 -07:00
JacobBarthelmeh e96e253f63
Merge pull request #24 from cconlon/fipsTestFixes
Fixes for FIPS support, run FIPS tests on `ant test`
2022-01-05 15:31:51 -07:00
Chris Conlon 9c64fd108e run FIPS tests on ant test, wrap AES-GCM SetExtIV, fix Fips.RsaSSL_Sign() 2022-01-05 14:02:45 -07:00
JacobBarthelmeh ae3ed2b5c8
Merge pull request #23 from cconlon/releasePrep
update implementation.version in build.xml for 1.2.0 release
2021-11-16 09:17:48 -08:00
Chris Conlon 7ad7aa833e update implementation.version in build.xml for 1.2.0 release 2021-11-16 09:23:07 -07:00
JacobBarthelmeh 951ec955ab
Merge pull request #22 from cconlon/releasePrep
Release prep and fixes for 1.2.0
2021-11-15 15:48:22 -08:00
Chris Conlon bcdd2cbaa1 update README 2021-11-15 14:53:23 -07:00
Chris Conlon 1b851a17b9 fix ECC invalid key test, enable-all uses larger ECC_MAXSIZE 2021-11-15 14:39:57 -07:00
Chris Conlon f20c2e4b2a fix compatibility with no old names 2021-11-15 14:39:21 -07:00
Chris Conlon 4e477cdc1b update copyright to 2021, minor comment updates 2021-11-15 10:17:00 -07:00
Chris Conlon 1f2181e68b fix build with WOLFCRYPT_JNI_DEBUG_ON defined 2021-11-15 09:50:48 -07:00
Chris Conlon e11bc558a2 add FIPS 140-3 compatibility 2021-11-15 09:50:45 -07:00
JacobBarthelmeh d1beb399ad
Merge pull request #21 from cconlon/0225
bump junit version to 4.13 in pom.xml, add lib dir to library path
2021-02-26 21:31:52 +07:00
Chris Conlon 7138b29641 bump junit version to 4.13 in pom.xml, add lib dir to library path 2021-02-25 15:56:33 -07:00
JacobBarthelmeh b413342be5
Merge pull request #19 from cconlon/augRelease
1.1.0 release prep
2020-08-26 16:56:20 -06:00
Chris Conlon 74317c53a3 fix unused warning for rng in jni_ecc.c 2020-08-26 15:48:16 -07:00
Chris Conlon d1b3f1245d update README for 1.1.0 release 2020-08-26 15:41:23 -07:00
JacobBarthelmeh 4604ac125d
Merge pull request #18 from cconlon/0826
nativeheaderdir, wc_ecc_set_rng, cleanup
2020-08-26 14:45:25 -06:00
Chris Conlon 33b2c8634b add new features to README.md to prep for next release 2020-08-26 10:44:23 -07:00
Chris Conlon 846bf78870 minor update to README_JCE.md 2020-08-26 10:28:00 -07:00
Chris Conlon 3cee7b1368 suppress finalize deprecation warnings 2020-08-26 10:25:49 -07:00
Chris Conlon 480078c27e update README.md with FIPS Ready instructions 2020-08-26 10:21:56 -07:00
Chris Conlon b6277811e1 call wc_ecc_set_rng() when needed 2020-08-26 10:09:14 -07:00
Chris Conlon b796d4b0d8 switch to hamcrest-all-1.3.jar to match wolfssljni for consistency 2020-08-26 09:43:43 -07:00
Chris Conlon 3657875f5f use nativeheaderdir on supported platforms instead of javah 2020-08-26 09:42:02 -07:00
JacobBarthelmeh a207478ee0
Merge pull request #17 from cconlon/blake2fix
remove BLAKE2b from HMAC, fix hash algo conditional compiles
2020-06-05 11:37:41 -06:00
Chris Conlon 72d4c8c25e increase junit version, junit-4.13.jar 2020-04-22 11:28:55 -06:00
Chris Conlon b6d982a7fc remove BLAKE2b, fix hash algo conditional compiles 2020-01-09 10:51:22 -07:00
Chris Conlon 38c4857d6e
Merge pull request #16 from danielinux/master
Fixes for chacha/Curve25519
2018-07-26 13:27:34 -06:00