| Commit message (Expand) | Author | Files | Lines |
2016-12-14 | tweak previous; | jmc | 2 | -7/+8 |
2016-12-14 | New manuals ESS_SIGNING_CERT_new(3) and TS_REQ_new(3) written | schwarze | 3 | -1/+279 |
2016-12-13 | Start RSA_PSS_PARAMS_new(3) stub from scratch. Both functions | schwarze | 2 | -1/+54 |
2016-12-13 | Complete the CBB conversion and cleanup of send_client_key_exchange(). | jsing | 1 | -42/+12 |
2016-12-13 | Convert ssl3_send_client_kex_gost() to CBB. | jsing | 1 | -17/+19 |
2016-12-13 | tweak SEE ALSO; in particular, | schwarze | 9 | -36/+35 |
2016-12-13 | Write PKCS7_new(3) manual page from scratch. All the functions are | schwarze | 2 | -1/+247 |
2016-12-13 | Convert ssl3_send_client_kex_ecdhe() to CBB. Also check the return value of | jsing | 1 | -34/+35 |
2016-12-13 | typo fix; ok schwarze | jmc | 1 | -3/+3 |
2016-12-12 | Write OCSP_CRLID_new(3) and OCSP_SERVICELOC_new(3) from scratch. | schwarze | 5 | -4/+196 |
2016-12-12 | various cleanup; | jmc | 4 | -25/+26 |
2016-12-12 | Document OCSP_CERTID_new(3) listed in <openssl/ocsp.h> and in OpenSSL | schwarze | 1 | -16/+52 |
2016-12-12 | Document OCSP_SINGLERESP_new(3), OCSP_SINGLERESP_free(3), | schwarze | 1 | -3/+90 |
2016-12-12 | Document OCSP_RESPONSE_new(3), OCSP_RESPONSE_free(3), | schwarze | 1 | -36/+144 |
2016-12-12 | Document OCSP_SIGNATURE_new(3), OCSP_SIGNATURE_free(3), | schwarze | 1 | -26/+95 |
2016-12-12 | Document DSAparams_dup(3). It is in <openssl/dsa.h> and documented | schwarze | 1 | -2/+35 |
2016-12-12 | Document DIRECTORYSTRING_new(3), DIRECTORYSTRING_free(3), | schwarze | 1 | -6/+32 |
2016-12-11 | import openssl.cnf(5) and x509v3.cnf(5) from OpenSSL; | schwarze | 6 | -14/+1259 |
2016-12-11 | Distribute the text of ec(3) to the individual EC manuals where it belongs. | schwarze | 11 | -107/+70 |
2016-12-11 | Merge all of rsa(3) into RSA_new(3). | schwarze | 3 | -93/+86 |
2016-12-11 | Change all references to rsa(3) to point to RSA_new(3) instead. | schwarze | 17 | -50/+51 |
2016-12-11 | add missing section number to Xr; | jmc | 1 | -3/+3 |
2016-12-11 | some fixes for the dsa.3 -> DSA_new.3 changes; | jmc | 3 | -9/+8 |
2016-12-10 | Merge one sentence and the references from dsa(3) to DSA_new(3) and | schwarze | 3 | -80/+23 |
2016-12-10 | Change all references to dsa(3) to point to DSA_new(3). | schwarze | 12 | -35/+33 |
2016-12-10 | Merge one sentence and the references from dh(3) to DH_new(3) and | schwarze | 3 | -67/+12 |
2016-12-10 | Replace all references to dh(3) with DH_new(3). | schwarze | 12 | -34/+30 |
2016-12-10 | Add Copyright and license; jmc@ noticed that i forgot this file. | schwarze | 1 | -30/+53 |
2016-12-10 | Add Copyright and license; jmc@ noticed that i missed this file. | schwarze | 1 | -1/+50 |
2016-12-10 | Merge bn(3) into BN_new(3). | schwarze | 3 | -76/+41 |
2016-12-10 | replace all references to bn(3) with BN_new(3), | schwarze | 24 | -70/+74 |
2016-12-10 | Add Copyright and license; jmc@ noticed that i missed this file. | schwarze | 1 | -2/+50 |
2016-12-10 | Copyright and license; jmc@ noticed that is forgot this file | schwarze | 1 | -2/+50 |
2016-12-10 | Add Copyright and license. | schwarze | 1 | -1047/+149 |
2016-12-10 | Write an SSL_get_shared_ciphers(3) manual from scratch; another one | schwarze | 2 | -1/+72 |
2016-12-10 | New manual pages SSL_get_certificate(3), SSL_get_state(3), and | schwarze | 5 | -4/+286 |
2016-12-10 | Document SSL_version(3). It's listed in ssl(3) and <openssl/ssl.h>, | schwarze | 1 | -7/+20 |
2016-12-08 | some Vt fixes; | jmc | 5 | -18/+18 |
2016-12-08 | minor cleanup; | jmc | 5 | -24/+20 |
2016-12-08 | various cleanup; | jmc | 12 | -61/+58 |
2016-12-08 | Fix regressions introduce in the fix for CVE-2016-6559. | millert | 1 | -6/+5 |
2016-12-07 | Write SSL_renegotiate(3) manual from scratch; this function is listed | schwarze | 2 | -1/+58 |
2016-12-07 | add missing .Nm SSL_peek in the NAME section | schwarze | 1 | -3/+4 |
2016-12-07 | Write SSL_copy_session_id(3) manual from scratch. This function is | schwarze | 2 | -1/+78 |
2016-12-07 | Write new SSL_dup(3) manual from scratch. This function is listed | schwarze | 2 | -1/+61 |
2016-12-07 | New SSL_dup_CA_list(3) manual written from scratch. | schwarze | 2 | -1/+53 |
2016-12-07 | Add documentation for SSL_add_file_cert_subjects_to_stack(3) and | schwarze | 1 | -25/+103 |
2016-12-07 | Convert ssl3_send_client_kex_dhe() to CBB. | jsing | 1 | -14/+23 |
2016-12-07 | Ensure that we zero memory that contiansthe ASN.1 encoded session, since | jsing | 1 | -26/+29 |
2016-12-07 | Ensure that we zero memory used to hold the ASN.1 encoded session, since | jsing | 1 | -1/+4 |