summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Expand)Author
2021-04-07Remove unnecessary setting SSL_MODE_AUTO_RETRYNan Xiao
2021-04-02EVP: Add EVP_<TYPE>_description()Richard Levitte
2021-04-02Add OSSL_STORE_LOADER_description()Richard Levitte
2021-04-02Add OSSL_DECODER_description() and OSSL_ENCODER_description()Richard Levitte
2021-04-02CORE: Add an algorithm_description field to OSSL_ALGORITHMRichard Levitte
2021-04-01Remove unnecessary BIO_do_handshake()sNan Xiao
2021-04-01Add "save-parameters" encoder parameterTomas Mraz
2021-04-01EVP_CIPHER_type: fix misleading argument nameTomas Mraz
2021-04-01Add a range check (from SP800-56Ar3) to DH key derivation.Shane Lontis
2021-03-31HTTP: Fix method_POST param by moving it to OSSL_HTTP_REQ_CTX_set_request_line()Dr. David von Oheimb
2021-03-30doc: fix enc -z option documentationMohamed Akram
2021-03-30Fix typos in bio.podNan Xiao
2021-03-30Fix typo in BIO_push.podNan Xiao
2021-03-30Update deprecated API's in the documentation.Shane Lontis
2021-03-29Moved build instructions from the man pageAndrey Matyukov
2021-03-28Implement EVP_PKEY_dup() functionTomas Mraz
2021-03-28doc: fix style problems with this man pagePauli
2021-03-28doc: add documentation for the X509_PUBKEY_dup() functionPauli
2021-03-26HTTP: Rename OSSL_HTTP_REQ_CTX_i2d() to OSSL_HTTP_REQ_CTX_set1_req()Dr. David von Oheimb
2021-03-26doc: life-cycle descritpion for MACsPauli
2021-03-26doc: note that MAC lifecycle transitions will be enforced at some pointPauli
2021-03-26doc: life-cycle descritpion for RANDsPauli
2021-03-26doc: note that RAND lifecycle transitions will be enforced at some pointPauli
2021-03-26doc: life-cycle description for KDFs/PRFsPauli
2021-03-26doc: note that KDF/PRF transitions will be enforced at some future pointPauli
2021-03-26doc: add life-cycle source filesPauli
2021-03-24Make fipsinstall -out flag optionalRich Salz
2021-03-22Fix usages of const EVP_MD.Shane Lontis
2021-03-22Dual 1024-bit exponentiation optimization for Intel IceLake CPUAndrey Matyukov
2021-03-19Added functions for printing EVP_PKEYs to FILE *Tomas Mraz
2021-03-18TS and CMS CAdES-BES: Refactor check_signing_certs() funcs into common ESS funcDr. David von Oheimb
2021-03-17Make EVP_PKEY_missing_parameters work properly on provided RSA keysTomas Mraz
2021-03-17EVP_KDF-KB man page: fixup ABI/API changeArthur Gautier
2021-03-17doc: remove TODOs about redesigning the AEAD APIPauli
2021-03-17Add some encoder and decoder code examplesTomas Mraz
2021-03-15Add a CHANGES entry for EVP_PKEY_public_check() and EVP_KEY_param_check()Matt Caswell
2021-03-15Fix DSA EVP_PKEY_param_check() when defaults are used for param generation.Shane Lontis
2021-03-14Always check CRYPTO_LOCK_{read,write}_lockRich Salz
2021-03-13apps/ts.c: Allow -untrusted arg to refer to multiple sourcesDr. David von Oheimb
2021-03-13TS ESS: Let TS_RESP_verify_signature() make use of untrusted certs also from ...Dr. David von Oheimb
2021-03-12rename ossl_provider_forall_loaded to ossl_provider_doall_activatedPauli
2021-03-12doc: describe the return from ossl_provider_forall_loaded()Pauli
2021-03-12doc: note that get_params and set_params calls should return true if the para...Pauli
2021-03-12doc: document the additional params argument to the various init() callsPauli
2021-03-12doc: update cipher documentation to include the new init functions with paramsPauli
2021-03-12doc: update digest documentation to include the new init functions with paramsPauli
2021-03-12doc: document param argument to RSA callsPauli
2021-03-12doc: document param argument to cipher init callsPauli
2021-03-12doc: update PKEY documentation to include the new init functions with paramsPauli
2021-03-12doc: add params argument to key manager's gen_init callPauli