Skip to content
Open
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
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#PDF, aux and log files
*.pdf
*.log
*.aux

#Top level auto-generated files
openssl-book.out
openssl-book.toc
openssl-book.pdf
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ CFLAGS= -I$(OSSLDIR)/include -L$(OSSLDIR)/lib -g -lcrypto -lssl
#No exe's to build yet
EXE=

BOOKELEMS= openssl-book.tex
BOOKELEMS= openssl-book.tex \
foundations/about/about.tex \
tls/understand-tls/understand-tls.tex

all: openssl-book.pdf

Expand Down
2 changes: 2 additions & 0 deletions openssl-book.tex
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,8 @@ \chapter{Outline - to be deleted}

\part{SSL/TLS/DTLS}

\include{tls/understand-tls/understand-tls}

\part{Cryptography}

\end{document}
Binary file added tls/understand-tls/typicalhand.pdf
Binary file not shown.
Loading