summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2020-01-22Add missing files to generatedRich Salz
2020-01-22Fix some missing doc links.Rich Salz
2020-01-22Document the SSL_CTX_with_libctx() functionMatt Caswell
2020-01-20Convert rand_bytes_ex and rand_priv_bytes_ex to public functionsMatt Caswell
2020-01-19param_bld: add a padded BN call.Pauli
2020-01-19Deprecate the low level MD5 functions.Pauli
2020-01-19Deprecate the low level SHA functions.Pauli
2020-01-18EVP: Add evp_pkey_make_provided() and refactor around itRichard Levitte
2020-01-17DOC: Make EVP_SignInit.pod conform with man-pages(7)Richard Levitte
2020-01-17DOC: New file for EVP_PKEY_size(), EVP_PKEY_bits() and EVP_PKEY_security_bits()Richard Levitte
2020-01-17EVP: make EVP_PKEY_{bits,security_bits,size} work with provider only keysRichard Levitte
2020-01-17Modify EVP_CIPHER_is_a() and EVP_MD_is_a() to handle legacy methods tooRichard Levitte
2020-01-17Add duplication APIs to ASN1_TIME and related typesPaul Yang
2020-01-16Update SSL_CTX_sess_set_new_cb(3) docs for refcountsBenjamin Kaduk
2020-01-16Add doc for TS_VERIFY_CTX_set_certs()Paul Yang
2020-01-16Deprecate the low level RC5 functionsPauli
2020-01-15Add FIPS Self test kats for digestsShane Lontis
2020-01-15Change returned -2 to 0 in EVP_Digest{Sign,Verify}Init()Richard Levitte
2020-01-13Better documentation of -www,-WWW,-HTTP flagsRich Salz
2020-01-13Refactor the tls/dlts version optionsRich Salz
2020-01-13handle new findings of find-doc-nits on fn typedefs w/ extra spaceDr. David von Oheimb
2020-01-13handle new findings of find-doc-nits for certain typedefsDr. David von Oheimb
2020-01-12Deprecate the low level MDC2 functions.Pauli
2020-01-12Deprecate the low level MD4 functions.Pauli
2020-01-12Deprecate the low level MD2 functions.Pauli
2020-01-12Deprecate the low level RIPEMD160 functions.Pauli
2020-01-12Add dsa signature alg to fips providerShane Lontis
2020-01-10Add GCM support for EVP_CTRL_GCM_IV_GEN and EVP_CTRL_GCM_SET_IV_INV to providersShane Lontis
2020-01-09EVP: Adapt KEYEXCH, SIGNATURE and ASYM_CIPHER to handle key types betterRichard Levitte
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-08Deprecate Low Level Blowfish APIsMatt Caswell
2020-01-07Refactor -engine documentationRich Salz
2020-01-07Fix KMAC docsShane Lontis
2020-01-06Add `-passin` arg to `ocsp`kaysond
2020-01-06Move -nameopt to openssl.podRich Salz
2020-01-06Add AES_CBC_HMAC_SHA ciphers to providers.Shane Lontis
2020-01-02Add -iter option to pkcs12 commandIbrahim M. Ghazal
2019-12-21Rename doc/man7/provider-asymcipher.podRichard Levitte
2019-12-21doc/man1/openssl-cmds.pod: Add invisble name 'openssl-cmds'Richard Levitte
2019-12-19Fix regression on x509 keyform argumentJussi Keranen
2019-12-19Use a function to generate do-not-edit commentRich Salz
2019-12-18BIO: Add BIO_f_prefix(), a text line prefixing filterRichard Levitte
2019-12-16Update the HISTORY entry for RSA_get0_pss_params()Matt Caswell
2019-12-14Deprecate most of debug-memoryRich Salz
2019-12-12Various missing-link fixesRich Salz
2019-12-12chunk 6 of CMP contribution to OpenSSLDr. David von Oheimb
2019-12-11Fix docs for CRYPTO_secure_allocatedRich Salz
2019-12-11Fix some typosVeres Lajos
2019-12-08Difference between EVP_CipherInit and EVP_CipherInit_exDmitry Belyavskiy