OpenBSD CVS

CVS log for src/lib/libressl/Attic/ressl_internal.h


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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.13, Fri Oct 31 13:46:17 2014 UTC (9 years, 7 months ago) by jsing
Branch: MAIN
CVS Tags: HEAD
Changes since 1.12: +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.12 / (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.11: +3 -2 lines
Diff to previous 1.11 (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.11 / (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.10: +3 -1 lines
Diff to previous 1.10 (colored)

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

Discussed with several.

ok bcook@

Revision 1.10 / (download) - annotate - [select for diffs], Wed Aug 27 10:46:53 2014 UTC (9 years, 9 months ago) by reyk
Branch: MAIN
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (colored)

Add the API function ressl_config_set_ecdhcurve(config, name) to set a
non-standard ECDH curve by name or to disable it by passing NULL.

OK jsing@

Revision 1.9 / (download) - annotate - [select for diffs], Wed Aug 6 01:54:01 2014 UTC (9 years, 10 months ago) by jsing
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.8: +5 -1 lines
Diff to previous 1.8 (colored)

Add support for loading the public/private key from memory, rather than
directly from file.

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

Add $OpenBSD$ tags.

Revision 1.7 / (download) - annotate - [select for diffs], Mon Aug 4 16:18:42 2014 UTC (9 years, 10 months ago) by jsing
Branch: MAIN
Changes since 1.6: +1 -0 lines
Diff to previous 1.6 (colored)

A ressl server needs different configuration from a ressl client - provide
a specific server configuration function and call this from
ressl_configure.

Revision 1.6 / (download) - annotate - [select for diffs], Mon Aug 4 16:07:25 2014 UTC (9 years, 10 months ago) by jsing
Branch: MAIN
Changes since 1.5: +2 -0 lines
Diff to previous 1.5 (colored)

Provide a function that returns a server connection context.

Revision 1.5 / (download) - annotate - [select for diffs], Mon Aug 4 15:58:29 2014 UTC (9 years, 10 months ago) by jsing
Branch: MAIN
Changes since 1.4: +1 -0 lines
Diff to previous 1.4 (colored)

Provide a utility function for loading a private/public keypair.

Revision 1.4 / (download) - annotate - [select for diffs], Sun Jul 13 23:54:52 2014 UTC (9 years, 11 months ago) by jsing
Branch: MAIN
Changes since 1.3: +2 -1 lines
Diff to previous 1.3 (colored)

Add configuration handling for certificate and key files.

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

Tabs, not spaces.

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: +6 -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], Sat Jul 12 01:20:25 2014 UTC (9 years, 11 months ago) by jsing
Branch: MAIN

Initial version of libressl - a library that provides a clean, simple,
consistent and secure-by-default API for SSL clients (and soon servers).

This is a long way from complete and the interface will likely change
substantially - committing now so that further work can happen in the tree.

Initiated by tedu@ and inspired by discussions with tedu@, beck@ and
other developers.

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.