Home
last modified time | relevance | path

Searched refs:dsa (Results 76 – 100 of 100) sorted by relevance

1234

/openssl/doc/man3/
H A DDSA_get0_pqg.pod14 #include <openssl/dsa.h>
H A DX509_dup.pod390 DSA *DSAparams_dup(const DSA *dsa);
H A DEVP_PKEY_CTX_ctrl.pod123 #include <openssl/dsa.h>
/openssl/doc/man1/
H A Dopenssl-rsa.pod.in200 L<openssl-dsa(1)>,
H A Dopenssl-ec.pod.in190 L<openssl-dsa(1)>,
H A Dopenssl-pkey.pod.in222 L<openssl-dsa(1)>,
H A Dopenssl.pod111 =item B<dsa>
812 L<openssl-dsa(1)>,
H A Dopenssl-pkcs8.pod.in275 L<openssl-dsa(1)>,
H A Dopenssl-req.pod.in197 B<dsa:>I<filename> generates a DSA key using the parameters
/openssl/doc/man5/
H A Dfips_config.pod137 =item B<dsa-sign-disabled>
/openssl/test/
H A Devp_extra_test.c1567 DSA *dsa = NULL; in test_EVP_PKEY_sign_with_app_method() local
1596 if (!TEST_ptr(dsa = EVP_PKEY_get1_DSA(pkey)) in test_EVP_PKEY_sign_with_app_method()
1597 || !TEST_int_gt(DSA_set_method(dsa, dsa_meth), 0) in test_EVP_PKEY_sign_with_app_method()
1598 || !TEST_int_gt(EVP_PKEY_assign_DSA(pkey, dsa), 0)) in test_EVP_PKEY_sign_with_app_method()
1600 dsa = NULL; /* now owned by the pkey */ in test_EVP_PKEY_sign_with_app_method()
1634 DSA_free(dsa); in test_EVP_PKEY_sign_with_app_method()
/openssl/.github/workflows/
H A Drun-checker-daily.yml53 no-dsa,
/openssl/crypto/objects/
H A Dobj_mac.num117 dsa 116
/openssl/test/ssl-tests/
H A D20-cert-select.cnf1773 DSA.Certificate = ${ENV::TEST_CERTS_DIR}/server-dsa-cert.pem
1774 DSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-dsa-key.pem
1827 DSA.Certificate = ${ENV::TEST_CERTS_DIR}/server-dsa-cert.pem
1828 DSA.PrivateKey = ${ENV::TEST_CERTS_DIR}/server-dsa-key.pem
/openssl/include/crypto/
H A Devp.h647 struct dsa_st *dsa; /* DSA */ member
/openssl/crypto/evp/
H A Dp_lib.c741 pkey->foreign = pkey->pkey.dsa != NULL in detect_foreign_key()
742 && ossl_dsa_is_foreign(pkey->pkey.dsa); in detect_foreign_key()
/openssl/apps/
H A Dspeed.c108 int dsa; member
2067 seconds.sym = seconds.rsa = seconds.dsa = seconds.ecdsa in speed_main()
3167 dsa_bits[testnum], seconds.dsa); in speed_main()
3197 dsa_bits[testnum], seconds.dsa); in speed_main()
/openssl/doc/
H A Dbuild.info67 DEPEND[html/man1/openssl-dsa.html]=man1/openssl-dsa.pod
68 GENERATE[html/man1/openssl-dsa.html]=man1/openssl-dsa.pod
69 DEPEND[man/man1/openssl-dsa.1]=man1/openssl-dsa.pod
70 GENERATE[man/man1/openssl-dsa.1]=man1/openssl-dsa.pod
71 DEPEND[man1/openssl-dsa.pod]{pod}=man1/openssl-dsa.pod.in
72 GENERATE[man1/openssl-dsa.pod]=man1/openssl-dsa.pod.in
361 html/man1/openssl-dsa.html \
421 man/man1/openssl-dsa.1 \
/openssl/include/openssl/
H A Devp.h507 # define EVP_PKEY_assign_DSA(pkey,dsa) EVP_PKEY_assign((pkey),EVP_PKEY_DSA,\ argument
508 (dsa))
/openssl/crypto/err/
H A Dopenssl.txt735 EVP_R_EXPECTING_A_DSA_KEY:129:expecting a dsa key
1474 SSL_R_MISSING_DSA_SIGNING_CERT:165:missing dsa signing cert
/openssl/doc/man7/
H A Dossl-guide-migration.pod2351 b<openssl dhparam>, B<openssl dsa>, B<openssl gendsa>, B<openssl dsaparam>,
2362 B<openssl dhparam>, B<openssl dsa>, B<openssl gendsa>, B<openssl dsaparam>,
/openssl/
H A DNEWS.md1307 * dsa-with-SHA224 and dsa-with-SHA256 signature types.
H A DCHANGES.md2618 * The command line utilities dhparam, dsa, gendsa and dsaparam have been
5994 * Add FIPS_{rsa,dsa,ecdsa}_{sign,verify} functions which digest and
10614 * Add support for dsa-with-SHA224 and dsa-with-SHA256.
10915 utilities such as rsa, dsa, dsaparam etc except they process any key
11041 these in the 'rsa' and 'dsa' utilities.
12926 (these are based on 'openssl dsaparam' and 'openssl dsa').
13156 to dsa and dh code (which had race conditions before).
15868 encoded as NULL) with id-dsa-with-sha1.
16328 * In dsa_do_verify (crypto/dsa/dsa_ossl.c), verify that r and s are
20159 `openssl dsa -modulus` in the past) which serves a similar purpose.
[all …]
H A DINSTALL.md1179 des|dh|dsa|ecdh|ecdsa|idea|md4|mdc2|ocb|
/openssl/providers/fips/
H A Dself_test_data.inc1506 /* dsa 2048 */

Completed in 229 milliseconds

1234