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
/
crypto
/
src
/
main
/
java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move conscrypt out to external/conscrypt
Kenny Root
2013-10-01
121
-26454
/
+0
*
Remove unsupported Cipher modes
Kenny Root
2013-09-30
2
-82
/
+17
*
Conscrypt: correct key selection with no sigAlg
Kenny Root
2013-09-27
1
-3
/
+4
*
Conscrypt: add SHA-224 with tests
Kenny Root
2013-09-26
4
-0
/
+51
*
Do not throw exception on Mac#reset
Kenny Root
2013-09-25
1
-0
/
+4
*
Revert "Restore NativeCrypto#encodeCertificates for now"
Kenny Root
2013-09-12
1
-10
/
+0
*
Fix build
Kenny Root
2013-09-12
1
-0
/
+1
*
Restore NativeCrypto#encodeCertificates for now
Kenny Root
2013-09-12
1
-0
/
+9
*
Conscrypt: use certificate references in SSL code
Kenny Root
2013-09-12
3
-36
/
+50
*
Return IvParameters in OpenSSLCipher#getParameters
Kenny Root
2013-09-11
1
-5
/
+44
*
Some cleanup while investigating test_SSLSocket_interrupt
Brian Carlstrom
2013-09-10
1
-53
/
+114
*
Delay SSLSocketImpl instantiation until needed
Kenny Root
2013-09-10
4
-5
/
+14
*
Register Conscrypt as the AlgNameMapper source
Kenny Root
2013-09-06
3
-37
/
+58
*
Merge "Register Conscrypt as the AlgNameMapper source"
Kenny Root
2013-09-06
2
-0
/
+37
|
\
|
*
Register Conscrypt as the AlgNameMapper source
Kenny Root
2013-09-06
2
-0
/
+37
*
|
Merge "Call SSL_use_certificate before SSL_use_PrivateKey"
Brian Carlstrom
2013-09-06
1
-3
/
+5
|
\
\
|
|
/
|
/
|
|
*
Call SSL_use_certificate before SSL_use_PrivateKey
Brian Carlstrom
2013-08-29
1
-3
/
+5
*
|
Move conscrypt out libjavacore and split tests
Kenny Root
2013-08-30
1
-4
/
+5
|
/
*
If libcore wants ASCII casing, it needs to ask for it like everyone else.
Elliott Hughes
2013-08-02
1
-2
/
+3
*
am 4c88ce8d: Merge "NativeCrypto: Add ALPN support"
Kenny Root
2013-06-26
2
-3
/
+49
|
\
|
*
NativeCrypto: Add ALPN support
Kenny Root
2013-06-25
2
-3
/
+49
*
|
am 99e1ae90: Merge "NativeCrypto: Fix a lot of random doc bugs"
Kenny Root
2013-05-08
25
-69
/
+37
|
\
\
|
|
/
|
*
Merge "NativeCrypto: Fix a lot of random doc bugs"
Kenny Root
2013-05-07
25
-69
/
+37
|
|
\
|
|
*
NativeCrypto: Fix a lot of random doc bugs
Kenny Root
2013-05-07
25
-69
/
+37
*
|
|
am 4ffab68b: Merge "NativeCrypto: use strings instead of loading class"
Kenny Root
2013-05-08
1
-65
/
+63
|
\
\
\
|
|
/
/
|
*
|
Merge "NativeCrypto: use strings instead of loading class"
Kenny Root
2013-05-07
1
-65
/
+63
|
|
\
\
|
|
*
|
NativeCrypto: use strings instead of loading class
Kenny Root
2013-05-07
1
-65
/
+63
|
|
|
/
*
|
|
am 30abb655: Merge "NativeCrypto: make our own X.509 key class"
Kenny Root
2013-05-08
2
-2
/
+87
|
\
\
\
|
|
/
/
|
*
|
Merge "NativeCrypto: make our own X.509 key class"
Kenny Root
2013-05-07
2
-2
/
+87
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
NativeCrypto: make our own X.509 key class
Kenny Root
2013-05-07
2
-2
/
+87
*
|
|
am dafcbf80: Merge changes Ided7a6bf,I61339e02
Kenny Root
2013-05-08
1
-3
/
+5
|
\
\
\
|
|
/
/
|
*
|
NativeCrypto: inline call to peekInt
Kenny Root
2013-05-06
1
-2
/
+5
|
*
|
NativeCrypto: remove unused import
Kenny Root
2013-05-06
1
-1
/
+0
|
|
/
*
|
am ab4ab99b: Merge "NativeCrypto: remove dep on Android host verifier"
Kenny Root
2013-05-06
1
-3
/
+48
|
\
\
|
|
/
|
*
Merge "NativeCrypto: remove dep on Android host verifier"
Kenny Root
2013-05-06
1
-3
/
+48
|
|
\
|
|
*
NativeCrypto: remove dep on Android host verifier
Kenny Root
2013-05-06
1
-3
/
+48
*
|
|
am 7b65c5f0: Merge "NativeCrypto: pull in copy of EmptyArray"
Kenny Root
2013-05-06
11
-10
/
+45
|
\
\
\
|
|
/
/
|
*
|
NativeCrypto: pull in copy of EmptyArray
Kenny Root
2013-05-06
11
-10
/
+45
|
|
/
*
|
am 3e7a5a21: Merge "NativeCrypto: replace Harmony routines with OpenSSL"
Kenny Root
2013-05-06
2
-82
/
+29
|
\
\
|
|
/
|
*
NativeCrypto: replace Harmony routines with OpenSSL
Kenny Root
2013-05-06
2
-82
/
+29
*
|
am 6821dc7b: Merge "NativeCrypto: move key conversion to Java"
Kenny Root
2013-05-03
3
-42
/
+43
|
\
\
|
|
/
|
*
NativeCrypto: move key conversion to Java
Kenny Root
2013-05-03
3
-42
/
+43
*
|
am 603a9f11: Merge "Move encoding method out of NativeCrypto"
Kenny Root
2013-05-03
2
-11
/
+10
|
\
\
|
|
/
|
*
Move encoding method out of NativeCrypto
Kenny Root
2013-05-03
2
-11
/
+10
*
|
am 9eda20c2: Merge "NativeCrypto: build native library standalone"
Kenny Root
2013-05-02
2
-5
/
+9
|
\
\
|
|
/
|
*
NativeCrypto: build native library standalone
Kenny Root
2013-05-02
2
-5
/
+9
*
|
am 0800e47a: Merge "Move JSSE to new package"
Kenny Root
2013-04-29
118
-0
/
+26148
|
\
\
|
|
/
|
*
Move JSSE to new package
Kenny Root
2013-04-29
118
-0
/
+26144
|
/
*
merge more modules into luni
Peter Hallam
2010-04-27
47
-8149
/
+0
*
resolved conflicts for merge of dd53c703 to dalvik-dev
Elliott Hughes
2010-04-05
1
-8
/
+0
|
\
[next]