About 50 results
Open links in new tab
  1. How does ASN.1 encode an object identifier? - Stack Overflow

    I am having trouble understanding the basic concepts of ASN.1. If a type is an OID, does the corresponding number get actually encoded in the binary data? For instance in this definition: id-ad-...

  2. How to get the OID of a Postgres table? - Stack Overflow

    Jan 19, 2024 · Does anyone know how to find the OID of a table in Postgres 9.1? I am writing an update script that needs to test for the existence of a column in a table before it tries to add the column. This …

  3. SQL, Postgres OIDs, What are they and why are they useful?

    OID's are still in use for Postgres with large objects (though some people would argue large objects are not generally useful anyway). They are also used extensively by system tables.

  4. ssl - Client Authentication (1.3.6.1.5.5.7.3.2) OID in server ...

    Aug 9, 2016 · But as I see all server certificates issued by well known issuers like Verisign contain also Client Authentication OID (1.3.6.1.5.5.7.3.2). I tried to use certificate with only server authentication …

  5. What is in the sub and oid claims when getting client_credentials ...

    Jul 31, 2018 · I map oid/sub to application users. In this case in question, though, I'm getting tokens using client_credentials grant and secret. It's still setting an oid (and matching sub, as show above). I …

  6. snmp - How to get OIDs from a MIB file? - Stack Overflow

    The other two SO QAs show how you can do it without walking a running system: "net-snmp sample code to parse MIB file and extract trap related information from it": The answer shows the top-level …

  7. Certificates: OID reference for extended key usages

    Apr 4, 2012 · Is there a reference that maps OIDs to terms used in Microsoft documentation like "Server Authentication" or "Secure Email"? Server Authentication: 1.3.6.1.5.5.7.3.1 Client Authentication: 1...

  8. azure - Is id for User for Microsoft Account is the same as oid claim ...

    Nov 11, 2022 · oid claim is same as user id but always in the form of a GUID. Based on that 0123456789abcdef is same as 00000000-0000-0000-0123-456789abcdef. 00000000-0000-0000 …

  9. How to download git-lfs files using the oid sha256 information

    Jan 6, 2021 · How to download git-lfs files using the oid sha256 information Asked 5 years, 3 months ago Modified 2 years, 8 months ago Viewed 22k times

  10. Generating v5 UUID. What is name and namespace?

    I've read the man page, but I do not understand what name and namespace are for. For version 3 and version 5 UUIDs the additional command line arguments namespace and name have to be given. The