Package: libcrypto++ / 5.6.1-6+deb7u2

Metadata

Package Version Patches format
libcrypto++ 5.6.1-6+deb7u2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
strict gcc43 include.diff | (download)

misc.h | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

---
doxygen setup.diff | (download)

Doxyfile | 9 4 + 5 - 0 !
1 file changed, 4 insertions(+), 5 deletions(-)

---
doxygen main link.diff | (download)

cryptlib.h | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

---
cryptest data files location.diff | (download)

bench2.cpp | 60 30 + 30 - 0 !
test.cpp | 4 2 + 2 - 0 !
validat1.cpp | 60 30 + 30 - 0 !
validat2.cpp | 42 21 + 21 - 0 !
validat3.cpp | 10 5 + 5 - 0 !
5 files changed, 88 insertions(+), 88 deletions(-)

---
debian config.diff | (download)

config.h | 18 8 + 10 - 0 !
1 file changed, 8 insertions(+), 10 deletions(-)

 upstream changes introduced in version 5.6.0-6
 This patch has been created by dpkg-source during the package build.
 Here's the last changelog entry, hopefully it gives details on why
 those changes were made:
 .
 libcrypto++ (5.6.0-6) unstable; urgency=low
 .
   * Fix sha256 assembly problem with signed address comparison, thanks to
     Ken Raeburn.
     (Closes: #585930)
   * Converted to dpkg-source format 3.0 (quilt).
   * Use mercurial-buildpackage for repository maintenance, so old
     repository does not exist any more.
   * Bumped Standards-Version to 3.8.4, no change.
   * Use misc:Depends debhelper macro for all packages.
 .
 The person named in the Author field signed this changelog entry.
panama armel.diff | (download)

panama.cpp | 33 16 + 17 - 0 !
panama.h | 2 1 + 1 - 0 !
2 files changed, 17 insertions(+), 18 deletions(-)

---
salsa.patch | (download)

salsa.cpp | 21 11 + 10 - 0 !
1 file changed, 11 insertions(+), 10 deletions(-)

---
gcc 4.7 ftbfs.diff | (download)

algebra.cpp | 2 1 + 1 - 0 !
eccrypto.cpp | 6 3 + 3 - 0 !
eccrypto.h | 10 5 + 5 - 0 !
panama.cpp | 2 1 + 1 - 0 !
secblock.h | 2 1 + 1 - 0 !
5 files changed, 11 insertions(+), 11 deletions(-)

 <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 libcrypto++ (5.6.1-5.1) unstable; urgency=low
 .
   * Fix build failure with gcc-4.7. Closes: #668700.
CVE 2015 2141.patch | (download)

rw.cpp | 8 7 + 1 - 0 !
1 file changed, 7 insertions(+), 1 deletion(-)

 [patch] fix for cve-2015-2141. thanks to evgeny sidorov for
 reporting. Squaring to satisfy Jacobi requirements suggested by JPM.


CVE 2016 3995.patch | (download)

rijndael.cpp | 14 9 + 5 - 0 !
1 file changed, 9 insertions(+), 5 deletions(-)

 [patch] fix the rijndael timing attack counter measure