Skip to content

Commit deef605

Browse files
jasnellJulien Gilli
authored andcommitted
deps: update openssl to 1.0.1l
Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Timothy J Fontaine <tjfontaine@gmail.com> Reviewed-By: Julien Gilli <julien.gilli@joyent.com>
1 parent b28c76e commit deef605

File tree

17 files changed

+34
-81
lines changed

17 files changed

+34
-81
lines changed

deps/openssl/openssl/CHANGES

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
OpenSSL CHANGES
33
_______________
44

5+
Changes between 1.0.1k and 1.0.1l [15 Jan 2015]
6+
7+
*) Build fixes for the Windows and OpenVMS platforms
8+
[Matt Caswell and Richard Levitte]
9+
510
Changes between 1.0.1j and 1.0.1k [8 Jan 2015]
611

712
*) Fix DTLS segmentation fault in dtls1_get_record. A carefully crafted DTLS

deps/openssl/openssl/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## Makefile for OpenSSL
55
##
66

7-
VERSION=1.0.1k
7+
VERSION=1.0.1l
88
MAJOR=1
99
MINOR=0.1
1010
SHLIB_VERSION_NUMBER=1.0.0

deps/openssl/openssl/Makefile.bak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## Makefile for OpenSSL
55
##
66

7-
VERSION=1.0.1k-dev
7+
VERSION=1.0.1l-dev
88
MAJOR=1
99
MINOR=0.1
1010
SHLIB_VERSION_NUMBER=1.0.0

deps/openssl/openssl/NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
This file gives a brief overview of the major changes between each OpenSSL
66
release. For more details please read the CHANGES file.
77

8+
Major changes between OpenSSL 1.0.1k and OpenSSL 1.0.1l [15 Jan 2015]
9+
10+
o Build fixes for the Windows and OpenVMS platforms
11+
812
Major changes between OpenSSL 1.0.1j and OpenSSL 1.0.1k [8 Jan 2015]
913

1014
o Fix for CVE-2014-3571

deps/openssl/openssl/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
OpenSSL 1.0.1k 8 Jan 2015
2+
OpenSSL 1.0.1l 15 Jan 2015
33

44
Copyright (c) 1998-2011 The OpenSSL Project
55
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson

deps/openssl/openssl/crypto/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ top:
5555
all: shared
5656

5757
buildinf.h: ../Makefile
58-
$(PERL) $(TOP)/util/mkbuildinf.pl "$(CFLAGS)" "$(PLATFORM)" >buildinf.h
58+
$(PERL) $(TOP)/util/mkbuildinf.pl "$(CC) $(CFLAGS)" "$(PLATFORM)" >buildinf.h
5959

6060
x86cpuid.s: x86cpuid.pl perlasm/x86asm.pl
6161
$(PERL) x86cpuid.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@

deps/openssl/openssl/crypto/cversion.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ const char *SSLeay_version(int t)
7777
if (t == SSLEAY_CFLAGS)
7878
{
7979
#ifdef CFLAGS
80-
return(cflags);
80+
return(CFLAGS);
8181
#else
8282
return("compiler: information not available");
8383
#endif

deps/openssl/openssl/crypto/ecdsa/Makefile

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -126,16 +126,15 @@ ecs_sign.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
126126
ecs_sign.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
127127
ecs_sign.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
128128
ecs_sign.o: ecs_locl.h ecs_sign.c
129-
ecs_vrf.o: ../../e_os.h ../../include/openssl/asn1.h
130-
ecs_vrf.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
131-
ecs_vrf.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
132-
ecs_vrf.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
133-
ecs_vrf.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h
134-
ecs_vrf.o: ../../include/openssl/err.h ../../include/openssl/evp.h
129+
ecs_vrf.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
130+
ecs_vrf.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
131+
ecs_vrf.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h
132+
ecs_vrf.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
133+
ecs_vrf.o: ../../include/openssl/engine.h ../../include/openssl/evp.h
135134
ecs_vrf.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
136135
ecs_vrf.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
137136
ecs_vrf.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
138137
ecs_vrf.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
139138
ecs_vrf.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
140139
ecs_vrf.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h
141-
ecs_vrf.o: ../../include/openssl/x509_vfy.h ../cryptlib.h ecs_locl.h ecs_vrf.c
140+
ecs_vrf.o: ../../include/openssl/x509_vfy.h ecs_locl.h ecs_vrf.c

deps/openssl/openssl/crypto/ecdsa/ecs_vrf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
*/
5858

5959
#include "ecs_locl.h"
60-
#include "cryptlib.h"
60+
#include <string.h>
6161
#ifndef OPENSSL_NO_ENGINE
6262
#include <openssl/engine.h>
6363
#endif

deps/openssl/openssl/crypto/opensslv.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ extern "C" {
2929
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
3030
* major minor fix final patch/beta)
3131
*/
32-
#define OPENSSL_VERSION_NUMBER 0x100010bfL
32+
#define OPENSSL_VERSION_NUMBER 0x100010cfL
3333
#ifdef OPENSSL_FIPS
34-
#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1k-fips 8 Jan 2015"
34+
#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1l-fips 15 Jan 2015"
3535
#else
36-
#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1k 8 Jan 2015"
36+
#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.1l 15 Jan 2015"
3737
#endif
3838
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
3939

0 commit comments

Comments
 (0)