| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | In ssl.h rev. 1.141 2018/02/20 18:07:11, tb@ provided | schwarze | 2018-02-24 | 7 | -12/+106 |
* | Merge new RETURN VALUES section; from Paul Yang via | schwarze | 2018-02-19 | 1 | -6/+35 |
* | 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 |
* | In ssl.h rev. 1.138 2018/02/17 15:13:12, jsing@ provided | schwarze | 2018-02-18 | 2 | -1/+48 |
* | In tls1.h rev. 1.32 2018/02/17 15:08:21, jsing@ provided | schwarze | 2018-02-18 | 1 | -7/+29 |
* | In ssl.h rev. 1.136 2018/02/14 17:08:44, jsing@ provided | schwarze | 2018-02-14 | 1 | -15/+32 |
* | In ssl.h rev. 1.135 2018/02/14 16:16:10, jsing@ provided | schwarze | 2018-02-14 | 1 | -4/+42 |
* | Completely remove NPN remnants. | jsing | 2017-08-28 | 1 | -47/+3 |
* | 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 |
* | Selectively merge OpenSSL commit e091367d May 5 11:56:45 2017 +0100 | schwarze | 2017-08-21 | 1 | -16/+15 |
* | Mention three functions related to protocol selection by the client | schwarze | 2017-08-21 | 1 | -3/+48 |
* | Delete non-existent function SSL_flush_sessions(); | schwarze | 2017-08-21 | 1 | -12/+4 |
* | Delete non-existent functions SSL_add_session() and SSL_remove_session() and | schwarze | 2017-08-21 | 1 | -18/+6 |
* | New manual page X509_check_private_key(3), using information | schwarze | 2017-08-20 | 1 | -3/+4 |
* | remove a duplicate BIO_do_accept() call from an example; | schwarze | 2017-08-20 | 1 | -12/+6 |
* | fix .Xr ordering, found with mandoc -Tlint | schwarze | 2017-08-19 | 2 | -6/+6 |
* | Import SSL_CTX_set_min_proto_version(3) from OpenSSL, suggested by jsing@. | schwarze | 2017-08-19 | 5 | -7/+134 |
* | fix a typo and mention OpenBSD in HISTORY; | schwarze | 2017-08-19 | 1 | -3/+5 |
* | Remove NPN support. | jsing | 2017-08-12 | 1 | -3/+2 |
* | Import the SSL_CTX_set1_groups(3) manual page from OpenSSL, deleting | schwarze | 2017-08-12 | 5 | -6/+173 |
* | New manual page SSL_set_tmp_ecdh(3) written from scratch. | schwarze | 2017-08-12 | 4 | -7/+112 |
* | Remove lots of outdated information found by jsing@. | schwarze | 2017-08-12 | 1 | -192/+14 |
* | remove bogus ".POD" from .Dt name; noticed by jsing@ | schwarze | 2017-08-11 | 1 | -3/+3 |
* | add missing and correct misspelled names, most in NAME sections; | schwarze | 2017-08-01 | 2 | -6/+8 |
* | as noted by Hanno Boeck, using the *check_private_key functions is | benno | 2017-07-25 | 1 | -6/+22 |
* | nits about trailing punctuation found with mandoc -Tlint | schwarze | 2017-07-05 | 1 | -4/+4 |
* | fix cross references to self; found with mandoc -Tlint | schwarze | 2017-07-05 | 2 | -6/+6 |
* | fix broken markup of callback arguments; found with mandoc -Tlint | schwarze | 2017-06-10 | 2 | -11/+8 |
* | fix some .Xr errors that jmc@ found with mdoclint(1) | schwarze | 2017-04-10 | 3 | -12/+13 |
* | new manual page SSL_get_server_tmp_key(3) | schwarze | 2017-04-10 | 3 | -2/+88 |
* | Additional SSL_SESSION documentation | schwarze | 2017-04-10 | 11 | -16/+349 |
* | for pure *_ctrl() wrapper macros, move the reference from ssl(3) | schwarze | 2017-04-10 | 14 | -49/+54 |
* | new manual page SSL_CTX_set_tlsext_servername_callback(3) for SNI; | schwarze | 2017-04-10 | 2 | -1/+126 |
* | pasto; from <Jon dot Spillett at oracle dot com> via OpenSSL commit 3aaa1bd0 | schwarze | 2017-04-10 | 1 | -3/+3 |
* | typo fix; from <Jon dot Spillett at oracle dot com> | schwarze | 2017-04-10 | 1 | -5/+5 |
* | tweak previous; | jmc | 2017-03-29 | 1 | -3/+5 |
* | Fix typo in function name; | schwarze | 2017-03-28 | 1 | -4/+5 |
* | After i wrote SSL_renegotiate(3) from scratch, OpenSSL also | schwarze | 2017-03-28 | 1 | -12/+109 |
* | fix typo; from OpenSSL | schwarze | 2016-12-29 | 1 | -4/+4 |
* | various minor cleanup; | jmc | 2016-12-16 | 10 | -34/+34 |
* | Make sure all manual pages discussing X509_NAME objects | schwarze | 2016-12-14 | 4 | -12/+16 |
* | Add Copyright and license. | schwarze | 2016-12-10 | 1 | -1047/+149 |
* | Write an SSL_get_shared_ciphers(3) manual from scratch; another one | schwarze | 2016-12-10 | 2 | -1/+72 |
* | New manual pages SSL_get_certificate(3), SSL_get_state(3), and | schwarze | 2016-12-10 | 5 | -4/+286 |
* | Document SSL_version(3). It's listed in ssl(3) and <openssl/ssl.h>, | schwarze | 2016-12-10 | 1 | -7/+20 |
* | Write SSL_renegotiate(3) manual from scratch; this function is listed | schwarze | 2016-12-07 | 2 | -1/+58 |
* | add missing .Nm SSL_peek in the NAME section | schwarze | 2016-12-07 | 1 | -3/+4 |
* | Write SSL_copy_session_id(3) manual from scratch. This function is | schwarze | 2016-12-07 | 2 | -1/+78 |
* | Write new SSL_dup(3) manual from scratch. This function is listed | schwarze | 2016-12-07 | 2 | -1/+61 |