mirror of
https://abf.rosa.ru/djam/openssl.git
synced 2025-02-23 16:22:50 +00:00
Updated to 1.0.1t
This commit is contained in:
parent
fc64b3561e
commit
6130918d78
4 changed files with 5 additions and 31 deletions
3
.abf.yml
3
.abf.yml
|
@ -1,2 +1,3 @@
|
|||
sources:
|
||||
openssl-1.0.1s.tar.gz: d027e1a00c26da7fede7d537d5c7718c3cdb4653
|
||||
openssl-1.0.1t.tar.gz: a684ba59d6721a90f354b1953e19611646be7e7d
|
||||
openssl-1.0.1t.tar.gz.asc: 66e5414fde8a1947a125f723a6732cbcba113b8d
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
|
||||
http://cvs.openssl.org/chngview?cn=22547
|
||||
http://openssl.org/news/secadv_20120510.txt
|
||||
|
||||
--- ssl/d1_enc.c 2011-01-04 19:33:22.000000000 +0000
|
||||
+++ ssl/d1_enc.c.oden 2012-05-11 09:49:13.000000000 +0000
|
||||
@@ -260,7 +260,7 @@ int dtls1_enc(SSL *s, int send)
|
||||
}
|
||||
/* TLS 1.0 does not bound the number of padding bytes by the block size.
|
||||
* All of them must have value 'padding_length'. */
|
||||
- if (i > (int)rec->length)
|
||||
+ if (i + bs > (int)rec->length)
|
||||
{
|
||||
/* Incorrect padding. SSLerr() and ssl3_alert are done
|
||||
* by caller: we don't want to reveal whether this is
|
|
@ -1,11 +0,0 @@
|
|||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1
|
||||
|
||||
iQEcBAABAgAGBQJW1ZviAAoJENnE0m0OYESR8E8IAIqgweGM6WOVsXp6qcKo1MLK
|
||||
JiMHDIx/5ER2dDx/1H4qDAO+APetmcG11n3U9SGajgIXCS2+QL0pLC8r8DPqeTtt
|
||||
S7fOM8fxBPa8A2ZKC2blNdfpd+A4vXCW2S+/5QXyh3cm6yItzeehCgFyLMbxLOmy
|
||||
6xame0cVr7R9MRlaAqwVKKOyDYoF9qXAN6jkE68si4TS7m+O2gU0aOiLmkuFM+K6
|
||||
WDJ7m+rN9UGGS2gp23FjMTOZt2pxyPqqX2LDsk+xFw0YgmZ81vnOiFTx9c8+fdS9
|
||||
jjCsoo4H0asiP7lEMLfX/wS7t+SxWf1SEQ+YT5tUqO3SdaAcSH8VeufdSG2tcnc=
|
||||
=AnuU
|
||||
-----END PGP SIGNATURE-----
|
|
@ -14,11 +14,11 @@
|
|||
|
||||
Summary: Secure Sockets Layer communications libs & utils
|
||||
Name: openssl
|
||||
Version: 1.0.1s
|
||||
Release: 2
|
||||
Version: 1.0.1t
|
||||
Release: 1
|
||||
License: BSD-like
|
||||
Group: System/Libraries
|
||||
Url: http://www.openssl.org/
|
||||
Url: https://www.openssl.org
|
||||
Source0: ftp://ftp.openssl.org/source/%{name}-%{version}.tar.gz
|
||||
Source1: ftp://ftp.openssl.org/source/%{name}-%{version}.tar.gz.asc
|
||||
Source2: Makefile.certificate
|
||||
|
@ -322,4 +322,3 @@ popd
|
|||
perl -pi -e "s|^CATOP=.*|CATOP=%{_sysconfdir}/pki/tls|g" %{buildroot}%{_sysconfdir}/pki/tls/misc/CA
|
||||
perl -pi -e "s|^\\\$CATOP\=\".*|\\\$CATOP\=\"%{_sysconfdir}/pki/tls\";|g" %{buildroot}%{_sysconfdir}/pki/tls/misc/CA.pl
|
||||
perl -pi -e "s|\./demoCA|%{_sysconfdir}/pki/tls|g" %{buildroot}%{_sysconfdir}/pki/tls/openssl.cnf
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue