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
*
fix sm2 encryption implementation bug.
Liu-Ermeng
2024-05-15
1
-4
/
+27
*
Add check for public key presence on sm2 signing
Neil Horman
2024-04-09
1
-1
/
+8
*
Copyright year updates
Richard Levitte
2024-04-09
1
-1
/
+1
*
Fix handling of NULL sig parameter in ECDSA_sign and similar
Bernd Edlinger
2024-04-02
1
-1
/
+6
*
Optimize the implementation of ec_field_size()
K1
2024-01-31
1
-17
/
+4
*
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
2
-32
/
+38
*
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
*
fix some code with obvious wrong coding style
x2018
2021-10-28
1
-1
/
+1
*
sm2: fix error raise to not fail make update
Pauli
2021-08-25
1
-1
/
+1
*
Check the plaintext buffer is large enough when decrypting SM2
Matt Caswell
2021-08-24
1
-0
/
+4
*
Correctly calculate the length of SM2 plaintext given the ciphertext
Matt Caswell
2021-08-24
1
-16
/
+8
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
2
-7
/
+7
*
add zero strenght arguments to BN and RAND RNG calls
Pauli
2021-05-29
2
-2
/
+2
*
err: rename err_load_xxx_strings_int functions
Pauli
2021-05-26
1
-1
/
+1
*
Fix up issues found when running evp_extra_test with a non-default library co...
Jon Spillett
2021-03-17
1
-1
/
+1
*
Update copyright year
Matt Caswell
2021-03-11
1
-1
/
+1
*
Fix external symbols related to ec & sm2 keys
Shane Lontis
2021-02-26
3
-50
/
+52
*
Update copyright year
Richard Levitte
2021-01-28
3
-3
/
+3
*
Deprecate EC_KEY + Update ec apps to use EVP_PKEY
Shane Lontis
2021-01-26
2
-0
/
+4
*
Add SM2 private key range validation
Nicola Tuveri
2021-01-08
3
-1
/
+52
*
ERR: Rebuild all generated error headers and source files
Richard Levitte
2020-11-24
1
-5
/
+10
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
2
-66
/
+66
*
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
2
-5
/
+5
*
Remove some dead SM2 code
Matt Caswell
2020-09-25
2
-394
/
+1
*
Fix missing propq in sm2
Shane Lontis
2020-09-23
1
-2
/
+4
*
Address review comments
Paul Yang
2020-09-22
1
-7
/
+7
*
Add SM2 signature algorithm to default provider
Paul Yang
2020-09-22
3
-14
/
+14
*
Add evp_test fixes.
Shane Lontis
2020-08-07
3
-13
/
+57
*
Update copyright year
Matt Caswell
2020-04-23
2
-2
/
+2
*
SM2: Make the EVP_PKEY_METHOD ctrl_str function listen to distid
Richard Levitte
2020-03-15
1
-7
/
+3
*
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
[next]