summaryrefslogtreecommitdiffstats
path: root/doc/man3
AgeCommit message (Expand)Author
2019-08-20Correct documented return value for BIO_get_mem_data()Johannes
2019-08-19doc: fix link in BN_new.podMykola Baibuz
2019-08-19Use WARNINGS heading not WARNINGRich Salz
2019-08-19Use EXAMPLES not EXAMPLE for section titleRich Salz
2019-08-19Fix some pod-page ordering nitsRich Salz
2019-08-15Implement EVP_MAC_do_all_ex()Richard Levitte
2019-08-15Add EVP_MAC_provider()Richard Levitte
2019-08-15Prepare EVP_MAC infrastructure for moving all MACs to providersRichard Levitte
2019-08-15OPENSSL_s390xcap.pod: list msa9 facility bit (155)Patrick Steuer
2019-08-15Rename provider and core get_param_types functionsRichard Levitte
2019-08-15Add missing EVP param utility functionsRichard Levitte
2019-08-14Add description in X509_STORE manipulationPaul Yang
2019-08-12Fix doc example code to follow coding styleRich Salz
2019-08-12Add OSSL_PARAM_construct_from_text() and OSSL_PARAM_allocate_from_text()Richard Levitte
2019-08-12Add OPENSSL_hexstr2buf_ex() and OPENSSL_buf2hexstr_ex()Richard Levitte
2019-08-09Update documentation of BN_generate_prime_exBernd Edlinger
2019-08-08Fix reversed meaning of error codesMartin Ukrop
2019-08-08Fix document nit in EVP_MAC.podShane Lontis
2019-08-06Update man page for new API SSL_get_negotiated_group()raja-ashok
2019-08-06Fix ECDSA_SIG docsMatt Caswell
2019-08-06Add documentation for new EC functionsMatt Caswell
2019-08-06Make the EC code available from inside the FIPS providerMatt Caswell
2019-08-01Add missing accessors for X509 AuthorityKeyIdentifierDr. Matthias St. Pierre
2019-08-01Load the config file by defaultMatt Caswell
2019-07-31Add gcm ciphers (aes and aria) to providers.Shane Lontis
2019-07-31CAdES : lowercase name for now internal methods.FdaSilvaYY
2019-07-31ERR: Remove ERR_put_func_error() and reimplement ERR_put_error() as a macroRichard Levitte
2019-07-31ERR: Implement the macros ERR_raise() and ERR_raise_data() and use themRichard Levitte
2019-07-31ERR: Add new building blocks for reporting errorsRichard Levitte
2019-07-30Document the provider CIPHER operationMatt Caswell
2019-07-26Add functions to see if a provider is available for use.Richard Levitte
2019-07-23Adapt DH to use with KEYMGMTRichard Levitte
2019-07-23Replace OSSL_ITEM with OSSL_PARAM as parameter descriptor, everywhereRichard Levitte
2019-07-23Describe OSSL_PARAM as a parameter descriptorRichard Levitte
2019-07-23Add EVP_CIPHER_do_all_ex() and EVP_MD_do_all_ex()Richard Levitte
2019-07-23Add OSSL_PROVIDER_name()Richard Levitte
2019-07-23Add EVP_MD_provider() and EVP_CIPHER_provider()Richard Levitte
2019-07-23Re-implement EVP_MD_name() and EVP_CIPHER_name() as functionsRichard Levitte
2019-07-22Documentation: Move the description of the fetching functionsRichard 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 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-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-16Fix SSL_CTX_set_session_id_context() docsTodd Short
2019-07-16Document the new EVP_KEYEXCH type and related functionsMatt Caswell