Skip to content
Open
Show file tree
Hide file tree
Changes from 5 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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm? Shouldn't it rather be added in BOOKELEMS above? And foundations/about/about.tex should as well, yeah?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, yeah. You're right - good catch. Fixed.


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.
356 changes: 356 additions & 0 deletions tls/understand-tls/typicalhand.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading