index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
sm2
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto/sm2/sm2_sign.c: ensure UINT16_MAX is properly defined
Richard Levitte
2018-09-12
1
-0
/
+1
*
Validate the SM2 digest len before use
Matt Caswell
2018-09-10
1
-1
/
+7
*
Add missing SM2err and fix doc nits
Paul Yang
2018-09-07
2
-1
/
+5
*
Update document for SM2 stuffs
Paul Yang
2018-09-07
2
-4
/
+15
*
Support setting SM2 ID
Paul Yang
2018-09-07
3
-56
/
+96
*
Make SM2 ID stick to specification
Paul Yang
2018-09-07
2
-16
/
+51
*
Remove unnecessary sm2_za.c
Paul Yang
2018-09-07
3
-135
/
+116
*
fix out-of-bounds write in sm2_crypt.c
ymlbright
2018-08-29
1
-1
/
+8
*
Use the new non-curve type specific EC functions internally
Matt Caswell
2018-07-31
3
-13
/
+13
*
Fix a trivial coding style nit in sm2_sign.c
Paul Yang
2018-07-26
1
-1
/
+1
*
Update sm2_crypt.c
neighbads
2018-07-24
1
-1
/
+1
*
Remove a memset
Matt Caswell
2018-07-07
1
-2
/
+0
*
Check a return value for success in ec_field_size()
Matt Caswell
2018-07-07
1
-1
/
+2
*
Fix some Coverity issues in sm2_encrypt()
Matt Caswell
2018-07-07
1
-9
/
+10
*
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
4
-14
/
+255
*
crypto/sm2/sm2_za.c: include internal/numbers.h
Richard Levitte
2018-06-05
1
-0
/
+1
*
Rebuild error codes
Matt Caswell
2018-06-04
1
-87
/
+0
*
Use lowercase for internal SM2 symbols
Matt Caswell
2018-06-04
4
-33
/
+33
*
More more on SM2 error codes and tidy up
Matt Caswell
2018-06-04
4
-311
/
+211
*
Improve use of the test framework in the SM2 internal tests
Matt Caswell
2018-06-04
1
-9
/
+29
*
Further work on SM2 error codes
Matt Caswell
2018-06-04
1
-83
/
+64
*
Set SM2 error codes
Jack Lloyd
2018-06-04
3
-32
/
+235
*
Make SM2 functions private
Jack Lloyd
2018-06-04
4
-4
/
+4
*
[SM2_sign] fix double free and return value
Nicola Tuveri
2018-04-25
1
-3
/
+1
*
Update copyright year
Matt Caswell
2018-03-20
4
-4
/
+4
*
Handle evp_tests assumption of EVP_PKEY_FLAG_AUTOARGLEN
Jack Lloyd
2018-03-19
1
-2
/
+15
*
Support SM2 ECIES scheme via EVP
Jack Lloyd
2018-03-19
1
-0
/
+1
*
Add SM2 signature and ECIES schemes
Jack Lloyd
2018-03-19
5
-0
/
+912