Re: undefined reference to `PK11_CopyToSlot'

2011-06-11 Thread Nelson B Bolyard
On 2011-06-10 16:43 PDT, Crypto User wrote:
 On May 25, 11:33 am, Crypto User cryptou...@gmail.com wrote:
 Hi ,
  I am trying to use this method to move my symmetric key to the key
 for wrapping.
  when I use this method , I get
 undefined reference to `PK11_CopyToSlot' collect2: ld returned 1 exit
 status
 which is linker error.
 I am including the pk11priv.h file.
 I have the latest nss library  after using
 su -c 'yum update nss' on my fedora linux.
 What Can I do to get rid of this error?
 Thanks
 -A
 
 Is this function not exportedin the libnss3.so files.
 I did nm -D libnss*.so |grep PK11_CopyToSlot , which returned
 nothinfg.
 Which version of .so files will contain this function?

I see no function by that name in the NSS source files.

http://mxr.mozilla.org/security/search?string=PK11_CopyToSlotcase=on

shows nothing.  On the other hand, there is a function named
pk11_CopyToSlot (notice the difference in capitalization).  As the
capitalization suggests, it is a private function of pk11wrap, not
exported.  See

http://mxr.mozilla.org/security/search?string=PK11_CopyToSlot

-- 
/Nelson Bolyard
-- 
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto


Re: Announcing an experimental public S/MIME keyserver

2011-06-11 Thread Jan Schejbal
Am 2011-06-10 15:54, schrieb Kai Engert:
 
 If you want an easier solution, you could write a client that integrates
 keyserver lookup by doing the web request from within your email client,
 and ask the user to solve the captcha in a popup message.

Maybe offer a download of the e-mail? This way, the e-mail client in
this scenario immediately has what it wants and does not need to pick it
up from the inbox - and you may even get rid of the captcha if you
implement some kind of (rather high) rate limit to avoid bruteforcing
e-mail addresses.

Kind regards,
Jan

-- 
Please avoid sending mails, use the group instead.
If you really need to send me an e-mail, mention FROM NG
in the subject line, otherwise my spam filter will delete your mail.
Sorry for the inconvenience, thank the spammers...
-- 
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto