aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
...
* Drop ossl_namemap_add_name_n() and simplify ossl_namemap_add_names()Tomas Mraz2022-05-211-9/+6
* openssl-ca.pod.in: Minor grammar fixJoshua Arnott2022-05-191-1/+1
* Add basic RISC-V cpuid and OPENSSL_riscvcapHenry Brausen2022-05-191-2/+2
* Documentation: X509_V_ERR_CERT_CHAIN_TOO_LONG is not unusedThomas Bellebaum2022-05-181-1/+1
* Fix BIO_get_ktls_send/recv to return 0 or 1 onlyTomas Mraz2022-05-161-4/+4
* Correct padding mode flag name for EVP_PKEY_decrypt/encrypt() examplesDimitry Andric2022-05-092-2/+2
* doc: Fix RSA public key parametersAhmed JELIJLI2022-05-091-1/+1
* Add documentation for key validation that indicates the difference between theslontis2022-05-0916-33/+145
* doc: add not that DTLS 1.0, TLS 1.1 and before are disabled at security level 1Pauli2022-05-081-6/+5
* Remove the _fetch_by_number functionsPauli2022-05-061-18/+1
* Make it possible to remove methods by the provider that provides themRichard Levitte2022-05-051-2/+10
* Don't empty the method store when flushing the query cacheRichard Levitte2022-05-051-4/+4
* Drop ossl_provider_clear_all_operation_bits() and all uses of itRichard Levitte2022-05-051-7/+1
* crmf_lib.c: Make sure Ed signature for POPO is called without digestDr. David von Oheimb2022-05-051-2/+4
* X509{,_LOOKUP}: Improve distinction between not found and fatal/internal errorDr. David von Oheimb2022-05-044-7/+74
* Update copyright yearMatt Caswell2022-05-03129-129/+129
* Update Paul's pgp key signaturePauli2022-05-031-1/+1
* doc: replace "symmetric cipher" phrase in EVP_MD manpagesJan Engelhardt2022-04-2711-11/+11
* pem_password_cb(3): References to other man pagesEasySec2022-04-261-2/+2
* Add Tomas Mraz key to release key fingerprintsTomas Mraz2022-04-221-0/+3
* Public API functions OPENSSL_str[n]casecmpDmitry Belyavskiy2022-04-222-0/+53
* Fix small typo in X509v3_get_ext_by_NID() man pageEasySec2022-04-191-1/+1
* doc: Clarify that calling SSL_set_session(ssl, NULL) is a correct use case.EasySec2022-04-191-1/+2
* Add an initial QUIC Technical requirements documentMatt Caswell2022-04-121-0/+202
* s390: Add new machine generationJuergen Christ2022-04-121-3/+3
* Document {SSL|SSL_CTX}_set_{purpose|trust}()Hugo Landau2022-04-071-3/+19
* Document SSL_CTX_get_ssl_methodHugo Landau2022-04-071-2/+10
* Add SSL_(CTX_)?get0_(verify|chain)_cert_store functionsHugo Landau2022-04-061-1/+12
* Document the fact that setting a BIO create function means the BIO will no lo...Arran Cudbard-Bell2022-04-051-1/+4
* CMS sign digestViktor Söderqvist2022-04-022-4/+32
* Refactor OSSL_LIB_CTX to avoid using CRYPTO_EX_DATAHugo Landau2022-04-011-69/+12
* doc: fix example in ssh KDF man page.Pauli2022-03-311-2/+2
* document the safe_div_round_up_TYPE functionsPauli2022-03-301-1/+6
* Fix typo in manpage SSL_CONF_cmd(3)Hugo Landau2022-03-281-1/+1
* Remove statistics tracking from LHASHHugo Landau2022-03-281-3/+4
* ticket_lifetime_hint may exceed 1 week in TLSv1.3Todd Short2022-03-251-0/+10
* OSSL_CMP_CTX_new.pod: make references to private key consistent with OSSL_CMP...Dr. David von Oheimb2022-03-182-5/+6
* OSSL_CMP_MSG_get0_header.pod: re-phrase two lenthy otherwise clauses as listsDr. David von Oheimb2022-03-181-13/+28
* SSL_CTX_set_verify.pod: move a note further down where it fits betterDr. David von Oheimb2022-03-181-2/+2
* Fix documentation for provider-signatureHugo Landau2022-03-181-8/+4
* List missing operations in provider(7)Hugo Landau2022-03-181-8/+40
* Add documentation of BN_mod_sqrt()Tomas Mraz2022-03-151-2/+13
* Fix documentation of parameters for DH and ECDH KEXTomas Mraz2022-03-143-38/+67
* Add manpages for SSL_get_certificate, SSL_get_private_keyHugo Landau2022-03-142-0/+79
* Replace handling of negative verification result with SSL_set_retry_verify()Tomas Mraz2022-03-146-15/+107
* OSSL_CMP_CTX_setup_CRM(): Fix handling of defaults from CSR and refcertDr. David von Oheimb2022-03-124-13/+43
* DOC: TLS compression is disabled by defaultTodd Short2022-03-111-1/+1
* Add TFO support to socket BIO and s_client/s_serverTodd Short2022-03-107-8/+108
* async_posix: Allow custom stack allocation functions to be specified for POSI...Arran Cudbard-Bell2022-03-101-1/+21
* Fix typo in EVP_MD-BLAKE2(7)Hugo Landau2022-03-031-1/+1