@@ -439,21 +439,21 @@ mod tests {
439
439
rdn_seq : vec ! [
440
440
RelativeDistinguishedName {
441
441
set: vec![ AttributeTypeAndValue {
442
- attr_type: oid!( 2.5 . 4.6 ) , // countryName
442
+ attr_type: oid!( 2.5 . 4 . 6 ) , // countryName
443
443
attr_value: DerObject :: from_obj( BerObjectContent :: PrintableString ( "FR" ) ) ,
444
444
} ] ,
445
445
} ,
446
446
RelativeDistinguishedName {
447
447
set: vec![ AttributeTypeAndValue {
448
- attr_type: oid!( 2.5 . 4.8 ) , // stateOrProvinceName
448
+ attr_type: oid!( 2.5 . 4 . 8 ) , // stateOrProvinceName
449
449
attr_value: DerObject :: from_obj( BerObjectContent :: PrintableString (
450
450
"Some-State" ,
451
451
) ) ,
452
452
} ] ,
453
453
} ,
454
454
RelativeDistinguishedName {
455
455
set: vec![ AttributeTypeAndValue {
456
- attr_type: oid!( 2.5 . 4.10 ) , // organizationName
456
+ attr_type: oid!( 2.5 . 4 . 10 ) , // organizationName
457
457
attr_value: DerObject :: from_obj( BerObjectContent :: PrintableString (
458
458
"Internet Widgits Pty Ltd" ,
459
459
) ) ,
@@ -462,13 +462,13 @@ mod tests {
462
462
RelativeDistinguishedName {
463
463
set: vec![
464
464
AttributeTypeAndValue {
465
- attr_type: oid!( 2.5 . 4.3 ) , // CN
465
+ attr_type: oid!( 2.5 . 4 . 3 ) , // CN
466
466
attr_value: DerObject :: from_obj( BerObjectContent :: PrintableString (
467
467
"Test1" ,
468
468
) ) ,
469
469
} ,
470
470
AttributeTypeAndValue {
471
- attr_type: oid!( 2.5 . 4.3 ) , // CN
471
+ attr_type: oid!( 2.5 . 4 . 3 ) , // CN
472
472
attr_value: DerObject :: from_obj( BerObjectContent :: PrintableString (
473
473
"Test2" ,
474
474
) ) ,
0 commit comments