JacobBarthelmeh
|
2eeb8f1cbb
|
Merge pull request #97 from cconlon/1.8release
Prep for 1.8 Release
|
2025-01-23 12:52:13 -08:00 |
Chris Conlon
|
ea2cf2564d
|
JNI/JSSE: call wolfSSL_Init() in WolfObject init() before running FIPS CASTs
|
2025-01-23 11:15:26 -07:00 |
Chris Conlon
|
51776458ac
|
Update ChangeLog for 1.8 release
|
2025-01-23 11:15:23 -07:00 |
Chris Conlon
|
79f9969f46
|
Android: update example app CMakeLists.txt for wolfSSL FIPS Ready compatibility
|
2025-01-22 14:35:31 -07:00 |
Chris Conlon
|
c9c4f8cbd2
|
JNI/JCE: update README with note about FIPSv5
|
2025-01-21 16:31:16 -07:00 |
Chris Conlon
|
560534e3de
|
JNI/JCE: bump version to 1.8
|
2025-01-21 16:31:12 -07:00 |
JacobBarthelmeh
|
81a7fee6b2
|
Merge pull request #96 from cconlon/copyright2025
JNI/JCE: update copyright to 2025
|
2025-01-20 14:42:09 -08:00 |
Chris Conlon
|
6ccdf43175
|
JNI/JCE: update copyright to 2025
|
2025-01-20 15:15:14 -07:00 |
Chris Conlon
|
e717ef543c
|
Merge pull request #94 from jackctj117/wolfJSSE_Benchmark
JCE: Implements DES algorithm, results comparison table and provider version information
|
2025-01-10 13:24:30 -07:00 |
Jack Tjaden
|
77ed12a02f
|
JCE: Implements DES algorithm, results comparison table and provider version information
|
2025-01-10 12:00:14 -07:00 |
Chris Conlon
|
9eb95a6a3c
|
Merge pull request #93 from jackctj117/wolfJSSE_Benchmark
JCE: Implements Bouncy Castle and SunJCE tests with random IV
|
2025-01-07 15:03:04 -07:00 |
Jack Tjaden
|
f997661a3c
|
JCE: Implements Bouncy Castle and SunJCE tests with random IV
|
2025-01-07 14:05:20 -07:00 |
Chris Conlon
|
6ffb703d39
|
Merge pull request #89 from jackctj117/wolfJSSE_Benchmark
Adds AES-GCM to benchmark
|
2025-01-06 11:52:58 -07:00 |
Jack Tjaden
|
8ddb01f1ee
|
JCE: implements AES-GCM benchmark and modify test sizes in crypto benchmark
|
2025-01-06 11:30:28 -07:00 |
JacobBarthelmeh
|
d34bea0123
|
Merge pull request #92 from cconlon/prTargetAction
Remove generic pull_request_target GitHub Action, not needed
|
2025-01-02 17:19:34 -07:00 |
Chris Conlon
|
5107c63ddd
|
Remove generic pull_request_target GitHub Action, not needed now that FIPS tests are driven via Jenkins
|
2025-01-02 16:11:29 -07:00 |
JacobBarthelmeh
|
005e5f2bee
|
Merge pull request #91 from cconlon/fipsRunAllCasts
JNI/JCE: call wc_RunAllCast_fips() for HAVE_FIPS_VERSION >= 6
|
2025-01-02 16:01:27 -07:00 |
Chris Conlon
|
68bc76f4e1
|
JNI/JCE: call wc_RunAllCast_fips() for HAVE_FIPS_VERSION >= 6
|
2024-12-30 16:28:27 -07:00 |
JacobBarthelmeh
|
e78ece02f3
|
Merge pull request #87 from cconlon/prTargetAction
Test adding pull_request_target GitHub Actions test
|
2024-12-24 15:25:35 -07:00 |
Chris Conlon
|
fb80126cca
|
Merge pull request #88 from jackctj117/wolfJSSE_Benchmark
Basic app and script for wolfJSSE benchmark
|
2024-12-24 15:17:43 -07:00 |
Jack Tjaden
|
6cc4e6ff32
|
JCE: Implements crypto benchmark for AES, Instructions added to README_JCE.md
|
2024-12-24 16:01:05 -06:00 |
Chris Conlon
|
54a62a1a0d
|
Add generic pull_request_target GitHub Action test to build upon
|
2024-12-16 13:27:23 -07:00 |
JacobBarthelmeh
|
d063bb6b06
|
Merge pull request #84 from cconlon/runAllCasts
Run FIPS CASTs once up front to avoid runtime FIPS errors in threaded applications
|
2024-12-13 13:31:08 -07:00 |
Chris Conlon
|
fa4995b324
|
JNI: check and run FIPS CASTs if needed in com.wolfssl.wolfcrypt.Fips class methods
|
2024-12-13 11:58:37 -07:00 |
Chris Conlon
|
acbad58f17
|
JNI/JCE: only run FIPS CASTs once up front, for JCE run once when WolfCryptProvider is created
|
2024-12-13 11:58:35 -07:00 |
JacobBarthelmeh
|
2d1290ab99
|
Merge pull request #85 from cconlon/androidCustomConfig
Android: define WOLFSSL_CUSTOM_CONFIG in example Android app
|
2024-12-10 10:24:26 -07:00 |
Chris Conlon
|
04f4aab492
|
Android: define WOLFSSL_CUSTOM_CONFIG in example Android app, after wolfSSL PR 8262
|
2024-12-10 09:39:06 -07:00 |
JacobBarthelmeh
|
3b627be193
|
Merge pull request #83 from cconlon/wksMapping
Add fake mapping from JKS/PKCS12 KeyStore to WKS for FIPS Compliance
|
2024-12-04 12:02:26 -07:00 |
Chris Conlon
|
fc85641fab
|
JCE: add Security property support for wolfjce.mapJKStoWKS and wolfjce.mapPKCS12toWKS
|
2024-11-13 12:29:25 -07:00 |
Chris Conlon
|
b302945e5b
|
add example client.p12 file for WolfSSLKeyStore testing
|
2024-11-13 10:50:28 -07:00 |
JacobBarthelmeh
|
a2c9ff8c9c
|
Merge pull request #82 from cconlon/mavenAction
Add GitHub Action PRB to test Maven builds (pom.xml)
|
2024-11-11 16:16:30 -07:00 |
Chris Conlon
|
2df8c7cb0c
|
Add GitHub Action PRB to test Maven builds (pom.xml)
|
2024-11-11 15:37:21 -07:00 |
JacobBarthelmeh
|
b75d8aa738
|
Merge pull request #81 from cconlon/1.7release
Prep for 1.7 Release
|
2024-11-11 14:29:18 -07:00 |
Chris Conlon
|
2cb30f76e1
|
Update ChangeLog for 1.7 release
|
2024-11-11 10:42:41 -07:00 |
Chris Conlon
|
8895d2877c
|
JNI/JCE: update Visual Studio project file with new KeyStore file
|
2024-11-11 10:42:41 -07:00 |
Chris Conlon
|
fcf4d8e91a
|
JNI/JCE: update Windows README, example config path
|
2024-11-11 10:42:41 -07:00 |
Chris Conlon
|
a52ab9d13f
|
JSSE: skip WolfSSLKeyStoreTest.testLoadSystemCAKeyStore() if running on Windows
|
2024-11-11 10:42:41 -07:00 |
Chris Conlon
|
cc05b61585
|
JNI: fix FB Infer warnings on OSX, potential threading issues
|
2024-11-11 10:42:39 -07:00 |
Chris Conlon
|
c112d0d47c
|
JNI/JCE: fix build compatibility with latest FIPS versions > 5
|
2024-11-08 15:16:05 -07:00 |
Chris Conlon
|
455fbb0cf0
|
JCE: skip WolfSSLKeyStoreTest.testLoadSystemCAKeyStore() if JAR has not been created yet
|
2024-11-08 11:40:54 -07:00 |
Chris Conlon
|
fcb42188fd
|
add source folders to Maven pom.xml
|
2024-11-08 11:39:03 -07:00 |
Chris Conlon
|
4a4ea6be6a
|
Bump version to 1.7
|
2024-11-08 10:48:13 -07:00 |
JacobBarthelmeh
|
280032df17
|
Merge pull request #80 from cconlon/X509CheckPrivateKey
JNI/JCE: fix pointer use in JNI X509CheckPrivateKey()
|
2024-10-29 11:01:26 -06:00 |
Chris Conlon
|
d8ed437f3b
|
JNI/JCE: fix pointer use in JNI X509CheckPrivateKey()
|
2024-10-23 10:27:47 -06:00 |
JacobBarthelmeh
|
ddddfc604d
|
Merge pull request #79 from cconlon/androidProject
Sample Android project, Android Gradle GitHub Action, and gradle build fixes
|
2024-10-11 15:30:58 -06:00 |
Chris Conlon
|
14301a1dfb
|
Add GitHub Action for testing Android Gradle build
|
2024-10-11 14:38:47 -06:00 |
Chris Conlon
|
2e8a380e3b
|
JNI: fix warnings from Android gradle build, lots related to potential incomplete object initialization in constructors
|
2024-10-11 14:38:47 -06:00 |
Chris Conlon
|
4b96ee8b84
|
JCE: clean up WolfCryptDebug log() methods across classes
|
2024-10-11 14:38:47 -06:00 |
Chris Conlon
|
dbe0df7e44
|
JNI/JSSE: add sample Android Studio project for build tests
|
2024-10-11 14:38:45 -06:00 |
JacobBarthelmeh
|
ce4a5b97f7
|
Merge pull request #78 from cconlon/systemCacertsJavaHome
Set keytool path correctly in system-cacerts-to-wks.sh
|
2024-10-10 10:26:03 -06:00 |