aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorLeo Liu2011-06-21 16:55:22 +0800
committerLeo Liu2011-06-21 16:55:22 +0800
commit7f3f739fa4e1351a5b8a2dcd290f79c2e3baba38 (patch)
treee30470b57676daad3c70b40a6725707473ca2c50 /src/ChangeLog
parentbd168c0651be4fd71141ba19d54389b26258e5bb (diff)
downloademacs-7f3f739fa4e1351a5b8a2dcd290f79c2e3baba38.tar.gz
emacs-7f3f739fa4e1351a5b8a2dcd290f79c2e3baba38.zip
New primitive secure-hash supporting md5, sha-1 and sha-2
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5b087e8451d..279bd1be381 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12011-06-21 Leo Liu <sdl.web@gmail.com>
2
3 * deps.mk (fns.o):
4 * makefile.w32-in ($(BLD)/fns.$(O)): Include sha256.h and
5 sha512.h.
6
7 * fns.c (secure_hash): Rename from crypto_hash_function and change
8 the first arg to accept symbols.
9 (Fsecure_hash): New primtive.
10 (syms_of_fns): New symbols.
11
12011-06-20 Deniz Dogan <deniz@dogan.se> 122011-06-20 Deniz Dogan <deniz@dogan.se>
2 13
3 * process.c (Fset_process_buffer): Clarify return value in 14 * process.c (Fset_process_buffer): Clarify return value in