Nils Larsch wrote:
Andreas Jellinghaus wrote:
Am Montag, 19. März 2007 23:30 schrieb Nils Larsch:
well, which platforms actually have a getpassphrase() function ?
Perhaps it's time to replace getpass() with something own
(getpass() isn't really nice anyway as it suppresses some signals).
we c
Andreas Jellinghaus wrote:
Am Montag, 19. März 2007 23:30 schrieb Nils Larsch:
well, which platforms actually have a getpassphrase() function ?
linux and solaris have it, hpux doesn't.
Perhaps it's time to replace getpass() with something own
(getpass() isn't really nice anyway as it suppress
Andreas Jellinghaus wrote:
Am Montag, 19. März 2007 23:30 schrieb Nils Larsch:
well, which platforms actually have a getpassphrase() function ?
Perhaps it's time to replace getpass() with something own
(getpass() isn't really nice anyway as it suppresses some signals).
we could use getpass_r()
On Tue, 2007-03-20 at 08:36 +0100, Andreas Jellinghaus wrote:
> Am Montag, 19. März 2007 23:30 schrieb Nils Larsch:
> > well, which platforms actually have a getpassphrase() function ?
> > Perhaps it's time to replace getpass() with something own
> > (getpass() isn't really nice anyway as it suppre
Am Montag, 19. März 2007 23:30 schrieb Nils Larsch:
> well, which platforms actually have a getpassphrase() function ?
> Perhaps it's time to replace getpass() with something own
> (getpass() isn't really nice anyway as it suppresses some signals).
we could use getpass_r() from curl (bsd licence),
Am Montag, 19. März 2007 23:30 schrieb Nils Larsch:
> well, which platforms actually have a getpassphrase() function ?
linux and solaris have it, hpux doesn't.
> Perhaps it's time to replace getpass() with something own
> (getpass() isn't really nice anyway as it suppresses some signals).
take a
Albert Solana wrote:
Hi all,
While testing an OpenSC compiled by myself, I've found a strange
behaviour when using a smart card with a PIN greater than 8 bytes.
Any verify_pin or C_Login function returned Wrong PIN, but I was sure
I've entered it correctly.
All functionality except from it, wo
Hi all,
While testing an OpenSC compiled by myself, I've found a strange
behaviour when using a smart card with a PIN greater than 8 bytes.
Any verify_pin or C_Login function returned Wrong PIN, but I was sure
I've entered it correctly.
All functionality except from it, works perfectly. Same sma