summaryrefslogtreecommitdiff
path: root/src/lib/libssl/man (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Add a cross reference to SSL_get_ex_data_X509_STORE_CTX_idx(3);schwarze2018-02-271-3/+9
* Import SSL_CTX_set_tlsext_use_srtp(3) from OpenSSL, slightly tweaked by me.schwarze2018-02-272-1/+190
* Add four options that exist in our tree and are documented in OpenSSL.schwarze2018-02-271-1/+9
* sort option list alphabetically in preparation for adding missing options;schwarze2018-02-271-28/+28
* Mention that SSL_OP_TLSEXT_PADDING no longer has any effect,schwarze2018-02-271-12/+10
* Merge the documentation of SSL_CIPHER_get_id(3) andschwarze2018-02-271-42/+71
* In ssl.h rev. 1.145 2018/02/22 17:30:25, jsing@ provided SSL_is_server(3).schwarze2018-02-271-9/+34
* In ssl.h rev. 1.144 2018/02/22 17:29:24, jsing@ provided SSL_up_ref(3).schwarze2018-02-271-6/+19
* In ssl.h rev. 1.143 2018/02/22 17:27:07, jsing@ providedschwarze2018-02-261-6/+24
* In ssl.h rev. 1.142 2018/02/22 17:25:18, jsing@ providedschwarze2018-02-261-12/+23
* In x509_vfy.h rev. 1.22 2018/02/22 17:15:09, jsing@ providedschwarze2018-02-251-3/+4
* In ssl.h rev. 1.141 2018/02/20 18:07:11, tb@ providedschwarze2018-02-247-12/+106
* Merge new RETURN VALUES section; from Paul Yang viaschwarze2018-02-191-6/+35
* In ssl.h rev. 1.139 2018/02/17 15:19:43 and rev. 1.140 2018/02/17 15:32:20,schwarze2018-02-182-1/+148
* In ssl.h rev. 1.138 2018/02/17 15:13:12, jsing@ providedschwarze2018-02-182-1/+48
* In tls1.h rev. 1.32 2018/02/17 15:08:21, jsing@ providedschwarze2018-02-181-7/+29
* In ssl.h rev. 1.136 2018/02/14 17:08:44, jsing@ providedschwarze2018-02-141-15/+32
* In ssl.h rev. 1.135 2018/02/14 16:16:10, jsing@ providedschwarze2018-02-141-4/+42
* Completely remove NPN remnants.jsing2017-08-281-47/+3
* import SSL_export_keying_material(3) from OpenSSLschwarze2017-08-213-3/+132
* merge the applicable parts of SSL_set_tlsext_host_name(3) documentation;schwarze2017-08-211-4/+28
* Selectively merge OpenSSL commit e091367d May 5 11:56:45 2017 +0100schwarze2017-08-211-16/+15
* Mention three functions related to protocol selection by the clientschwarze2017-08-211-3/+48
* Delete non-existent function SSL_flush_sessions();schwarze2017-08-211-12/+4
* Delete non-existent functions SSL_add_session() and SSL_remove_session() andschwarze2017-08-211-18/+6
* New manual page X509_check_private_key(3), using informationschwarze2017-08-201-3/+4
* remove a duplicate BIO_do_accept() call from an example;schwarze2017-08-201-12/+6
* fix .Xr ordering, found with mandoc -Tlintschwarze2017-08-192-6/+6
* Import SSL_CTX_set_min_proto_version(3) from OpenSSL, suggested by jsing@.schwarze2017-08-195-7/+134
* fix a typo and mention OpenBSD in HISTORY;schwarze2017-08-191-3/+5
* Remove NPN support.jsing2017-08-121-3/+2
* Import the SSL_CTX_set1_groups(3) manual page from OpenSSL, deletingschwarze2017-08-125-6/+173
* New manual page SSL_set_tmp_ecdh(3) written from scratch.schwarze2017-08-124-7/+112
* Remove lots of outdated information found by jsing@.schwarze2017-08-121-192/+14
* remove bogus ".POD" from .Dt name; noticed by jsing@schwarze2017-08-111-3/+3
* add missing and correct misspelled names, most in NAME sections;schwarze2017-08-012-6/+8
* as noted by Hanno Boeck, using the *check_private_key functions isbenno2017-07-251-6/+22
* nits about trailing punctuation found with mandoc -Tlintschwarze2017-07-051-4/+4
* fix cross references to self; found with mandoc -Tlintschwarze2017-07-052-6/+6
* fix broken markup of callback arguments; found with mandoc -Tlintschwarze2017-06-102-11/+8
* fix some .Xr errors that jmc@ found with mdoclint(1)schwarze2017-04-103-12/+13
* new manual page SSL_get_server_tmp_key(3)schwarze2017-04-103-2/+88
* Additional SSL_SESSION documentationschwarze2017-04-1011-16/+349
* for pure *_ctrl() wrapper macros, move the reference from ssl(3)schwarze2017-04-1014-49/+54
* new manual page SSL_CTX_set_tlsext_servername_callback(3) for SNI;schwarze2017-04-102-1/+126
* pasto; from <Jon dot Spillett at oracle dot com> via OpenSSL commit 3aaa1bd0schwarze2017-04-101-3/+3
* typo fix; from <Jon dot Spillett at oracle dot com>schwarze2017-04-101-5/+5
* tweak previous;jmc2017-03-291-3/+5
* Fix typo in function name;schwarze2017-03-281-4/+5
* After i wrote SSL_renegotiate(3) from scratch, OpenSSL alsoschwarze2017-03-281-12/+109