[Yves-Alexis Perez] Fix oid_xmppaddr and oid_dnssrv for X509 cert checking

This commit is contained in:
Yann Leboulanger 2013-08-15 23:19:23 +02:00
parent 07c172fcc6
commit 49f6ad216b
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ try:
from common.helpers import prep, InvalidFormat
MAX = 64
oid_xmppaddr = '(1, 3, 6, 1, 5, 5, 7, 8, 5)'
oid_dnssrv = '(1, 3, 6, 1, 5, 5, 7, 8, 7)'
oid_xmppaddr = '1.3.6.1.5.5.7.8.5'
oid_dnssrv = '1.3.6.1.5.5.7.8.7'