CVS update: gnupg/cipher
Werner Koch
wkoch@guug.de
Mon, 18 Sep 2000 16:35:27 +0200
Date: Monday September 18, 2000 @ 16:35
Author: wkoch
Update of /home/koch/cvs/gnupg/cipher
In directory sigtrap:/tmp/cvs-serv4212/cipher
Modified Files:
ChangeLog Makefile.am pubkey.c random.c rndlinux.c rndunix.c
rsa.c
Log Message:
Mon Sep 18 16:35:45 CEST 2000 Werner Koch <wk@openit.de>
* rndlinux.c (open_device): Loose random device checking.
By Nils Ellmenreich.
* random.c (fast_random_poll): Check ENOSYS for getrusage.
* rndunix.c: Add 2 sources for QNX. By Sam Roberts.
* pubkey.c (gcry_pk_algo_info): Add GCRYCTL_GET_ALGO_USAGE.
* rsa.c: Changed the comment about the patent.
(secret): Speed up by using the CRT. For a 2k keys this
is about 3 times faster.
(stronger_key_check): New but unused code to check the secret key.
* Makefile.am: Included rsa.[ch].
* pubkey.c: Enabled RSA support.
(pubkey_get_npkey): Removed RSA workaround.
File: ChangeLog Status: Up-to-date
File: Makefile.am Status: Up-to-date
File: pubkey.c Status: Up-to-date
File: random.c Status: Up-to-date
File: no file rndlinux.c Status: Needs Checkout
File: no file rndunix.c Status: Needs Checkout
File: rsa.c Status: Up-to-date