Skip to content

Commit

Permalink
update to use openssl 1.1.1 to take place of out-of-date openssl 1.0.…
Browse files Browse the repository at this point in the history
…2 | add new ssl keys to fix ssl connection error
  • Loading branch information
tinoryj committed Aug 21, 2020
1 parent 81c138c commit 821e42a
Show file tree
Hide file tree
Showing 80 changed files with 16,604 additions and 2,563 deletions.
2 changes: 1 addition & 1 deletion client/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CC = g++
CFLAGS = -g -Wall -fno-operator-names -Wno-write-strings -Wunreachable-code -Wshadow -DLINUX -std=c++0x
CFLAGS = -g -Wall -fno-operator-names -Wno-write-strings -Wunreachable-code -Wshadow -DLINUX -std=c++1z -fsanitize=leak
LIBS = -lcrypto -lssl -lpthread
INCLUDES =-I./utils -I./lib/cryptopp -I./comm -I./coding -I./chunking -I./keyClient
MAIN_OBJS = ./chunking/chunker.o ./utils/CryptoPrimitive.o ./coding/encoder.o ./comm/uploader.o ./utils/socket.o ./comm/downloader.o ./coding/decoder.o ./keyClient/exchange.o ./coding/aont.o ./utils/ssl.o
Expand Down
Loading

0 comments on commit 821e42a

Please sign in to comment.