Skip to content

Commit

Permalink
Merge pull request #121 from reaperhulk/fix-120
Browse files Browse the repository at this point in the history
Upgrade libsodium to 1.0.1
  • Loading branch information
Brian Warner committed Mar 4, 2015
2 parents 8aa8759 + 5da1b2a commit ca309e9
Show file tree
Hide file tree
Showing 62 changed files with 15,412 additions and 326 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,7 @@ def run(self):
"src/libsodium/install-sh",
"src/libsodium/missing",
"src/libsodium/msvc-scripts/process.bat",
"src/libsodium/test/default/wintest.bat",
"src/libsodium/test-driver"]:
"src/libsodium/test/default/wintest.bat"]:
os.chmod(here(filename), 0o755)

# Locate our configure script
Expand Down
10 changes: 10 additions & 0 deletions src/libsodium/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@

* Version 1.0.1
- DLL_EXPORT was renamed SODIUM_DLL_EXPORT in order to avoid
collisions with similar macros defined by other libraries.
- sodium_bin2hex() is now constant-time.
- crypto_secretbox_detached() now supports overlapping input and output
regions.
- NaCl's donna_c64 implementation of curve25519 was reading an extra byte
past the end of the buffer containing the base point. This has been
fixed.

* Version 1.0.0
- The API and ABI are now stable. New features will be added, but
backward-compatibility is guaranteed through all the 1.x.y releases.
Expand Down
2 changes: 1 addition & 1 deletion src/libsodium/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Copyright (c) 2013-2014
* Frank Denis <j at pureftpd dot org>
*
* Permission to use, copy, modify, and distribute this software for any
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
Expand Down
12 changes: 10 additions & 2 deletions src/libsodium/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,16 @@ DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
$(top_srcdir)/configure $(am__configure_deps) \
$(srcdir)/libsodium.pc.in \
$(top_srcdir)/src/libsodium/include/sodium/version.h.in \
AUTHORS ChangeLog README THANKS compile config.guess \
config.sub depcomp install-sh missing ltmain.sh
AUTHORS ChangeLog README THANKS compile build-aux/compile \
config.guess build-aux/config.guess config.sub \
build-aux/config.sub depcomp build-aux/depcomp install-sh \
build-aux/install-sh missing build-aux/missing ltmain.sh \
build-aux/ltmain.sh $(top_srcdir)/build-aux/compile \
$(top_srcdir)/build-aux/config.guess \
$(top_srcdir)/build-aux/config.sub \
$(top_srcdir)/build-aux/install-sh \
$(top_srcdir)/build-aux/ltmain.sh \
$(top_srcdir)/build-aux/missing
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_compile_flag.m4 \
$(top_srcdir)/m4/ax_check_link_flag.m4 \
Expand Down
1 change: 1 addition & 0 deletions src/libsodium/THANKS
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Jason McCampbell (@jasonmccampbell)
Jeroen Habraken (@VeXocide)
Joseph Abrahamson (@tel)
Kenneth Ballenegger (@kballenegger)
Loic Maury (@loicmaury)
Michael Gorlick (@mgorlick)
Michael Gregorowicz (@mgregoro)
Omar Ayub (@electricFeel)
Expand Down

0 comments on commit ca309e9

Please sign in to comment.