Chris Conlon
|
6ccdf43175
|
JNI/JCE: update copyright to 2025
|
2025-01-20 15:15:14 -07:00 |
Chris Conlon
|
0e521059a6
|
update copyright to 2024
|
2024-01-16 15:41:15 -07:00 |
Chris Conlon
|
f63d9a1b0d
|
JNI: cleanup XMALLOC usage, call XMEMSET where needed
|
2023-08-07 11:24:50 -06:00 |
Chris Conlon
|
1fe2ad65fd
|
JNI/JCE: add synchronization around native MessageDigest pointer access
|
2023-08-07 11:24:45 -06:00 |
Chris Conlon
|
05091926cb
|
fix build errors and warnings for Visual Studio on Windows
|
2023-05-03 10:06:41 -06:00 |
Chris Conlon
|
3f7cb19759
|
add uintptr_t cast in Md5 mallocNativeStruct
|
2022-11-11 16:21:00 -07:00 |
Chris Conlon
|
9a7b7263c3
|
add MessageDigest.clone() support and underlying wolfCrypt class object copy methods
|
2022-11-10 14:22:15 -07:00 |
Chris Conlon
|
0aff7b3e63
|
update copyright to 2022
|
2022-01-18 09:29:36 -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 |
Aaron Jense
|
260f62939d
|
This change allows for the amount of bytes to be hashed(len) to be greater than offset and still checks that offset won't go out of bounds of array.
|
2018-06-26 12:34:44 -06:00 |
Chris Conlon
|
cef1ed5b78
|
JNI: fix native exception handling in MD5
|
2017-04-28 18:09:13 -06:00 |
Moisés Guimarães
|
2cd9592cf4
|
groups hash functions in a single java implementation
|
2017-03-20 08:28:56 -03:00 |
Moisés Guimarães
|
5c13c043f7
|
fixes rng jbyteArray access
|
2017-03-20 03:06:48 -03:00 |
Moisés Guimarães
|
4713668c9b
|
fixes md5 jbyteArray access
|
2017-03-20 02:55:59 -03:00 |
Moisés Guimarães
|
79372435b2
|
adds LogHex() offset param
|
2017-03-20 02:14:28 -03:00 |
Chris Conlon
|
8310887437
|
JNI: fix Md5 ByteBuffer use, cleanup
|
2017-03-17 15:44:07 -06:00 |
Chris Conlon
|
43dfb96ab7
|
JNI: non-FIPS wrappers for MD5 and SHA/256/384/512
|
2017-03-16 13:09:16 -06:00 |
Moisés Guimarães
|
4592dbc613
|
revert __ANDROID__ check removal.
|
2016-03-24 22:56:05 -03:00 |
Moisés Guimarães
|
d40171317f
|
Adds <wolfssl/options.h> to Android platform.
Reorders includes to avoid side effects in wolfssl's headers.
|
2016-03-21 14:42:25 -03:00 |
Moisés Guimarães
|
6f2ac81712
|
fixes rsa memory error: The FP_MAX_BITS constant was different in the wolfssl lib (8192) and in the wolfcrypt-jni (4096). The order of the includes affected the constant.
|
2016-03-04 18:15:16 -03:00 |
Moisés Guimarães
|
32616adf5d
|
updates copyright.
|
2016-03-04 15:46:10 -03:00 |
John Safranek
|
b6e000284f
|
added GPL headers to all android non-generated source and header files
|
2015-06-22 15:16:42 -06:00 |
Chris Conlon
|
fa454e4d15
|
leave off options.h include for Android builds
|
2015-04-06 17:12:50 -06:00 |
Moisés Guimarães
|
cf9eeb4e28
|
adds ecc with fips wrappers and constructor tests;
|
2015-04-05 20:24:06 -03:00 |
Moisés Guimarães
|
34754a6bc0
|
fixes Md5 native constructor.
|
2015-04-05 17:17:42 -03:00 |
Moisés Guimarães
|
a3674e6aaa
|
adds Md5 with fips wrappers and related tests (not the fips ones);
|
2015-04-05 17:02:58 -03:00 |