index
:
botan.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
pubkey
/
sm2
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support SM2 raw signatures
Jack Lloyd
2018-09-09
1
-57
/
+101
*
Fix off by one for SM2 ciphertext length
Jack Lloyd
2018-08-10
1
-1
/
+1
*
Add functions to get size of PK ciphertext,plaintext
Jack Lloyd
2018-08-10
1
-2
/
+32
*
Add PK_Signer::signature_length
Jack Lloyd
2018-08-10
1
-0
/
+2
*
Combine SM2 key types for signatures and encryption
Jack Lloyd
2018-08-01
5
-143
/
+63
*
Require SM2 ciphertexts be DER encoded
Jack Lloyd
2018-07-24
1
-2
/
+18
*
Changes to allow masked lookups for variable point mult
Jack Lloyd
2018-06-20
1
-6
/
+10
*
Add EC_Group::inverse_mod_order
Jack Lloyd
2018-04-17
1
-2
/
+2
*
Precompute for multiexponentation when verifying ECC signatures
Jack Lloyd
2018-04-17
1
-4
/
+5
*
Add EC_Group::random_scalar
Jack Lloyd
2018-03-21
2
-2
/
+2
*
Use blinded_base_point_multiply_x in the various signature schemes
Jack Lloyd
2018-03-08
1
-4
/
+4
*
Add mixed (J+A) point addition, new scalar mul for base points
Jack Lloyd
2018-03-08
1
-7
/
+7
*
Add functions to EC_Group for getting base point coordinates
Jack Lloyd
2018-02-25
1
-2
/
+2
*
New API for blinded ECC point multiplication
Jack Lloyd
2018-02-21
2
-16
/
+18
*
Further simplifications in SM2 code
Jack Lloyd
2018-02-18
2
-14
/
+14
*
Add point_multiply operation to EC_Group
Jack Lloyd
2018-02-18
1
-1
/
+1
*
Add functions to reduce integers mod the order to EC_Group
Jack Lloyd
2018-02-18
1
-22
/
+16
*
Use shared representation of EC_Group
Jack Lloyd
2018-01-31
2
-6
/
+6
*
Expose SM2_compute_za
Jack Lloyd
2018-01-12
1
-6
/
+7
*
Change default userid for SM2 signatures.
Daniel Wyatt
2018-01-04
1
-0
/
+12
*
Apply final annotations to the library also
Jack Lloyd
2017-09-22
3
-5
/
+5
*
Update SM2 to use ASN.1 encoding for ciphertexts
Jack Lloyd
2017-09-20
2
-27
/
+32
*
Change header guard format to BOTAN_FOO_H_
Jack Lloyd
2017-09-20
2
-4
/
+4
*
Complete the final annotation changes
Jack Lloyd
2017-09-19
2
-4
/
+4
*
Use constant_time_compare instead of same_mem
Jack Lloyd
2017-09-16
1
-1
/
+1
*
Change SM2 encryption to match updated standard.
Jack Lloyd
2017-09-10
1
-5
/
+5
*
Bump version for SM2
Jack Lloyd
2017-09-07
1
-1
/
+1
*
Support arbitrary hashes for SM2 signatures
Jack Lloyd
2017-09-06
1
-7
/
+37
*
Remove unused member
Jack Lloyd
2017-09-06
1
-1
/
+0
*
Support arbitrary hashes for SM2 encryption
Jack Lloyd
2017-09-05
1
-12
/
+17
*
Add SM2 encryption scheme
Jack Lloyd
2017-08-04
5
-11
/
+340
*
Remove debug prints
Jack Lloyd
2017-06-30
1
-17
/
+1
*
Add SM2 signature scheme
Jack Lloyd
2017-06-29
3
-0
/
+345