diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -22,8 +22,8 @@ Important * print a warning when a revoked/expired secret key is used. - * display trhe primary keyID in passphrase.c in addition to the - one for the requested key. + * Allow the use of a the faked RNG onyl for keys which are + flagged as INSECURE. Needed @@ -35,6 +35,12 @@ Needed encrypt this all) - We need an identifier for Twofish to put this one into the cipher preferences. + * The -export-dynamic flag to ld works only for FreeBSD 3.0. It does + not exist on FreeBSD's 2.2.x version of ld. + Also, on my FreeBSD 2.2-stable box, i simply removed the + -Wl,-export-dynamic flag from my Makefile and it linked and seems to + be working OK so far. + Minor Bugs ---------- @@ -51,3 +57,4 @@ Nice to have * change the fake_data stuff to mpi_set_opaque * rewrite the ugly armor code. + |