#1165 closed Bug / Defect (wontfix)
Can't import .ovpn profile on Android and iOS with 16384b RSA Key.
Reported by: | rusbaron | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Generic / unclassified | Version: | |
Severity: | Not set (select this one, unless your'e a OpenVPN developer) | Keywords: | rsa, android, ios |
Cc: |
Description
With Tunnelblick on Mac works perfectly,but on mobile device got an error.
Here is log example:
08:15:35.630 -- ----- OpenVPN Start ----- 08:15:35.631 -- EVENT: CORE_THREAD_ACTIVE 08:15:35.633 -- Frame=512/2048/512 mssfix-ctrl=1250 08:15:35.654 -- EVENT: CORE_THREAD_ERROR info='mbed TLS: error parsing ca certificate : PK - The pubkey tag or value is invalid (only RSA and EC are supported)' 08:15:35.657 -- EVENT: CORE_THREAD_INACTIVE 08:15:35.657 -- Tunnel bytes per CPU second: 0 08:15:35.658 -- ----- OpenVPN Stop -----
Change History (5)
comment:1 Changed 6 years ago by
comment:2 Changed 6 years ago by
This is probably a limitation of the mbed TLS used in those apps. And 16k RSA keys are not really common.
I am just closing this as "works as indented"
comment:3 Changed 6 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:4 Changed 6 years ago by
Yes, as i understand,it's limitation of mbed TLS. Can you help me, where i can find source code for OpenVPN Connect for android? mbed TLS support tell me,that i need to change value in config file,but i didn't see it in app folder, so maybe it changes in source.
Ticket for mbed TLS https://github.com/ARMmbed/mbedtls/issues/2515
Thanks!
comment:5 Changed 6 years ago by
OpenVPN Connect for Android is not a Open Source app. You can use OpenVPN for Android instead, if you need an open source app.
Try on OpenVPN Connect 3.0.5(1816) on Android and OpenVPN 3.0.2(894) on iOS