[PATCH 0/3] Cryptography cleanup
Zack Weinberg
zackw@panix.com
Mon Apr 30 16:27:00 GMT 2018
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
--
2.17.0
More information about the Libc-alpha
mailing list