JacobBarthelmeh
|
7f2f2162bf
|
Merge pull request #37 from cconlon/v1.4
Prep for 1.4.0 Release
|
2022-08-11 14:35:31 -06:00 |
Chris Conlon
|
0cb31efe2c
|
bump version to 1.4 in build.xml and WolfCryptProvider.java
|
2022-08-11 12:25:49 -06:00 |
Chris Conlon
|
e869de0aa8
|
update README.md with 1.4.0 release notes
|
2022-08-11 12:25:14 -06:00 |
Chris Conlon
|
5547f2c317
|
use ${env.LD_LIBRARY_PATH} in build.xml
|
2022-08-11 11:44:45 -06:00 |
JacobBarthelmeh
|
c28b0589d6
|
Merge pull request #34 from cconlon/chacha_fixes
Cleanup ChaCha native wrapper, fix double free of ChaCha pointer
|
2022-07-29 16:36:48 -06:00 |
Chris Conlon
|
93db26daa5
|
fix casting warning in LogStr of jni_native_struct.c
|
2022-07-29 16:30:46 -06:00 |
Chris Conlon
|
97d41335d8
|
add test cases for Chacha.java
|
2022-07-29 14:10:29 -06:00 |
Chris Conlon
|
03b7797304
|
throw exception when Chacha.process() input array is null
|
2022-07-29 14:09:45 -06:00 |
Chris Conlon
|
c51d6122a9
|
cleanup ChaCha native wrapper, fix double free of ChaCha pointer
|
2022-07-29 14:00:52 -06:00 |
JacobBarthelmeh
|
0dd4846022
|
Merge pull request #36 from cconlon/ascii
Replace non-ASCII apostrophes in Fips.java/README_JCE.md
|
2022-07-20 14:21:40 -06:00 |
Chris Conlon
|
311422057c
|
replace non-ASCII apostrophes in Fips.java/README_JCE.md
|
2022-07-20 11:56:26 -06:00 |
JacobBarthelmeh
|
a180dfbf94
|
Merge pull request #35 from cconlon/oldnames
Use wc_* names for Md5 and Sha structs in jni_fips.c
|
2022-07-19 14:55:44 -06:00 |
Chris Conlon
|
7982d4d538
|
Skip WolfCryptMacTest for HMAC-MD5 for FIPS>2, CAST does not support
|
2022-07-19 14:29:51 -06:00 |
Chris Conlon
|
728e5ba244
|
check for exception not specific string in WolfCryptCipherTest.java test
|
2022-07-19 14:28:57 -06:00 |
Chris Conlon
|
11874b3199
|
use wc_XXX names for Md5 and Sha structs, adds wolfSSL compatibility with --enable-engine
|
2022-07-19 10:40:18 -06:00 |
JacobBarthelmeh
|
e575891b96
|
Merge pull request #33 from cconlon/exampleREADME
Update README/README_JCE with notes about examples
|
2022-05-17 16:12:11 -06:00 |
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 |