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
*
Remove unused OSSL_PARAM_construct_from_text() function.
Pauli
2020-02-12
1
-2
/
+1
*
Deprecate the ECDSA and EV_KEY_METHOD functions.
Pauli
2020-02-04
2
-0
/
+12
*
Add SM2 specific parameter and key generation
Richard Levitte
2020-02-02
1
-25
/
+42
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
4
-10
/
+10
*
s390x assembly pack: accelerate X25519, X448, Ed25519 and Ed448
Patrick Steuer
2019-09-25
1
-1
/
+6
*
util/mkerr.pl: make it not depend on the function code
Richard Levitte
2019-09-12
1
-1
/
+1
*
Support parsing of SM2 ID in hexdecimal
Paul Yang
2019-08-22
1
-0
/
+19
*
Regenerate mkerr files
Rich Salz
2019-07-16
1
-28
/
+2
*
Fix Typos
Antoine Cœur
2019-07-02
1
-2
/
+2
*
Support SM2 certificate verification
杨洋
2019-03-13
1
-0
/
+4
*
constify *_dup() and *i2d_*() and related functions as far as possible, intro...
David von Oheimb
2019-03-06
1
-1
/
+1
*
Support raw input data in apps/pkeyutl
Paul Yang
2019-02-27
1
-0
/
+3
*
Following the license change, modify the boilerplates in crypto/smN/
Richard Levitte
2018-12-06
4
-4
/
+4
*
EVP module documentation pass
Antoine Salon
2018-10-17
1
-2
/
+3
*
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