Home
last modified time | relevance | path

Searched refs:DSA (Results 176 – 200 of 215) sorted by relevance

123456789

/openssl/crypto/evp/
H A Dp_lib.c853 static DSA *evp_pkey_get0_DSA_int(const EVP_PKEY *pkey) in evp_pkey_get0_DSA_int()
862 const DSA *EVP_PKEY_get0_DSA(const EVP_PKEY *pkey) in EVP_PKEY_get0_DSA()
867 int EVP_PKEY_set1_DSA(EVP_PKEY *pkey, DSA *key) in EVP_PKEY_set1_DSA()
874 DSA *EVP_PKEY_get1_DSA(EVP_PKEY *pkey) in EVP_PKEY_get1_DSA()
876 DSA *ret = evp_pkey_get0_DSA_int(pkey); in EVP_PKEY_get1_DSA()
/openssl/doc/designs/
H A Dfips_indicator.md33 …r logging the details of any unapproved mode operations that have been triggered (e.g. DSA Signing)
275 - DSA. Keygen and Signing are no longer approved, verify is still allowed.
304 - Any signature algorithms such as RSA, DSA, ECDSA.
H A Dpassing-algorithmidentifier-parameters.md158 - [DSA](https://www.rfc-editor.org/rfc/rfc3370#section-3.1) signatures
/openssl/doc/internal/man7/
H A DDERlib.pod42 C<end>. As an example, we can look at the DSA signature structure,
H A DEVP_PKEY.pod33 types, such as B<RSA>, B<DSA> and B<EC>, or an engine driven
/openssl/doc/man1/
H A Dopenssl-dgst.pod.in252 When verifying signatures, it only handles the RSA, DSA, or ECDSA signature
257 particular ECDSA and DSA.
H A Dopenssl.pod113 DSA Data Management.
117 DSA Parameter Generation and Management. Superseded by
146 Generation of DSA Private Key from Parameters. Superseded by
744 The function that is used by RSA, DSA (etc) code to select registered
H A Dopenssl-pkcs8.pod.in263 The format of PKCS#8 DSA (and other) private keys is not well documented:
264 it is hidden away in PKCS#11 v2.01, section 11.9. OpenSSL's default DSA
H A Dopenssl-fipsinstall.pod.in275 Configure the module to not allow DSA signing (DSA signature verification is
/openssl/doc/man3/
H A DEVP_PKEY_CTX_new.pod93 These are names like "RSA", "DSA", and what's available depends on what
H A DSSL_CTX_set1_sigalgs.pod81 the public key algorithm strings "RSA", "RSA-PSS", "DSA" or "ECDSA".
H A DPKCS7_sign.pod83 algorithm. This is B<SHA1> for both RSA and DSA keys.
H A DSSL_CTX_add1_chain_cert.pod110 an RSA and a DSA certificate can (and often will) have different chains.
H A DCMS_sign.pod99 algorithm. This is B<SHA1> for both RSA and DSA keys.
H A DCRYPTO_get_ex_new_index.pod49 DSA
H A DOSSL_STORE_INFO.pod48 OSSL_STORE_INFO *OSSL_STORE_INFO_new_PARAMS(DSA *dsa_params);
/openssl/crypto/err/
H A Dopenssl.ec14 L DSA include/openssl/dsaerr.h crypto/dsa/dsa_err.c include/cry…
/openssl/
H A DCHANGES.md261 EVP_PKEY_public_check() to check a DSA public key or DSA parameters may
5170 * Made DSA and DSA_METHOD opaque. The structures for managing DSA objects
6935 * Fix a double-free in DSA code
8137 * Fix a double-free in DSA code
8612 3. Check DSA/ECDSA signatures use DER.
9681 3. Check DSA/ECDSA signatures use DER.
16554 Bleichenbacher's DSA attack.
16629 call failed, free the DSA structure.
16858 random number < q in the DSA library.
17165 DSA key.
[all …]
/openssl/doc/HOWTO/
H A Dcertificates.txt33 you want an RSA private key, or if you want a DSA private key:
/openssl/providers/implementations/encode_decode/
H A Dencode_key2any.c1450 MAKE_ENCODER(dsa, dsa, EVP_PKEY_DSA, DSA, der);
1451 MAKE_ENCODER(dsa, dsa, EVP_PKEY_DSA, DSA, pem);
H A Ddecode_der2key.c831 MAKE_DECODER("DSA", dsa, dsa, DSA);
/openssl/doc/man7/
H A Dossl-guide-migration.pod366 more key types. This includes RSA, DSA, ED25519, X25519, ED448 and X448.
1066 L<EVP_PKEY-DH(7)/DH parameters>, L<EVP_PKEY-DSA(7)/DSA parameters>,
1118 See also L<EVP_SIGNATURE-RSA(7)>, L<EVP_SIGNATURE-DSA(7)>,
1154 L<EVP_PKEY_generate(3)> as described in L<EVP_PKEY-DSA(7)>, L<EVP_PKEY-DH(7)>,
1161 Use of low-level objects (such as DSA) has been informally discouraged from use
1168 Use of low-level objects (such as DSA) has been informally discouraged from use
/openssl/util/
H A Dindent.pro182 -T DSA
H A Dmissingcrypto.txt721 OSSL_ENCODER-DSA(7)
/openssl/test/
H A Devp_libctx_test.c119 DSA *dsa = NULL; in test_dsa_param_keygen()

Completed in 88 milliseconds

123456789