index
:
openssl
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
SSLeay
dependabot-review
dependabot/github_actions/coverallsapp/github-action-2.3.3
feature/acert-cli
feature/dtls-1.3
feature/ech
feature/evp_skey
feature/hss
feature/ml-kem
feature/quic-server
feature/slh-dsa
master
openssl-3.0
openssl-3.1
openssl-3.2
openssl-3.3
openssl-3.4
tls1.3-draft-18
tls1.3-draft-19
Mirror of https://github.com/openssl/openssl
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
dsa
/
dsa_asn1.c
Age
Commit message (
Expand
)
Author
2020-04-23
Update copyright year
Matt Caswell
2020-02-12
Deprecate the low level DSA functions.
Pauli
2020-01-24
Modify DSA and DH keys to use a shared FFC_PARAMS struct
Shane Lontis
2020-01-12
Add dsa signature alg to fips provider
Shane Lontis
2019-09-28
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-07-12
Convert asn1_dsa.c to use the WPACKET API instead
Matt Caswell
2019-07-12
Add simple ASN.1 utils for DSA signature DER.
David Makepeace
2019-03-06
constify *_dup() and *i2d_*() and related functions as far as possible, intro...
David von Oheimb
2018-12-06
Following the license change, modify the boilerplates in crypto/dsa/
Richard Levitte
2017-10-18
Remove parentheses of return.
KaoruToda
2017-10-09
Since return is inconsistent, I removed unnecessary parentheses and
KaoruToda
2017-08-03
Switch from ossl_rand to DRBG rand
Rich Salz
2017-04-13
ASN.1: adapt our use of INTxx et al by making them explicitely embedded
Richard Levitte
2017-04-10
Act on deprecation of LONG and ZLONG, step 2
Richard Levitte
2016-07-20
Don't allocate r/s in DSA_SIG and ECDSA_SIG
Dr. Stephen Henson
2016-06-20
Make DSA_SIG and ECDSA_SIG getters const.
Emilia Kasper
2016-06-13
Ensure that NULL r and s parameters cannot be set on DSA_SIG/ECDSA_SIGs.
TJ Saunders
2016-06-13
Reorder the setter arguments to more consistently match that of other APIs,
TJ Saunders
2016-06-13
Implement DSA_SIG_set0() and ECDSA_SIG_set0(), for setting signature values.
TJ Saunders
2016-05-17
Copyright consolidation 07/10
Rich Salz
2016-04-03
Make the DSA structure opaque
Matt Caswell
2016-03-20
constify DSA_SIG_get0()
Dr. Stephen Henson
2016-03-11
move DSA_SIG definition into C source file
Dr. Stephen Henson
2016-03-08
Make DSA_SIG opaque.
Dr. Stephen Henson
2016-01-28
Use callback for DSAPublicKey
Dr. Stephen Henson
2016-01-26
Remove /* foo.c */ comments
Rich Salz
2015-11-09
Continue standardising malloc style for libcrypto
Matt Caswell
2015-09-11
Enable -Wmissing-variable-declarations and
Ben Laurie
2015-06-23
More secure storage of key material.
Rich Salz
2015-05-14
Identify and move common internal libcrypto header files
Richard Levitte
2015-05-04
Use safer sizeof variant in malloc
Rich Salz
2015-04-30
free cleanup almost the finale
Rich Salz
2015-03-26
Simplify DSA public key handling.
Dr. Stephen Henson
2015-01-22
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-05
Fix various certificate fingerprint issues.
Dr. Stephen Henson
2014-12-30
mark all block comments that need format preserving so that
Tim Hudson
2011-02-13
Remove dependency of dsa_sign.o and dsa_vrf.o: new functions FIPS_dsa_sig_new
Dr. Stephen Henson
2011-01-25
Move DSA_sign, DSA_verify to dsa_asn1.c and include separate versions of
Dr. Stephen Henson
2009-09-06
PR: 1644
Dr. Stephen Henson
2009-04-15
Updates from 1.0.0-stable.
Dr. Stephen Henson
2008-11-05
Update obsolete email address...
Dr. Stephen Henson
2005-09-01
Extend callback function to support print customization.
Dr. Stephen Henson
2001-02-23
Get rid of ASN1_ITEM_FUNCTIONS dummy function
Dr. Stephen Henson
2000-12-08
Merge from the ASN1 branch of new ASN1 code
Dr. Stephen Henson
2000-11-19
Make sure bs is assigned NULL when it's free'd, or there will be an
Richard Levitte
2000-11-07
Constify DSA-related code.
Richard Levitte
2000-06-01
There have been a number of complaints from a number of sources that names
Richard Levitte
1999-10-20
Replace the macros in asn1.h with function equivalents. Also make UTF8Strings
Dr. Stephen Henson
1999-04-23
Change #include filenames from <foo.h> to <openssl.h>.
Bodo Möller
[next]