summaryrefslogtreecommitdiffstats
path: root/vm/compiler/Compiler.h
diff options
context:
space:
mode:
authorCostin Manolache <costin@google.com>2010-03-02 13:47:01 -0800
committerCostin Manolache <costin@google.com>2010-03-05 09:51:26 -0800
commit371192e8c9550545c9dbd23acf8353d709dff4ab (patch)
tree8efc7435d895044c0e7f0239cb285ca3df9807cb /vm/compiler/Compiler.h
parentc9b3aeb659ac420bdc3d3c550423ab1fec5fde4c (diff)
downloadandroid_dalvik-371192e8c9550545c9dbd23acf8353d709dff4ab.tar.gz
android_dalvik-371192e8c9550545c9dbd23acf8353d709dff4ab.tar.bz2
android_dalvik-371192e8c9550545c9dbd23acf8353d709dff4ab.zip
Fix server side SSLEngine ServerKeyExchange signature.
Code using SSLEngine for non-blocking SSL can't talk with openssl as a client, since the signature is computed on different content (and openssl checks it, unlike java). The fix is to use strip the 0x00 prefix when signing - like it is done when generating the message, refactored both to use a common method. We also include the length in the signature, it was also missing.
Diffstat (limited to 'vm/compiler/Compiler.h')
0 files changed, 0 insertions, 0 deletions