Bug#536502: [PATCH] Implement runtime loading of RSA public keys
On Sat, Jan 23, 2010 at 4:30 AM, Paul Fertser <fercerpav@gmail.com> wrote:
> On Sat, Jan 23, 2010 at 02:54:14PM +0300, Paul Fertser wrote:
>> + if (!ok && (pubkey_dir = opendir(PUBKEY_DIR))) {
>> + while (!ok && (nextfile = readdir(pubkey_dir))) {
>> + if ((keyfile = fopen(nextfile->d_name, "rb"))) {
>
> Duh, of course it's wrong but i managed to have that key in the
> current directory during testing :(
>
> Amended version attached.
Nice, thanks, applied.
Luis
Reply to: