Chris Conlon
|
6ccdf43175
|
JNI/JCE: update copyright to 2025
|
2025-01-20 15:15:14 -07:00 |
Chris Conlon
|
e4da66fb4a
|
JNI/JSSE: account for native RSA_MIN_SIZE in JUnit tests, add Rsa.RSA_MIN_SIZE helper
|
2024-09-18 14:54:47 -06: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
|
9401c82d31
|
JCE: add RSA support in KeyPairGenerator, Rsa supporting methods, native cleanup
|
2023-06-05 10:43:09 -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
|
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
|
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
|
38e7211f36
|
JNI: return JNI_FALSE on exception in RsaSetRNG
|
2017-05-03 17:34:51 -06:00 |
Chris Conlon
|
bd1a23723e
|
JNI: fix native exception handling in RSA
|
2017-04-28 18:11:58 -06:00 |
Moisés Guimarães
|
539fc9b2e2
|
fixes ;
|
2017-03-24 18:05:18 -03:00 |
Moisés Guimarães
|
b53aa67be6
|
apply standard to PR #44
|
2017-03-24 17:25:03 -03:00 |
Moisés Guimarães
|
9d1f94995c
|
disable rsa log
|
2017-03-24 17:13:04 -03:00 |
Moisés Guimarães
|
6b55b34ec6
|
adds wc_RsaSetRNG() and fixes Rng initialzation.
|
2017-03-24 17:13:04 -03:00 |
Moisés Guimarães
|
e89f665b28
|
Merge pull request #43 from cconlon/jni_rsa
JNI: wrap additional RSA functions
|
2017-03-24 17:12:08 -03:00 |
Moisés Guimarães
|
20deb4ba6d
|
fixes rsa jbyteArray access
|
2017-03-20 03:38:55 -03:00 |
Moisés Guimarães
|
79372435b2
|
adds LogHex() offset param
|
2017-03-20 02:14:28 -03:00 |
Chris Conlon
|
f08a0869ca
|
JNI: wrap additional RSA functions
|
2017-03-17 15:56:10 -06:00 |
Moisés Guimarães
|
718370dc8a
|
adds RSA jni wrappers
|
2017-03-16 19:37:45 -03: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
|
3ed3769d1c
|
fixes linux crash; GetLongArrayRegion() expects a jlong, word32 wasn't big enough on linux. Variable types changed to jlong instead.
|
2016-03-13 20:18:24 -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 |
Moisés Guimarães
|
156d72a69e
|
adds byte[] versions of Asn, Rsa, Dh and Md5;
improves byte[] release usage, copying buffer only when necessary.
|
2015-12-21 22:49:38 -03:00 |
Moisés Guimarães
|
da8961fe07
|
fixes log warnings.
|
2015-10-09 14:40:38 -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 |
Moisés Guimarães
|
53f364cb2f
|
adds RSA CAVP SigGen tests.
|
2015-04-30 20:20:07 -03:00 |
Moisés Guimarães
|
33ebb4cddd
|
adds Rsa.exportRawPublicKey();
|
2015-04-30 19:02:42 -03:00 |
Moisés Guimarães
|
59efcc109d
|
adds Rsa.makeKey();
|
2015-04-30 18:21:46 -03:00 |
Moisés Guimarães
|
b0ba01ef9a
|
adds error callback to FIPS with jni wrappers.
|
2015-04-10 10:26:08 -03:00 |
Chris Conlon
|
fa454e4d15
|
leave off options.h include for Android builds
|
2015-04-06 17:12:50 -06:00 |
Chris Conlon
|
018d68585b
|
move wolfcrypt-jni back into directory of same name
|
2015-04-01 14:56:40 -06:00 |