Commit Graph

19 Commits (21bde334736d51ee8ed8ec110ec35ad25e4e9898)

Author SHA1 Message Date
Chris Conlon df780e6fe7 add support for newer SSLParameters getServerName/setServerName via reflection 2020-05-13 16:52:11 -06:00
Chris Conlon 751ae252bc add WolfSSLParameters to use internally instead of SSLParameters 2020-05-13 11:58:34 -06:00
kojo1 7fc87f550f getAllProtocols, getSupportedProtocols to get built in protocols 2020-05-13 05:58:35 +09:00
kojo1 311ddd7d82 guard null pointer 2020-05-06 07:58:35 +09:00
kojo1 426821ec85 Add SSLServerSocket.setEnabledProtocols 2020-05-04 06:51:08 +09:00
Chris Conlon 661377f18f WolfSSLServerSocket: use explicit com.wolfssl.WolfSSLContext to prevent class name clash/confusion 2020-03-18 11:25:54 -06:00
Chris Conlon 7ba5a60872 update copyright to 2020 2020-01-03 14:50:25 -08:00
Jacob Barthelmeh b64fd049b7 increase code coverage and remove whitespaces 2019-04-18 16:55:51 -06:00
Jacob Barthelmeh f03747ab66 updates to decouple params and server example 2019-04-17 16:36:59 -06:00
Jacob Barthelmeh cc5f8c1744 refactor debug print out 2019-04-16 13:59:06 -06:00
Chris Conlon 2026046500 SSLSocket and SSLServerSocket fixes and tests 2019-04-03 11:09:41 -07:00
Chris Conlon c83130e7f4 SSLSocket/ServerSocket fixes 2019-04-01 20:59:26 -06:00
Chris Conlon 65916238ca add synchronization for SSLSocket, SSLServerSocket 2019-03-27 10:30:39 -07:00
Chris Conlon 54fd9aebef fix parameter handling in SSLSocket and SSLServerSocket 2019-03-20 09:20:47 -07:00
Chris Conlon 4820dc0c5d remove startHandshake from SSLServerSocket.accept() 2019-03-19 14:39:57 -07:00
Chris Conlon 41079584a6 more debug statements in SSLSocket and SSLServerSocket 2019-03-19 12:47:50 -07:00
Chris Conlon f287525c9b fixes to server-side and SSLSocket implementation 2019-03-19 09:45:15 -07:00
Chris Conlon 9de746cfa7 add SSLInputStream, SSLOutputStream, fix client/server side detection 2019-03-13 16:29:13 -07:00
Chris Conlon f9f11962b0 add SSLServerSocket support 2019-03-13 11:11:14 -07:00