summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2021-07-29Update copyright yearMatt Caswell
2021-07-29Update fingerprints.txtMatt Caswell
2021-07-27Mark the EVP_PKEY_METHOD arg as const on some EVP_PKEY_meth_get_*() funcsMatt Caswell
2021-07-27ECDSA_SIG_set0(): Clarify documentation and fix formatting errorsTomas Mraz
2021-07-26DOCS: Move the description of EVP_PKEY_get0_description()Richard Levitte
2021-07-26EVP: Add EVP_PKEY_get0_provider() and EVP_PKEY_CTX_get0_provider()Richard Levitte
2021-07-21tls_process_{client,server}_certificate(): allow verify_callback return > 1Dr. David von Oheimb
2021-07-21SSL_CTX_set_cert_verify_callback.pod: various corrections and clarificationsDr. David von Oheimb
2021-07-21Add testcases for SSL_key_update() corner case callsyangyangtiantianlonglong
2021-07-20docs: update CTR DRBG documentation to not mention the lack of a derivation f...Pauli
2021-07-20doc: fix OPENSSL_VERSION_NUMBER length in the synopsisPetr Gotthard
2021-07-16doc: It is not possible to use SSL_OP_* value in preprocessor conditionsTomas Mraz
2021-07-16RSA_public_decrypt is equivalent to a verify recover operationTomas Mraz
2021-07-15doc: document the params arguments to the initialisation functions.Pauli
2021-07-15Make EVP_PKEY_check() be an alias for EVP_PKEY_pairwise_check()Tomas Mraz
2021-07-15doc: Document that incomplete certificates return errorTomas Mraz
2021-07-12doc: document the new opt_legacy_okay() function's behaviourPauli
2021-07-11Improve doc of OSSL_HTTP_REQ_CTX_set_expected() on timeout param < 0Dr. David von Oheimb
2021-07-06doc: update documentation to note removal of ERR_GET_FUNC()Pauli
2021-07-05doc: include PBKDF1 documentation in build.infoPauli
2021-07-05doc: add PBKDF1 provider documentationPauli
2021-07-02PEM_read_...: document that garbage and other PEM data is skippedTomas Mraz
2021-07-01doc: Mention the update of der data pointers in d2i/i2dTomas Mraz
2021-07-01DOC: clarify OPENSSL_API_COMPATRichard Levitte
2021-06-30OSSL_CRMF_{CERTTEMPLATE,CERTID}_get0_serialNumber(): Make result const for co...Dr. David von Oheimb
2021-06-30CMP: Add missing getter functions to CRMF API and CMP APIDr. David von Oheimb
2021-06-29Missing link to fips_config documentationDmitry Belyavskiy
2021-06-29doc: make error checking in ticket handling code explicitHubert Kario
2021-06-26DOC: Clarify the role of EKUs including defaults for TLS client and server useDr. David von Oheimb
2021-06-26doc: update up call documentationPauli
2021-06-26Fix two typos in OSSL_trace_enabled.podTheo Buehler
2021-06-25CMP: Improve reporting of error codes and related strings via 'error' msgDr. David von Oheimb
2021-06-25CMP: Clean up internal message creation API and its documentationDr. David von Oheimb
2021-06-24Fix a race in ossl_provider_add_to_store()Matt Caswell
2021-06-24Update documentation following updates to the provider codeMatt Caswell
2021-06-24Set use_fallbacks to zero when we add a provider to the storeMatt Caswell
2021-06-24Instantiate predefined providers just-in-timeMatt Caswell
2021-06-24Documentation: SM2 keys can use only the SM2 curveTomas Mraz
2021-06-24doc: Document that the OBJ creation functions don't lock.Pauli
2021-06-24Some clear guidelines for the legacy algs.Dmitry Belyavskiy
2021-06-23EVP: Change the output size type of EVP_Q_digest() and EVP_Q_mac()Richard Levitte
2021-06-22Change self test for AES_CGM to perform both an encrypt and decrypt.Shane Lontis
2021-06-17Update copyright yearMatt Caswell
2021-06-16HTTP client: fix use of OSSL_HTTP_adapt_proxy(), which is needed also in cmp.cDr. David von Oheimb
2021-06-16X509_digest_sig(): Improve default hash for EdDSA and allow to return the cho...Dr. David von Oheimb
2021-06-16doc: document the various get_cipher functions in the commands lib.Pauli
2021-06-16Add missing migration_guide API mappings.Shane Lontis
2021-06-16Add documentation for the newly added OBJ up callsMatt Caswell
2021-06-16doc: finish the provider child up call documentationPauli
2021-06-15Disabling Encrypt-then-MAC extension in s_client/s_serverDmitry Belyavskiy