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
*
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