FoxiGram/TMessagesProj/jni/boringssl/crypto/err/pem.errordata
instant992 8e79f2ee9c FoxiGram: Telegram client with built-in Xray VLESS proxy
Based on Nekogram. Key additions:
- Rebrand to FoxiGram (app name, APK name, applicationId com.foxigram.app)
- Embedded Xray (VLESS+Reality) proxy client via JNI libxray.so
- Bundled hidden one-tap proxies (LTE + WiFi), read-only in UI
- Auto-restore proxy on restart, rebind to active network (LTE/WiFi)
- Server credentials externalized to git-ignored XrayServers.java (+ template)
- libxray Go source included; compiled .so, keystore, google-services.json ignored
2026-06-08 16:41:07 +04:00

16 lines
395 B
Text

PEM,100,BAD_BASE64_DECODE
PEM,101,BAD_DECRYPT
PEM,102,BAD_END_LINE
PEM,103,BAD_IV_CHARS
PEM,104,BAD_PASSWORD_READ
PEM,105,CIPHER_IS_NULL
PEM,106,ERROR_CONVERTING_PRIVATE_KEY
PEM,107,NOT_DEK_INFO
PEM,108,NOT_ENCRYPTED
PEM,109,NOT_PROC_TYPE
PEM,110,NO_START_LINE
PEM,111,READ_KEY
PEM,112,SHORT_HEADER
PEM,113,UNSUPPORTED_CIPHER
PEM,114,UNSUPPORTED_ENCRYPTION
PEM,115,UNSUPPORTED_PROC_TYPE_VERSION