Which one is easier to use?
I wonder if there is an easy yet durable solution for getting my users (android phones) be able to verify if other user's certificate is not revoked. After reading on the net, I am still confused if it is better to implement CRL, OCSP or other methods.
• The app might have around 10 000 users. • The Certificates used in the app are signed by us. We have a rather simple Certificate Authority ourselves which the app trusts. I prefer not to go for temporary solutions where backward compatibility could be expensive later on when we implement a better solution.