Commit Graph

33 Commits (12eae28c145d2f7b705e6dcd10414c2c750539bb)

Author SHA1 Message Date
Chris Conlon 2fa04177fc JNI: add wolfSSL JNI Java level debugging, add wolfssljni.debug=true System property support 2024-11-21 15:33:14 -07:00
Chris Conlon d33185cdaf JNI/JSSE: correctly free WOLFSSL_X509 from wolfSSL_get_peer_certificate() for wolfSSL >= 5.3.0 2024-04-17 15:59:50 -06:00
Chris Conlon 3dee881dda JNI: wrap wolfSSL_set_tls13_secret_cb() in WolfSSLSession.setTls13SecretCb(), along with example in Client.java 2024-03-28 10:05:10 -06:00
Chris Conlon 5146e74c4d JNI: add TLS 1.3 version to example Client.java and Server.java 2024-01-24 15:17:38 -07:00
Chris Conlon 8087699d79 JNI: add example of session resumption to example Client.java 2024-01-24 15:05:06 -07:00
Chris Conlon 85cfeeaf90 update copyright to 2024 2024-01-16 15:35:09 -07:00
Chris Conlon 21ea49b6bd update copyright dates to 2023 2023-03-30 15:28:19 -06:00
Chris Conlon 8c41245dc4 update copyright dates to 2022 2022-01-18 10:19:03 -07:00
Chris Conlon 8b2ea7899e update copyright to 2021 2021-01-14 10:03:57 -07:00
Chris Conlon 1cbb08a18b add non-blocking support for JSSE SSLSocket 2020-06-22 13:06:58 -06:00
Chris Conlon 7ba5a60872 update copyright to 2020 2020-01-03 14:50:25 -08:00
Chris Conlon 4570069c5e update copyright to 2019 2019-04-17 10:39:25 -07:00
Chris Conlon bae16f09ed update copyright to 2018 2018-11-13 13:28:06 -07:00
Chris Conlon 6ba93fc65e fix Public Key callback registration in example client and server 2018-03-02 14:57:05 -07:00
Chris Conlon b8cbe1ce3d fix Atomic User callback registration in example client and server 2018-03-02 14:04:30 -07:00
Chris Conlon b616f57cb7 fix I/O callback registration in example client 2018-03-02 10:28:08 -07:00
Kaleb Himes 5a7b234fd3
Merge pull request #13 from cconlon/copyright
update copyright to 2017
2017-12-27 12:16:55 -07:00
Chris Conlon 3f3c7732b3 add examples for ECC shared secret callback 2017-12-11 16:47:08 -07:00
Chris Conlon 73bde8b82e update copyright to 2017 2017-01-06 10:00:20 -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 5277c742f7 update copyright to 2016 2016-01-05 14:20:21 -07: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 6c65e4f8f4 clean up whitespace 2015-01-21 16:53:10 -07:00
Chris Conlon d90b48be9d update with CyaSSL to wolfSSL name change 2015-01-21 16:05:06 -07:00
lchristina26 cdad6d064e update to Java 8 2014-09-17 12:58:11 -06:00
Chris Conlon fb18ed875a update FSF address, copyright dates 2014-04-16 11:43:41 -06:00
Chris Conlon 359483fab7 update OCSP support to match CyaSSL 2.9.4 2014-04-15 15:43:28 -06:00
Chris Conlon 19798c6cbb comment typo fix 2013-12-27 10:20:26 -07:00
Chris Conlon a1d10059bb initial repo creation 2013-11-08 12:38:38 -07:00