All Questions
Tagged with mutual-authentication ios
8 questions
2
votes
0
answers
819
views
SSL mutual authentication with pfx certificate and Alamofire Swift
I've to send a client certificate in PFX format for mutual auth to my server through web request.
I'm using Alamofire 4 with Swift 3, but I can't find a good tutorial to achieve my goal.
Has anyone ...
2
votes
1
answer
1k
views
TLS 1.2 connection using Client Certificate and secp512r1 fails
I'm trying to implement mutual TLS connection. Here is the flow:
I generate the csr request (using elliptic curve key, secp512r1)
Send the signing request to the server and receive the public key ...
13
votes
2
answers
20k
views
How to implement client certificates and server authentication for iOS
I have recently gone through an extremely arduous process to build something that should be very simple yet appears to be essentially un-findable in any one place. I’d like to try to put everything ...
4
votes
3
answers
3k
views
Storing a .p12 certificate in keychain to use later
I am trying to follow the apple docs for dealing with client p12 certificates here:
https://developer.apple.com/library/ios/documentation/Security/Conceptual/CertKeyTrustProgGuide/iPhone_Tasks/...
1
vote
1
answer
1k
views
GCDAsyncSocket two way authentication
I'm using GCD AsyncSocket to create client application to connect to server java create by SSLServer Socket with self-sign certificate. With one way authentication, I can init SSL socket and ...
4
votes
1
answer
3k
views
How to implement SSL mutual authentication in iOS where the client certificate is loaded remotely?
I am trying to implement SSL mutual authentication in an iOS app.
In most of the examples that I have seen, the client certificate is bundled with the application package. But in my case, I need to ...
6
votes
0
answers
702
views
How to use DER encoded cert with mutual authentication in RESTful web service?
Currently I am working on an app that uses mutual authentication in order to communicate with a REST interface. Because I am very new to this topic I studied several examples - and now I have some ...
12
votes
1
answer
5k
views
IOS Mutual Authentication
I'm trying to implement mutual authentication in IOS 5 but i'm having troubles:
{NSUnderlyingError = "Error Domain=kCFErrorDomainCFNetwork Code=-1200 \"An SSL error has occurred and a secure ...