summaryrefslogtreecommitdiffstats
path: root/doc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2021-07-2920-20/+20
* Update fingerprints.txtMatt Caswell2021-07-291-9/+7
* Mark the EVP_PKEY_METHOD arg as const on some EVP_PKEY_meth_get_*() funcsMatt Caswell2021-07-271-3/+3
* ECDSA_SIG_set0(): Clarify documentation and fix formatting errorsTomas Mraz2021-07-271-33/+32
* DOCS: Move the description of EVP_PKEY_get0_description()Richard Levitte2021-07-262-7/+8
* EVP: Add EVP_PKEY_get0_provider() and EVP_PKEY_CTX_get0_provider()Richard Levitte2021-07-262-6/+21
* tls_process_{client,server}_certificate(): allow verify_callback return > 1Dr. David von Oheimb2021-07-211-4/+4
* SSL_CTX_set_cert_verify_callback.pod: various corrections and clarificationsDr. David von Oheimb2021-07-211-17/+28
* Add testcases for SSL_key_update() corner case callsyangyangtiantianlonglong2021-07-212-5/+8
* docs: update CTR DRBG documentation to not mention the lack of a derivation f...Pauli2021-07-201-2/+1
* doc: fix OPENSSL_VERSION_NUMBER length in the synopsisPetr Gotthard2021-07-201-1/+1
* doc: It is not possible to use SSL_OP_* value in preprocessor conditionsTomas Mraz2021-07-162-1/+9
* RSA_public_decrypt is equivalent to a verify recover operationTomas Mraz2021-07-162-5/+6
* doc: document the params arguments to the initialisation functions.Pauli2021-07-152-4/+8
* Make EVP_PKEY_check() be an alias for EVP_PKEY_pairwise_check()Tomas Mraz2021-07-151-1/+1
* doc: Document that incomplete certificates return errorTomas Mraz2021-07-154-6/+10
* doc: document the new opt_legacy_okay() function's behaviourPauli2021-07-121-1/+9
* Improve doc of OSSL_HTTP_REQ_CTX_set_expected() on timeout param < 0Dr. David von Oheimb2021-07-111-2/+4
* doc: update documentation to note removal of ERR_GET_FUNC()Pauli2021-07-061-8/+6
* doc: include PBKDF1 documentation in build.infoPauli2021-07-051-0/+6
* doc: add PBKDF1 provider documentationPauli2021-07-051-0/+82
* PEM_read_...: document that garbage and other PEM data is skippedTomas Mraz2021-07-021-0/+4
* doc: Mention the update of der data pointers in d2i/i2dTomas Mraz2021-07-012-2/+6
* DOC: clarify OPENSSL_API_COMPATRichard Levitte2021-07-011-2/+4
* OSSL_CRMF_{CERTTEMPLATE,CERTID}_get0_serialNumber(): Make result const for co...Dr. David von Oheimb2021-06-301-4/+5
* CMP: Add missing getter functions to CRMF API and CMP APIDr. David von Oheimb2021-06-305-7/+62
* Missing link to fips_config documentationDmitry Belyavskiy2021-06-291-2/+1
* doc: make error checking in ticket handling code explicitHubert Kario2021-06-291-4/+10
* DOC: Clarify the role of EKUs including defaults for TLS client and server useDr. David von Oheimb2021-06-269-30/+67
* doc: update up call documentationPauli2021-06-261-1/+7
* Fix two typos in OSSL_trace_enabled.podTheo Buehler2021-06-261-2/+2
* CMP: Improve reporting of error codes and related strings via 'error' msgDr. David von Oheimb2021-06-251-3/+6
* CMP: Clean up internal message creation API and its documentationDr. David von Oheimb2021-06-253-64/+114
* Fix a race in ossl_provider_add_to_store()Matt Caswell2021-06-241-2/+9
* Update documentation following updates to the provider codeMatt Caswell2021-06-243-18/+22
* Set use_fallbacks to zero when we add a provider to the storeMatt Caswell2021-06-241-6/+3
* Instantiate predefined providers just-in-timeMatt Caswell2021-06-241-10/+1
* Documentation: SM2 keys can use only the SM2 curveTomas Mraz2021-06-242-1/+6
* doc: Document that the OBJ creation functions don't lock.Pauli2021-06-242-0/+6
* Some clear guidelines for the legacy algs.Dmitry Belyavskiy2021-06-241-0/+6
* EVP: Change the output size type of EVP_Q_digest() and EVP_Q_mac()Richard Levitte2021-06-232-6/+7
* Change self test for AES_CGM to perform both an encrypt and decrypt.Shane Lontis2021-06-221-1/+1
* Update copyright yearMatt Caswell2021-06-1726-26/+26
* HTTP client: fix use of OSSL_HTTP_adapt_proxy(), which is needed also in cmp.cDr. David von Oheimb2021-06-161-0/+22
* X509_digest_sig(): Improve default hash for EdDSA and allow to return the cho...Dr. David von Oheimb2021-06-161-10/+19
* doc: document the various get_cipher functions in the commands lib.Pauli2021-06-161-5/+12
* Add missing migration_guide API mappings.Shane Lontis2021-06-161-0/+24
* Add documentation for the newly added OBJ up callsMatt Caswell2021-06-162-23/+62
* doc: finish the provider child up call documentationPauli2021-06-161-1/+7
* Disabling Encrypt-then-MAC extension in s_client/s_serverDmitry Belyavskiy2021-06-153-1/+12