index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
dsa
/
dsa_ameth.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add selection support to the provider keymgmt_dup function
Tomas Mraz
2021-04-15
1
-1
/
+1
*
Implement provider-side keymgmt_dup function
Tomas Mraz
2021-04-15
1
-40
/
+1
*
Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().
Shane Lontis
2021-04-12
1
-1
/
+1
*
Implement EVP_PKEY_dup() function
Tomas Mraz
2021-03-28
1
-2
/
+60
*
PROV: Add type specific PKCS#8 decoding to the DER->key decoders
Richard Levitte
2021-03-19
1
-59
/
+4
*
Add ossl_asn1 symbols
Shane Lontis
2021-03-18
1
-1
/
+1
*
Fix external symbols related to dsa keys
Shane Lontis
2021-02-26
1
-3
/
+3
*
Update copyright year
Richard Levitte
2021-01-28
1
-1
/
+1
*
Remove pkey_downgrade from PKCS7 code
Shane Lontis
2021-01-20
1
-18
/
+0
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-19
/
+19
*
Fix no-dh
Matt Caswell
2020-10-19
1
-3
/
+2
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-1
/
+1
*
Remove CMS recipient info information out of the algorithm implementations
Matt Caswell
2020-10-15
1
-6
/
+0
*
Move CMS signing code out of the algorithms and into CMS
Matt Caswell
2020-10-15
1
-16
/
+0
*
ffc: add _ossl to exported but internal functions
Pauli
2020-10-06
1
-3
/
+3
*
Constify X509_PUBKEY_get(), X509_PUBKEY_get0(), and X509_PUBKEY_get0_param()
Dr. David von Oheimb
2020-05-26
1
-1
/
+1
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
When calling the import_to function pass the libctx too
Matt Caswell
2020-04-17
1
-3
/
+4
*
Add DSA keygen to provider
Shane Lontis
2020-04-15
1
-2
/
+2
*
Enable export_to functions to have access to the libctx
Matt Caswell
2020-04-09
1
-1
/
+2
*
Param build: make structures opaque.
Pauli
2020-03-28
1
-14
/
+18
*
Param builder: make the OSSL_PARAM_BLD APIs public.
Pauli
2020-03-28
1
-9
/
+9
*
EVP: Implement support for key downgrading in backends
Richard Levitte
2020-03-25
1
-1
/
+23
*
DH, DSA, EC_KEY: Fix exporters to allow domain parameter keys
Richard Levitte
2020-03-23
1
-5
/
+10
*
EVP: Check that key methods aren't foreign when exporting
Richard Levitte
2020-03-09
1
-0
/
+7
*
Deprecate the low level DSA functions.
Pauli
2020-02-11
1
-0
/
+6
*
Implement Provider side Key Management for X25519 and X448
Matt Caswell
2020-02-11
1
-2
/
+2
*
Redesign the KEYMGMT libcrypto <-> provider interface - the basics
Richard Levitte
2020-02-07
1
-23
/
+19
*
Modify DSA and DH keys to use a shared FFC_PARAMS struct
Shane Lontis
2020-01-24
1
-42
/
+20
*
DSA: Add export of domain parameters to provider
Richard Levitte
2019-10-17
1
-10
/
+9
*
Explicitly test against NULL; do not use !p or similar
Rich Salz
2019-10-09
1
-2
/
+2
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-2
/
+2
*
fix for dsa key size feature request issue: pkey -text or -text_pub should sh...
jayaram
2019-09-24
1
-0
/
+7
*
Implement DSA in the default provider
Matt Caswell
2019-09-09
1
-3
/
+68
*
The SHA256 is not a mandatory digest for DSA.
Tomas Mraz
2019-05-28
1
-1
/
+1
*
remove needless empty lines when printing certificates
David von Oheimb
2019-03-18
1
-0
/
+2
*
Following the license change, modify the boilerplates in crypto/dsa/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Check return value of OBJ_nid2obj in dsa_pub_encode.
Pavel Kopyl
2017-11-03
1
-2
/
+6
*
Remove parentheses of return.
KaoruToda
2017-10-18
1
-2
/
+2
*
Added const-time flag to DSA key decoding to avoid potential leak of privkey
Samuel Weiser
2017-09-29
1
-0
/
+1
*
Constify private key decode.
Dr. Stephen Henson
2016-08-17
1
-2
/
+2
*
constify X509_ALGOR_get0()
Dr. Stephen Henson
2016-08-17
1
-4
/
+4
*
Add DSA_bits() function.
Dr. Stephen Henson
2016-08-01
1
-1
/
+1
*
Make DSA_SIG and ECDSA_SIG getters const.
Emilia Kasper
2016-06-20
1
-2
/
+2
*
Specifiy size of arrays
Kurt Roeckx
2016-06-04
1
-1
/
+1
*
Parameter copy sanity checks.
Dr. Stephen Henson
2016-05-31
1
-1
/
+1
*
Copyright consolidation 07/10
Rich Salz
2016-05-17
1
-54
/
+5
*
Make the DSA structure opaque
Matt Caswell
2016-04-03
1
-1
/
+1
*
Remove #error from include files.
Rich Salz
2016-03-21
1
-3
/
+1
[next]