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
/
ecc_key
/
ecc_key.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix clang-tidy readability-named-parameter
Jack Lloyd
2022-02-06
1
-1
/
+1
*
Don't use shouting case for ASN1_{Type,Class} values
Jack Lloyd
2021-01-13
1
-4
/
+4
*
Add some helpers for start_cons
Jack Lloyd
2021-01-13
1
-1
/
+1
*
Split ASN1 tags enum class into 2 enum classes
sledgehammer_999
2021-01-11
1
-5
/
+5
*
Convert ASN1_Tag to an enum class
Jack Lloyd
2020-12-20
1
-7
/
+7
*
Convert EC_Group_Encoding to enum class
Jack Lloyd
2020-12-15
1
-30
/
+21
*
Remove deprecated headers, make more headers internal
Jack Lloyd
2020-11-06
1
-1
/
+1
*
Avoid using unblinded Montgomery ladder during ECC key generation
Jack Lloyd
2018-12-18
1
-3
/
+5
*
In ECC private key encoding, include the optional public key field
Jack Lloyd
2018-07-23
1
-2
/
+4
*
Use EC_Group::inverse_mod_order where appropriate
Jack Lloyd
2018-04-20
1
-5
/
+2
*
Add EC_Group::random_scalar
Jack Lloyd
2018-03-21
1
-1
/
+1
*
Rename point_format to point_encoding
Jack Lloyd
2018-03-10
1
-1
/
+1
*
Add PointGFp::encode as replacement for EC2OSP
Jack Lloyd
2018-03-10
1
-2
/
+1
*
Default to encoding ECC public keys as uncompressed. GH #1480
Jack Lloyd
2018-03-10
1
-1
/
+12
*
Add functions to EC_Group for getting base point coordinates
Jack Lloyd
2018-02-25
1
-5
/
+23
*
Add EC_Group::verify_public_element
Jack Lloyd
2018-02-23
1
-28
/
+2
*
Use shared representation of EC_Group
Jack Lloyd
2018-01-31
1
-8
/
+11
*
Merge GH #1365 Always set domain encoding correctly when loading an ECC key
Jack Lloyd
2017-12-19
1
-0
/
+5
|
\
|
*
Always set domain encoding correctly when loading an ECC key
René Korthaus
2017-12-19
1
-1
/
+5
*
|
Add accessors to ASN1_Attribute and AlgorithmIdentifier
Jack Lloyd
2017-12-19
1
-2
/
+2
|
/
*
More include header cleanups
Jack Lloyd
2017-09-21
1
-1
/
+0
*
Remove inner/outer OID check in EC_PrivateKey ctor
René Korthaus
2017-09-13
1
-3
/
+0
*
ECC: use OID encoding if possible
Patrick Wildt
2017-06-30
1
-6
/
+16
*
verify ec domain in EC_PublicKey::check_key
Never
2017-02-28
1
-1
/
+6
*
EC_PublicKey::check_key for curves with cofactor > 1
Never
2017-02-27
1
-1
/
+24
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-5
/
+5
*
Public_Key derived class ctors take an std::vector<byte>
René Korthaus
2016-12-11
1
-1
/
+1
*
Add Private_Key::private_key_info()
René Korthaus
2016-12-05
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
-1
/
+6
*
Add ECGDSA
René Korthaus
2016-04-19
1
-5
/
+16
*
Remaining cppcheck fixes that are not covered by GH #444
Daniel Neus
2016-03-05
1
-7
/
+2
*
Mass-prefix member vars with m_
René Korthaus
2016-01-08
1
-22
/
+22
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
1
-1
/
+1
*
Move all PK workfactor esstimators to workfactors.*
lloyd
2014-11-29
1
-1
/
+2
*
Move lib into src
lloyd
2014-01-10
1
-0
/
+148