Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
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
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ EXE=

BOOKELEMS= openssl-book.tex

all: openssl-book.pdf
all: openssl-book.pdf \
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.


$(EXE): %: %.c
$(CC) -o $@ $< $(CFLAGS)
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