aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)AuthorFilesLines
2021-07-16RSA_public_decrypt is equivalent to a verify recover operationTomas Mraz2-5/+6
2021-07-15doc: document the params arguments to the initialisation functions.Pauli2-4/+8
2021-07-15Make EVP_PKEY_check() be an alias for EVP_PKEY_pairwise_check()Tomas Mraz1-1/+1
2021-07-15doc: Document that incomplete certificates return errorTomas Mraz4-6/+10
2021-07-12doc: document the new opt_legacy_okay() function's behaviourPauli1-1/+9
2021-07-11Improve doc of OSSL_HTTP_REQ_CTX_set_expected() on timeout param < 0Dr. David von Oheimb1-2/+4
2021-07-06doc: update documentation to note removal of ERR_GET_FUNC()Pauli1-8/+6
2021-07-05doc: include PBKDF1 documentation in build.infoPauli1-0/+6
2021-07-05doc: add PBKDF1 provider documentationPauli1-0/+82
2021-07-02PEM_read_...: document that garbage and other PEM data is skippedTomas Mraz1-0/+4
2021-07-01doc: Mention the update of der data pointers in d2i/i2dTomas Mraz2-2/+6
2021-07-01DOC: clarify OPENSSL_API_COMPATRichard Levitte1-2/+4
2021-06-30OSSL_CRMF_{CERTTEMPLATE,CERTID}_get0_serialNumber(): Make result const for co...Dr. David von Oheimb1-4/+5
2021-06-30CMP: Add missing getter functions to CRMF API and CMP APIDr. David von Oheimb5-7/+62
2021-06-29Missing link to fips_config documentationDmitry Belyavskiy1-2/+1
2021-06-29doc: make error checking in ticket handling code explicitHubert Kario1-4/+10
2021-06-26DOC: Clarify the role of EKUs including defaults for TLS client and server useDr. David von Oheimb9-30/+67
2021-06-26doc: update up call documentationPauli1-1/+7
2021-06-26Fix two typos in OSSL_trace_enabled.podTheo Buehler1-2/+2
2021-06-25CMP: Improve reporting of error codes and related strings via 'error' msgDr. David von Oheimb1-3/+6
2021-06-25CMP: Clean up internal message creation API and its documentationDr. David von Oheimb3-64/+114
2021-06-24Fix a race in ossl_provider_add_to_store()Matt Caswell1-2/+9
2021-06-24Update documentation following updates to the provider codeMatt Caswell3-18/+22
2021-06-24Set use_fallbacks to zero when we add a provider to the storeMatt Caswell1-6/+3
2021-06-24Instantiate predefined providers just-in-timeMatt Caswell1-10/+1
2021-06-24Documentation: SM2 keys can use only the SM2 curveTomas Mraz2-1/+6
2021-06-24doc: Document that the OBJ creation functions don't lock.Pauli2-0/+6
2021-06-24Some clear guidelines for the legacy algs.Dmitry Belyavskiy1-0/+6
2021-06-23EVP: Change the output size type of EVP_Q_digest() and EVP_Q_mac()Richard Levitte2-6/+7
2021-06-22Change self test for AES_CGM to perform both an encrypt and decrypt.Shane Lontis1-1/+1
2021-06-17Update copyright yearMatt Caswell26-26/+26
2021-06-16HTTP client: fix use of OSSL_HTTP_adapt_proxy(), which is needed also in cmp.cDr. David von Oheimb1-0/+22
2021-06-16X509_digest_sig(): Improve default hash for EdDSA and allow to return the cho...Dr. David von Oheimb1-10/+19
2021-06-16doc: document the various get_cipher functions in the commands lib.Pauli1-5/+12
2021-06-16Add missing migration_guide API mappings.Shane Lontis1-0/+24
2021-06-16Add documentation for the newly added OBJ up callsMatt Caswell2-23/+62
2021-06-16doc: finish the provider child up call documentationPauli1-1/+7
2021-06-15Disabling Encrypt-then-MAC extension in s_client/s_serverDmitry Belyavskiy3-1/+12
2021-06-15s_server: make -rev option easier to find (mention echo)Hubert Kario1-3/+2
2021-06-15Remove "-immedate_renegotiation" optionRich Salz2-9/+2
2021-06-15spkac: document -digest optionPauli1-0/+8
2021-06-11Rename OSSL_HTTP_set_request() to OSSL_HTTP_set1_request() for clarityDr. David von Oheimb1-12/+12
2021-06-11HTTP client: Fix GET request handling when rctx is reused (keep-alive)Dr. David von Oheimb1-9/+12
2021-06-11Add support for ISO 8601 datetime formatWilliam Edmisten4-5/+28
2021-06-11BIO_write_ex: No error only on 0 bytes to writeTomas Mraz1-2/+5
2021-06-11Fix FIPS provider value in docsTodd Short1-1/+1
2021-06-11STORE: Make OSSL_STORE_LOADER_fetch() consistent with all other fetch functionsRichard Levitte1-3/+3
2021-06-11Document that provider name can be a full pathTomas Mraz2-2/+12
2021-06-10doc: fix OSSL_PARAM_BLD pointers in the examplePetr Gotthard1-8/+8
2021-06-10Enable ssl-trace by defaultArran Cudbard-Bell2-4/+2