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
|
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
|
b6d982a7fc
|
remove BLAKE2b, fix hash algo conditional compiles
|
2020-01-09 10:51:22 -07:00 |
Aaron Jense
|
2d2546d45b
|
WC prefix for FIPS v2
|
2018-07-12 12:49:37 -06:00 |
Aaron Jense
|
c42f321e81
|
Removed redefine of WC_INLINE if using FIPS. This was defined in wolfssl proper.
|
2018-07-05 11:25:17 -06:00 |
Aaron Jense
|
9c65cae351
|
Add WC* to match wolfssl and wolfssl-fips
|
2018-06-29 14:32:43 -06:00 |
Aaron Jense
|
f23dbb7fbe
|
change <hash type> to WC_<hash type>
|
2018-06-29 13:33:39 -06:00 |
Aaron Jense
|
02e8e3ec78
|
Change INLINE to WC_INLINE to match that of wolfssl. Fixes compile failure.
|
2018-06-29 10:49:30 -06:00 |
Aaron Jense
|
64b8e3a418
|
Add dynamic defines for the different hash types depending on their enum code. This fixes the error where the unintended hash type is chosen when switching between different version of wolfssl where the enum codes are different
|
2018-06-29 10:29:22 -06:00 |
Chris Conlon
|
fc648e07fc
|
JNI: fix native exception handling in HMAC
|
2017-04-28 18:08:30 -06:00 |
Moisés Guimarães
|
64ff584b89
|
adds WOLFSSL_* defines in #ifdefs
|
2017-03-24 17:13:04 -03:00 |
Moisés Guimarães
|
c0fa2f2a7f
|
fixes hmac jbyteArray access
|
2017-03-20 02:52:45 -03:00 |
Moisés Guimarães
|
79372435b2
|
adds LogHex() offset param
|
2017-03-20 02:14:28 -03:00 |
Moisés Guimarães
|
7c3172aa67
|
adds hmac wrappers
|
2017-03-02 15:46:19 -07: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 |
Chris Conlon
|
018d68585b
|
move wolfcrypt-jni back into directory of same name
|
2015-04-01 14:56:40 -06:00 |