summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 90f7edaecc..0068b47282 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
2016-10-28 Florian Weimer <fweimer@redhat.com>
+ * elf/dl-keysetup.h: New file.
+ * elf/dl-keysetup.c: Likewise.
+ * elf/Makefile (dl-routines): Add dl-keysetup.
+ * csu/libc-start.c (LIBC_START_MAIN): Call __compute_keys to
+ obtain key material.
+ * elf/rtld.c (security_init): Likewise.
+ * crypt/sha256.c: Use relative #include for sha256-block.c
+ * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard)
+ (_dl_setup_pointer_guard): Remove.
+ * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
+ (_dl_setup_pointer_guard): Likewise.
+
+2016-10-28 Florian Weimer <fweimer@redhat.com>
+
* crypt/sha256.c, crypt/sha256-block.c,
sysdeps/sparc/sparc64/multiarch/sha256-block.c: Rename
sha256_process_block to __sha256_process_block.