Lines Matching defs:OID
8 # Author note: this is originally RL::ASN1::OID,
11 package OpenSSL::OID;
35 OpenSSL::OID - an OBJECT IDENTIFIER parser / encoder
48 use OpenSSL::OID;
53 # This gives the array of DER encoded bytes for the OID, i.e.
57 # This registers a name with an OID. It's saved internally and
63 use OpenSSL::OID qw(:DEFAULT encode_oid_nums);
82 # examples of 1 (these are all the OID for rsaEncrypted):
122 ######## NAME TO OID REPOSITORY
177 croak "Empty OID element (how's that possible?)";
186 croak "Unsupported relative OID $a" if $a ne '';
187 croak "Empty OID element (how's that possible?)";
256 # Internal helper. It takes a numeric OID component and generates the
269 croak 'Invalid OID values: ( ', join(', ', @numbers), ' )'
307 1; # End of OpenSSL::OID