diff options
author | Costin Manolache <costin@google.com> | 2010-03-02 13:47:01 -0800 |
---|---|---|
committer | Costin Manolache <costin@google.com> | 2010-03-05 09:51:26 -0800 |
commit | 371192e8c9550545c9dbd23acf8353d709dff4ab (patch) | |
tree | 8efc7435d895044c0e7f0239cb285ca3df9807cb /vm/compiler/Compiler.h | |
parent | c9b3aeb659ac420bdc3d3c550423ab1fec5fde4c (diff) | |
download | android_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