]> git.pld-linux.org Git - packages/vsftpd.git/commitdiff
- new
authorAdam Gołębiowski <adamg@pld-linux.org>
Thu, 3 Jun 2010 09:48:06 +0000 (09:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vsftpd-use-evp_sha1.patch -> 1.1

vsftpd-use-evp_sha1.patch [new file with mode: 0644]

diff --git a/vsftpd-use-evp_sha1.patch b/vsftpd-use-evp_sha1.patch
new file mode 100644 (file)
index 0000000..b76cb31
--- /dev/null
@@ -0,0 +1,11 @@
+--- vsftpd-2.1.0/ssl.c~        2009-01-09 21:47:05.000000000 +0100
++++ vsftpd-2.1.0/ssl.c 2010-06-03 11:28:01.145540532 +0200
+@@ -593,7 +593,7 @@
+   str_reserve(p_str, EVP_MAX_MD_SIZE);
+   str_empty(p_str);
+   str_rpad(p_str, EVP_MAX_MD_SIZE);
+-  if (!X509_digest(p_cert, EVP_sha256(), (unsigned char*) str_getbuf(p_str),
++  if (!X509_digest(p_cert, EVP_sha1(), (unsigned char*) str_getbuf(p_str),
+                    &num_bytes))
+   {
+     die("X509_digest failed");
This page took 0.102789 seconds and 4 git commands to generate.