- Fix inconsistent synchronization in WolfSSLParameters for
getCipherSuites/setCipherSuites and
getApplicationProtocols/setApplicationProtocols
- Add volatile to WolfSSLImplementSSLSession.isInTable and
alpnSelector fields
- Use class lock for static fields in
detectSecurityPropertySettings()
- Add synchronized to WolfSSLEngine.getEnabledCipherSuites()
- Fix null dereference in setServerID() before id.length access
- Fix Arrays.asList() on primitive int[] in setGroups() debug log
- Use StandardCharsets.UTF_8 instead of default encoding in getBytes()
- Remove redundant null checks (Thread.getName(), new File(),
Class.getMethod(), cast after instanceof)
- Fix null dereference of cafiles in LoadAndroidSystemCertsManually()
- Add Javadoc to cacheRequestedServerNamesFromNetData()