summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Write new SSL_dup(3) manual from scratch. This function is listedschwarze2016-12-072-1/+61
* New SSL_dup_CA_list(3) manual written from scratch.schwarze2016-12-072-1/+53
* Add documentation for SSL_add_file_cert_subjects_to_stack(3) andschwarze2016-12-071-25/+103
* Convert ssl3_send_client_kex_dhe() to CBB.jsing2016-12-071-14/+23
* Ensure that we zero memory that contiansthe ASN.1 encoded session, sincejsing2016-12-071-26/+29
* Ensure that we zero memory used to hold the ASN.1 encoded session, sincejsing2016-12-071-1/+4
* Fix a typo, decrement rem, don't increment for single digit hex bytes.millert2016-12-071-2/+2
* An SSL_SESSION_print(3) manual written from scratch. It's clearlyschwarze2016-12-062-1/+68
* s/SSL_CTX_need_tmp_rsa/SSL_CTX_need_tmp_RSA/schwarze2016-12-061-5/+5
* Copyright and license for the remaining manuals in this directoryschwarze2016-12-066-13/+296
* CVE-2016-6559: fix potential buffer overflow(s) in link_ntoa(3).millert2016-12-061-19/+35
* Add Copyright and license.schwarze2016-12-061-8/+52
* New manual page SSL_SESSION_new(3) written from scratch.schwarze2016-12-062-1/+64
* Copyright and licenseschwarze2016-12-061-2/+50
* Copyright and licenseschwarze2016-12-061-2/+53
* We don't support Certificate Transparency Extensions andschwarze2016-12-061-8/+2
* Delete most references to crypto(3). That page isn't useful enoughschwarze2016-12-0614-42/+28
* make sure that all the BIO pages point back to the master page BIO_new(3)schwarze2016-12-0620-41/+75
* Add Copyright and license.schwarze2016-12-061-41/+107
* tweak previous;jmc2016-12-061-6/+6
* Convert ssl3_send_client_kex_rsa() to CBB.jsing2016-12-061-14/+36
* Now that ssl3_send_{client,server}_certificate() are using the commonjsing2016-12-064-176/+6
* Convert certificate handshake message generation to CBB, with some cleanjsing2016-12-065-64/+168
* We don't want section 3 manual pages with names that do not correspondschwarze2016-12-064-154/+108
* replace all references to BIO(3) with references to BIO_new(3)schwarze2016-12-0616-48/+48
* Add Copyright and license.schwarze2016-12-051-3/+91
* Add Copyright and license.schwarze2016-12-051-7/+54
* Add Copyright and license.schwarze2016-12-052-4/+181
* Copyright and licenseschwarze2016-12-059-18/+454
* import d2i_PrivateKey(3) from OpenSSLschwarze2016-12-052-1/+157
* tweak previous;jmc2016-12-052-5/+6
* Add Copyright and license.schwarze2016-12-051-2/+50
* Copyright and locenseschwarze2016-12-051-2/+50
* Add Copyright and license.schwarze2016-12-051-5/+69
* delete two cross references to functions we don't haveschwarze2016-12-051-4/+2
* import the relevant parts of six more X509 manuals from OpenSSLschwarze2016-12-057-1/+1173
* various cleanup;jmc2016-12-058-41/+35
* import the relevant parts of X509_STORE_get0_param(3) from OpenSSL, butschwarze2016-12-052-1/+76
* import three X509_check_*(3) manuals from OpenSSLschwarze2016-12-054-1/+435
* Copyright and licenseschwarze2016-12-052-5/+101
* Add Copyright and license.schwarze2016-12-051-2/+55
* Copyright and license.schwarze2016-12-051-4/+52
* import X509_PUBKEY_new(3) from OpenSSLschwarze2016-12-052-1/+275
* Add Copyright and license.schwarze2016-12-051-6/+57
* Add Copyright and license.schwarze2016-12-051-4/+72
* Add Copyright and license.schwarze2016-12-051-8/+57
* Copyright and licenseschwarze2016-12-051-2/+50
* import five newish X509 pages from OpenSSLschwarze2016-12-046-1/+1181
* Update regress test to handle change to ssl_cipher_list_to_bytes().jsing2016-12-041-10/+11
* Convert ssl_cipher_list_to_bytes() to CBB, changing the function to returnjsing2016-12-044-32/+53