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
/
gost_3410
/
gost_3410.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Throw if you attempt to use GOST 34.10-2012 with invalid params
Jack Lloyd
2019-10-06
1
-2
/
+23
*
Update GOST to use 2012 OIDs/params
Jack Lloyd
2019-08-03
1
-0
/
+5
*
Add PK_Signer::signature_length
Jack Lloyd
2018-08-10
1
-0
/
+2
*
DER improvements
Jack Lloyd
2018-05-22
1
-5
/
+8
*
Use EC_Group::inverse_mod_order where appropriate
Jack Lloyd
2018-04-20
1
-1
/
+1
*
Precompute for multiexponentation when verifying ECC signatures
Jack Lloyd
2018-04-17
1
-3
/
+4
*
Revamp GOST-34.10 tests
Jack Lloyd
2018-03-21
1
-6
/
+1
*
Use blinded_base_point_multiply_x in the various signature schemes
Jack Lloyd
2018-03-08
1
-4
/
+5
*
New API for blinded ECC point multiplication
Jack Lloyd
2018-02-21
1
-3
/
+2
*
Add point_multiply operation to EC_Group
Jack Lloyd
2018-02-18
1
-2
/
+1
*
Add functions to reduce integers mod the order to EC_Group
Jack Lloyd
2018-02-18
1
-35
/
+33
*
Use shared representation of EC_Group
Jack Lloyd
2018-01-31
1
-2
/
+2
*
Add accessors to ASN1_Attribute and AlgorithmIdentifier
Jack Lloyd
2017-12-19
1
-1
/
+1
*
Apply final annotations to the library also
Jack Lloyd
2017-09-22
1
-2
/
+2
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-15
/
+15
*
Public_Key derived class ctors take an std::vector<byte>
René Korthaus
2016-12-11
1
-1
/
+1
*
Add Public_Key::subject_public_key()
René Korthaus
2016-12-05
1
-1
/
+1
*
Pubkey cleanups
Jack Lloyd
2016-11-12
1
-4
/
+0
*
Remove Key_Type typedefs
Jack Lloyd
2016-11-08
1
-2
/
+0
*
Revert PK_Verifier change (don't require RNG there).
Jack Lloyd
2016-10-07
1
-5
/
+8
*
Remove Algo_Registry usage from public key code.
Jack Lloyd
2016-10-07
1
-3
/
+17
*
Mass-prefix member vars with m_
René Korthaus
2016-01-08
1
-19
/
+19
*
Add power analysis countermeasures for ECC point multiplications.
Jack Lloyd
2015-08-21
1
-19
/
+19
*
pubkey: Add missing overrides
Daniel Seither
2015-07-30
1
-1
/
+1
*
lib/pubkey: Convert &vec[0] to vec.data()
Simon Warta
2015-06-23
1
-2
/
+2
*
Move the signature padding schemes to the PK operation classes,
lloyd
2015-03-23
1
-15
/
+19
*
Convert PK operations to using Algo_Registry instead of Engine.
lloyd
2015-02-03
1
-17
/
+55
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
1
-1
/
+1
*
Move lib into src
lloyd
2014-01-10
1
-0
/
+176