MCPcopy Create free account
hub / github.com/secdev/scapy / DHRepInfo

Class DHRepInfo

scapy/layers/kerberos.py:1462–1478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1460
1461
1462class DHRepInfo(ASN1_Packet):
1463 ASN1_codec = ASN1_Codecs.BER
1464 ASN1_root = ASN1F_SEQUENCE(
1465 ASN1F_STRING_ENCAPS(
1466 "dhSignedData",
1467 CMS_ContentInfo(),
1468 CMS_ContentInfo,
1469 implicit_tag=0x80,
1470 ),
1471 ASN1F_optional(
1472 ASN1F_STRING("serverDHNonce", "", explicit_tag=0xA1),
1473 ),
1474 # RFC8636 extension
1475 ASN1F_optional(
1476 ASN1F_PACKET("kdf", None, KDFAlgorithmId, explicit_tag=0xA2),
1477 ),
1478 )
1479
1480
1481class EncKeyPack(ASN1_Packet):

Callers 1

PA_PK_AS_REPClass · 0.85

Calls 6

ASN1F_SEQUENCEClass · 0.90
ASN1F_STRING_ENCAPSClass · 0.90
CMS_ContentInfoClass · 0.90
ASN1F_optionalClass · 0.90
ASN1F_STRINGClass · 0.90
ASN1F_PACKETClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…