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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Verify decoded length of GOST public keys
Jack Lloyd
2021-06-10
1
-0
/
+3
*
Remove dead function declarations
Jack Lloyd
2021-06-07
1
-8
/
+2
*
Skip negative test in ECDSA
Jack Lloyd
2021-05-29
1
-1
/
+5
*
Fix an ECKCDSA bug
Jack Lloyd
2021-05-24
1
-8
/
+21
*
Prevent using non-sensical padding schemes
Jack Lloyd
2021-05-22
3
-6
/
+17
*
More mp header cleanups
Jack Lloyd
2021-05-01
1
-1
/
+0
*
Merge GH #2726 Add support for IRTF hash to curve
Jack Lloyd
2021-04-25
5
-0
/
+366
|
\
|
*
Implement draft-irtf-cfrg-hash-to-curve
Jack Lloyd
2021-04-25
5
-0
/
+366
*
|
Modify BigInt constructors
Jack Lloyd
2021-04-24
16
-32
/
+32
|
/
*
Don't loop forever if the RSA keygen rng is bad
Jack Lloyd
2021-04-21
1
-1
/
+4
*
In RSA keygen require that p and q differ by a wide range
Jack Lloyd
2021-04-21
1
-4
/
+10
*
Run scrypt and bcrypt-pbkdf through PasswordHash
Jack Lloyd
2021-04-19
1
-14
/
+7
*
Make get_byte take a compile-time constant index
Jack Lloyd
2021-04-16
3
-10
/
+10
*
Avoid now-deprecated PBKDF interface within the library
Jack Lloyd
2021-04-08
1
-10
/
+15
*
Avoid clone in xmss_hash
Jack Lloyd
2021-04-07
1
-1
/
+1
*
Add a function for creating an ECC key with arbitrary group
Jack Lloyd
2021-04-06
2
-30
/
+51
*
More make_unique
Jack Lloyd
2021-04-05
1
-1
/
+1
*
KDF::create
Jack Lloyd
2021-04-05
1
-4
/
+4
*
ECDSA public key recovery: improve validation of r/s/v
Jack Lloyd
2021-04-05
1
-3
/
+8
*
More raw pointer removal
Jack Lloyd
2021-04-05
2
-16
/
+8
*
More uses of make_unique instead of unique_ptr(new ...)
Jack Lloyd
2021-04-04
15
-49
/
+48
*
Use make_shared instead of shared_ptr(new ...)
Jack Lloyd
2021-04-03
3
-15
/
+15
*
Fix OpenSSL RSA
Jack Lloyd
2021-04-03
1
-5
/
+4
*
Update PK factory fns
Jack Lloyd
2021-04-03
1
-50
/
+49
*
Implement Ed25519 public key checking
Jack Lloyd
2021-03-17
1
-2
/
+36
*
Rename match to params_match to be a bit more explicit
Jack Lloyd
2021-03-14
1
-11
/
+11
*
Compare the low 32-bits of order first to avoid BigInt creation
Jack Lloyd
2021-03-13
1
-28
/
+30
*
Rewrite some logic that was getting hard to follow
Jack Lloyd
2021-03-13
1
-33
/
+40
*
Clean up some of the logic
Jack Lloyd
2021-03-13
1
-5
/
+13
*
Address some review comments
Jack Lloyd
2021-03-13
1
-3
/
+15
*
Lookup OIDs for EC_Groups using the order as a key
Jack Lloyd
2021-03-13
3
-13
/
+120
*
Merge GH #2653 Autogenerate ec_named.cpp from a list of curves
Jack Lloyd
2021-03-12
1
-26
/
+49
|
\
|
*
Format small integers using decimal
Jack Lloyd
2021-03-12
1
-10
/
+10
|
*
Autogenerate ec_named.cpp from a description of supported curves
Jack Lloyd
2021-03-12
1
-18
/
+41
*
|
Fix a case where EC_Groups were not merged as expected
Jack Lloyd
2021-03-12
1
-0
/
+16
|
/
*
Add a fastpath for inversion modulo 2*o
Jack Lloyd
2021-02-23
1
-0
/
+2
*
Remove debugging include [ci skip]
Jack Lloyd
2021-01-26
1
-1
/
+0
*
Don't use shouting case for ASN1_{Type,Class} values
Jack Lloyd
2021-01-13
13
-58
/
+58
*
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
13
-59
/
+59
*
Convert ASN1_Tag to an enum class
Jack Lloyd
2020-12-20
16
-107
/
+107
*
Compare also order and cofactor in EC_Group::operator==
Jack Lloyd
2020-12-20
2
-11
/
+9
*
Merge GH #2551 Convert some enums to enum class
Jack Lloyd
2020-12-16
14
-96
/
+93
|
\
|
*
Convert EC_Group_Encoding to enum class
Jack Lloyd
2020-12-15
4
-39
/
+34
|
*
Convert DL_Group::Format to enum class
Jack Lloyd
2020-12-15
10
-57
/
+59
*
|
Make EC_*Key constructors protected
Jack Lloyd
2020-12-15
1
-28
/
+29
|
/
*
New sizes for DL exponents
Jack Lloyd
2020-12-14
1
-10
/
+13
*
Do not accept EC signatures when the public point is invalid
Jack Lloyd
2020-11-30
1
-0
/
+9
*
Add missing check for zero point during ECKCDSA verification
Jack Lloyd
2020-11-30
1
-0
/
+2
*
Avoid a duplicated call of hash_for_emsa
Jack Lloyd
2020-11-28
2
-10
/
+2
[next]