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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
2
-3
/
+3
*
Change header guard format to BOTAN_FOO_H_
Jack Lloyd
2017-09-20
1
-2
/
+2
*
Add API stability annotations.
Jack Lloyd
2017-09-19
1
-2
/
+2
*
Content:
Tomasz Frydrych
2017-04-03
1
-1
/
+1
*
Remove "Dirty hack" for multiple defines in lex_me_harder()
Simon Warta
2017-04-02
1
-1
/
+3
*
Fix private key ctors API docs [ci skip]
René Korthaus
2017-01-27
1
-1
/
+1
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
2
-18
/
+18
*
Public_Key derived class ctors take an std::vector<byte>
René Korthaus
2016-12-11
2
-3
/
+3
*
Add Public_Key::subject_public_key()
René Korthaus
2016-12-05
2
-2
/
+2
*
Pubkey cleanups
Jack Lloyd
2016-11-12
2
-12
/
+0
*
Remove Key_Type typedefs
Jack Lloyd
2016-11-08
1
-2
/
+0
*
Fix doxygen warnings [ci skip]
René Korthaus
2016-10-19
1
-1
/
+0
*
Improve pubkey doxygen [ci skip]
René Korthaus
2016-10-19
1
-2
/
+9
*
Revert PK_Verifier change (don't require RNG there).
Jack Lloyd
2016-10-07
2
-8
/
+10
*
Remove Algo_Registry usage from public key code.
Jack Lloyd
2016-10-07
2
-3
/
+27
*
Mass-prefix member vars with m_
René Korthaus
2016-01-08
1
-19
/
+19
*
Remove alloc module; move secmem.h to base and locking_allocator to utils
Jack Lloyd
2015-08-29
1
-1
/
+0
*
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
2
-8
/
+8
*
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
*
Remove algo factory, engines, global RNG, global state, etc.
lloyd
2015-02-04
1
-1
/
+0
*
Convert PK operations to using Algo_Registry instead of Engine.
lloyd
2015-02-03
2
-61
/
+55
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
2
-2
/
+2
*
Move lib into src
lloyd
2014-01-10
3
-0
/
+328