mbox series

[0/3] Cryptography cleanup

Message ID 20180430162731.2971-1-zackw@panix.com
Headers show
Series Cryptography cleanup | expand

Message

Zack Weinberg April 30, 2018, 4:27 p.m. UTC
This is an expanded version of the patch I posted a couple weeks back
to add a --disable-crypt configure option.  There are now three
patches in the series, each with only one purpose:

Zack Weinberg (3):
  Reshuffle manual sections on cryptography and random numbers.
  Deprecate DES encryption functions.
  New configure option --disable-crypt.

 INSTALL                  |  11 +
 Makeconfig               |   9 +-
 NEWS                     |  20 ++
 config.make.in           |   1 +
 configure                |  18 +
 configure.ac             |  11 +
 conform/Makefile         |  11 +-
 crypt/Makefile           |   5 +-
 crypt/crypt.h            |  22 +-
 elf/Makefile             |  27 +-
 elf/tst-linkall-static.c |   4 +-
 manual/Makefile          |   4 +-
 manual/arith.texi        |   2 +-
 manual/conf.texi         |   2 +-
 manual/crypt.texi        | 508 +++++---------------------
 manual/des.texi          | 195 ++++++++++
 manual/install.texi      |  12 +
 manual/math.texi         | 586 +-----------------------------
 manual/random.texi       | 753 +++++++++++++++++++++++++++++++++++++++
 manual/string.texi       |   6 +-
 manual/time.texi         |   2 +-
 posix/unistd.h           |  15 +-
 stdlib/stdlib.h          |   9 +-
 sunrpc/Makefile          |   9 +
 sunrpc/rpc/des_crypt.h   |  11 +-
 25 files changed, 1194 insertions(+), 1059 deletions(-)
 create mode 100644 manual/des.texi
 create mode 100644 manual/random.texi