Update the krb5 submodule
[openssl.git] / doc /
2019-12-19 Jussi KeranenFix regression on x509 keyform argument
2019-12-16 Matt CaswellUpdate the HISTORY entry for RSA_get0_pss_params()
2019-12-16 Matt CaswellBackport the RSA_get0_pss_params() function from master
2019-12-11 Rich SalzFix docs for CRYPTO_secure_allocated
2019-12-11 Veres LajosFix some typos
2019-12-08 Dmitry BelyavskiyDifference between EVP_CipherInit and EVP_CipherInit_ex
2019-11-28 moehusterFix L<EVP_MD_CTX_set_pkey_ctx> links
2019-11-27 Richard Levittedoc/man7/proxy-certificates.pod: New guide for proxy...
2019-11-17 Anthony HuAdd missing EVP_PKEY_METHOD accessors for digestsign...
2019-11-13 Nicola TuveriExtend docs for EC_POINT conversion functions
2019-11-12 Richard LevitteSSL: Document SSL_add_{file,dir}_cert_subjects_to_stack()
2019-10-31 Jakub ZelenkaFix SYNOPSIS for ASN1_ENUMERATED_get_int64 and ASN1_ENU...
2019-10-28 Matt CaswellFix a copy&paste error in the TLSv1.3 server side PSK...
2019-10-22 Nicola TuveriFix doc for EC_GROUP_set_curve()
2019-10-22 Nicola TuveriImprove formatting for man3/EC_GROUP_new.pod
2019-10-22 agnosticdevUpdate dgst.c to show a list of message digests
2019-10-22 jayaramfixed the RETURN VALUES section in the EC_GROUP documen...
2019-10-15 Matt Caswelli2d_PublicKey was listed in 2 different man pages
2019-10-15 Pauliissue-8493: Fix for filenames with newlines using opens...
2019-10-15 PauliAdd documentation for the -sigopt option.
2019-10-15 David BenjaminDocument and add macros for additional DSA options
2019-10-15 Antoine SalonAdd missing EVP_MD documentation
2019-10-09 Rich SalzFix reference to PEM docs
2019-10-07 Richard LevitteAdd documentation for PEM_{read,write}_bio_Parameters()
2019-10-03 Christian Heimesdoc: EVP_DigestInit clears all flags
2019-09-30 Matt CaswellCorrect the function names in SSL_CTX_set_stateless_coo...
2019-09-24 Richard LevitteDOC: fix documentation of som EVP_MD_CTX functions
2019-09-15 Jan-Frederik RieckersFix small typo in doc for X509_STORE_CTX_new
2019-09-10 Matt CaswellUpdate copyright year
2019-08-20 JohannesCorrect documented return value for BIO_get_mem_data()
2019-08-19 Rich SalzFix some pod-page ordering nits
2019-08-19 Mykola Baibuzdoc: fix link in BN_new.pod
2019-08-14 Paul YangAdd description in X509_STORE manipulation
2019-08-12 Denis OvsienkoRemove some duplicate words from the documentation
2019-08-09 Vladimir Kotalmention what happens if OPENSSL_NO_RC2 is defined
2019-08-08 Martin UkropFix reversed meaning of error codes
2019-08-06 Matt CaswellFix ECDSA_SIG docs
2019-08-01 Dr. Matthias St... Add missing accessors for X509 AuthorityKeyIdentifier
2019-07-31 Antoine CœurFix Typos
2019-07-16 Todd ShortFix SSL_CTX_set_session_id_context() docs
2019-07-11 agnosticdevissue-9316: Update return documentation for RAND_set_ra...
2019-07-07 Dr. Matthias St... man: fix typo in OPENSSL_fork_prepare.pod
2019-07-04 Tomas MrazClarify documentation of SSL_CTX_set_verify client...
2019-07-01 Matt CaswellEnsure that rc5 doesn't try to use a key longer than...
2019-06-30 Antoine CœurFix Typos
2019-06-27 Dr. Matthias St... man: clarify the 'random number generator must be seede...
2019-06-27 Dr. Matthias St... man: fix documentation for RSA_generate_key()
2019-06-24 PauliAdd documentation for CRYPTO_memcmp.
2019-06-19 Miquel RuizAdd SSL_shutdown to SSL_get_error's documentation
2019-06-19 Tomas MrazFix and document BIO_FLAGS_NONCLEAR_RST behavior on...
2019-06-19 PauliARIA documentation titled itself AES
2019-06-15 Paul YangAdd documentation for X509_cmp and related APIs
2019-06-13 Matt CaswellUpdate the d2i docs to reflect reality
2019-06-11 Shigeki OhtsuFix doc to remove const arg in GEN_SESSION_CB
2019-06-04 Dr. Matthias St... Document deprecation of version-specific SSL/TLS methods
2019-05-31 Sambit Kumar DashUpdate X509_STORE_new.pod
2019-05-31 Sambit Kumar DashUpdate EVP_VerifyInit.pod
2019-05-29 Iuri Rezende SouzaTypo BIO_SOCK_REUSADDR => BIO_SOCK_REUSEADDR
2019-05-28 Richard LevitteUpdate copyright year
2019-05-27 Richard Levittedoc/man3/X509_LOOKUP_meth_new.pod: clarify the requirements
2019-05-24 Sambit Kumar DashDoc update: minor typo in CMS_verify.pod
2019-05-21 Kurt RoeckxChange default RSA, DSA and DH size to 2048 bit
2019-05-20 Arne SchwabeChange SSL parameter SSL_session_reused const
2019-05-08 Tobias NießenAllow specifying the tag after AAD in CCM mode
2019-05-07 Dr. Matthias St... man: fix a typo and a grammar nit in EVP_PKEY_meth_new(3)
2019-04-24 Jakub Jelendoc: Get rid of unrelated reference to DSA_new()
2019-04-19 dyrockCheck if num is 0 before trying to malloc memory. Other...
2019-04-19 Matt CaswellClarify the documentation on the use of ChaCha20
2019-04-16 Tomas MrazAdd documentation for the BIO_s_mem pecularities
2019-04-15 Joshua LockFurther harmonisation of manual page HISTORY sections
2019-04-15 Joshua LockUpdate various man pages to place HISTORY section after...
2019-04-15 Paul YangPlace return values after examples in doc
2019-04-05 PauliAdd the prediction_resistance flag to the documentation.
2019-04-04 Matt CaswellCorrect the documentation about SSL_CIPHER_description()
2019-03-28 Matt CaswellMake OCSP_id_cmp and OCSP_id_issuer_cmp accept const...
2019-03-27 Matt CaswellDon't allow SHAKE128/SHAKE256 with HMAC
2019-03-27 Dr. Matthias St... Fix three identical grammatical errors
2019-03-25 Hubert Kariots(1): digest option is mandatory
2019-03-21 Dmitry BelyavskiyProviding missing accessor to EVP_PKEY.engine
2019-03-20 Shane LontisUpdated doc for BN_clear, BN_CTX_end when param is...
2019-03-19 Matt CaswellUpdate pkeyutl documentation about the digest option
2019-03-10 A. SchulzeFix two spelling errors
2019-03-07 Bernd EdlingerUpdate documentation of RSA_padding_check_PKCS1_OAEP_mgf1
2019-03-07 Bernd EdlingerUpdate documentation regarding required output buffer...
2019-03-06 Matt CaswellUpdate ChaCha20-Poly1305 documentation
2019-02-26 Nicola TuveriFix trivial typo in EVP_DigestVerifyInit doc
2019-02-26 Matt CaswellClarify that SSL_shutdown() must not be called after...
2019-02-26 Matt CaswellUpdate copyright year
2019-02-22 Paul YangFix a grammar nit in CRYPTO_get_ex_new_index.pod
2019-02-21 Hubert KarioSSL_CONF_cmd: fix doc for NoRenegotiation
2019-02-19 Ionut MihalceaDon't set SNI by default if hostname is not dNS name
2019-02-17 Vedran MiletićAdd missing dots in dgst man page
2019-02-17 Jan MackuFixed typo
2019-02-14 Matt CaswellDon't signal SSL_CB_HANDSHAKE_START for TLSv1.3 post...
2019-02-11 Tomas MrazAllow the syntax of the .include directive to optionall...
2019-02-08 Todd ShortUpdate d2i_PrivateKey documentation
2019-02-07 Matt CaswellMake OPENSSL_malloc_init() a no-op
2019-02-05 Sam RobertsRemove unnecessary trailing whitespace
2019-02-05 Sam RobertsMake some simple getters take const SSL/SSL_CTX
2019-02-01 Michael TuexenFix end-point shared secret for DTLS/SCTP
next