X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=lib%2Fopenssl%2Fcrypto%2Fobjects%2FREADME;fp=lib%2Fopenssl%2Fcrypto%2Fobjects%2Fobjects.README;h=cb1d216ce8a7cdc45e92206b41db5ea45e1924ac;hb=02ed66432c92de70694700164f986190aad3cbc5;hp=4d745508d830d2e6c1e24955ccbe2414898009e3;hpb=89016837dcbf2775cd15dc8cbaba00dc6379f86e;p=cassiopeia.git diff --git a/lib/openssl/crypto/objects/objects.README b/lib/openssl/crypto/objects/README similarity index 81% rename from lib/openssl/crypto/objects/objects.README rename to lib/openssl/crypto/objects/README index 4d74550..cb1d216 100644 --- a/lib/openssl/crypto/objects/objects.README +++ b/lib/openssl/crypto/objects/README @@ -8,9 +8,9 @@ The basic syntax for adding an object is as follows: 1 2 3 4 : shortName : Long Name - If the long name doesn't contain spaces, or no short name - exists, the long name is used as basis for the base name - in C. Otherwise, the short name is used. + If Long Name contains only word characters and hyphen-minus + (0x2D) or full stop (0x2E) then Long Name is used as basis + for the base name in C. Otherwise, the shortName is used. The base name (let's call it 'base') will then be used to create the C macros SN_base, LN_base, NID_base and OBJ_base. @@ -22,7 +22,7 @@ Then there are some extra commands: !Alias foo 1 2 3 4 - This juts makes a name foo for an OID. The C macro + This just makes a name foo for an OID. The C macro OBJ_foo will be created as a result. !Cname foo