aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ssl
Commit message (Expand)AuthorAgeFilesLines
...
* Handle no async jobs in libsslMatt Caswell2016-05-052-3/+30
* Complete the list of names in doc/ssl/SSL_CTX_load_verify_locations.podRichard Levitte2016-05-041-2/+3
* Issue #719:TJ Saunders2016-05-021-0/+8
* Fix spelling in pod filesFdaSilvaYY2016-05-017-7/+7
* Enabled DANE only when at least one TLSA RR was addedViktor Dukhovni2016-04-221-14/+42
* Write POD page.Rich Salz2016-04-141-0/+28
* Misc fix ups to deprecate explicit de-init documentationMatt Caswell2016-04-131-1/+1
* Deprecate SSL_COMP_free_compression_methods() and make it a no-opMatt Caswell2016-04-131-4/+15
* Add SSL_CTX_get_ciphers()Kazuki Yamaguchi2016-04-112-6/+11
* Suppress CT callback as appropriateViktor Dukhovni2016-04-072-30/+85
* Fix client verify mode to check SSL_VERIFY_PEERViktor Dukhovni2016-04-071-14/+1
* It's called SSL_session_reused(), not SSL_session_resumed()Kurt Roeckx2016-03-271-1/+1
* Correct another batch of typosAlex Gaynor2016-03-227-8/+7
* Fix ALPN - more fixesTodd Short2016-03-201-6/+6
* Correct faulty L<> links in .podsRichard Levitte2016-03-192-5/+6
* Add doc on when to use SCT callback.Rich Salz2016-03-122-1/+7
* Deprecate the use of version-specific methodsKurt Roeckx2016-03-091-1/+3
* Fix usage of OPENSSL_NO_*_METHODKurt Roeckx2016-03-091-0/+10
* Document SSL_get1_supported_ciphersKurt Roeckx2016-03-091-3/+21
* Make SSL_CIPHER_get_version return a const char *Kurt Roeckx2016-03-091-1/+1
* Do not display a CT log error message if CT validation is disabledRob Percival2016-03-091-3/+0
* Add cipher query functionsTodd Short2016-03-081-0/+22
* GH787: Fix ALPNTodd Short2016-03-081-0/+126
* Fix typo in SSL_pending docsMatt Caswell2016-03-071-1/+1
* Add documentation for SSL_has_pending()Matt Caswell2016-03-073-24/+44
* Add pipelining documentationMatt Caswell2016-03-071-0/+126
* Documentation for new SSL functionsRob Percival2016-03-044-0/+180
* Provide getters for default_passwd_cb and userdataChristian Heimes2016-03-021-4/+26
* Refactor the async wait fd logicMatt Caswell2016-02-292-45/+65
* RT4354: Add some cross-refsJeffrey Walton2016-02-272-1/+3
* GH753: More spelling fixFdaSilvaYY2016-02-271-2/+2
* Update documentation of SSL METHODs and ciphersViktor Dukhovni2016-02-233-67/+107
* Remove outdated DEBUG flags.Rich Salz2016-02-181-7/+0
* Fix typo in SSL_CTX_set_msg_callback docsNeel Goyal2016-02-181-1/+1
* OPENSSL_init_ssl.pod: fix minor typoViktor Szakats2016-02-161-1/+1
* Hide OPENSSL_INIT_SETTINGS.Rich Salz2016-02-111-5/+2
* The new init functions can now fail so shouldn't be voidMatt Caswell2016-02-101-1/+5
* Rename INIT funtions, deprecate old ones.Rich Salz2016-02-103-36/+21
* Updates for auto init/deinit review commentsMatt Caswell2016-02-091-5/+7
* Provide documentation for auto-init/auto-deinitMatt Caswell2016-02-091-0/+78
* Suppress DANE TLSA reflection when verification failsViktor Dukhovni2016-02-081-3/+27
* Clarify resumed sessions and NULL return.Dr. Stephen Henson2016-02-081-2/+3
* Add SSL_get0_verified_chain() to return verified chain of peerDr. Stephen Henson2016-02-061-6/+21
* Update DTLSv1_listen documentationMatt Caswell2016-02-051-3/+5
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-2/+2
* Make DTLSv1_listen a first class function and change its typeMatt Caswell2016-02-051-10/+7
* RT4292: Remove ===== lineRich Salz2016-02-051-1/+0
* Restore -no_comp switch for backwards compatible behaviourViktor Dukhovni2016-02-051-1/+10
* RT3234: disable compressionEmilia Kasper2016-02-031-2/+6
* constify PACKETEmilia Kasper2016-02-011-2/+2