summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2016-12-10Add Copyright and license; jmc@ noticed that i missed this file.schwarze1-2/+50
2016-12-10Copyright and license; jmc@ noticed that is forgot this fileschwarze1-2/+50
2016-12-10Add Copyright and license.schwarze1-1047/+149
2016-12-10Write an SSL_get_shared_ciphers(3) manual from scratch; another oneschwarze2-1/+72
2016-12-10New manual pages SSL_get_certificate(3), SSL_get_state(3), andschwarze5-4/+286
2016-12-10Document SSL_version(3). It's listed in ssl(3) and <openssl/ssl.h>,schwarze1-7/+20
2016-12-08some Vt fixes;jmc5-18/+18
2016-12-08minor cleanup;jmc5-24/+20
2016-12-08various cleanup;jmc12-61/+58
2016-12-08Fix regressions introduce in the fix for CVE-2016-6559.millert1-6/+5
2016-12-07Write SSL_renegotiate(3) manual from scratch; this function is listedschwarze2-1/+58
2016-12-07add missing .Nm SSL_peek in the NAME sectionschwarze1-3/+4
2016-12-07Write SSL_copy_session_id(3) manual from scratch. This function isschwarze2-1/+78
2016-12-07Write new SSL_dup(3) manual from scratch. This function is listedschwarze2-1/+61
2016-12-07New SSL_dup_CA_list(3) manual written from scratch.schwarze2-1/+53
2016-12-07Add documentation for SSL_add_file_cert_subjects_to_stack(3) andschwarze1-25/+103
2016-12-07Convert ssl3_send_client_kex_dhe() to CBB.jsing1-14/+23
2016-12-07Ensure that we zero memory that contiansthe ASN.1 encoded session, sincejsing1-26/+29
2016-12-07Ensure that we zero memory used to hold the ASN.1 encoded session, sincejsing1-1/+4
2016-12-07Fix a typo, decrement rem, don't increment for single digit hex bytes.millert1-2/+2
2016-12-06An SSL_SESSION_print(3) manual written from scratch. It's clearlyschwarze2-1/+68
2016-12-06s/SSL_CTX_need_tmp_rsa/SSL_CTX_need_tmp_RSA/schwarze1-5/+5
2016-12-06Copyright and license for the remaining manuals in this directoryschwarze6-13/+296
2016-12-06CVE-2016-6559: fix potential buffer overflow(s) in link_ntoa(3).millert1-19/+35
2016-12-06Add Copyright and license.schwarze1-8/+52
2016-12-06New manual page SSL_SESSION_new(3) written from scratch.schwarze2-1/+64
2016-12-06Copyright and licenseschwarze1-2/+50
2016-12-06Copyright and licenseschwarze1-2/+53
2016-12-06We don't support Certificate Transparency Extensions andschwarze1-8/+2
2016-12-06Delete most references to crypto(3). That page isn't useful enoughschwarze14-42/+28
2016-12-06make sure that all the BIO pages point back to the master page BIO_new(3)schwarze20-41/+75
2016-12-06Add Copyright and license.schwarze1-41/+107
2016-12-06tweak previous;jmc1-6/+6
2016-12-06Convert ssl3_send_client_kex_rsa() to CBB.jsing1-14/+36
2016-12-06Now that ssl3_send_{client,server}_certificate() are using the commonjsing4-176/+6
2016-12-06Convert certificate handshake message generation to CBB, with some cleanjsing5-64/+168
2016-12-06We don't want section 3 manual pages with names that do not correspondschwarze4-154/+108
2016-12-06replace all references to BIO(3) with references to BIO_new(3)schwarze16-48/+48
2016-12-05Add Copyright and license.schwarze1-3/+91
2016-12-05Add Copyright and license.schwarze1-7/+54
2016-12-05Add Copyright and license.schwarze2-4/+181
2016-12-05Copyright and licenseschwarze9-18/+454
2016-12-05import d2i_PrivateKey(3) from OpenSSLschwarze2-1/+157
2016-12-05tweak previous;jmc2-5/+6
2016-12-05Add Copyright and license.schwarze1-2/+50
2016-12-05Copyright and locenseschwarze1-2/+50
2016-12-05Add Copyright and license.schwarze1-5/+69
2016-12-05delete two cross references to functions we don't haveschwarze1-4/+2
2016-12-05import the relevant parts of six more X509 manuals from OpenSSLschwarze7-1/+1173
2016-12-05various cleanup;jmc8-41/+35