Adapt diverse EVP_MD functions to use get_params and set_params interfaces
[openssl.git] / doc /
2019-08-12 Richard LevitteMake more use of OSSL_PARAM for digests
2019-08-12 Richard LevitteAdd OSSL_PARAM_construct_from_text() and OSSL_PARAM_all...
2019-08-12 Richard LevitteAdd OPENSSL_hexstr2buf_ex() and OPENSSL_buf2hexstr_ex()
2019-08-12 Denis OvsienkoRemove some duplicate words from the documentation
2019-08-09 Bernd EdlingerUpdate documentation of BN_generate_prime_ex
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-08 Shane LontisFix document nit in EVP_MAC.pod
2019-08-06 raja-ashokUpdate man page for new API SSL_get_negotiated_group()
2019-08-06 Matt CaswellFix ECDSA_SIG docs
2019-08-06 Matt CaswellAdd documentation for new EC functions
2019-08-06 Matt CaswellMake the EC code available from inside the FIPS provider
2019-08-05 Matt CaswellDocumentation for the provider Key Exchange operation
2019-08-01 Dr. Matthias St... Add missing accessors for X509 AuthorityKeyIdentifier
2019-08-01 Matt CaswellLoad the config file by default
2019-07-31 Shane LontisAdd gcm ciphers (aes and aria) to providers.
2019-07-31 FdaSilvaYYCAdES : lowercase name for now internal methods.
2019-07-31 Richard LevitteRefactor provider support for reporting errors
2019-07-31 Richard LevitteERR: Remove ERR_put_func_error() and reimplement ERR_pu...
2019-07-31 Richard LevitteERR: Implement the macros ERR_raise() and ERR_raise_dat...
2019-07-31 Richard LevitteERR: Add new building blocks for reporting errors
2019-07-30 Matt CaswellDocument the provider CIPHER operation
2019-07-26 Richard LevitteAdd functions to see if a provider is available for...
2019-07-25 Matt CaswellDocument the provider DIGEST operation
2019-07-24 Bernd EdlingerEnforce a minimum DH modulus size of 512 bits
2019-07-23 Richard LevitteAdapt DH to use with KEYMGMT
2019-07-23 Richard LevitteReplace OSSL_ITEM with OSSL_PARAM as parameter descript...
2019-07-23 Richard LevitteDescribe OSSL_PARAM as a parameter descriptor
2019-07-23 Richard LevitteRe-implement the cipher and digest listings for 'openss...
2019-07-23 Richard LevitteAdd EVP_CIPHER_do_all_ex() and EVP_MD_do_all_ex()
2019-07-23 Richard LevitteAdd internal function ossl_algorithm_do_all()
2019-07-23 Richard LevitteAdd OSSL_PROVIDER_name()
2019-07-23 Richard LevitteAdd EVP_MD_provider() and EVP_CIPHER_provider()
2019-07-23 Richard LevitteRe-implement EVP_MD_name() and EVP_CIPHER_name() as...
2019-07-23 Richard Levitteprovider-keymgmt(7): Document the KEYMGMT interface
2019-07-22 Bernd EdlingerChange DH parameters to generate the order q subgroup...
2019-07-22 Richard LevitteDocumentation: add provider-base(7), describing the...
2019-07-22 Richard LevitteDocumentation: Move the description of the fetching...
2019-07-22 Richard LevitteDocumentation: Add provider(7), for general description...
2019-07-22 Rich SalzAdd ERR_put_func_error, and use it.
2019-07-22 Dr. Matthias St... x509: publish X509_PUBKEY_dup
2019-07-22 Dr. Matthias St... x509: add missing X509 dup functions
2019-07-22 Dr. Matthias St... x509: sort X509 dup functions alphabetically
2019-07-22 Richard LevitteAdd an internal API to access the KEYMGMT provider...
2019-07-22 Richard LevitteAdd evp_keymgmt_clear_pkey_cache() and use it
2019-07-22 Richard LevitteAdd evp_keymgmt_export_to_provider(), for key transfer...
2019-07-22 Richard LevitteAdd basic EVP_KEYMGMT API and libcrypto <-> provider...
2019-07-18 PauliAdd param builder free function.
2019-07-19 Richard Levittedoc: fix some links
2019-07-18 Richard LevitteCorrect some OSSL_PARAM documentation
2019-07-17 Rich SalzDeprecated {OPENSSL,CRYPTO}_debug_mem_{push,pop}
2019-07-17 PauliParameter building utilities.
2019-07-16 Todd ShortFix SSL_CTX_set_session_id_context() docs
2019-07-16 Matt CaswellDocument the new EVP_KEYEXCH type and related functions
2019-07-16 Rich SalzRemove function name from errors
2019-07-15 Richard LevitteIn documentation, consistently refer to OpenSSL 3.0
2019-07-15 Matt CaswellMake sure all BIGNUM operations work within the FIPS...
2019-07-11 agnosticdevissue-9316: Update return documentation for RAND_set_ra...
2019-07-08 Shane LontisAdd X9.42 KDF.
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-02 Matt CaswellMake BIGNUM rand functions available within the FIPS...
2019-07-02 Matt CaswellProvide rand_bytes_ex and rand_priv_bytes_ex
2019-07-02 Richard Levitteossl_provider_upref to ossl_provider_up_ref
2019-07-02 Antoine CœurFix Typos
2019-07-01 Rich SalzRemove DES_check_key global
2019-07-01 Matt CaswellEnsure that rc5 doesn't try to use a key longer than...
2019-07-01 Antoine CœurFix Typos
2019-06-29 Patrick Steuers390x assembly pack: update OPENSSL_s390xcap(3)
2019-06-28 Paul YangSupport SM2 certificate signing
2019-06-28 Matt CaswellAdd a nid 2 algorithm name mapping capability
2019-06-28 Matt CaswellDocument EVP_CIPHER_up_ref()
2019-06-28 Matt CaswellRename EVP_MD_upref/EVP_CIPHER_upref to EVP_MD_up_ref...
2019-06-28 Matt CaswellAdd documentation for EVP_CIPHER_fetch
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 Dr. Matthias St... OSSL_TRACE: enhance documentation and fix doc-nit errors
2019-06-24 Santhosh RameshwarapuCross-linked the man(1) pages of kdf & pkeyutl.
2019-06-24 Richard LevitteReplumbing: add support for multiple names per algorithm
2019-06-24 Richard LevitteEnhance and update the docs of the internal ossl_provid...
2019-06-24 PauliChange OSSL_PARAM return size to not be a pointer.
2019-06-24 PauliAdd documentation for CRYPTO_memcmp.
2019-06-19 Miquel RuizAdd SSL_shutdown to SSL_get_error's documentation
2019-06-19 Matt CaswellFix a doc-nits failure
2019-06-19 Tomas MrazFix and document BIO_FLAGS_NONCLEAR_RST behavior on...
2019-06-19 Matt CaswellAdd some internal documentation for some thread related...
2019-06-19 PauliARIA documentation titled itself AES
2019-06-18 Rich SalzChange ERR_add_error_[v]data to append
2019-06-17 Matt CaswellDocument OPENSSL_thread_stop_ex()
2019-06-17 PauliBetter document specific OSSL_PARAM symbols.
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-12 Tomas Mrazts: Fix awkward sentences in the documentation and...
2019-06-12 Tomas Mrazts: Use sha256 as default digest for TS query
2019-06-12 raja-ashokUpdate docs for TLS1.3 FFDHE
2019-06-12 Matt Caswelli2d_PublicKey was listed in 2 different man pages
2019-06-12 Matt CaswellCreate BN_CTX_new_ex() and BN_CTX_secure_new_ex()
2019-06-11 PauliOSSL_PARAM example code bug fix.
2019-06-11 Shane LontisPBKDF2 updates to conform to SP800-132
2019-06-11 Shane LontisMake EVP_MD_CTX_ctrl() work for legacy use cases (ssl3).
next