Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Update new openssl version #255

Merged
merged 2 commits into from
Nov 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,11 @@ BPF_NOCORE_TAG = $(subst .,_,$(KERN_RELEASE)).$(subst .,_,$(VERSION))
# BPF Source file
#

TARGETS := $(foreach var,$(shell echo {a..r}),kern/openssl_1_1_1$(var))
TARGETS += $(foreach var,$(shell echo {0..6}),kern/openssl_3_0_$(var))
TARGETS := kern/openssl_1_1_1a
TARGETS += kern/openssl_1_1_1b
TARGETS += kern/openssl_1_1_1d
TARGETS += kern/openssl_1_1_1j
TARGETS += kern/openssl_3_0_0
TARGETS += kern/boringssl_1_1_1
TARGETS += kern/bash
TARGETS += kern/gnutls
Expand Down
2 changes: 1 addition & 1 deletion kern/openssl_1_1_1b_kern.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef ECAPTURE_OPENSSL_1_1_1_B_KERN_H
#define ECAPTURE_OPENSSL_1_1_1_B_KERN_H

/* OPENSSL_VERSION_TEXT: OpenSSL 1.1.1b 26 Feb 2019, OPENSSL_VERSION_NUMBER: 269488175 */
/* OPENSSL_VERSION_TEXT: OpenSSL 1.1.1c 28 May 2019, OPENSSL_VERSION_NUMBER: 269488191 */

// ssl_st->version
#define SSL_ST_VERSION 0x0
Expand Down
49 changes: 0 additions & 49 deletions kern/openssl_1_1_1c_kern.c

This file was deleted.

2 changes: 1 addition & 1 deletion kern/openssl_1_1_1d_kern.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef ECAPTURE_OPENSSL_1_1_1_D_KERN_H
#define ECAPTURE_OPENSSL_1_1_1_D_KERN_H

/* OPENSSL_VERSION_TEXT: OpenSSL 1.1.1d 10 Sep 2019, OPENSSL_VERSION_NUMBER: 269488207 */
/* OPENSSL_VERSION_TEXT: OpenSSL 1.1.1i 8 Dec 2020, OPENSSL_VERSION_NUMBER: 269488287 */

// ssl_st->version
#define SSL_ST_VERSION 0x0
Expand Down
49 changes: 0 additions & 49 deletions kern/openssl_1_1_1e_kern.c

This file was deleted.

49 changes: 0 additions & 49 deletions kern/openssl_1_1_1f_kern.c

This file was deleted.

49 changes: 0 additions & 49 deletions kern/openssl_1_1_1g_kern.c

This file was deleted.

49 changes: 0 additions & 49 deletions kern/openssl_1_1_1h_kern.c

This file was deleted.

49 changes: 0 additions & 49 deletions kern/openssl_1_1_1i_kern.c

This file was deleted.

2 changes: 1 addition & 1 deletion kern/openssl_1_1_1j_kern.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef ECAPTURE_OPENSSL_1_1_1_J_KERN_H
#define ECAPTURE_OPENSSL_1_1_1_J_KERN_H

/* OPENSSL_VERSION_TEXT: OpenSSL 1.1.1j 16 Feb 2021, OPENSSL_VERSION_NUMBER: 269488303 */
/* OPENSSL_VERSION_TEXT: OpenSSL 1.1.1s 1 Nov 2022, OPENSSL_VERSION_NUMBER: 269488447 */

// ssl_st->version
#define SSL_ST_VERSION 0x0
Expand Down
49 changes: 0 additions & 49 deletions kern/openssl_1_1_1k_kern.c

This file was deleted.

Loading