Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Write documentation for the control string parameter from scratch, | schwarze | 2018-04-10 | 1 | -30/+273 | |
| | | | | collecting the information by inspecting the source code. | |||||
* | In ssl.h rev. 1.151 2018/03/17 15:48:31, tb@ provided | schwarze | 2018-04-02 | 1 | -6/+34 | |
| | | | | | | | | SSL_CTX_get_default_passwd_cb(3) and SSL_CTX_get_default_passwd_cb_userdata(3). Merge the documentation, tweaked by me; from Christian Heimes <cheimes at redhat dot com> via OpenSSL commit 0c452abc Mar 2 12:53:40 2016 +0100. | |||||
* | fix typo; from <Alex dot Gaynor at gmail dot com> | schwarze | 2018-03-30 | 1 | -4/+4 | |
| | | | | via OpenSSL commit 3266cf58 Mar 10 13:13:23 2018 -0500 | |||||
* | found a complete archive of SSLeay-0.4 to SSLeay-0.8.1b tarballs | schwarze | 2018-03-27 | 79 | -270/+342 | |
| | | | | on the web, so fix up SSLeay HISTORY accordingly | |||||
* | finish ssl HISTORY; mostly 1.1.0/6.3, but also various other fixeslibressl-v2.7.1 | schwarze | 2018-03-24 | 18 | -47/+104 | |
| | ||||||
* | ouch, previous was wrong; revert it and fix HISTORY instead | schwarze | 2018-03-24 | 1 | -2/+29 | |
| | ||||||
* | delete two functions that do not exist | schwarze | 2018-03-23 | 1 | -22/+1 | |
| | ||||||
* | ssl.h HISTORY up to 1.0.2; researched from OpenSSL git and OpenBSD CVS | schwarze | 2018-03-23 | 6 | -9/+41 | |
| | ||||||
* | ssl.h HISTORY up to 1.0.1; researched from OpenSSL git | schwarze | 2018-03-23 | 9 | -18/+60 | |
| | ||||||
* | ssl.h HISTORY up to 1.0.0; researched from OpenSSL git | schwarze | 2018-03-23 | 2 | -5/+15 | |
| | ||||||
* | ssl.h HISTORY up to 0.9.8zh; researched from OpenSSL git | schwarze | 2018-03-23 | 2 | -8/+11 | |
| | ||||||
* | ssl.h HISTORY up to 0.9.8h; researched from OpenSSL git | schwarze | 2018-03-23 | 3 | -6/+23 | |
| | ||||||
* | ssl.h HISTORY up to 0.9.8; researched from OpenSSL git | schwarze | 2018-03-23 | 4 | -8/+31 | |
| | ||||||
* | ssl.h HISTORY up to 0.9.7; researched from OpenSSL git | schwarze | 2018-03-22 | 4 | -12/+19 | |
| | ||||||
* | ssl.h HISTORY up to 0.9.6c; researched from OpenSSL git | schwarze | 2018-03-22 | 1 | -2/+8 | |
| | ||||||
* | ssl.h HISTORY up to 0.9.5; researched from OpenSSL git | schwarze | 2018-03-22 | 3 | -6/+22 | |
| | ||||||
* | ssl.h HISTORY up to 0.9.4; researched from OpenSSL git | schwarze | 2018-03-21 | 2 | -3/+15 | |
| | ||||||
* | ssl.h HISTORY up to 0.9.3; researched from OpenSSL gitlibressl-v2.7.0 | schwarze | 2018-03-21 | 3 | -4/+19 | |
| | ||||||
* | ssl.h HISTORY up to 0.9.2b; researched from OpenSSL git | schwarze | 2018-03-21 | 8 | -11/+49 | |
| | ||||||
* | ssl.h HISTORY up to SSLeay 0.9.1; researched from OpenSSL git | schwarze | 2018-03-21 | 2 | -4/+12 | |
| | ||||||
* | ssl.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL git | schwarze | 2018-03-21 | 11 | -23/+86 | |
| | ||||||
* | ssl.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git | schwarze | 2018-03-21 | 77 | -163/+552 | |
| | ||||||
* | In ssl.h rev. 1.154 2018/03/20 15:28:12, tb@ provided | schwarze | 2018-03-20 | 1 | -9/+37 | |
| | | | | | SSL_SESSION_set1_id(3). Merge the documentation from OpenSSL, slightly tweaked by me. | |||||
* | In ssl.h rev. 1.149 2018/03/17 14:40:45, jsing@ provided | schwarze | 2018-03-18 | 1 | -6/+79 | |
| | | | | | | SSL_CIPHER_get_cipher_nid(3), SSL_CIPHER_get_digest_nid(3), SSL_CIPHER_get_kx_nid(3), SSL_CIPHER_get_auth_nid(3), and SSL_CIPHER_is_aead(3). Merge the documentation from OpenSSL. | |||||
* | In ssl.h rev. 1.148 2018/03/17 14:26:13, jsing@ provided | schwarze | 2018-03-18 | 1 | -4/+30 | |
| | | | | | SSL_SESSION_get0_id_context(3). Merge the documentation from OpenSSL, tweaked by me. | |||||
* | In crypto.h rev. 1.43 and ssl.h rev. 1.153 2018/03/17 16:20:01, beck@ | schwarze | 2018-03-17 | 2 | -1/+62 | |
| | | | | | | provided OPENSSL_init_crypto(3) and OPENSSL_init_ssl(3). Write the documentation from scratch because the text OpenSSL provides is full of bloat. | |||||
* | In ssl.h rev. 1.152 2018/03/17 15:55:52, tb@ provided | schwarze | 2018-03-17 | 6 | -9/+97 | |
| | | | | | SSL_SESSION_has_ticket(3) and SSL_SESSION_get_ticket_lifetime_hint(3). Merge the documentation from OpenSSL, tweaked by me. | |||||
* | Provide SSL_CTX_get_min_proto_version and SSL_CTX_get_max_proto_version | jca | 2018-03-15 | 1 | -11/+51 | |
| | | | | | | | | | We already provided the setters, so also provide the getters like OpenSSL does. Addition prompted by the use of those functions in recent openvpn releases. manpage diff from schwarze@ (thanks!) with input from jsing@, ok tb@ jsing@ | |||||
* | fix a wrong preposition; from Daniel Bevenius at gmail dot com | schwarze | 2018-02-27 | 1 | -4/+5 | |
| | | | | via OpenSSL commit cbade361 Dec 12 13:14:45 2017 +0100 | |||||
* | Add a cross reference to SSL_get_ex_data_X509_STORE_CTX_idx(3); | schwarze | 2018-02-27 | 1 | -3/+9 | |
| | | | | | from Rich Salz <rsalz@openssl.org> via OpenSSL commit 9e183d22 Mar 11 08:56:44 2017 -0500. | |||||
* | Import SSL_CTX_set_tlsext_use_srtp(3) from OpenSSL, slightly tweaked by me. | schwarze | 2018-02-27 | 2 | -1/+190 | |
| | ||||||
* | Add four options that exist in our tree and are documented in OpenSSL. | schwarze | 2018-02-27 | 1 | -1/+9 | |
| | ||||||
* | sort option list alphabetically in preparation for adding missing options; | schwarze | 2018-02-27 | 1 | -28/+28 | |
| | | | | no text change | |||||
* | Mention that SSL_OP_TLSEXT_PADDING no longer has any effect, | schwarze | 2018-02-27 | 1 | -12/+10 | |
| | | | | | and correct the description of SSL_OP_ALL. Found by inspecting <openssl/ssl.h>. | |||||
* | Merge the documentation of SSL_CIPHER_get_id(3) and | schwarze | 2018-02-27 | 1 | -42/+71 | |
| | | | | | the new RETURN VALUES section from OpenSSL, tweaked by me. While here, correct the description of SSL_CIPHER_description(3). | |||||
* | In ssl.h rev. 1.145 2018/02/22 17:30:25, jsing@ provided SSL_is_server(3). | schwarze | 2018-02-27 | 1 | -9/+34 | |
| | | | | | Merge the documentation from OpenSSL, slightliy tweaking the wording for precision. The connection is not necessarily "working" yet. | |||||
* | In ssl.h rev. 1.144 2018/02/22 17:29:24, jsing@ provided SSL_up_ref(3). | schwarze | 2018-02-27 | 1 | -6/+19 | |
| | | | | Merge the documentation from OpenSSL. | |||||
* | In ssl.h rev. 1.143 2018/02/22 17:27:07, jsing@ provided | schwarze | 2018-02-26 | 1 | -6/+24 | |
| | | | | SSL_CTX_get_ciphers(3). Merge the documentation from OpenSSL. | |||||
* | In ssl.h rev. 1.142 2018/02/22 17:25:18, jsing@ provided | schwarze | 2018-02-26 | 1 | -12/+23 | |
| | | | | | SSL_SESSION_up_ref(3). Merge the documentation from OpenSSL, tweaked by me. | |||||
* | In x509_vfy.h rev. 1.22 2018/02/22 17:15:09, jsing@ provided | schwarze | 2018-02-25 | 1 | -3/+4 | |
| | | | | | | X509_STORE_up_ref(3). X509_STORE_new(3) and X509_STORE_free(3) have already been available earlier. Import the documentation from OpenSSL, adding some precision. | |||||
* | In ssl.h rev. 1.141 2018/02/20 18:07:11, tb@ provided | schwarze | 2018-02-24 | 7 | -12/+106 | |
| | | | | | SSL_SESSION_get_protocol_version(3). Import the documentation form OpenSSL, tweaked by me, OK tb@. | |||||
* | Merge new RETURN VALUES section; from Paul Yang via | schwarze | 2018-02-19 | 1 | -6/+35 | |
| | | | | OpenSSL commit 1f13ad31 Dec 25 17:50:39 2017 +0800 tweaked by me. | |||||
* | In ssl.h rev. 1.139 2018/02/17 15:19:43 and rev. 1.140 2018/02/17 15:32:20, | schwarze | 2018-02-18 | 2 | -1/+148 | |
| | | | | | | jsing@ provided SSL_get_client_random(3), SSL_get_server_random(3), and SSL_SESSION_get_master_key(3). Import the documentation from OpenSSL, with some tweaks. | |||||
* | In ssl.h rev. 1.138 2018/02/17 15:13:12, jsing@ provided | schwarze | 2018-02-18 | 2 | -1/+48 | |
| | | | | | SSL_CTX_get0_certificate(3). It is public in OpenSSL, too, but OpenSSL has no documentation, so write some from scratch. | |||||
* | In tls1.h rev. 1.32 2018/02/17 15:08:21, jsing@ provided | schwarze | 2018-02-18 | 1 | -7/+29 | |
| | | | | | | | | SSL_CTX_get_tlsext_status_cb(3) and SSL_CTX_get_tlsext_status_arg(3). Merge the documentation, mostly from Remi Gacogne <rgacogne-github at coredump dot fr> via OpenSSL commit fddfc0af Aug 6 12:54:29 2016 +0200 plus the RETURN VALUES part by me. | |||||
* | In ssl.h rev. 1.136 2018/02/14 17:08:44, jsing@ provided | schwarze | 2018-02-14 | 1 | -15/+32 | |
| | | | | | | SSL_CTX_up_ref(3). Merge the related documentation from OpenSSL, but tweak the wording to be less confusing and simplify the RETURN VALUES section. | |||||
* | In ssl.h rev. 1.135 2018/02/14 16:16:10, jsing@ provided | schwarze | 2018-02-14 | 1 | -4/+42 | |
| | | | | | SSL_CTX_get0_param(3) and SSL_get0_param(3). Merge the related documentation from OpenSSL, with small tweaks. | |||||
* | Completely remove NPN remnants. | jsing | 2017-08-28 | 1 | -47/+3 | |
| | | | | Based on a diff from doug@, similar diff from inoguchi@ | |||||
* | import SSL_export_keying_material(3) from OpenSSL | schwarze | 2017-08-21 | 3 | -3/+132 | |
| | ||||||
* | merge the applicable parts of SSL_set_tlsext_host_name(3) documentation; | schwarze | 2017-08-21 | 1 | -4/+28 | |
| | | | | | from Paul Yang <yang dot yang at baishancloud dot com> via OpenSSL commit 190b9a03 Jun 28 15:46:13 2017 +0800 |