aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* CORE: query for operations only once per provider (unless no_store is true)Richard Levitte2020-05-191-1/+16
* Fix small documentation issuesNikolay Morozov2020-05-186-57/+13
* deprecate EC_POINTs_mul functionBilly Brumley2020-05-161-3/+11
* Update documentation following changes of various typesMatt Caswell2020-05-163-32/+53
* Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb2020-05-1518-91/+188
* Nit-fix: remove whitespace in doc/man3/EVP_PKEY_fromdata.pod causing warningDr. David von Oheimb2020-05-151-1/+1
* Update copyright yearMatt Caswell2020-05-158-8/+8
* Add documentation for ASN1_INTEGER_new() and ASN1_INTEGER_free()Nikolay Morozov2020-05-141-0/+44
* Rename OSSL_CMP_CTX_set1_clCert() to OSSL_CMP_CTX_set1_cert()Dr. David von Oheimb2020-05-132-48/+52
* Add -reqin_new_tid option to apps/cmp.c and OSSL_CMP_MSG_update_transactionID()Dr. David von Oheimb2020-05-133-6/+21
* Improve CMP documentation regarding use of untrusted certsDr. David von Oheimb2020-05-132-5/+5
* Chunk 11 of CMP contribution to OpenSSL: CMP command-line interfaceDr. David von Oheimb2020-05-132-0/+1160
* Improve description of algorithm NIDs in doc/man3/OSSL_CMP_CTX_new.podDr. David von Oheimb2020-05-131-8/+8
* Reflect constifications of 62dcd2aa in doc/man3/OSSL_CRMF_MSG_get0_tmpl.podDr. David von Oheimb2020-05-131-5/+7
* OSSL_STORE: Make it possible to attach an OSSL_STORE to an opened BIORichard Levitte2020-05-132-5/+69
* Remove explicit dependency on configdata.pm when processing .in filesRichard Levitte2020-05-131-1/+0
* doc: fix two invalid <B> tagsBeat Bolli2020-05-102-2/+2
* Constify 'req' parameter of OSSL_HTTP_post_asn1()Dr. David von Oheimb2020-05-091-1/+1
* doc: remove deprecation notes for apps that are staying.Pauli2020-05-098-50/+12
* SSL_OP_DISABLE_TLSEXT_CA_NAMES option implementationNikolay Morozov2020-05-073-1/+18
* Add documentation for CMS_EnvelopedData_create()Jakub Zelenka2020-05-071-0/+52
* Remove gen_get_params & gen_gettable_params from keygen operationShane Lontis2020-05-071-12/+0
* Use fips=yes consistently in documentationChristian Heimes2020-05-051-1/+1
* Strengthen X509_STORE_CTX_print_verify_cb() to print expected host etc.Dr. David von Oheimb2020-05-051-1/+23
* Improve SSL_shutdown documentation.Kurt Roeckx2020-05-051-2/+14
* Allow OSSL_PARAM_get_octet_string() to pass a NULL bufferMatt Caswell2020-05-041-1/+3
* Document the new raw private/public key functionsMatt Caswell2020-05-041-10/+43
* Add default property API's to enable and test for fipsShane Lontis2020-05-021-4/+19
* Add SSL_new_session_ticket() APIBenjamin Kaduk2020-05-011-4/+23
* Undeprecate DH, DSA and RSA _bits() functions.Pauli2020-04-303-32/+34
* Amend references to "OpenSSL license"Shourya Shukla2020-04-297-7/+7
* Update EVP_PKEY_fromdata.podopensignature2020-04-291-4/+4
* doc: Random spellcheckingSebastian Andrzej Siewior2020-04-288-15/+15
* params: change OSSL_PARAM_set_unmodified() to operate on a params arrayPauli2020-04-251-5/+6
* Add function load_csr(file,format,desc) to apps/lib/apps.cDavid von Oheimb2020-04-241-0/+12
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-14/+18
* Rewrite man5/config.pod and related conf code cleanupRich Salz2020-04-241-395/+301
* SSL_CTX_config.pod: Remove needless "NOTE" headingRich Salz2020-04-241-2/+0
* Update some nits around the FIPS moduleRich Salz2020-04-241-2/+6
* Update copyright yearMatt Caswell2020-04-23206-206/+206
* PROV: Ensure that ED25519 & ED448 keys have a mandatory digestRichard Levitte2020-04-231-0/+10
* EVP: add internal evp_keymgmt_util_get_deflt_digest_name() and use itRichard Levitte2020-04-231-1/+2
* params: add functionality to test if an OSSL_PARAM has been set.Pauli2020-04-221-1/+18
* [crypto/ec] deprecate Jprojective_coordinates_GFp functionsBilly Brumley2020-04-221-27/+46
* Add setter equivalents to X509_REQ_get0_signatureDirk-Willem van Gulik2020-04-212-6/+26
* Fix descriptions of credentials and verification options for various appsDr. David von Oheimb2020-04-205-88/+135
* Fix DH_get_nid() so that it does not cache values.Shane Lontis2020-04-202-14/+9
* DOC: Extend EVP_PKEY-DSA(7) / EVP_PKEY_DH(7) with FFC informationShane Lontis2020-04-202-12/+226
* DOC: Refactor provider-keymgmt(7) to give the keytypes their own pagesRichard Levitte2020-04-205-236/+413
* Undeprecate DH_get_length() and DH_set_length() functionsPauli2020-04-191-2/+1