summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
11 daysUpdate openssl-smime.pod.inDominikN
11 days[Docs] 'SSL_CTX_set_cert_store' ownership of 'store'Ruslan Baratov
12 daysdoc: Fix description of EVP_CIPHER_CTX_dupDaiki Ueno
2024-05-06Document the SSL_set_session_secret_cb() functionMatt Caswell
2024-05-01Fixed typos in EVP_PKEY_decrypt.pod and RSA_public_encrypt.podsapph2c
2024-04-29doc: clarify SSL_CIPHER_description allocationDaniel McCarney
2024-04-22Be more explicit about RSAES-PKCS#1v1.5 error handlingHubert Kario
2024-04-22fix sending error when no root CA cert update availableRajeev Ranjan
2024-04-19Fix migration guide mappings for i2o/o2i_ECPublicKeyslontis
2024-04-19OSSL_STORE: Add reference docs for the built-in Windows store implementationRichard Levitte
2024-04-16doc/fingerprints.txt: Add the future OpenSSL release keyRichard Levitte
2024-04-10Fix typos found by codespell in openssl-3.3 docDimitri Papadopoulos
2024-04-10Document that private and pairwise checks are not bounded by key sizeTomas Mraz
2024-04-10man EVP_PKEY_CTX_set_params: document params is a listHubert Kario
2024-04-09Add docs noting requirements for SM2 signingNeil Horman
2024-04-09Add demo for ECDH key exchangeslontis
2024-04-09Copyright year updatesTomas Mraz
2024-04-04openssl-crl(1): The -verify option is implied by -CA* optionsTomas Mraz
2024-04-04DEFINE_STACK_OF.pod: Fix prototypes of sk_TYPE_free/zero()Tomas Mraz
2024-04-04Update Documentation for EVP_DigestSign, EVP_DigestVerify.slontis
2024-04-04Align 'openssl req' string_mask docs to how the software really worksJob Snijders
2024-04-02Document change of -verify behavior in crl and req appsVladimir Kotal
2024-04-02Explicitly state what -keys doesSimo Sorce
2024-03-29Copyright year updatesMatt Caswell
2024-03-26apps/req,crl: exit with 1 on verification failureVladimir Kotal
2024-03-22Fixed a typo and grammar in openssl-ts.podolszomal
2024-03-20Copyright year updatesRichard Levitte
2024-03-15Minor docfix for OSSL_HTTP_REQ_CTX_set_max_response_hdr_lines(3)Alexandr Nedvedicky
2024-03-15SSL_add_dir_cert_subjects_to_stack(): Documented return valuesShakti Shah
2024-03-12Limit the number of http headers when receiving the http responseAlexandr Nedvedicky
2024-03-12Improve the documentation on -cert_chain and -status_verbose optionsolszomal
2024-03-12Doc: fix style谭九鼎
2024-03-11Fix BIO_get_new_index() to return an error when it is exhausted.slontis
2024-03-09Bring SSL_group_to_name docs in line with API definitionNeil Horman
2024-03-09QUIC: Add stream write buffer queriesHugo Landau
2024-03-07QUIC: Define error code for stateless resetHugo Landau
2024-03-07QUIC: Add documentation for QUIC error codesHugo Landau
2024-03-06Enable qlog support by defaultHugo Landau
2024-03-06Document that unknown groups and sigalgs marked with ? are ignoredTomas Mraz
2024-03-06apps/cmp: improve -reqin option to read fallback public key from first reques...Dr. David von Oheimb
2024-03-06crypto/cmp: add OSSL_CMP_MSG_get0_certreq_publickey(); fix coding style nitDr. David von Oheimb
2024-03-06apps/cmp: extend documentation and diagnostics for using -reqin in special si...Dr. David von Oheimb
2024-03-06apps/cmp: add -reqout_only option for dumping/saving just the initial CMP req...Dr. David von Oheimb
2024-03-01Implement PCT for EDDSApohsingwu
2024-02-25Improve documentation of standard IANA cipher suite names.Michael
2024-02-21Extended SSL_SESSION functions using time_tIjtaba Hussain
2024-02-20Correct the defined name of the parameter "micalg" in the documentationBernd Ritter
2024-02-19Minor updatesHugo Landau
2024-02-19QUIC: Add docs for SSL_VALUE_EVENT_HANDLING_MODEHugo Landau
2024-02-14KDF_CTX_new API has incorrect signature (const should not be there)Shakti Shah