aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)AuthorFilesLines
2020-03-03Add pairwise consistency self tests to asym keygeneratorsShane Lontis3-52/+179
2020-03-02build.info: Implement simply substitutions in variable valuesRichard Levitte1-0/+16
2020-03-02build.info: Make it possible to have more than one item in KEYWORD[]Richard Levitte1-17/+23
2020-03-02KEYMGMT: Add a keydata copy functionRichard Levitte1-1/+10
2020-03-02KEYMGMT: Add a keydata matching functionRichard Levitte1-0/+8
2020-02-29DOCS: Add and modify docs for internal EVP_KEYMGMT utility functionsRichard Levitte1-12/+30
2020-02-29DOCS: Add internal docs for EVP_PKEY and the export functionsRichard Levitte3-63/+131
2020-02-29man: openssl-ocsp: separate client and server optionsDr. Matthias St. Pierre1-28/+35
2020-02-28x509v3 subjectSignTool extention supportNikolay Morozov2-0/+127
2020-02-28Implement the ECX SerializersMatt Caswell2-1/+84
2020-02-26doc: add OpenSSL logoDr. Matthias St. Pierre1-0/+41
2020-02-26apps x509: restrict CAkeyform option to OPT_FMT_PDEBastian Germann1-2/+2
2020-02-26bugfix in cmac calculation exampleAsfak Rahman1-2/+2
2020-02-26sec_mem: add note about the minimum size parameter.Pauli1-2/+4
2020-02-22Refactor evp_pkey_make_provided() to do legacy to provider exportRichard Levitte2-9/+15
2020-02-22doc/man3/EVP_PKEY_CTX_ctrl.pod: cleanupRichard Levitte1-73/+73
2020-02-22PROV: add RSA signature implementationRichard Levitte1-21/+38
2020-02-21Don't exclude quite so much in a no-sock buildDr. David von Oheimb1-3/+8
2020-02-21Introduce the provider propertyMatt Caswell9-25/+31
2020-02-21pkey: additional EC related optionsPauli1-0/+34
2020-02-21pkey: update command line tool examples in light of deprecations.Pauli6-1/+16
2020-02-21Params: add argument to the _from_text calls to indicate if the param exists.Pauli1-2/+6
2020-02-20Deprecate the low level Diffie-Hellman functions.Pauli8-4/+88
2020-02-20rsa: document deprecated RSA command line appsPauli3-0/+24
2020-02-20rsa: document deprecated low level functionsPauli10-0/+106
2020-02-18[PROV][EC] Update documentationNicola Tuveri2-20/+145
2020-02-18DOC:Fix typos in x509v3_config.podAlex Boboc1-1/+1
2020-02-18DOC:Fix typos in man5/config.podAlex Boboc1-1/+1
2020-02-18DOC:Fix typos in openssl-enc.pod.in + openssl.podAlex Boboc2-3/+3
2020-02-18DOC:Fix typos in ossl_cmp_print_log.podAlex Boboc1-1/+1
2020-02-18DOC:Fix typos in ossl_param_bld_initAlex Boboc1-2/+2
2020-02-18Deprecate EC command line apps.Pauli2-2/+20
2020-02-18DOC: Add documentation related to X509_LOOKUPsRichard Levitte3-12/+215
2020-02-18Fix podchecker warningsRichard Levitte1-3/+2
2020-02-17chunk 7 of CMP contribution to OpenSSLDr. David von Oheimb5-20/+142
2020-02-17fix various formatting nits in CMP contribution chunks 1-6 found by the new u...Dr. David von Oheimb1-4/+4
2020-02-17improve CMP logging according to comments on CMP chunk 7 previewDr. David von Oheimb3-78/+128
2020-02-17add internal doc files actually belonging to CMP contribution chunk 6Dr. David von Oheimb3-0/+327
2020-02-15DOC: document in more detail what a BIO_read_ex() via BIO_f_buffer() doesRichard Levitte1-4/+14
2020-02-15Document OSSL_SERIALIZER_PUBKEY_TO_DER_PQ and friendsRichard Levitte1-1/+11
2020-02-14apps x509: passing PKCS#11 URL as -signkeyBastian Germann1-3/+4
2020-02-12Remove unused ossl_param_bld_to_param_ex() function.Pauli1-15/+3
2020-02-12Remove unused OSSL_PARAM_construct_from_text() function.Pauli1-12/+3
2020-02-12dsa: deprecate applications that depend on the low level DSA functions.Pauli4-0/+32
2020-02-12Deprecate the low level DSA functions.Pauli3-2/+49
2020-02-10Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.cDr. David von Oheimb4-54/+315
2020-02-10add BIO_socket_wait(), BIO_wait(), and BIO_connect_retry() improving timeout ...Dr. David von Oheimb2-1/+54
2020-02-10Memory allocator code cleanupDavide Galassi1-27/+31
2020-02-07tests/drbgtest: use new RAND_DRBG callback_data API instead of ex_dataDr. Matthias St. Pierre1-2/+2
2020-02-07RAND_DRBG: add a callback data for entropy and nonce callbacksDr. Matthias St. Pierre2-3/+30