OpenBSD CVS

CVS log for src/lib/libressl/Attic/ressl_client.c


[BACK] Up to [local] / src / lib / libressl

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.6, Fri Oct 31 13:46:17 2014 UTC (9 years, 7 months ago) by jsing
Branch: MAIN
CVS Tags: HEAD
Changes since 1.5: +1 -1 lines
FILE REMOVED

Rename libressl to libtls to avoid confusion and to make it easier to
distinguish between LibreSSL (the project) and libressl (the library).

Discussed with many.

Revision 1.5 / (download) - annotate - [select for diffs], Fri Oct 3 14:14:40 2014 UTC (9 years, 8 months ago) by tedu
Branch: MAIN
Changes since 1.4: +5 -3 lines
Diff to previous 1.4 (colored)

allow disabling hostname and cert verification separately.
if you're careful, cert only verification can be useful.
always enable both though, to avoid accidentally leaving one off.
ok jsing

Revision 1.4 / (download) - annotate - [select for diffs], Mon Sep 29 15:11:29 2014 UTC (9 years, 8 months ago) by jsing
Branch: MAIN
Changes since 1.3: +5 -2 lines
Diff to previous 1.3 (colored)

Add an option that allows the enabled SSL protocols to be explicitly
configured.

Discussed with several.

ok bcook@

Revision 1.3 / (download) - annotate - [select for diffs], Tue Aug 5 12:46:16 2014 UTC (9 years, 10 months ago) by jsing
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.2: +1 -0 lines
Diff to previous 1.2 (colored)

Add $OpenBSD$ tags.

Revision 1.2 / (download) - annotate - [select for diffs], Sun Jul 13 23:17:29 2014 UTC (9 years, 11 months ago) by jsing
Branch: MAIN
Changes since 1.1: +23 -0 lines
Diff to previous 1.1 (colored)

Rename the context allocation from ressl_new to ressl_client, which makes
it completely obvious what the context is for. Ensure client functions are
used on client contexts.

Revision 1.1 / (download) - annotate - [select for diffs], Sun Jul 13 22:42:01 2014 UTC (9 years, 11 months ago) by jsing
Branch: MAIN

Move the client code into a separate file.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.