hey all,
        
        I would like to parse a PKCS11 draft URI scheme which looks like 
this:
        
        pkcs11:[token=<label>][;manuf=<label>][;serial=<label>]...]

        so basically, parsing "xxx=yyy;abc=efg;..."-like string would be 
fine. getsubopt(3c) is a cool thing but uses ',' instead of ';'.

        I don't believe I must write my own funtion, I think there must be 
something somewhere in Solaris libraries I could use.

        any advice?

        thanks, Jan.

-- 
Jan Pechanec
_______________________________________________
opensolaris-code mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to