summaryrefslogtreecommitdiffstats
path: root/doc/man3/CMS_digest_create.pod (unfollow)
Commit message (Expand)AuthorFilesLines
2021-01-23OSSL_HTTP_REQ_CTX_new(): replace method_GET parameter by method_POSTDr. David von Oheimb2-24/+26
2021-01-23rename OSSL_HTTP_REQ_CTX_header to OSSL_HTTP_REQ_CTX_set_request_lineDr. David von Oheimb6-22/+24
2021-01-23Add check of HTTP method to OSSL_HTTP_REQ_CTX_content()Dr. David von Oheimb1-0/+4
2021-01-23Util/Pod.pm: Fix uninitialized $podinfo{lastsecttext} on empty inputDr. David von Oheimb1-0/+1
2021-01-22Fix no-dh and no-dsaMatt Caswell1-5/+5
2021-01-22Don't copy parameters on setting a key in libsslMatt Caswell2-22/+5
2021-01-22Ensure legacy_asn1_ctrl_to_param can handle MDs not in the OBJ databaseMatt Caswell1-4/+33
2021-01-21Unix Makefile generator: separate "simple" shared libraries from import libra...Richard Levitte3-27/+63
2021-01-21Check input size before NULL pointer test inside mem_write()zsugabubus1-4/+4
2021-01-21dh_cms_set_shared_info: Use explicit fetch to be able to provide libctxTomas Mraz2-3/+11
2021-01-21dh_cms_set_peerkey: The peer key is encoded as an ASN.1 integerTomas Mraz1-1/+15
2021-01-21Make the smdh.pem test certificate usable with fips providerTomas Mraz2-31/+44
2021-01-21kdf_exch.c (kdf_derive): Proper handling of NULL secretTomas Mraz1-1/+7
2021-01-21Fixes related to broken DH support in CMSTomas Mraz4-14/+16
2021-01-21Pass correct maximum output length to provider derive operationTomas Mraz2-9/+9
2021-01-21CMP: Allow PKCS#10 input also for ir, cr, kur, and rr messagesDr. David von Oheimb11-133/+195
2021-01-21X509_REQ_get_extensions(): Return empty stack if no extensions foundDr. David von Oheimb1-1/+3
2021-01-21apps/cmp.c: Check self-signature on CSR input and warn on failureDr. David von Oheimb1-0/+8
2021-01-21apps/cmp.c: Improve diagnostics on loading private vs. public key for cert re...Dr. David von Oheimb1-2/+8
2021-01-21CI: Add some legacy stuff that we do not test in GitHub CI yetTomas Mraz1-1/+1
2021-01-21fall-back -> fallback find-doc-nit additionMichael Baentsch1-0/+1
2021-01-21Fix typo in crl2pkcs documentationTim Hitchins1-1/+1
2021-01-21Deprecate EVP_KEY_new_CMAC_key and EVP_PKEY_new_CMAC_key_exRich Salz6-39/+46
2021-01-20ktls: Initial support for ChaCha20-Poly1305Vadim Fedorenko2-1/+28
2021-01-20Ensure SRP BN_mod_exp follows the constant time pathMatt Caswell2-4/+22
2021-01-20ec_kmgmt.c: OSSL_PKEY_PARAM_DEFAULT_DIGEST is gettable param for EC/SM2 keysTomas Mraz1-0/+2
2021-01-20X509v3_get_ext_by_NID.pod: Add warning on counter-intuitive behavior of X509v...Dr. David von Oheimb3-13/+11
2021-01-20apps/x509.c: Make -x509toreq respect -clrext, -sigopt, and -extfile optionsDr. David von Oheimb4-141/+145
2021-01-20apps/x509.c: Add -copy_extensions option, used when transforming x509 <-> reqDr. David von Oheimb3-36/+91
2021-01-2080-test_ssl_old.t: Minor corrections: update name of test dir etc.Dr. David von Oheimb1-4/+4
2021-01-20apps.c: Clean up copy_extensions()Dr. David von Oheimb1-13/+13
2021-01-20X509_REQ_print_ex(): Correct indentation of extensions, which are attributesDr. David von Oheimb1-4/+4
2021-01-20X509_REQ_print_ex(): Replace weird 'a0:00' output on empty attributes by '(no...Dr. David von Oheimb1-1/+1
2021-01-20constify X509_REQ_add_extensions() and X509_REQ_add_extensions_nid()Dr. David von Oheimb2-8/+8
2021-01-20apps/x509.c: Major code, user guidance, and documentation cleanupDr. David von Oheimb2-541/+593
2021-01-20apps/x509.c: Take the -signkey arg as default pubkey with -newDr. David von Oheimb2-23/+14
2021-01-2025-test_x509.t: Make test case w.r.t. self-issued cert run also without EC en...Dr. David von Oheimb1-23/+17
2021-01-2025-test_x509.t: Minor update: factor out path for test input filesDr. David von Oheimb1-15/+14
2021-01-2025-test_x509.t: Minor update: do not anymore unlink test output filesDr. David von Oheimb1-3/+3
2021-01-20X509: Enable printing cert even with invalid validity times, saying 'Bad time...Dr. David von Oheimb3-8/+14
2021-01-20ASN1_TIME_print() etc.: Improve doc and add comment on handling invalid time ...Dr. David von Oheimb2-10/+12
2021-01-20make various test CA certs RFC 5280 compliant w.r.t. X509 extensionsDr. David von Oheimb42-403/+417
2021-01-20apps/genpkey.c: Use PEM_read_bio_Parameters_ex when reading parametersJon Spillett1-1/+1
2021-01-20test-gendsa: Add test cases with FIPS providerJon Spillett1-3/+49
2021-01-20x509_vfy.c: Rename CHECK_CB() to the more intuitively readable CB_FAIL_IF()Dr. David von Oheimb1-137/+106
2021-01-20Remove pkey_downgrade from PKCS7 codeShane Lontis5-79/+64
2021-01-19util/check-format.pl: Minor improvements of whitespace checksDr. David von Oheimb3-9/+11
2021-01-19Deprecate OCSP_xxx API for OSSL_HTTP_xxxRich Salz12-146/+334
2021-01-19DOCS: Fix the last few remaining pass phrase options referencesRichard Levitte2-13/+13
2021-01-18Fix memory leak in mac_newctx() on errorKurt Roeckx1-0/+1