Chris Conlon
|
3484adef93
|
JNI/JCE: fix unused imports and variable warnings reported by Cursor/VSCode
|
2025-02-24 15:23:34 -07:00 |
Chris Conlon
|
6ccdf43175
|
JNI/JCE: update copyright to 2025
|
2025-01-20 15:15:14 -07: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
|
73c23524de
|
JNI/JCE: fix Javadoc warnings with newer Java versions
|
2024-03-22 14:37:28 -06:00 |
Chris Conlon
|
15cbdc1fdf
|
JNI/JCE: fix infer potential deadlock in WolfCryptKeyAgreement(DiffieHellman)
|
2024-02-09 16:12:44 -07:00 |
Chris Conlon
|
0e521059a6
|
update copyright to 2024
|
2024-01-16 15:41:15 -07:00 |
Chris Conlon
|
f6ffb7489e
|
JNI: add synchronization around native ecc_key/RsaKey/DhKey pointer access in Ecc/Rsa/Dh class
|
2023-08-10 13:32:59 -06: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
|
4e477cdc1b
|
update copyright to 2021, minor comment updates
|
2021-11-15 10:17:00 -07:00 |
Chris Conlon
|
3a306131a5
|
JNI: fix for DH state check when loading private/public keys
|
2017-04-27 16:39:36 -06:00 |
Chris Conlon
|
1132acbae9
|
Dh.makeKey() sets key size internally based on DH parameters
|
2017-04-17 10:51:59 -06:00 |
Chris Conlon
|
858d9c9c51
|
JNI: add Dh.getPrivateKey(), reset keys first in free() before changing state
|
2017-03-31 11:58:50 -06:00 |
Chris Conlon
|
db688226a1
|
JNI: put tests in own package, match Maven directory layout standard
|
2017-03-24 17:04:58 -06:00 |