constify X509_REQ_get0_signature()
[openssl.git] / doc / ssl /
2016-08-17 Rich SalzFix some doc nits.
2016-08-17 Remi GacogneAdd missing session id and tlsext_status accessors
2016-08-16 Matt CaswellConvert SSL_SESSION* functions to use const getters
2016-08-12 Rich SalzGH1446: Add SSL_SESSION_get0_cipher
2016-08-10 Emilia KasperCT: fix documentation
2016-07-29 Matt CaswellUpdate the SSL_set_bio()/SSL_set0_rbio()/SSL_set0_wbio...
2016-07-28 Rich SalzVarious doc fixes.
2016-07-25 Steffen NurpmesoRT4627: Doc patch: fix constant names
2016-07-20 FdaSilvaYYFix if/for/while( in docs
2016-07-19 Rich SalzRT4593: Add space after comma (doc nits)
2016-07-19 Emilia KasperSSL test framework: port NPN and ALPN tests
2016-07-12 Viktor DukhovniPerform DANE-EE(3) name checks by default
2016-07-08 Rich SalzReplace all #define's in pod pages.
2016-07-08 Andy Polyakovinclude/openssl: don't include <windows.h> in public...
2016-06-30 Matt CaswellCleanup documentation for removed functionality
2016-06-29 FdaSilvaYYWhitespace cleanup in docs
2016-06-21 Rich SalzMore doc cleanup
2016-06-13 Matt CaswellUpdate the SSL_set_session() documentation
2016-06-10 Matt CaswellExpand SSL_CTX_set_default_verify_paths() documentation
2016-06-09 Rich SalzMore API docs; small changes.
2016-06-09 Richard LevitteDocs: install generic manpages to man section 7
2016-06-08 Rich SalzAdd some accessor API's
2016-06-07 Rich SalzUnify d2i/i2d documentation.
2016-06-07 Matt CaswellAdd documentation for the newly added SSL_get_tlsext_st...
2016-06-06 Rich SalzMore doc nits
2016-06-05 Rich SalzRemove extra include's in synopsis.
2016-06-01 Rich SalzFix nits in crypto.pod,ssl.pod
2016-05-31 TJ SaundersRemove null check, per review feedback. Note this...
2016-05-31 TJ SaundersAdd requested HISTORY section, remove copy/pastos,...
2016-05-31 TJ SaundersAdd an SSL_SESSION accessor for obtaining the protocol...
2016-05-21 Rich SalzDoc nits cleanup, round 2
2016-05-20 Rich SalzFix nits in pod files.
2016-05-19 Rich SalzAdd copyright to manpages
2016-05-19 Rich SalzRemove needless license terms (for docs)
2016-05-19 Rich SalzEnsure =cut is last line in every file.
2016-05-19 Viktor DukhovniWhen strict SCT fails record verification failure
2016-05-17 Matt CaswellCorrect documentation error
2016-05-16 Matt CaswellAdd some documentation of SSL_CTX_set_tlsext_status_type()
2016-05-16 FdaSilvaYYUnify <TYPE>_up_ref methods signature and behaviour.
2016-05-14 FdaSilvaYYFix various methods declaration in pod file
2016-05-09 FdaSilvaYYfix tab-space mixed indentation
2016-05-05 Matt CaswellHandle no async jobs in libssl
2016-05-04 Richard LevitteComplete the list of names in doc/ssl/SSL_CTX_load_veri...
2016-05-02 TJ SaundersIssue #719:
2016-05-01 FdaSilvaYYFix spelling in pod files
2016-04-22 Viktor DukhovniEnabled DANE only when at least one TLSA RR was added
2016-04-14 Rich SalzWrite POD page.
2016-04-13 Matt CaswellMisc fix ups to deprecate explicit de-init documentation
2016-04-13 Matt CaswellDeprecate SSL_COMP_free_compression_methods() and make...
2016-04-11 Kazuki YamaguchiAdd SSL_CTX_get_ciphers()
2016-04-07 Viktor DukhovniSuppress CT callback as appropriate
2016-04-07 Viktor DukhovniFix client verify mode to check SSL_VERIFY_PEER
2016-03-27 Kurt RoeckxIt's called SSL_session_reused(), not SSL_session_resumed()
2016-03-23 Alex GaynorCorrect another batch of typos
2016-03-21 Todd ShortFix ALPN - more fixes
2016-03-19 Richard LevitteCorrect faulty L<> links in .pods
2016-03-12 Rich SalzAdd doc on when to use SCT callback.
2016-03-09 Kurt RoeckxDeprecate the use of version-specific methods
2016-03-09 Kurt RoeckxFix usage of OPENSSL_NO_*_METHOD
2016-03-09 Kurt RoeckxDocument SSL_get1_supported_ciphers
2016-03-09 Kurt RoeckxMake SSL_CIPHER_get_version return a const char *
2016-03-09 Rob PercivalDo not display a CT log error message if CT validation...
2016-03-08 Todd ShortAdd cipher query functions
2016-03-08 Todd ShortGH787: Fix ALPN
2016-03-07 Matt CaswellFix typo in SSL_pending docs
2016-03-07 Matt CaswellAdd documentation for SSL_has_pending()
2016-03-07 Matt CaswellAdd pipelining documentation
2016-03-04 Rob PercivalDocumentation for new SSL functions
2016-03-02 Christian HeimesProvide getters for default_passwd_cb and userdata
2016-02-29 Matt CaswellRefactor the async wait fd logic
2016-02-27 Jeffrey WaltonRT4354: Add some cross-refs
2016-02-27 FdaSilvaYYGH753: More spelling fix
2016-02-23 Viktor DukhovniUpdate documentation of SSL METHODs and ciphers
2016-02-18 Rich SalzRemove outdated DEBUG flags.
2016-02-18 Neel GoyalFix typo in SSL_CTX_set_msg_callback docs
2016-02-16 Viktor SzakatsOPENSSL_init_ssl.pod: fix minor typo
2016-02-11 Rich SalzHide OPENSSL_INIT_SETTINGS.
2016-02-10 Matt CaswellThe new init functions can now fail so shouldn't be...
2016-02-10 Rich SalzRename INIT funtions, deprecate old ones.
2016-02-09 Matt CaswellUpdates for auto init/deinit review comments
2016-02-09 Matt CaswellProvide documentation for auto-init/auto-deinit
2016-02-08 Viktor DukhovniSuppress DANE TLSA reflection when verification fails
2016-02-08 Dr. Stephen HensonClarify resumed sessions and NULL return.
2016-02-06 Dr. Stephen HensonAdd SSL_get0_verified_chain() to return verified chain...
2016-02-05 Matt CaswellUpdate DTLSv1_listen documentation
2016-02-05 FdaSilvaYYGH601: Various spelling fixes.
2016-02-05 Matt CaswellMake DTLSv1_listen a first class function and change...
2016-02-05 Rich SalzRT4292: Remove ===== line
2016-02-05 Viktor DukhovniRestore -no_comp switch for backwards compatible behaviour
2016-02-03 Emilia KasperRT3234: disable compression
2016-02-01 Emilia Kasperconstify PACKET
2016-01-27 Viktor DukhovniDoc fixes suggested by Claus Assmann
2016-01-26 Matt CaswellAdd SSL_up_ref() and SSL_CTX_up_ref()
2016-01-22 Alex GaynorFixed typo in the SSL_CTX_set_security_level
2016-01-16 Viktor DukhovniStart a new line after each sentence-ending period.
2016-01-16 Viktor DukhovniMake SSL_dane_enable() requirement more clear.
2016-01-11 Rich SalzGH528: "cipher -v" output is confusing.
2016-01-11 Viktor DukhovniMake SSL{_CTX,}_{get,set,clear}_options functions
2016-01-10 Kurt RoeckxAllow disabling the min and max version
2016-01-07 Rich Salzmem functions cleanup
next