Add documentation for SNI APIs
[openssl.git] / doc / man3 /
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 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-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-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-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-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 early data functions
2017-03-02 Rich SalzRemove ref to err(7), update copyright.
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-17 Matt CaswellDon't use an enum in the return type for a public API...
2017-02-17 Matt CaswellAdd documentation for SSL_key_update() and SSL_get_key_...
2017-02-13 Darren TuckerDES keys are not 7 days long.
2017-02-09 Matt CaswellFix a typo in the X509_get0_subject_key_id() documentation
2017-02-08 Dr. Stephen HensonUpdate documentation
2017-02-06 Rich SalzDoc fix
2017-02-01 Todd ShortAdd support for parameterized SipHash
2017-01-30 Dr. Stephen HensonUpdate documentation
2017-01-26 Richard LevitteDocument DH_check_params()
2017-01-25 FdaSilvaYYFew nit's
2017-01-25 FdaSilvaYYFix some extra or missing whitespaces...
2017-01-24 Todd ShortAdd support for Poly1305 in EVP_PKEY
2017-01-23 Cory BenfieldAdd documentation for the key logging callbacks
2017-01-19 Markus Triskacorrect 3 mistakes
2017-01-18 Dr. Stephen HensonDefines and strings for special salt length values...
2017-01-18 Dr. Stephen HensonAdd support for -1, -2 salt lengths for PSS only keys.
2017-01-18 Markus TriskaCorrect reference to SSL_get_peer_cert_chain().
2017-01-16 xemdetiaFix man3 reference to CRYPTO_secure_used
2017-01-13 Rich SalzFix "failure rate" bugs
2017-01-12 Rich SalzMake X509_Digest,others public
2017-01-12 Rich SalzRename file so "ls" works on 80 columns
2017-01-12 Rich SalzAdd documentation
2017-01-12 Rich SalzGH2176: Add X509_VERIFY_PARAM_get_time
2017-01-12 Richard LevitteUI documentation fixup
2017-01-11 Richard LevitteAdd a few documentation lines about UI_OpenSSL()
2017-01-11 Richard LevitteDocument the UI utility functions
2017-01-11 Richard LevitteAdd an application data field in the UI_METHOD
2017-01-10 Rich SalzFix typo in Blake2 function names
2017-01-09 Rich SalzRename "verify_cb" to SSL_verify_cb
2017-01-09 Rich SalzDoc nits: callback function typedefs
2017-01-08 Dr. Stephen HensonDocumentation clarification and fixes.
2017-01-08 Dr. Stephen HensonAdd documentation for PSS control operations.
2016-12-29 Markus Triskareplace "will lookup up" by "will look up"
2016-12-18 Finn HakanssonFix typo.
2016-12-15 Andy Polyakovman3/OPENSSL_ia32cap.pod: clarify AVX512 support in...
2016-12-13 Rich SalzAdd X509_VERIFY_PARAM inheritance flag set/get
2016-12-13 Rich SalzFix various doc nits.
2016-12-12 Dmitry BelyavskiyTypo fixed
2016-12-12 Benjamin KadukRestore the ERR_FATAL_ERROR() macro
2016-12-10 Markus TriskaFix reference to SSL_set_max_proto_version.
2016-11-28 Emilia KasperTest mac-then-encrypt
2016-11-22 Richard LevitteClarify what X509_NAME_online does with the given buffe...
2016-11-21 Kurt RoeckxMake SSL_read and SSL_write return the old behaviour...
2016-11-18 Beat BolliUse consistent variable names in example
2016-11-16 Matt CaswellRemove a hack from ssl_test_old
2016-11-16 Matt CaswellAdd SSL_peek() and SSL_peek_ex() to NAME section
2016-11-15 Rob PercivalBy default, allow SCT timestamps to be up to 5 minutes...
2016-11-15 Rob PercivalDefault CT_POLICY_EVAL_CTX.epoch_time_in_ms to time()
2016-11-15 Rob PercivalReword documentation for {SCT_CTX/CT_POLICY_EVAL_CTX...
2016-11-15 Rob PercivalCheck that SCT timestamps are not in the future
2016-11-12 enkoreEVP docs: chacha20, chacha20-poly1305
2016-11-11 Richard LevitteFix referenses in section 3 manuals
2016-11-10 Matt CaswellRename the Elliptic Curves extension to supported_groups
2016-11-09 Matt CaswellAdd some documentation for the new HKDF modes
2016-11-09 Matt CaswellUpdate HKDF to support separte Extract and Expand steps
2016-11-07 FdaSilvaYYAllow null in X509_CRL_METHOD_free
next