boringssl Questions

2

After some downtime I'm trying to build my Flutter app for iOS without success. pod intall gives me the following output (even after cleaning the XCode workspace): $ pod install Analyzing dependenc...
Linnet asked 4/6, 2022 at 11:33

1

Solved

I just get an error "[boringssl] boringssl_metrics_log_metric_block_invoke(144) Failed to log metrics" while to get JSON data from API link. Before it worked and I just updated Xcode vers...
Ottilie asked 31/10, 2021 at 9:42

3

Solved

I’m starting the development of an Android App using ECC Cryptography. I have seen that Android embeds some Cryptography (defined here https://developer.android.com/guide/topics/security/cryptograp...
Administrate asked 11/7, 2018 at 8:3

3

Solved

I'm trying to access a website from an Android application with WebView library, so I have: import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.webkit.SslErro...
Beilul asked 9/2, 2018 at 9:2

2

I have recently started seeing this error in devices. java.security.InvalidKeyException: Only SecretKey is supported at com.android.org.conscrypt.OpenSSLCipher.checkAndSetEncodedKey(OpenSSLCipher...
Monarchal asked 12/2, 2018 at 19:45

1

After installing Firebase (Cloud Firestore), I usually get tons of console logs, usually belonging to BoringSSL, such as this: 2018-08-27 13:49:03.747112+0100 VM[25611:371248] [BoringSSL] boring...
Lettering asked 27/8, 2018 at 12:51

0

We currently have two use cases for our objective-c application that connects to a node.js server. The first case is having our application hosted on a client server where we have our SSL cert dire...
Edmead asked 22/3, 2019 at 23:32

4

I have a simple program HelloWorld running on iOS. The same code has been running fine for a long time. Recently, I notice that I get the below BoringSSL error when the program runs on my ipad conn...
Mohamedmohammad asked 13/12, 2017 at 21:3

2

Solved

I am getting some SSL Errors (which are causing my project to stop/hang with no crash as I have a DispatchGroup waiting for the request), which I don't know how they are caused, what they are, or w...
Ribwort asked 18/8, 2018 at 20:44

1

When i try sign in or sign up in Firebase, I get error 2018-09-20 10:59:15.502959+0300 app[1980:18396] TIC Read Status [3:0x0]: 1:57 2018-09-20 10:59:15.503055+0300 app[1980:18396] TIC Read Status...
Rube asked 20/9, 2018 at 8:18

1

Solved

I just updated my Pods and one of them BoringSSL is now eroring my build with following error: Apple LLVM 9.0 Error -fobjc-weak is not supported on the current deployment target Not sure about w...
Illfounded asked 6/2, 2018 at 12:45

1

Solved

I'm trying to build curl with boringssl on Ubuntu 16.04. I have boringssl built OK. With curl 7.53 I configure using: ./configure --with-ssl=/home/john/dev/boringssl and the output says " SSL ...
Sismondi asked 22/2, 2017 at 12:9

0

I am developing an Android application and want to add a custom extension on the TLS/SSL ClientHello handshake. Both OpenSSL and BoringSSL support the necessary functionality and callbacks to add c...
Improvvisatore asked 5/9, 2016 at 2:49
1

© 2022 - 2024 — McMap. All rights reserved.