summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2023-10-24Copyright year updatesMatt Caswell
2023-10-20Reference the non-"legacy" provider names directly from EVP_md5(3) &c.наб
2023-10-17CMS_add1_signer.pod: add missing info on CMS_SignerInfo_sign() return valuesDr. David von Oheimb
2023-10-05d2i_X509.pod: Better document using the reuse capability for libctx setupTomas Mraz
2023-10-05DH_check: Emphasize the importance of return value checkTomas Mraz
2023-10-04d2i_PKCS8PrivateKey_bio.pod: evp.h include is unnecessaryTomas Mraz
2023-10-04Correct documentation for PKCS5_PBKDF2_HMACSumitra Sharma
2023-10-04Remove duplicates of EVP_aes_xxx_wrap() from EVP_aes_128_gcm.podFrederik Wedel-Heinen
2023-10-04doc/man3: fix misnamed function nameMatthias St. Pierre
2023-10-04Add openssl/pem.h inclusion for d2i_PKCS8PrivateKeySumitra Sharma
2023-10-02doc: correct the SSL_CTX_set_info_callback(3) manual pageMatthias St. Pierre
2023-09-20Add documentation for the function SSL_CONF_CTX_finish.Sumitra Sharma
2023-09-19Copyright year updatesRichard Levitte
2023-09-18CMP app and API doc: add note on critical server auth on receiving trust anch...Dr. David von Oheimb
2023-09-18CMP doc: various small corrections, mostly on PBM vs. MAC-based protectionDr. David von Oheimb
2023-09-13d2i_ECPKParameters and i2d_ECPKParameters are not deprecatedTomas Mraz
2023-09-13Fix typos found by codespell in openssl-3.0Dimitri Papadopoulos
2023-09-11augment man pages with information about PKCS12KDF in FIPS modeVladimir Kotal
2023-08-24doc: Avoid usage of non-existing constantJakub Jelen
2023-08-24Fixed default value of the "ess_cert_id_alg" option in man openssl-ts(1)olszomal
2023-08-16Improve documentation for BIO_s_memNeil Horman
2023-08-10OSSL_HTTP_{REQ_CTX_set_request_line(),_set1_request()}: backward compat w.r.t...Dr. David von Oheimb
2023-08-02Fix typo in function nameTianjia Zhang
2023-08-01Copyright year updatesMatt Caswell
2023-07-21Fix documentation around AAD and return values in EVP_Cipher*Samuel Lee
2023-07-19openssl-kdf.pod.in: add text on 'salt' and 'info' parameters; small further i...Dr. David von Oheimb
2023-07-19EVP_KDF.pod: extend text on 'salt' and 'info' parametersDr. David von Oheimb
2023-07-18Fix typos found by codespellDimitri Papadopoulos
2023-07-14Add FIPS build instructionsslontis
2023-07-13EVP_PKEY_{en,de}capsulate.pod: fix glitches and add some detail and hintsDr. David von Oheimb
2023-07-01Fix OSSL_PROVIDER_try_load() retain_fallbacks docDuncan Thomson
2023-07-01Fix typos newly found by codespell in branch 3.0Dimitri Papadopoulos
2023-07-01openssl-rsautl.pod: Add missing commaJakub Wilk
2023-06-26add note about retrieving error stackVladimír Kotal
2023-06-26Fix typos found by codespell in branch 3.0Dimitri Papadopoulos
2023-06-16Fix new typos found by codespellDimitri Papadopoulos
2023-06-15apps/ca.c: Handle EVP_PKEY_get_default_digest_name() returning 1 with "UNDEF"Richard Levitte
2023-06-06doc: note that out ChaCha20 isn't standard compliant.Pauli
2023-06-02Fix documentation where openssl-genrsa is listed as deprecated since OpenSSL 3.0Darana
2023-06-01doc: update FIPS provider version informationPauli
2023-05-30Update copyright yearTomas Mraz
2023-05-25Clarify how to return string dataWatson Ladd
2023-05-23doc/fingerprints.txt: Add the OpenSSL OMC PGP key fingerprintRichard Levitte
2023-05-12CMP client: fix checking new cert enrolled with oldcert and without private keyDr. David von Oheimb
2023-05-12CMP client: fix error response on -csr without private key, also in docsDr. David von Oheimb
2023-05-12Fix typos found by codespellDimitri Papadopoulos
2023-05-12Clarify documentation of SSL_SESSION_dupWatson Ladd
2023-05-10DLTS → DTLSDimitri Papadopoulos
2023-05-04Fix broken links on asym_cipher manpagesLadislav Marko
2023-04-28Improve documentation of -no_ssl3, -no_tls1, -no_tls1_1, -no_tls1_2, -no_tls1...rkarmaka98