summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2022-04-12Add an initial QUIC Technical requirements documentMatt Caswell
2022-04-12s390: Add new machine generationJuergen Christ
2022-04-07Document {SSL|SSL_CTX}_set_{purpose|trust}()Hugo Landau
2022-04-07Document SSL_CTX_get_ssl_methodHugo Landau
2022-04-06Add SSL_(CTX_)?get0_(verify|chain)_cert_store functionsHugo Landau
2022-04-05Document the fact that setting a BIO create function means the BIO will no lo...Arran Cudbard-Bell
2022-04-02CMS sign digestViktor Söderqvist
2022-04-01Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATAHugo Landau
2022-03-31doc: fix example in ssh KDF man page.Pauli
2022-03-30document the safe_div_round_up_TYPE functionsPauli
2022-03-28Fix typo in manpage SSL_CONF_cmd(3)Hugo Landau
2022-03-28Remove statistics tracking from LHASHHugo Landau
2022-03-25ticket_lifetime_hint may exceed 1 week in TLSv1.3Todd Short
2022-03-18OSSL_CMP_CTX_new.pod: make references to private key consistent with OSSL_CMP...Dr. David von Oheimb
2022-03-18OSSL_CMP_MSG_get0_header.pod: re-phrase two lenthy otherwise clauses as listsDr. David von Oheimb
2022-03-18SSL_CTX_set_verify.pod: move a note further down where it fits betterDr. David von Oheimb
2022-03-18Fix documentation for provider-signatureHugo Landau
2022-03-18List missing operations in provider(7)Hugo Landau
2022-03-15Add documentation of BN_mod_sqrt()Tomas Mraz
2022-03-14Fix documentation of parameters for DH and ECDH KEXTomas Mraz
2022-03-14Add manpages for SSL_get_certificate, SSL_get_private_keyHugo Landau
2022-03-14Replace handling of negative verification result with SSL_set_retry_verify()Tomas Mraz
2022-03-12OSSL_CMP_CTX_setup_CRM(): Fix handling of defaults from CSR and refcertDr. David von Oheimb
2022-03-11DOC: TLS compression is disabled by defaultTodd Short
2022-03-10Add TFO support to socket BIO and s_client/s_serverTodd Short
2022-03-10async_posix: Allow custom stack allocation functions to be specified for POSI...Arran Cudbard-Bell
2022-03-03Fix typo in EVP_MD-BLAKE2(7)Hugo Landau
2022-03-02Improve documentation of BIO_FLAGS_BASE64_NO_NL flag.Daniel
2022-02-28Correct the UnsafeLegacyServerConnect docsMatt Caswell
2022-02-28Change `strlen' argument name to `strlength' to avoid c++ reserved words.Pauli
2022-02-28fetch: convert a NULL property query to ""Pauli
2022-02-24X509_VERIFY_PARAM_set_flags.pod: fix typosCarlo Teubner
2022-02-24Add -quiet option to pkcs7 for -print_certsRaul Ferrando
2022-02-24Undeprecate OPENSSL_VERSION_NUMBER and OpenSSL_version_num()Matt Caswell
2022-02-24doc: Fix KDF example for scryptmsa42
2022-02-22X509V3_get_d2i.pod: use I<> for arguments and remove B<> around NULLDr. David von Oheimb
2022-02-22X509V3_get_d2i.pod: Fix glitch on X509V3_get{,_ext}_d2i and align orderDr. David von Oheimb
2022-02-22CMP: add subject of any provided CSR as default message senderDr. David von Oheimb
2022-02-20doc: Refactored the example in crypto.podyangyangtiantianlonglong
2022-02-20doc: Update "SSL/TLS" old documentation description in openssl.podyangyangtiantianlonglong
2022-02-20Fix typoDimitris Apostolou
2022-02-18enc : add support for wrap modeEasySec
2022-02-14Apply the correct Apache v2 licenseTomas Mraz
2022-02-14Implement a new flag for running s_client in a non-interactive modeRami Khaldi
2022-02-11Added checking for buflen overflow due to MAX_MISALIGNMENT.Kevin K Biju
2022-02-09Fix small typo in EVP_KEYEXCH-ECDH.html doc exampleEasySec
2022-02-07doc: Add hint to use EVP_PKEY_get_bn_param to retrieve big integersTomas Mraz
2022-02-07Correct return type for BIO_ptr_ctrlThomas1664
2022-02-03openssl-dgst.pod.in: Fix documentation of -list optionEasySec
2022-02-03add SSL_get0_iana_groups() & SSL_client_hello_get_extension_order()Phus Lu