Avoid out-of-bounds read
[openssl.git] / doc /
2017-08-24 Matt CaswellAdd documentation for SRTP functions
2017-08-23 Dr. Stephen HensonCorrect GCM docs.
2017-08-23 Rich SalzTweak wording to be more clear.
2017-08-01 Paul YangAdd EC key generation paragraph in doc/HOWTO/keys.txt
2017-08-01 Ken GoldmanRSA_get0_ functions permit NULL parameters
2017-07-29 Bernd EdlingerImplement the CRYPTO_secure_clear_free function.
2017-07-28 Paul YangFix a reference nit in doc
2017-07-18 Emilia KasperRSA_padding_check_PKCS1_type_2 is not constant time.
2017-07-03 Richard LevitteCorrect documentation for UI_get0_result_string
2017-06-21 Matt CaswellAdd documentation for the SSL_export_keying_material...
2017-06-14 Todd ShortFix ex_data and session_dup issues
2017-06-08 Benjamin KadukRemove stale note from s_server.pod
2017-06-05 Rich SalzDocument default client -psk_identity
2017-06-01 Benjamin KadukDo not document SSL_CTX_set1_cert_store()
2017-05-30 Rich SalzAdd stricter checking in NAME section
2017-05-27 Rich SalzMake default_method mostly compile-time
2017-05-25 Kurt RoeckxAdd missing commas in pod files
2017-05-25 Matt CaswellDocument that HMAC() with a NULL md is not thread safe
2017-05-24 David WoodhouseDocument that PKCS#12 functions assume UTF-8 for passwords
2017-05-24 Richard LevitteClarify what character encoding is used in the returned...
2017-05-23 Paul YangFix typo in doc/man3/EVP_EncrypInit.pod
2017-05-21 Rich Salz-inkey can be an identifier, not just a file
2017-05-11 Tomas MrazFix regression in openssl req -x509 behaviour.
2017-04-22 Camille GuérinFixed typo in X509_STORE_CTX_new description
2017-04-19 Rich SalzDocument Next Protocol Negotiation APIs
2017-04-18 Thiago Arraisupdate docs because depth refers only to intermediate...
2017-04-11 Benjamin KadukAllow an ALPN callback to pretend to not exist
2017-04-07 Rich SalzStandardize on =over 4 and check for it.
2017-04-07 Rich SalzUse 'over 2' for bullet lists.
2017-03-31 Sebastian Andrzej... Don't mention TLS 1.3 in the man page
2017-03-30 FdaSilvaYYMore typo fixes
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-28 Jon SpillettAdd documentation for SSL_*_ex_data() functions
2017-03-28 Matt CaswellProvide documentation for missing SSL_SESSION_* 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 Bernd EdlingerFix the error handling in CRYPTO_dup_ex_data.
2017-03-20 Richard LevitteFix docs for X509_CRL_get0_by_serial() and X509_CRL_get...
2017-03-16 Paul YangFix typo in ASYNC_WAIT_CTX_new.pod doc
2017-03-15 PauliUpdate doc for sk_TYPE_find() and sk_TYPE_find_ex()
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-11 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-existing GCM example
2017-03-06 Rich SalzRemove some duplicate manpage entries
2017-03-03 PauliUpdate the cipher(1) documentation to
2017-03-02 Rich SalzFix cherry-pick and put files in right place
2017-03-02 Rich SalzRemove ref to err(7), update copyright.
2017-02-27 Adrian VollmerAdjust the default value of the private key size
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 Rich SalzCentralize documentation about config file location
2017-02-06 Rich SalzFix parsing of serial# in req
2017-02-06 Rich SalzDoc fix
2017-01-26 Richard LevitteDocument DH_check_params()
2017-01-19 Markus Triskacorrect 3 mistakes
2017-01-18 Markus TriskaCorrect reference to SSL_get_peer_cert_chain().
2017-01-16 xemdetiaFix man3 reference to CRYPTO_secure_used
2017-01-12 Rich SalzMake X509_Digest,others public
2017-01-12 Rich SalzGH2176: Add X509_VERIFY_PARAM_get_time
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
2016-12-29 Markus Triskareplace "will lookup up" by "will look up"
2016-12-18 Finn HakanssonFix typo.
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-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
2016-11-16 Matt CaswellRemove a hack from ssl_test_old
2016-11-15 Rich SalzCherry-pick doc updates from PR 1554
2016-11-13 EasySecUpdate s_client and s_server documentation about some...
2016-11-13 EasySecReplace the 'SSL' broken link with SSL_CTX_set_security...
2016-11-12 enkoreEVP docs: chacha20, chacha20-poly1305
2016-11-07 FdaSilvaYYAllow null in X509_CRL_METHOD_free
2016-11-07 Andrea GrandiImprove PRF documentation
2016-11-07 David BenjaminMake RSA_sign.pod less confusing.
2016-11-07 Matt CaswellPartial revert of "Fix client verify mode to check...
2016-11-03 Rich SalzUpdate CRYPTO_set_mem_debug() doc
2016-10-21 Claus AssmannFix grammar error in SSL_CTX_set_min_proto_version
2016-10-19 Andrea GrandiFix broken link to ASYNC_get_wait_ctx and rewrap the...
2016-10-19 Andrea GrandiAdd missing .pod extension to EVP_PKEY_CTX_set_tls1_prf_md
2016-10-17 chouryfix invalid use of incomplete type X509_STORE_CTX
2016-10-15 Steven FacklerFix signatures of EVP_Digest{Sign,Verify}Update
2016-09-22 Matt CaswellAdd OCSP_RESPID_match()
2016-09-22 Matt CaswellAdd the ability to set OCSP_RESPID fields
2016-09-21 Rich SalzDcoument -alpn flag
2016-09-20 Richard LevitteDocumentation fixup; no more ECDHParameters
2016-09-14 Rich SalzMake reference to other manpage more explicit
next