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
/
crypto
Commit message (
Expand
)
Author
Age
Files
Lines
*
Late binding: add Cipher#init checks
Kenny Root
2015-07-23
1
-82
/
+208
*
javax.crypto.Cipher: try less specific Cipher/Mode/Padding combinations befor...
Sergio Giro
2015-07-13
1
-23
/
+19
*
libcore: throw InvalidKeyException instead of ProviderException
Sergio Giro
2015-06-09
3
-46
/
+112
*
Revert "Expose getSpi from crypto operations as hidden API."
Alex Klyubin
2015-05-19
3
-9
/
+3
*
Expose getCurrentSpi from crypto operations as hidden API.
Alex Klyubin
2015-05-18
3
-0
/
+40
*
Merge "Expose getSpi from crypto operations as hidden API."
Alex Klyubin
2015-04-03
3
-3
/
+9
|
\
|
*
Expose getSpi from crypto operations as hidden API.
Alex Klyubin
2015-03-24
3
-3
/
+9
*
|
Merge "Remove a misleading comment."
Neil Fuller
2015-03-26
1
-3
/
+0
|
\
\
|
|
/
|
/
|
|
*
Remove a misleading comment.
Neil Fuller
2015-03-13
1
-3
/
+0
*
|
Late binding: specified Provider forces its use
Kenny Root
2015-03-16
3
-3
/
+3
|
/
*
Make Cipher.update return null for empty input.
Alex Klyubin
2015-01-23
1
-3
/
+2
*
Fix serialization / deserialization of SealedObject
Neil Fuller
2014-07-24
1
-29
/
+43
*
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
*
Late binding: add support to Cipher
Kenny Root
2013-12-16
1
-109
/
+213
*
Fix Cipher doc.
Xizhi Zhu (Steven)
2013-12-05
1
-1
/
+1
*
Add specific exception for wrong final block length
Kenny Root
2013-09-12
1
-1
/
+1
*
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
*
Improve exception detail in Mac.update
Brian Carlstrom
2013-01-18
1
-1
/
+3
*
Add consistent reasons for NullPointerException
Kenny Root
2012-09-14
11
-27
/
+31
*
Merge from AOSP
Jean-Baptiste Queru
2012-07-09
1
-12
/
+18
|
\
|
*
Fix SealedObject.readObject.
Elliott Hughes
2012-07-09
1
-12
/
+18
*
|
Revert "Revert "Cut down on object allocation in CipherInputStream""
Brian Carlstrom
2012-05-21
2
-32
/
+42
*
|
Revert "Cut down on object allocation in CipherInputStream"
Brian Carlstrom
2012-05-20
2
-38
/
+33
*
|
Cut down on object allocation in CipherInputStream
Brian Carlstrom
2012-05-17
2
-33
/
+38
|
/
*
CipherSpi.engineUpdate should handle null engineUpdate result
Brian Carlstrom
2011-08-23
1
-0
/
+3
*
Avoid loading all CA certs into Zygote memory, lazily load instead (2 of 3)
Brian Carlstrom
2011-04-29
1
-1
/
+1
*
Factor out our single-byte InputStream.read/OutputStream.write implementations.
Elliott Hughes
2011-03-07
1
-11
/
+4
*
Remove useless overrides of InputStream.read(byte[]) and OutputStream.write(b...
Elliott Hughes
2011-03-07
2
-30
/
+0
*
Kill many of the stl_style_names in Java.
Elliott Hughes
2011-03-07
2
-39
/
+33
*
Fix various FindBugs warnings.
Elliott Hughes
2011-02-17
2
-3
/
+3
*
resolved conflicts for merge of 6186821c to dalvik-dev
Jesse Wilson
2011-02-07
3
-3
/
+3
|
\
|
*
Move libcore.base classes to libcore.util and libcore.io.
Jesse Wilson
2011-02-07
3
-3
/
+3
*
|
Tolerate leading slash in Cipher transformation
Brian Carlstrom
2011-01-28
1
-0
/
+5
*
|
am c9b49a59: am 4ed57b34: am 79dd7240: Merge "Cipher.init incorrectly impleme...
Brian Carlstrom
2011-01-25
1
-13
/
+18
|
\
\
|
|
/
|
*
Cipher.init incorrectly implements RFC 3280 key usage validation
Brian Carlstrom
2011-01-23
1
-13
/
+18
*
|
Remove useless android-changed comments.
Elliott Hughes
2011-01-13
2
-4
/
+0
*
|
Kill most users of StringTokenizer.
Elliott Hughes
2011-01-13
1
-20
/
+16
|
/
*
Use our canonical Arrays range-checking methods.
Elliott Hughes
2010-12-03
2
-17
/
+10
*
Stop allocating empty arrays.
Elliott Hughes
2010-11-09
2
-4
/
+7
*
am 8ae047f5: Merge "Change Engine.getInstance interfaces to make usage less e...
Brian Carlstrom
2010-10-19
6
-89
/
+64
|
\
|
*
Change Engine.getInstance interfaces to make usage less error prone
Brian Carlstrom
2010-10-19
6
-89
/
+64
*
|
am 0a480846: Remove Engine.spi memory leak by clearing after access
Brian Carlstrom
2010-10-19
6
-84
/
+91
|
\
\
|
|
/
[next]