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
/
org
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Add a test for KxmlSerializer attributes with whitespace chars.
Jesse Wilson
2012-08-01
1
-0
/
+9
*
|
Add OpenSSL provider for SHA1PRNG
Kenny Root
2012-08-01
3
-0
/
+52
*
|
Remove more cruft.
Elliott Hughes
2012-08-01
4
-18
/
+3
*
|
Signature.verify should not throw if called twice
Brian Carlstrom
2012-07-23
1
-1
/
+1
*
|
Merge "Fix OpenSSLSocketImpl.close race"
Brian Carlstrom
2012-07-23
1
-2
/
+2
|
\
\
|
*
|
Fix OpenSSLSocketImpl.close race
Brian Carlstrom
2012-07-23
1
-2
/
+2
*
|
|
Provider should enumerate services in the order they are added
Brian Carlstrom
2012-07-23
1
-566
/
+0
|
/
/
*
|
Merge "CertificateRequest should handle case where certificate is requested b...
Brian Carlstrom
2012-07-13
2
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
CertificateRequest should handle case where certificate is requested but none...
gcollins
2012-07-13
2
-2
/
+2
*
|
Change OpenSSLSocketImpl to forbid empty lists of NPN protocols.
Jesse Wilson
2012-05-28
1
-4
/
+7
*
|
Only use SSL CUTTHROUGH (False Start) if the server supports NPN.
Jesse Wilson
2012-05-15
1
-29
/
+13
*
|
Provide key context
Selim Gurun
2012-05-04
2
-0
/
+8
*
|
NativeCrypto should honor timeout less than one second
Brian Carlstrom
2012-05-01
1
-2
/
+2
*
|
Avoid session reuse to fix test_SSL_do_handshake_clientCertificateRequested_t...
Brian Carlstrom
2012-05-01
1
-6
/
+7
*
|
Tracking openssl-1.0.1b
Brian Carlstrom
2012-04-29
1
-1
/
+1
*
|
Use SSL_CTX_set_session_id_context in ServerSessionContext
Brian Carlstrom
2012-04-17
2
-0
/
+8
*
|
Disable TLSv1.1 and TLSv1.2 by default
Brian Carlstrom
2012-03-28
2
-1
/
+7
*
|
Merge "Use WRAP/UNWRAP for key exchange"
Brian Carlstrom
2012-03-27
2
-5
/
+8
|
\
\
|
*
|
Use WRAP/UNWRAP for key exchange
Brian Carlstrom
2012-03-27
2
-5
/
+8
*
|
|
Merge "More support for ENGINE-based keys"
Kenny Root
2012-03-26
5
-18
/
+59
|
\
\
\
|
*
|
|
More support for ENGINE-based keys
Kenny Root
2012-03-26
5
-18
/
+59
|
|
/
/
*
|
|
Don't use the SSL_CTX prefix for a method that takes an SSL.
Jesse Wilson
2012-03-26
2
-2
/
+2
|
/
/
*
|
Merge "Expose NPN in OpenSSL."
Jesse Wilson
2012-03-25
2
-3
/
+52
|
\
\
|
*
|
Expose NPN in OpenSSL.
Jesse Wilson
2012-03-25
2
-3
/
+52
*
|
|
Split OpenSSLRSAPrivateCrtKey from OpenSSLRSAPrivateKey
Brian Carlstrom
2012-03-22
6
-232
/
+341
|
/
/
*
|
Tracking openssl-1.0.1
Brian Carlstrom
2012-03-21
6
-17
/
+35
*
|
Merge "Add support for OpenSSL engines"
Kenny Root
2012-03-13
6
-8
/
+228
|
\
\
|
*
|
Add support for OpenSSL engines
Kenny Root
2012-03-13
6
-8
/
+228
*
|
|
getPeerHostName should check for null InetAddress
Brian Carlstrom
2012-03-08
1
-1
/
+8
*
|
|
Use KeyManagementException with causes to report errors
Brian Carlstrom
2012-03-08
1
-19
/
+14
|
/
/
*
|
Merge "Add a way to clear stored trusted certificates."
Selim Gurun
2012-02-16
2
-0
/
+21
|
\
\
|
*
|
Add a way to clear stored trusted certificates.
Selim Gurun
2012-02-16
2
-0
/
+21
*
|
|
OpenSSL block ciphers, part 1
Kenny Root
2012-02-16
1
-0
/
+15
*
|
|
OpenSSL keys add hashCode, equals, and toString
Kenny Root
2012-02-03
6
-6
/
+341
*
|
|
Throw exceptions on wrong key type in Signature
Kenny Root
2012-02-03
5
-23
/
+101
*
|
|
Add OpenSSL KeyPairGenerator and KeyFactory
Kenny Root
2012-02-02
13
-127
/
+1304
|
/
/
*
|
Add signatures to the OpenSSLProvider
Kenny Root
2012-01-31
4
-87
/
+46
*
|
Add signature generation to OpenSSLSignature
Kenny Root
2012-01-31
2
-19
/
+157
*
|
am a5aec70a: am 806d834d: Ensure faster OpenSSLSignature is used when possibl...
Brian Carlstrom
2012-01-30
1
-35
/
+42
|
\
\
|
|
/
|
*
Ensure faster OpenSSLSignature is used when possible by doing proper case ins...
Brian Carlstrom
2012-01-30
1
-35
/
+42
|
*
Move OpenSSLSocketImpl.close resource cleanup into a finally clause
Brian Carlstrom
2011-11-07
2
-16
/
+18
*
|
Support in-memory HTTPS session caching for wrapped sockets.
Jesse Wilson
2011-12-20
2
-28
/
+26
*
|
Don't fail GeneralName parsing if the DNS name contains a wildcard.
Jesse Wilson
2011-11-15
1
-9
/
+8
*
|
Move OpenSSLSocketImpl.close resource cleanup into a finally clause
Brian Carlstrom
2011-10-24
2
-16
/
+18
|
/
*
Fix backwards Engine cache test
Brian Carlstrom
2011-10-18
1
-1
/
+1
*
Return real FileDescriptor in Socket wrappers.
Jeff Sharkey
2011-08-24
2
-0
/
+17
*
Update both SSLSessions to not use AccessControlContext.
Jesse Wilson
2011-07-24
2
-178
/
+26
*
Replace NativeCrypto.verifySignature with OpenSSLSignature
Brian Carlstrom
2011-07-15
2
-76
/
+17
*
Merge "Avoid NullPointerException with IoUtils.closeQuietly"
Brian Carlstrom
2011-07-06
1
-1
/
+1
|
\
|
*
Avoid NullPointerException with IoUtils.closeQuietly
Brian Carlstrom
2011-07-06
1
-1
/
+1
[prev]
[next]