Don't leave stale errors on queue if DSO_dsobyaddr() fails
[openssl.git] / doc /
2017-05-03 Matt CaswellUpdate the documentation for "Groups" and "Curves"
2017-05-03 Matt CaswellUpdate serverinfo documentation based on feedback received
2017-05-03 Matt CaswellClarify serverinfo usage with Certificate messages
2017-05-03 Matt CaswellDocument the new SSL_CTX_use_serverinfo_ex() function
2017-05-03 Marek KleinAdded support for ESSCertIDv2
2017-05-02 Rich SalzAdd some man page cross-references
2017-05-02 Todd ShortTLS1.3 Padding
2017-04-28 FdaSilvaYYAdd a 'max_send_frag' option to configure maximum size...
2017-04-27 Matt CaswellEnsure s_client sends an SNI extension by default
2017-04-26 Matt CaswellClarify that SSL_CTX_remove_session() marks a session...
2017-04-26 Matt CaswellMore SSL_SESSION documentation tweaks based on feedback
2017-04-26 Matt CaswellTweak SSL_get_session.pod wording
2017-04-26 Matt CaswellDocumentation updates for TLSv1.3 sessions
2017-04-25 Dr. Stephen HensonUpdate documentation
2017-04-25 Matt CaswellAdd documentation for the -sctp option in command line...
2017-04-25 Matt CaswellFix doc-nits issue
2017-04-25 Matt CaswellAddress review feedback for the SCTP changes
2017-04-25 Matt CaswellDocument BIO_lookup_ex()
2017-04-24 Richard LevitteAdd CRYPTO_mem_leaks_cb
2017-04-22 Camille GuérinFixed typo in X509_STORE_CTX_new description
2017-04-20 Marek KleinexplicitText encoding
2017-04-19 Rich SalzDocument Next Protocol Negotiation APIs
2017-04-18 Thiago Arraisupdate docs because depth refers only to intermediate...
2017-04-12 Todd ShortOCSP Updates: error codes and multiple certificates
2017-04-10 Benjamin KadukAllow an ALPN callback to pretend to not exist
2017-04-07 Rich SalzUse 'over 2' for bullet lists.
2017-04-07 Rich SalzStandardize on =over 4 and check for it.
2017-04-07 Rich SalzAdd missing =back
2017-04-07 Rich SalzMake default_method mostly compile-time
2017-04-07 Matt CaswellPrefix custom extension API callback types with SSL_
2017-04-07 Matt CaswellVarious style tweaks based on feedback
2017-04-07 Matt CaswellAdd documentation for the new custom extensions API
2017-04-03 Dr. Stephen HensonDocument new ssl(3) functions and options.
2017-04-03 Matt CaswellAdd documentation for SSL_get_server_tmp_key()
2017-04-03 Kazuki YamaguchiFix a typo in the SSL_get_max_early_data() declarations
2017-03-30 Jon SpillettAdd SSL_dup description
2017-03-30 PauliDocumentation updates
2017-03-29 PauliDocumentation cleanup for man1/enc.pod
2017-03-29 PauliDocumentation cleanup for man1/nseq.pod
2017-03-29 PauliDocumentation clean up for man1/list.pod
2017-03-29 Steven Collisondoc: Add stitched ciphers to EVP_EncryptInit.pod
2017-03-29 Steven Collisondoc: Add missing options in s_{server,client}
2017-03-29 Jon SpillettAdd documentation for SNI APIs
2017-03-29 Rich SalzRemove duplicate doc
2017-03-29 FdaSilvaYYMore typo fixes
2017-03-29 Jon SpillettTypo in SSL_CTX_sess_number.pod - started
2017-03-29 Jon SpillettTidy up the SSL options in SSL_CTX_set_options.pod
2017-03-29 Jon SpillettSSL_CTX_use_PrivateKey_file uses private key, not certi...
2017-03-29 Jon SpillettTypo in SSL_CONF_cmd_argv.pod
2017-03-29 Jon SpillettTypo in SSL_CONF_CTX_set1_prefix.pod - change SSL_CTX_c...
2017-03-29 Jon SpillettTypo in SSL_CONF_CTX_set_flags.pod
2017-03-28 Jon SpillettAdd documentation for SSL_*_ex_data() functions
2017-03-28 Jon SpillettAdd documentation for SSL version methods
2017-03-28 Matt CaswellProvide documentation for some state machine related...
2017-03-28 Dr. Stephen Hensonupdate README
2017-03-28 Dr. Stephen HensonAdd X25519 doc
2017-03-28 Dr. Stephen Hensonfix typo
2017-03-28 Matt CaswellProvide documentation for missing SSL_SESSION_* functions
2017-03-28 Emilia KasperX509_cmp_time.pod: fix doc nits
2017-03-28 Emilia KasperAdd documentation for X509 time functions
2017-03-24 Zack Williams"any" instead of "and"
2017-03-23 Rich SalzLook for comma before - in POD pages
2017-03-20 Rich SalzDocument BIO_printf family
2017-03-20 Richard LevitteFix docs for X509_CRL_get0_by_serial() and X509_CRL_get...
2017-03-20 Bernd EdlingerFix the error handling in CRYPTO_dup_ex_data.
2017-03-18 Peter Wudoc: fix -keylogfile option
2017-03-16 Paul YangFix typo in ASYNC_WAIT_CTX_new.pod doc
2017-03-16 Benjamin KadukRemove documentation of deleted function
2017-03-15 Richard LevitteAdd EC_KEY_get0_engine()
2017-03-15 PauliRewrite the documentation for sk_TYPE_find() and sk_TYP...
2017-03-12 Rich SalzFix some doc nits
2017-03-12 Matt CaswellFix out-of-memory condition in conf
2017-03-11 Rich SalzFix many doc L<> errors
2017-03-11 Richard LevitteUI docs: Rephrase the UI method function return value...
2017-03-10 Richard LevitteDocument UI_METHOD and UI_STRING, both useful for UI_ME...
2017-03-10 Matt CaswellFix some RSA documentation
2017-03-07 PauliRemove doc reference to non-existant GCM example
2017-03-06 Rich SalzRemove some duplicate manpage entries
2017-03-03 PauliUpdate the cipher(1) documentation to explicitly state...
2017-03-02 Matt CaswellMore early data documentation updates following feedback
2017-03-02 Matt CaswellUpdate the API documentation for the latest early data...
2017-03-02 Matt CaswellUpdate early data API for writing to unauthenticated...
2017-03-02 Matt CaswellRename SSL_write_early() to SSL_write_early_data()
2017-03-02 Matt CaswellRename SSL_read_early() to SSL_read_early_data()
2017-03-02 Matt CaswellUpdates to the early data documentation
2017-03-02 Matt CaswellAdd documentation for the new s_client and s_server...
2017-03-02 Matt CaswellAdd documentation for the early data functions
2017-03-02 Rich SalzRemove ref to err(7), update copyright.
2017-03-02 Robert ScheckAdd LDAP support (RFC 4511) to s_client ("-starttls...
2017-02-28 Emilia KasperClean up references to FIPS
2017-02-27 Adrian VollmerAdjust the default value of the private key size
2017-02-26 Richard LevitteAdd a null UI method
2017-02-24 Emilia KasperX509 time: tighten validation per RFC 5280
2017-02-23 Benjamin KadukAdd SSL_CTX early callback
2017-02-23 Benjamin KadukRefactor SSL_bytes_to_cipher_list()
2017-02-23 Benjamin KadukExport SSL_bytes_to_cipher_list()
2017-02-22 Rob Percivalapps/req.c: flag "-new" is implied by "-precert"
2017-02-22 Rob PercivalDocumentation for the -precert flag for "openssl req"
2017-02-21 Dmitry BelyavskiyProvided support for the -nameopt flag in s_client...
2017-02-21 PauliImplementation of the ARIA cipher as described in RFC...
next