Commit Graph

1139 Commits (master)

Author SHA1 Message Date
Chris Conlon 8ddc356400 fix RSA doSign() out length 2017-12-11 16:38:29 -07:00
Chris Conlon a03ddcb786 compile out TLS 1.0 functions unless WOLFSSL_ALLOW_TLSV10 is defined 2017-11-21 12:51:31 -07:00
Chris Conlon 73bde8b82e update copyright to 2017 2017-01-06 10:00:20 -07:00
Chris Conlon 5436ba9cbe reset internal WolfSSLSession pointer to NULL when object is freed 2016-12-27 15:19:12 -07:00
toddouska 43acf66294 Merge pull request #11 from cconlon/libload
add method to load JNI library from specific path, loadLibraryAbsolute()
2016-10-19 12:21:29 -07:00
toddouska 39e3a3579f Merge pull request #10 from cconlon/finalize
remove try/catch block from finalize methods
2016-10-19 12:11:53 -07:00
Chris Conlon f591d9f626 add method to load JNI library from specific path, loadLibraryAbsolute() 2016-10-18 15:20:31 -06:00
Chris Conlon 2a7997da29 remove try/catch block from finalize methods 2016-10-18 14:40:15 -06:00
toddouska 5bff67d62c Merge pull request #9 from cconlon/fixes
Remove native wolfSSL feature dependencies
2016-08-15 10:55:50 -07:00
Chris Conlon 1720df31aa add methods to check if native features are enabled 2016-08-10 11:27:30 -06:00
Chris Conlon 4ea4646e6c add method to check if CRL is enabled in native wolfSSL 2016-08-10 10:56:14 -06:00
Chris Conlon de0e4e0a3a return NULL instead of throwing exception for X509 getters if not compiled in 2016-08-10 10:54:28 -06:00
Chris Conlon 9613bdbab1 remove wolfSSL feature dependencies, return NOT_COMPILED_IN instead 2016-08-10 10:16:15 -06:00
toddouska ced9f74228 Merge pull request #6 from cconlon/update-copyright
Update copyright to 2016
2016-01-05 13:26:20 -08:00
Chris Conlon 5277c742f7 update copyright to 2016 2016-01-05 14:20:21 -07:00
Chris Conlon e6b4bf4254 update README 2015-12-04 13:21:20 -07:00
Chris Conlon 94a47045af easier uintegration of junit4 in build.xml 2015-12-04 11:51:07 -07:00
Chris Conlon c07215ab5a Use options.h on Android 2015-12-02 16:59:13 -07:00
Chris Conlon d644555fe5 remove redundant options.h includes 2015-11-18 09:29:12 -07:00
Chris Conlon 689595e152 check malloc for error when allocating g_cachedObj 2015-11-02 19:59:46 -06:00
Chris Conlon 4a20451f48 make g_cachedObj dynamic for multi session support 2015-11-02 19:55:07 -06:00
Chris Conlon 232169d4a6 fix EccSign, RsaVerify error handling 2015-10-28 17:07:51 -06:00
Chris Conlon f219ae98c7 switch RsaDec callback to use WOLFSSL cached jobject 2015-10-28 17:00:22 -06:00
Chris Conlon 8b8a18e46c switch RsaEnc callback to use WOLFSSL cached jobject 2015-10-28 16:47:43 -06:00
Chris Conlon 0ee7c1228f switch RsaVerify callback to use WOLFSSL cached jobject 2015-10-28 16:17:30 -06:00
Chris Conlon 271ec80148 switch RsaSign callback to use WOLFSSL cached jobject 2015-10-28 16:06:43 -06:00
Chris Conlon 2e56f9807b switch EccVerify callback to use WOLFSSL cached jobject 2015-10-28 15:49:27 -06:00
Chris Conlon 2d55d1d4f6 switch EccSign callback to use WOLFSSL cached jobject 2015-10-27 09:49:15 -06:00
Chris Conlon 29c314f46c AttachCurrentThread() can be a noop on some platforms, only detach when truly attached 2015-10-26 14:43:12 -06:00
Chris Conlon bdf8aea5e3 add PSK to example server usage 2015-10-16 16:55:03 -06:00
Chris Conlon 7cbe974275 update README 2015-10-16 16:28:29 -06:00
Chris Conlon 86a1795ac4 update server-ecc.pem 2015-10-16 16:26:30 -06:00
Chris Conlon f3d078d0fc switch DecryptVerify Callback to use WOLFSSL cached jobject 2015-10-16 15:51:37 -06:00
Chris Conlon 9dcdea076f switch MacEncrypt Callback to use WOLFSSL cached jobject 2015-10-16 15:23:00 -06:00
Chris Conlon 0ed2825d07 switch GenCookie Callback to use WOLFSSL cached jobject 2015-10-16 14:44:58 -06:00
Chris Conlon d4c1b9643b swith IO Callbacks to use WOLFSSL cached jobject 2015-10-16 13:42:31 -06:00
Chris Conlon 119165534f add PSK junit tests 2015-10-16 11:54:14 -06:00
Chris Conlon 199bd14d1f switch generic Exception to WolfSSLJNIException 2015-10-16 10:24:59 -06:00
Chris Conlon b770b0d839 better error checking, exception checking 2015-10-15 18:04:30 -06:00
Chris Conlon 11cb95d261 add @Deprecated to SSLv3 methods 2015-10-15 13:59:58 -06:00
Chris Conlon 26b0925408 add PSK to examples 2015-10-15 13:52:38 -06:00
Chris Conlon d8d98f8c66 add PSK support 2015-10-15 13:52:07 -06:00
Chris Conlon 54923745e5 now work with SSLv3 disabled by default in wolfSSL, options.h fixes 2015-10-02 10:15:30 -06:00
Chris Conlon b05461d075 add super.finalize() calls to finalizers 2015-07-14 10:26:49 -06:00
Chris Conlon 9f54a6db60 add finalizer for WolfSSLSession class 2015-07-13 17:14:58 -06:00
Chris Conlon 0563172c38 merge branch master 2015-07-13 16:45:25 -06:00
Chris Conlon d49cf93d45 add finalizer for WolfSSLContext class 2015-07-13 16:43:57 -06:00
Chris Conlon 1cf5e24da2 fix date in README 2015-07-09 08:43:52 -06:00
Chris Conlon b53aeaa772 update example certs and keys 2015-06-02 23:05:30 -06:00
Chris Conlon d55b2155cf update README for 1.2.0 release 2015-06-02 22:52:31 -06:00