index
:
libcore.git
replicant-4.2
replicant-6.0
libcore
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
luni
/
src
/
main
/
java
/
javax
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
|
|
Merge "Remove workaround for *.clients.google.com."
Alex Klyubin
2014-07-23
1
-4
/
+1
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Remove workaround for *.clients.google.com.
Alex Klyubin
2014-07-23
1
-4
/
+1
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Fix serialization / deserialization of SealedObject
Neil Fuller
2014-07-24
1
-29
/
+43
|
/
/
/
/
/
*
|
|
|
|
TLS-PSK cipher suites enabled when PSKKeyManager is provided.
Alex Klyubin
2014-07-14
2
-8
/
+14
*
|
|
|
|
Merge "TLS-PSK cipher suites should appear in API Level 21."
Alex Klyubin
2014-07-11
2
-16
/
+16
|
\
\
\
\
\
|
*
|
|
|
|
TLS-PSK cipher suites should appear in API Level 21.
Alex Klyubin
2014-07-08
2
-16
/
+16
*
|
|
|
|
|
Merge "Invalidate cache of default SocketFactory"
Kenny Root
2014-07-10
2
-0
/
+18
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Invalidate cache of default SocketFactory
Kenny Root
2014-06-27
2
-0
/
+18
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Remove
Brian Carlstrom
2014-07-07
4
-161
/
+0
|
/
/
/
/
*
|
|
|
Merge "Document and assert support for TLS-PSK cipher suites."
Alex Klyubin
2014-05-29
2
-0
/
+60
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Document and assert support for TLS-PSK cipher suites.
Alex Klyubin
2014-05-27
2
-0
/
+60
|
|
|
/
|
|
/
|
*
|
|
Merge "Update SSLEngine Javadoc to reflect recent changes."
Alex Klyubin
2014-05-28
1
-53
/
+358
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Update SSLEngine Javadoc to reflect recent changes.
Alex Klyubin
2014-05-23
1
-53
/
+358
|
|
/
*
|
Fix a sorting bug in SSLSocket javadoc.
Alex Klyubin
2014-05-23
1
-4
/
+4
|
/
*
SSLEngineResult: better exception messages
Kenny Root
2014-05-05
1
-4
/
+4
*
Improve documentation and tests of SSLContext.init.
Alex Klyubin
2014-03-27
1
-6
/
+23
*
Add X509ExtendedTrustManager
Kenny Root
2014-03-25
4
-6
/
+166
*
Late binding: support NullCipher
Kenny Root
2014-02-13
1
-1
/
+11
*
Late binding: add support to Mac
Kenny Root
2014-02-06
1
-26
/
+133
*
Late binding: add support to KeyAgreement
Kenny Root
2014-02-06
1
-33
/
+120
*
Late binding: reinitializing causes selection
Kenny Root
2014-02-06
1
-4
/
+10
*
Late binding: fix refactor mistake in Cipher
Kenny Root
2014-02-06
1
-3
/
+3
*
Improve JCE getInstance documentation
Kenny Root
2014-02-05
6
-5
/
+11
*
Late binding: supplied Provider should be used
Kenny Root
2014-02-05
1
-32
/
+47
*
CipherInputStream: increase buffers for speed
Kenny Root
2014-01-15
1
-29
/
+44
*
Disable MD5 cipher suites in SSLSocket and SSLEngine.
Alex Klyubin
2013-12-19
1
-2
/
+2
*
Disable 3DES cipher suites in SSLSocket.
Alex Klyubin
2013-12-18
1
-7
/
+7
*
Disable static server key ECDH cipher suites in SSLSocket.
Alex Klyubin
2013-12-17
1
-8
/
+8
*
Enable AES-GCM cipher suites by default in SSLSocket.
Alex Klyubin
2013-12-17
1
-9
/
+9
*
Enable support for TLSv1.2 cipher suites in SSLSocket.
Alex Klyubin
2013-12-17
1
-0
/
+165
*
Enable TLSv1.1 and TLSv1.2 by default for SSLSocket.
Alex Klyubin
2013-12-16
1
-2
/
+2
*
Merge "Remove HarmonyJSSE SSLContext, SSLSocket and SSLServerSocket."
Alex Klyubin
2013-12-16
1
-4
/
+4
|
\
|
*
Remove HarmonyJSSE SSLContext, SSLSocket and SSLServerSocket.
Alex Klyubin
2013-12-16
1
-4
/
+4
*
|
Late binding: add support to Cipher
Kenny Root
2013-12-16
1
-109
/
+213
|
/
*
Javadoc protocols and providers supported by SSLContext.
Alex Klyubin
2013-12-13
1
-0
/
+113
*
Javadoc the default configuration of SSLEngine.
Alex Klyubin
2013-12-12
1
-0
/
+280
*
Javadoc the default configuration of SSLSocket.
Alex Klyubin
2013-12-11
1
-0
/
+506
*
Fix Cipher doc.
Xizhi Zhu (Steven)
2013-12-05
1
-1
/
+1
*
Use @throws rather than the deprecated and unusual @exception.
Elliott Hughes
2013-10-15
1
-6
/
+5
*
Add specific exception for wrong final block length
Kenny Root
2013-09-12
1
-1
/
+1
*
Delay SSLSocketImpl instantiation until needed
Kenny Root
2013-09-10
1
-10
/
+15
*
Move initialization check higher for updateAAD
Kenny Root
2013-05-31
1
-3
/
+3
*
Add classes for AEAD encryption
Kenny Root
2013-05-14
4
-1
/
+297
*
Fix DatatypeFactory documentation.
Elliott Hughes
2013-02-22
1
-0
/
+3
*
Improve exception detail in Mac.update
Brian Carlstrom
2013-01-18
1
-1
/
+3
*
Should favor most specific CN when working with distinguished names
Brian Carlstrom
2013-01-07
1
-7
/
+9
*
Should favor last CN when working with distinguished names
Brian Carlstrom
2013-01-04
2
-7
/
+12
*
Prefer PKIX algorithm name for TrustManagerFactory and KeyManagerFactory
Brian Carlstrom
2012-10-29
3
-5
/
+15
*
Merge "Remove various content-free package.html files."
Elliott Hughes
2012-10-11
1
-7
/
+0
|
\
|
*
Remove various content-free package.html files.
Elliott Hughes
2012-10-11
1
-7
/
+0
[prev]
[next]