summaryrefslogtreecommitdiffstats
path: root/doc/man7
AgeCommit message (Expand)Author
2020-02-02EVP_PKEY_assign_EC_KEY(): detect SM2 curve and set EVP_PKEY type accordinglyRichard Levitte
2020-01-29Add RSA key validation to default providerShane Lontis
2020-01-22Fix some missing doc links.Rich Salz
2020-01-17EVP: make EVP_PKEY_{bits,security_bits,size} work with provider only keysRichard Levitte
2020-01-15Add FIPS Self test kats for digestsShane Lontis
2020-01-10Add GCM support for EVP_CTRL_GCM_IV_GEN and EVP_CTRL_GCM_SET_IV_INV to providersShane Lontis
2020-01-09CORE & EVP: Specify OP_query_operation_name() for KEYMGMTRichard Levitte
2020-01-09DOCS: The interpretation of OPENSSL_API_COMPAT has changed, update docsRichard Levitte
2020-01-07Fix KMAC docsShane Lontis
2020-01-06Add AES_CBC_HMAC_SHA ciphers to providers.Shane Lontis
2019-12-21Rename doc/man7/provider-asymcipher.podRichard Levitte
2019-12-14Deprecate most of debug-memoryRich Salz
2019-12-12Various missing-link fixesRich Salz
2019-12-11Fix some typosVeres Lajos
2019-12-05Add documentation for the newly added RSA_PKCS1_WITH_TLS_PADDINGMatt Caswell
2019-11-29PROV BIO: add a BIO_vprintf() upcall, and a provider BIO libraryRichard Levitte
2019-11-29SERIALIZER: add support for serializing EVP_PKEYsRichard Levitte
2019-11-29SERIALIZER: New API for serialization of objects through providersRichard Levitte
2019-11-29Disable mem leak checking for the self test lockMatt Caswell
2019-11-28Document more env var stuff, fix some typo'sRich Salz
2019-11-27doc/man7/proxy-certificates.pod: New guide for proxy certificatesRichard Levitte
2019-11-21Documentation updates due to naming tweaksMatt Caswell
2019-11-15Fix some broken doc linksRich Salz
2019-11-14A few fixes in the EVP_KDF-KB and EVP_KDF-KRB5KDF manpagesTomas Mraz
2019-11-14Add documentation for the Asymmetric Cipher OperationMatt Caswell
2019-11-14CORE: Add a generic callback function typeRichard Levitte
2019-11-11Fix cut'n'paste typos in the provider-digest podDmitry Belyavskiy
2019-11-10Fix L<xxx(1)> links to be L<openssl-xxx(1)>Rich Salz
2019-11-08Add AES SIV ciphers to default providerShane Lontis
2019-11-06Strip much out of ssl.podRich Salz
2019-11-06Remove outdated info from man7/sslRich Salz
2019-10-31Fix L<> entries without sectionsRich Salz
2019-10-24Fix broken links, mainly typo'sRich Salz
2019-10-23Add KRB5KDF from RFC 3961Simo Sorce
2019-10-17[KDF] Add feedback-mode and CMAC support to KBKDFRobbie Harwood
2019-10-16Add ChaCha related ciphers to default providerShane Lontis
2019-10-11POD: stop abusing commentRichard Levitte
2019-10-08Add rc2 ciphers to default providerShane Lontis
2019-10-07Support SM2 in apps/speedPaul Yang
2019-10-04Fix L<EVP_KDF-derive> to L<EVP_DEF_derive>Rich Salz
2019-10-03Add rc5 ciphers to default providerShane Lontis
2019-10-03Fix errors found by new find-doc-nitsRich Salz
2019-10-01Adapt EVP_CIPHER_{param_to_asn1,asn1_to_param} for use with provider.Richard Levitte
2019-10-01Consistent formatting of flags with argsRich Salz
2019-09-28Funtion name with variable part in doc/man7/ and doc/internal/man3/Richard Levitte
2019-09-28Make doc/man7/ and doc/internal/man3/ conform with man-pages(7)Richard Levitte
2019-09-27[KDF] Add KBKDF implementation for counter-mode HMACRobbie Harwood
2019-09-27Reformat param description linesPauli
2019-09-27Make OSSL_PARAM descriptions uniformly formatted.Pauli
2019-09-26Use OSSL_PARAM types. Limits are explained in the description where appropri...Pauli