SSL: Add methods to access the tags of the subject and issuer of a cert
authorRichard Moore <rich@kde.org>
Mon, 11 Jul 2011 14:15:14 +0000 (16:15 +0200)
committerQt by Nokia <qt-info@nokia.com>
Mon, 11 Jul 2011 15:33:16 +0000 (17:33 +0200)
commit852d4b03f612748fb16f592dda884e9634b468cf
tree63fec458c411f8cf727a04efdc98491f4b48f3a0
parent14b56b2be40fc6290e096116edad979982eb83dd
SSL: Add methods to access the tags of the subject and issuer of a cert

Add methods that return a list of the tags in use in a certificate
issuer or subject. This means that unknown elements of these fields can
be accessed.

Change-Id: I588989e34f541b1d31cc9e97f5a85d1624ece1b1
Merge-request: 18
Reviewed-by: Peter Hartmann <peter.hartmann@nokia.com>
Reviewed-on: http://codereview.qt.nokia.com/1451
src/network/ssl/qsslcertificate.cpp
src/network/ssl/qsslcertificate.h
tests/auto/qsslcertificate/more-certificates/natwest-banking.pem [new file with mode: 0644]
tests/auto/qsslcertificate/more-certificates/test-cn-with-drink-cert.pem [new file with mode: 0644]
tests/auto/qsslcertificate/tst_qsslcertificate.cpp