summaryrefslogtreecommitdiffstats
path: root/doc/ssl
AgeCommit message (Expand)Author
2016-06-13Update the SSL_set_session() documentationMatt Caswell
2016-06-10Expand SSL_CTX_set_default_verify_paths() documentationMatt Caswell
2016-06-09More API docs; small changes.Rich Salz
2016-06-09Docs: install generic manpages to man section 7Richard Levitte
2016-06-08Add some accessor API'sRich Salz
2016-06-07Unify d2i/i2d documentation.Rich Salz
2016-06-07Add documentation for the newly added SSL_get_tlsext_status_type()Matt Caswell
2016-06-06More doc nitsRich Salz
2016-06-05Remove extra include's in synopsis.Rich Salz
2016-06-01Fix nits in crypto.pod,ssl.podRich Salz
2016-05-31Remove null check, per review feedback. Note this in the docs.TJ Saunders
2016-05-31Add requested HISTORY section, remove copy/pastos, per review feedback.TJ Saunders
2016-05-31Add an SSL_SESSION accessor for obtaining the protocol version number, withTJ Saunders
2016-05-20Doc nits cleanup, round 2Rich Salz
2016-05-20Fix nits in pod files.Rich Salz
2016-05-19Add copyright to manpagesRich Salz
2016-05-19Remove needless license terms (for docs)Rich Salz
2016-05-19Ensure =cut is last line in every file.Rich Salz
2016-05-19When strict SCT fails record verification failureViktor Dukhovni
2016-05-17Correct documentation errorMatt Caswell
2016-05-16Add some documentation of SSL_CTX_set_tlsext_status_type()Matt Caswell
2016-05-16Unify <TYPE>_up_ref methods signature and behaviour.FdaSilvaYY
2016-05-14Fix various methods declaration in pod fileFdaSilvaYY
2016-05-09fix tab-space mixed indentationFdaSilvaYY
2016-05-05Handle no async jobs in libsslMatt Caswell
2016-05-04Complete the list of names in doc/ssl/SSL_CTX_load_verify_locations.podRichard Levitte
2016-05-02Issue #719:TJ Saunders
2016-05-01Fix spelling in pod filesFdaSilvaYY
2016-04-22Enabled DANE only when at least one TLSA RR was addedViktor Dukhovni
2016-04-14Write POD page.Rich Salz
2016-04-13Misc fix ups to deprecate explicit de-init documentationMatt Caswell
2016-04-13Deprecate SSL_COMP_free_compression_methods() and make it a no-opMatt Caswell
2016-04-11Add SSL_CTX_get_ciphers()Kazuki Yamaguchi
2016-04-07Suppress CT callback as appropriateViktor Dukhovni
2016-04-07Fix client verify mode to check SSL_VERIFY_PEERViktor Dukhovni
2016-03-27It's called SSL_session_reused(), not SSL_session_resumed()Kurt Roeckx
2016-03-22Correct another batch of typosAlex Gaynor
2016-03-20Fix ALPN - more fixesTodd Short
2016-03-19Correct faulty L<> links in .podsRichard Levitte
2016-03-12Add doc on when to use SCT callback.Rich Salz
2016-03-09Deprecate the use of version-specific methodsKurt Roeckx
2016-03-09Fix usage of OPENSSL_NO_*_METHODKurt Roeckx
2016-03-09Document SSL_get1_supported_ciphersKurt Roeckx
2016-03-09Make SSL_CIPHER_get_version return a const char *Kurt Roeckx
2016-03-09Do not display a CT log error message if CT validation is disabledRob Percival
2016-03-08Add cipher query functionsTodd Short
2016-03-08GH787: Fix ALPNTodd Short
2016-03-07Fix typo in SSL_pending docsMatt Caswell
2016-03-07Add documentation for SSL_has_pending()Matt Caswell
2016-03-07Add pipelining documentationMatt Caswell