Age | Commit message (Expand) | Author |
2017-08-28 | Completely remove NPN remnants. | Joel Sing |
2017-08-21 | import SSL_export_keying_material(3) from OpenSSL | Ingo Schwarze |
2017-08-21 | merge the applicable parts of SSL_set_tlsext_host_name(3) documentation; | Ingo Schwarze |
2017-08-21 | Selectively merge OpenSSL commit e091367d May 5 11:56:45 2017 +0100 | Ingo Schwarze |
2017-08-21 | Mention three functions related to protocol selection by the client | Ingo Schwarze |
2017-08-21 | Delete non-existent function SSL_flush_sessions(); | Ingo Schwarze |
2017-08-21 | Delete non-existent functions SSL_add_session() and SSL_remove_session() and | Ingo Schwarze |
2017-08-20 | New manual page X509_check_private_key(3), using information | Ingo Schwarze |
2017-08-20 | remove a duplicate BIO_do_accept() call from an example; | Ingo Schwarze |
2017-08-19 | fix .Xr ordering, found with mandoc -Tlint | Ingo Schwarze |
2017-08-19 | Import SSL_CTX_set_min_proto_version(3) from OpenSSL, suggested by jsing@. | Ingo Schwarze |
2017-08-19 | fix a typo and mention OpenBSD in HISTORY; | Ingo Schwarze |
2017-08-12 | Remove NPN support. | Joel Sing |
2017-08-12 | Import the SSL_CTX_set1_groups(3) manual page from OpenSSL, deleting | Ingo Schwarze |
2017-08-12 | New manual page SSL_set_tmp_ecdh(3) written from scratch. | Ingo Schwarze |
2017-08-12 | Remove lots of outdated information found by jsing@. | Ingo Schwarze |
2017-08-11 | remove bogus ".POD" from .Dt name; noticed by jsing@ | Ingo Schwarze |
2017-08-01 | add missing and correct misspelled names, most in NAME sections; | Ingo Schwarze |
2017-07-25 | as noted by Hanno Boeck, using the *check_private_key functions is | Sebastian Benoit |
2017-07-05 | nits about trailing punctuation found with mandoc -Tlint | Ingo Schwarze |
2017-07-05 | fix cross references to self; found with mandoc -Tlint | Ingo Schwarze |
2017-06-10 | fix broken markup of callback arguments; found with mandoc -Tlint | Ingo Schwarze |
2017-04-10 | fix some .Xr errors that jmc@ found with mdoclint(1) | Ingo Schwarze |
2017-04-10 | new manual page SSL_get_server_tmp_key(3) | Ingo Schwarze |
2017-04-10 | Additional SSL_SESSION documentation | Ingo Schwarze |
2017-04-10 | for pure *_ctrl() wrapper macros, move the reference from ssl(3) | Ingo Schwarze |
2017-04-10 | new manual page SSL_CTX_set_tlsext_servername_callback(3) for SNI; | Ingo Schwarze |
2017-04-10 | pasto; from <Jon dot Spillett at oracle dot com> via OpenSSL commit 3aaa1bd0 | Ingo Schwarze |
2017-04-10 | typo fix; from <Jon dot Spillett at oracle dot com> | Ingo Schwarze |
2017-03-29 | tweak previous; | Jason McIntyre |
2017-03-28 | Fix typo in function name; | Ingo Schwarze |
2017-03-28 | After i wrote SSL_renegotiate(3) from scratch, OpenSSL also | Ingo Schwarze |
2016-12-29 | fix typo; from OpenSSL | Ingo Schwarze |
2016-12-16 | various minor cleanup; | Jason McIntyre |
2016-12-14 | Make sure all manual pages discussing X509_NAME objects | Ingo Schwarze |
2016-12-10 | Add Copyright and license. | Ingo Schwarze |
2016-12-10 | Write an SSL_get_shared_ciphers(3) manual from scratch; another one | Ingo Schwarze |
2016-12-10 | New manual pages SSL_get_certificate(3), SSL_get_state(3), and | Ingo Schwarze |
2016-12-10 | Document SSL_version(3). It's listed in ssl(3) and <openssl/ssl.h>, | Ingo Schwarze |
2016-12-07 | Write SSL_renegotiate(3) manual from scratch; this function is listed | Ingo Schwarze |
2016-12-07 | add missing .Nm SSL_peek in the NAME section | Ingo Schwarze |
2016-12-07 | Write SSL_copy_session_id(3) manual from scratch. This function is | Ingo Schwarze |
2016-12-07 | Write new SSL_dup(3) manual from scratch. This function is listed | Ingo Schwarze |
2016-12-07 | New SSL_dup_CA_list(3) manual written from scratch. | Ingo Schwarze |
2016-12-07 | Add documentation for SSL_add_file_cert_subjects_to_stack(3) and | Ingo Schwarze |
2016-12-06 | An SSL_SESSION_print(3) manual written from scratch. It's clearly | Ingo Schwarze |
2016-12-06 | s/SSL_CTX_need_tmp_rsa/SSL_CTX_need_tmp_RSA/ | Ingo Schwarze |
2016-12-06 | Copyright and license for the remaining manuals in this directory | Ingo Schwarze |
2016-12-06 | Add Copyright and license. | Ingo Schwarze |
2016-12-06 | New manual page SSL_SESSION_new(3) written from scratch. | Ingo Schwarze |