| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | New SSL_dup_CA_list(3) manual written from scratch. | schwarze | 2016-12-07 | 2 | -1/+53 |
* | Add documentation for SSL_add_file_cert_subjects_to_stack(3) and | schwarze | 2016-12-07 | 1 | -25/+103 |
* | An SSL_SESSION_print(3) manual written from scratch. It's clearly | schwarze | 2016-12-06 | 2 | -1/+68 |
* | s/SSL_CTX_need_tmp_rsa/SSL_CTX_need_tmp_RSA/ | schwarze | 2016-12-06 | 1 | -5/+5 |
* | Copyright and license for the remaining manuals in this directory | schwarze | 2016-12-06 | 6 | -13/+296 |
* | Add Copyright and license. | schwarze | 2016-12-06 | 1 | -8/+52 |
* | New manual page SSL_SESSION_new(3) written from scratch. | schwarze | 2016-12-06 | 2 | -1/+64 |
* | replace all references to BIO(3) with references to BIO_new(3) | schwarze | 2016-12-06 | 11 | -33/+33 |
* | Add Copyright and license. | schwarze | 2016-12-05 | 1 | -2/+50 |
* | Add Copyright and license. | schwarze | 2016-12-04 | 1 | -14/+59 |