History log of /openbsd/lib/libssl/man/SSL_CTX_set_cipher_list.3 (Results 1 – 18 of 18)
Revision Date Author Comments
# a00bfa08 18-Jan-2025 tb <tb@openbsd.org>

SSL_CTX_set_cipher_list: stop mentioning ancient ciphers

Support was removed nearly a decade ago. No need to mention this anymore.

ok jsing


# de980744 18-Jan-2025 tb <tb@openbsd.org>

Stop mentioning DSA/DSS

Support for this went away in 2017, but a few things still mentioned DSA
in various contexts. Replace DSA with ECDSA where appropriate and otherwise
delete this. It won't wor

Stop mentioning DSA/DSS

Support for this went away in 2017, but a few things still mentioned DSA
in various contexts. Replace DSA with ECDSA where appropriate and otherwise
delete this. It won't work.

ok jsing

show more ...


# 3847dadb 11-Dec-2022 tb <tb@openbsd.org>

Add a small blurb on @SECLEVEL=n


# 29f9efbb 25-Apr-2020 schwarze <schwarze@openbsd.org>

Move unsupported, obsolete ciphers and deprecated aliases out of
the main list of words to make it more readable, even though it
remains long.

Avoid using deprecated aliases in explanations what oth

Move unsupported, obsolete ciphers and deprecated aliases out of
the main list of words to make it more readable, even though it
remains long.

Avoid using deprecated aliases in explanations what other words mean.
Stop documenting aDSS because it is *both* a deprecated alias *and*
no longer matches anything at all.

General direction discussed with jsing@ some time ago.

show more ...


# 5b7cde6d 25-Apr-2020 schwarze <schwarze@openbsd.org>

tweak the wording to make it clearer under which conditions exactly
the TLSv1.3 cipher suites are made available, too;
related to ssl_ciph.c rev. 1.115


# 69906cb2 14-Apr-2020 schwarze <schwarze@openbsd.org>

add the missing sentence "LibreSSL no longer provides any such
cipher suites" to the DES entry and use the same wording for DSS;
OK jsing@


# 65436a87 14-Apr-2020 schwarze <schwarze@openbsd.org>

Delete the three sentences listing the ciphers currently included
in LOW, MEDIUM, and HIGH. That's going to change repeatedly and
the extra maintenance effort for keeping it up to date is a waste
be

Delete the three sentences listing the ciphers currently included
in LOW, MEDIUM, and HIGH. That's going to change repeatedly and
the extra maintenance effort for keeping it up to date is a waste
because people can trivially run "openssl ciphers -v LOW" to look
it up. Besides, updating it will usually be forgotten; the LOW
entry was already wrong.
Suggested by jsing@.

show more ...


# 9b0d0532 11-Apr-2020 schwarze <schwarze@openbsd.org>

Document the TLSv1.3 control word, update the description of the
TLSv1 control word, and explain how TLSv1.3 cipher suites can be
configured in LibreSSL and in OpenSSL. While here, also mention
how

Document the TLSv1.3 control word, update the description of the
TLSv1 control word, and explain how TLSv1.3 cipher suites can be
configured in LibreSSL and in OpenSSL. While here, also mention
how users can inspect the DEFAULT list of cipher suites.
Stimulus, feedback and OK from jsing@.

show more ...


# 4d9e9af5 19-Dec-2019 jmc <jmc@openbsd.org>

spelling; from bryan stenson


# 821aec37 03-Dec-2019 tb <tb@openbsd.org>

Fix typo: ECHD -> ECDH.

From Michael Forney, thanks!


# cf72297a 20-May-2019 jmc <jmc@openbsd.org>

*an* RSA;


# 6c01a627 10-Apr-2018 schwarze <schwarze@openbsd.org>

Write documentation for the control string parameter from scratch,
collecting the information by inspecting the source code.


# 10e00d17 27-Mar-2018 schwarze <schwarze@openbsd.org>

found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs
on the web, so fix up SSLeay HISTORY accordingly


# 8fba1ec8 21-Mar-2018 schwarze <schwarze@openbsd.org>

ssl.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git


# 67b0e96a 19-Aug-2017 schwarze <schwarze@openbsd.org>

fix .Xr ordering, found with mandoc -Tlint


# 9b1b080b 12-Aug-2017 schwarze <schwarze@openbsd.org>

Import the SSL_CTX_set1_groups(3) manual page from OpenSSL, deleting
the read accessors we don't have and fixing the prototypes - the
data type of each and every argument differs in the OpenSSL manua

Import the SSL_CTX_set1_groups(3) manual page from OpenSSL, deleting
the read accessors we don't have and fixing the prototypes - the
data type of each and every argument differs in the OpenSSL manuals.
Reference the new page from SSL_set_tmp_ecdh(3) as suggested by jsing@.

show more ...


# b781de6b 30-Nov-2016 schwarze <schwarze@openbsd.org>

Add Copyright and license.
Stop talking about export ciphers.
Remove two irrelevant cross references.


# f1a3c524 05-Nov-2016 schwarze <schwarze@openbsd.org>

move manual pages from doc/ to man/ for consistency with other
libraries, in particular considering that there are unrelated
files in doc/; requested by jsing@ and beck@