aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)AuthorFilesLines
2015-02-10Add SSL_SESSION_get0_ticket API function.Matt Caswell1-3/+11
2015-02-10Provide the API functions SSL_SESSION_has_ticket andMatt Caswell1-0/+34
2015-02-10Fix hostname validation in the command-line tool to honour negative return va...Emilia Kasper1-2/+5
2015-02-09Remove stray "=back". This was causing newer versions of pod2man to choke.Matt Caswell1-2/+0
2015-02-07Apache Traffic Server has a need to set the rbio without touching the wbio.Matt Caswell1-2/+11
2015-02-06Remove support for SSL_OP_NETSCAPE_CA_DN_BUG.Matt Caswell1-5/+0
2015-02-03Preliminary ASN1_TIME documentation.Dr. Stephen Henson1-0/+129
2015-02-03Add SSL_get_extms_support documentation.Dr. Stephen Henson1-0/+33
2015-02-02old_des fix windows build, remove docsRich Salz2-88/+0
2015-01-28Finish removal of DSSRich Salz1-6/+5
2015-01-28Harmonise use of EVP_CTRL_GET_TAG/EVP_CTRL_SET_TAG/EVP_CTRL_SET_IVLENMatt Caswell1-15/+12
2015-01-27Dead code removal: Fortezza identifiersRich Salz1-5/+0
2015-01-27OPENSSL_NO_XXX cleanup: OPENSSL_NO_BUF_FREELISTSRich Salz1-4/+2
2015-01-27OPENSSL_NO_xxx cleanup: SHARich Salz1-6/+5
2015-01-27OPENSSL_NO_xxx cleanup: DEC-CBCM removedRich Salz1-5/+1
2015-01-27Provide documentation for all SSL(_CTX)?_(get|set)(_default)?_read_aheadMatt Caswell3-3/+63
2015-01-25Make OPENSSL_config truly ignore errors.Rich Salz1-6/+4
2015-01-22Cleanup old doc/*; remove CHANGES.SSLeayRich Salz6-8419/+18
2015-01-06Some cleanup of L<> markup in pod filesRich Salz3-9/+9
2015-01-06Only allow ephemeral RSA keys in export ciphersuites.Dr. Stephen Henson2-24/+9
2015-01-02Remove MS SGCDr. Stephen Henson3-9/+3
2014-12-30Document openssl dgst -hmac optionThorsten Glaser1-0/+11
2014-12-22Improves certificates HOWTOAlok Menghrajani1-35/+40
2014-12-22Small typoRichard Levitte1-1/+1
2014-12-11Minor doc fixes.Rich Salz2-5/+3
2014-12-08Update documentation following BN opaquifyMatt Caswell6-62/+136
2014-12-08Add documentation for OCB modeMatt Caswell1-13/+31
2014-12-05Clarify the return values for SSL_get_shared_curve.Emilia Kasper1-7/+12
2014-12-04Remove SSLv2 supportKurt Roeckx16-139/+50
2014-11-28Correct some layout issues, convert all remaining tabs to appropriate amounts...Richard Levitte1-9/+8
2014-11-28Improves the proxy certificates howto doc.Alok Menghrajani1-106/+91
2014-11-27Add documentation on -timeout option in the ocsp utilityAndré Guerreiro1-0/+4
2014-11-27Updates to X509_NAME_get_index_by_NID.pod submitted by user Bernardh via the ...Matt Caswell1-0/+4
2014-11-27Updates to X509_NAME_add_entry_by_txt.pod submitted by user Bernardh via the ...Matt Caswell1-6/+6
2014-11-27Updates to EVP_PKEY_encrypt.pod submitted by user Bernardh via the wikiMatt Caswell1-3/+9
2014-11-20RT3488: Update doc for OPENSSL_configRich Salz1-33/+22
2014-11-12Fixes a minor typo in the EVP docs.Alok Menghrajani1-1/+1
2014-11-10Fix spelling of EECDHKurt Roeckx1-1/+1
2014-10-21Fix and improve SSL_MODE_SEND_FALLBACK_SCSV documentation.Bodo Moeller1-2/+6
2014-10-15Add TLS_FALLBACK_SCSV documentation, and move s_client -fallback_scsvBodo Moeller2-4/+16
2014-10-03RT3462: Document actions when data==NULLRich Salz1-1/+4
2014-09-30RT2309: Fix podpage MMNNFFPPS->MNNFFPPSRich Salz1-1/+1
2014-09-25Use correct function name: CMS_add1_signer()Dr. Stephen Henson1-7/+7
2014-09-18RT3291: Add -crl and -revoke options to CA.plRich Salz1-0/+11
2014-09-08RT2272: Add old-style hash to c_rehashMatthias Andree1-3/+35
2014-09-08RT468: SSL_CTX_sess_set_cache_size wrongRich Salz1-2/+4
2014-09-08RT2518: fix pod2man errorsScott Schaefer2-7/+7
2014-09-08RT992: RSA_check_key should have a callback argRich Salz2-14/+24
2014-09-08RT1834: Fix PKCS7_verify return valueRich Salz1-2/+2
2014-09-05Add i2d_re_X509_tbsEmilia Kasper1-2/+25