index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
sm2
/
sm2_sign.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copyright year updates
Tomas Mraz
2024-09-05
1
-1
/
+1
*
EVP_MD_size() updates
slontis
2024-08-29
1
-1
/
+1
*
Add check for public key presence on sm2 signing
Neil Horman
2024-04-09
1
-1
/
+8
*
Fix handling of NULL sig parameter in ECDSA_sign and similar
Bernd Edlinger
2024-04-02
1
-1
/
+6
*
Copyright year updates
Matt Caswell
2023-09-07
1
-1
/
+1
*
crypto/sm2/sm2_sign.c: Add BN_CTX_end
Jiasheng Jiang
2023-06-13
1
-0
/
+1
*
Fix mem leak in ECDSA_sign().
slontis
2023-03-31
1
-1
/
+1
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-17
/
+25
*
Remove duplicated #include headers
JHH20
2022-05-04
1
-1
/
+0
*
Add missing check according to SM2 Digital Signature generation algorithm
Mingjun.Yang
2021-11-02
1
-0
/
+13
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
1
-2
/
+2
*
add zero strenght arguments to BN and RAND RNG calls
Pauli
2021-05-29
1
-1
/
+1
*
Fix external symbols related to ec & sm2 keys
Shane Lontis
2021-02-26
1
-28
/
+30
*
Update copyright year
Richard Levitte
2021-01-28
1
-1
/
+1
*
Deprecate EC_KEY + Update ec apps to use EVP_PKEY
Shane Lontis
2021-01-26
1
-0
/
+2
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-37
/
+37
*
Update copyright year
Matt Caswell
2020-10-15
1
-1
/
+1
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-3
/
+3
*
Address review comments
Paul Yang
2020-09-22
1
-7
/
+7
*
Add SM2 signature algorithm to default provider
Paul Yang
2020-09-22
1
-11
/
+11
*
Add evp_test fixes.
Shane Lontis
2020-08-07
1
-6
/
+22
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-3
/
+3
*
Fix Typos
Antoine Cœur
2019-07-02
1
-2
/
+2
*
Following the license change, modify the boilerplates in crypto/smN/
Richard Levitte
2018-12-06
1
-1
/
+1
*
crypto/sm2/sm2_sign.c: ensure UINT16_MAX is properly defined
Richard Levitte
2018-09-12
1
-0
/
+1
*
Support setting SM2 ID
Paul Yang
2018-09-07
1
-30
/
+34
*
Make SM2 ID stick to specification
Paul Yang
2018-09-07
1
-15
/
+19
*
Remove unnecessary sm2_za.c
Paul Yang
2018-09-07
1
-2
/
+115
*
Use the new non-curve type specific EC functions internally
Matt Caswell
2018-07-31
1
-2
/
+2
*
Fix a trivial coding style nit in sm2_sign.c
Paul Yang
2018-07-26
1
-1
/
+1
*
Check md_size isn't negative before we use it
Matt Caswell
2018-07-07
1
-5
/
+6
*
Use ec_group_do_inverse_ord() in SM2
Nicola Tuveri
2018-06-25
1
-1
/
+2
*
Move SM2 algos to SM2 specific PKEY method
Jack Lloyd
2018-06-19
1
-12
/
+2
*
Use lowercase for internal SM2 symbols
Matt Caswell
2018-06-04
1
-14
/
+14
*
More more on SM2 error codes and tidy up
Matt Caswell
2018-06-04
1
-177
/
+114
*
Set SM2 error codes
Jack Lloyd
2018-06-04
1
-26
/
+132
*
Make SM2 functions private
Jack Lloyd
2018-06-04
1
-1
/
+1
*
[SM2_sign] fix double free and return value
Nicola Tuveri
2018-04-25
1
-3
/
+1
*
Update copyright year
Matt Caswell
2018-03-20
1
-1
/
+1
*
Add SM2 signature and ECIES schemes
Jack Lloyd
2018-03-19
1
-0
/
+324