Einzelnen Beitrag anzeigen

junglist

Registriert seit: 21. Jul 2015
Ort: Schweiz
36 Beiträge
 
Delphi 11 Alexandria
 
#2

AW: Android M und SSL

  Alt 14. Dez 2015, 08:18
Bzw. könnte mir wer bestätigen der es vielleicht schon selber gemacht hat, dass Webservice-Aufruf über HTTPS auf Android 6.0 funktioniert?

Zitat:
Android is moving away from OpenSSL to the BoringSSL library. If you’re using the Android NDK in your app, don't link against cryptographic libraries that are not a part of the NDK API, such as libcrypto.so and libssl.so. These libraries are not public APIs, and may change or break without notice across releases and devices. In addition, you may expose yourself to security vulnerabilities. Instead, modify your native code to call the Java cryptography APIs via JNI or to statically link against a cryptography library of your choice. (http://developer.android.com/about/v...0-changes.html)
Gibt es einen Weg, das in Delphi zu machen? Konnte nicht viele Infos finden..


Edit: Der Fehler passiert beim ersten Connecten, also bei iTel.login(log).sessionId;

Geändert von junglist (14. Dez 2015 um 13:31 Uhr) Grund: Kann den Start-Post nicht editen..
  Mit Zitat antworten Zitat