summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2019-07-23provider-keymgmt(7): Document the KEYMGMT interfaceRichard Levitte
2019-07-22Change DH parameters to generate the order q subgroup instead of 2qBernd Edlinger
2019-07-22Documentation: add provider-base(7), describing the base functionsRichard Levitte
2019-07-22Documentation: Move the description of the fetching functionsRichard Levitte
2019-07-22Documentation: Add provider(7), for general description of providersRichard Levitte
2019-07-22Add ERR_put_func_error, and use it.Rich Salz
2019-07-22x509: publish X509_PUBKEY_dupDr. Matthias St. Pierre
2019-07-22x509: add missing X509 dup functionsDr. Matthias St. Pierre
2019-07-22x509: sort X509 dup functions alphabeticallyDr. Matthias St. Pierre
2019-07-22Add an internal API to access the KEYMGMT provider functionsRichard Levitte
2019-07-22Add evp_keymgmt_clear_pkey_cache() and use itRichard Levitte
2019-07-22Add evp_keymgmt_export_to_provider(), for key transfer between providersRichard Levitte
2019-07-22Add basic EVP_KEYMGMT API and libcrypto <-> provider interfaceRichard Levitte
2019-07-19Add param builder free function.Pauli
2019-07-19doc: fix some linksRichard Levitte
2019-07-18Correct some OSSL_PARAM documentationRichard Levitte
2019-07-17Deprecated {OPENSSL,CRYPTO}_debug_mem_{push,pop}Rich Salz
2019-07-17Parameter building utilities.Pauli
2019-07-16Fix SSL_CTX_set_session_id_context() docsTodd Short
2019-07-16Document the new EVP_KEYEXCH type and related functionsMatt Caswell
2019-07-16Remove function name from errorsRich Salz
2019-07-15In documentation, consistently refer to OpenSSL 3.0Richard Levitte
2019-07-15Make sure all BIGNUM operations work within the FIPS providerMatt Caswell
2019-07-12issue-9316: Update return documentation for RAND_set_rand_engineagnosticdev
2019-07-09Add X9.42 KDF.Shane Lontis
2019-07-07man: fix typo in OPENSSL_fork_prepare.podDr. Matthias St. Pierre
2019-07-04Clarify documentation of SSL_CTX_set_verify client side behaviorTomas Mraz
2019-07-02Make BIGNUM rand functions available within the FIPS moduleMatt Caswell
2019-07-02Provide rand_bytes_ex and rand_priv_bytes_exMatt Caswell
2019-07-02ossl_provider_upref to ossl_provider_up_refRichard Levitte
2019-07-02Fix TyposAntoine Cœur
2019-07-01Remove DES_check_key globalRich Salz
2019-07-01Ensure that rc5 doesn't try to use a key longer than 2040 bitsMatt Caswell
2019-07-01Fix TyposAntoine Cœur
2019-06-29s390x assembly pack: update OPENSSL_s390xcap(3)Patrick Steuer
2019-06-28Support SM2 certificate signingPaul Yang
2019-06-28Add a nid 2 algorithm name mapping capabilityMatt Caswell
2019-06-28Document EVP_CIPHER_up_ref()Matt Caswell
2019-06-28Rename EVP_MD_upref/EVP_CIPHER_upref to EVP_MD_up_ref/EVP_CIPHER_up_refMatt Caswell
2019-06-28Add documentation for EVP_CIPHER_fetchMatt Caswell
2019-06-27man: clarify the 'random number generator must be seeded' requirementDr. Matthias St. Pierre
2019-06-27man: fix documentation for RSA_generate_key()Dr. Matthias St. Pierre
2019-06-24OSSL_TRACE: enhance documentation and fix doc-nit errorsDr. Matthias St. Pierre
2019-06-24Cross-linked the man(1) pages of kdf & pkeyutl.Santhosh Rameshwarapu
2019-06-24Replumbing: add support for multiple names per algorithmRichard Levitte
2019-06-24Enhance and update the docs of the internal ossl_provider APIRichard Levitte
2019-06-24Change OSSL_PARAM return size to not be a pointer.Pauli
2019-06-24Add documentation for CRYPTO_memcmp.Pauli
2019-06-19Add SSL_shutdown to SSL_get_error's documentationMiquel Ruiz
2019-06-19Fix a doc-nits failureMatt Caswell