summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2024-04-19Minor updatesHugo Landau
2024-04-19Minor doc fixHugo Landau
2024-04-19Minor fix to BIO refcount handlingHugo Landau
2024-04-19QUIC: Add manpage for listener APIHugo Landau
2024-04-19Fix nitHugo Landau
2024-04-19Fix nitHugo Landau
2024-04-19Fix nitHugo Landau
2024-04-19Updates to polling design documentHugo Landau
2024-04-19QUIC Polling Design Document: Add TOCHugo Landau
2024-04-19QUIC: Update glossaryHugo Landau
2024-04-19QUIC Polling Design DocumentHugo Landau
2024-04-19QUIC: Minor updates to server API design documentHugo Landau
2024-04-19QUIC: Server API Design DocumentHugo Landau
2024-04-16doc/fingerprints.txt: Add the future OpenSSL release keyRichard Levitte
2024-04-16Remove repetitive wordsNeil Horman
2024-04-10Document that private and pairwise checks are not bounded by key sizeTomas Mraz
2024-04-10Fix typos found by codespellDimitri Papadopoulos
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-09apps: ca,req,x509: Add explicit start and end dates optionsStephan Wurm
2024-04-09Copyright year updatesMatt Caswell
2024-04-09Copyright year updatesRichard Levitte
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-04Add design document about handing some MAX definesTomas 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-02ASYNC_start_job: more readable documentation for handling ASYNC* APIsHubert Kario
2024-04-02Explicitly state what -keys doesSimo Sorce
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-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