crypto/poly1305/asm: chase overflow bit on x86 and ARM platforms.
[openssl.git] / doc / ssl /
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
2016-01-06 Viktor DukhovniDANE documentation typos
2016-01-06 Viktor DukhovniDANE support structures, constructructors and accessors
2016-01-02 Viktor DukhovniRefine and re-wrap Min/Max protocol docs
2016-01-02 Kurt RoeckxAdd support for minimum and maximum protocol version
2015-12-27 Matt CaswellAdd some documentation for the OCSP callback functions
2015-12-23 Dr. Stephen HensonAlways generate DH keys for ephemeral DH cipher suites.
2015-12-23 Daniel Kahn GillmorThe functions take a SSL *, not a SSL_CTX *
2015-12-22 Dr. Stephen HensonSSL configuration module docs
2015-12-18 Rich SalzRemove some L<asdf|asdf> which crept back in.
2015-12-05 Kurt RoeckxRemove support for all 40 and 56 bit ciphers.
2015-12-04 Kurt RoeckxRemove SSL_{CTX_}set_ecdh_auto() and always enable...
2015-12-01 Rich Salzex_data part 2: doc fixes and CRYPTO_free_ex_index.
2015-11-21 Rich SalzTurn B<...()> into ...()
2015-11-20 Matt CaswellTweak async documentation based on feedback
2015-11-20 Matt CaswellMore async documentation
2015-11-10 Matt CaswellFix SSL_use_certificate_chain_file
2015-10-30 Rich SalzReplace "SSLeay" in API with OpenSSL
2015-10-30 Matt CaswellRemove some SSLv2 references
2015-10-30 Matt CaswellRemove SSL_state and SSL_set_state
2015-10-30 Matt CaswellChange HANDSHAKE_STATE to OSSL_HANDSHAKE_STATE
2015-10-30 Matt CaswellMinor documentation tweak
2015-10-28 Rich SalzRemove SSLeay history, etc., from docs
2015-10-21 Matt CaswellDon't use SSLv23_server_method in an example
2015-09-25 Matt CaswellDocument the default CA path functions
2015-09-23 Matt CaswellClarify DTLSv1_listen documentation
2015-09-23 Matt CaswellAdd DTLSv1_listen documentation
2015-08-21 Rich SalzFix L<> content in manpages
2015-08-14 Dr. Stephen HensonUpdate docs.
2015-08-14 Dr. Stephen HensonDocumentation for SSL_check_chain()
2015-07-28 Dr. Stephen HensonDocument signature algorithm setting functions.
2015-07-23 Dr. Stephen HensonDocument shared sigalgs functions.
2015-07-21 Dr. Stephen HensonSSL_CONF additions.
2015-07-09 Dr. Stephen Hensoncorrect example
2015-06-24 Dr. Stephen HensonAdd docs for ssl verification parameter functions.
2015-06-23 Vitezslav CizekGH297: Fix NAME section of SSL_CTX_use_serverinfo.pod
2015-06-10 Emilia KasperRemove SSL_OP_TLS_BLOCK_PADDING_BUG
2015-05-28 Matt CaswellChange return type of the new accessors
2015-05-28 Matt CaswellChange the new functions to use size_t
2015-05-28 Nick MathewsonClarify that SSL3_RANDOM_SIZE is a constant, for now.
2015-05-28 Nick MathewsonAdd new functions to extract {client,server}_random...
2015-05-28 Nick MathewsonAdd a documentation clarification suggested by Matt...
2015-05-28 Nick MathewsonAdd SSL_get_client_ciphers() to return ciphers from...
2015-05-22 Matt CaswellRemove support for OPENSSL_NO_TLSEXT
2015-05-20 Emilia KasperRemove dh512.pem
2015-05-20 Emilia KasperUpdate documentation with Diffie-Hellman best practices.
next