[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 0435b8a50b
commit 7de01f0f13
1 changed files with 2 additions and 2 deletions

View File

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