aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
...
* Add additional glossary entriesMatt Caswell2021-04-081-0/+131
* Expand the libcrypto documentationMatt Caswell2021-04-081-23/+440
* property: check return values from the property locking calls.Pauli2021-04-081-2/+2
* Fix more certificate related lib_ctx settings.Shane Lontis2021-04-082-4/+7
* Remove unnecessary setting SSL_MODE_AUTO_RETRYNan Xiao2021-04-071-4/+0
* EVP: Add EVP_<TYPE>_description()Richard Levitte2021-04-0211-9/+76
* Add OSSL_STORE_LOADER_description()Richard Levitte2021-04-021-0/+9
* Add OSSL_DECODER_description() and OSSL_ENCODER_description()Richard Levitte2021-04-022-0/+18
* CORE: Add an algorithm_description field to OSSL_ALGORITHMRichard Levitte2021-04-021-8/+8
* Remove unnecessary BIO_do_handshake()sNan Xiao2021-04-011-5/+0
* Add "save-parameters" encoder parameterTomas Mraz2021-04-011-0/+5
* EVP_CIPHER_type: fix misleading argument nameTomas Mraz2021-04-011-1/+1
* Add a range check (from SP800-56Ar3) to DH key derivation.Shane Lontis2021-04-011-5/+12
* HTTP: Fix method_POST param by moving it to OSSL_HTTP_REQ_CTX_set_request_line()Dr. David von Oheimb2021-03-311-18/+17
* doc: fix enc -z option documentationMohamed Akram2021-03-301-2/+2
* Fix typos in bio.podNan Xiao2021-03-301-2/+2
* Fix typo in BIO_push.podNan Xiao2021-03-301-2/+2
* Update deprecated API's in the documentation.Shane Lontis2021-03-3020-94/+335
* Moved build instructions from the man pageAndrey Matyukov2021-03-291-30/+0
* Implement EVP_PKEY_dup() functionTomas Mraz2021-03-282-2/+10
* doc: fix style problems with this man pagePauli2021-03-281-16/+16
* doc: add documentation for the X509_PUBKEY_dup() functionPauli2021-03-281-4/+6
* HTTP: Rename OSSL_HTTP_REQ_CTX_i2d() to OSSL_HTTP_REQ_CTX_set1_req()Dr. David von Oheimb2021-03-262-11/+11
* doc: life-cycle descritpion for MACsPauli2021-03-262-0/+210
* doc: note that MAC lifecycle transitions will be enforced at some pointPauli2021-03-262-3/+18
* doc: life-cycle descritpion for RANDsPauli2021-03-262-0/+193
* doc: note that RAND lifecycle transitions will be enforced at some pointPauli2021-03-262-2/+15
* doc: life-cycle description for KDFs/PRFsPauli2021-03-262-0/+165
* doc: note that KDF/PRF transitions will be enforced at some future pointPauli2021-03-263-2/+33
* doc: add life-cycle source filesPauli2021-03-269-0/+248
* Make fipsinstall -out flag optionalRich Salz2021-03-241-2/+2
* Fix usages of const EVP_MD.Shane Lontis2021-03-223-0/+57
* Dual 1024-bit exponentiation optimization for Intel IceLake CPUAndrey Matyukov2021-03-222-0/+71
* Added functions for printing EVP_PKEYs to FILE *Tomas Mraz2021-03-191-7/+23
* TS and CMS CAdES-BES: Refactor check_signing_certs() funcs into common ESS funcDr. David von Oheimb2021-03-183-18/+23
* Make EVP_PKEY_missing_parameters work properly on provided RSA keysTomas Mraz2021-03-171-2/+8
* EVP_KDF-KB man page: fixup ABI/API changeArthur Gautier2021-03-171-3/+1
* doc: remove TODOs about redesigning the AEAD APIPauli2021-03-171-6/+0
* Add some encoder and decoder code examplesTomas Mraz2021-03-173-14/+144
* Add a CHANGES entry for EVP_PKEY_public_check() and EVP_KEY_param_check()Matt Caswell2021-03-151-1/+2
* Fix DSA EVP_PKEY_param_check() when defaults are used for param generation.Shane Lontis2021-03-151-3/+3
* Always check CRYPTO_LOCK_{read,write}_lockRich Salz2021-03-141-1/+2
* apps/ts.c: Allow -untrusted arg to refer to multiple sourcesDr. David von Oheimb2021-03-131-2/+5
* TS ESS: Let TS_RESP_verify_signature() make use of untrusted certs also from ...Dr. David von Oheimb2021-03-131-5/+5
* rename ossl_provider_forall_loaded to ossl_provider_doall_activatedPauli2021-03-121-7/+7
* doc: describe the return from ossl_provider_forall_loaded()Pauli2021-03-121-1/+5
* doc: note that get_params and set_params calls should return true if the para...Pauli2021-03-1211-0/+26
* doc: document the additional params argument to the various init() callsPauli2021-03-127-18/+54
* doc: update cipher documentation to include the new init functions with paramsPauli2021-03-121-33/+63
* doc: update digest documentation to include the new init functions with paramsPauli2021-03-121-12/+27