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
...
*
Remove unnecessary BOTAN_DLL annotations
Jack Lloyd
2016-12-27
3
-4
/
+4
*
Add DL_Group tests
Jack Lloyd
2016-12-23
2
-6
/
+6
*
Merge GH #779 Add ECDH/ECIES blinding and DH small subgroup checking
Jack Lloyd
2016-12-21
4
-18
/
+55
|
\
|
*
Add missing q == 0 check in DL_Scheme_PublicKey::check_key() as q may not be ...
Never
2016-12-20
1
-7
/
+19
|
*
Blind the ECDH/ECIES agree operation.
Never
2016-12-19
2
-12
/
+21
|
*
Added DH public key check y^q mod p = 1 against small-subgroup attacks as des...
Never
2016-12-19
1
-0
/
+2
|
*
Improved DL_Group verification. The group is invalid, if g^q mod p !=1 and in...
Never
2016-12-19
1
-5
/
+19
*
|
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
100
-954
/
+954
|
/
*
Public_Key derived class ctors take an std::vector<byte>
René Korthaus
2016-12-11
23
-37
/
+37
*
Another rename in the service of filename uniqueness
Jack Lloyd
2016-12-08
1
-0
/
+0
*
Remove <source> block from info.txt files
Jack Lloyd
2016-12-08
3
-33
/
+0
*
Rename both DL and EC named group files.
Jack Lloyd
2016-12-08
2
-0
/
+0
*
Add Private_Key::private_key_info()
René Korthaus
2016-12-05
16
-25
/
+36
*
Add Public_Key::subject_public_key()
René Korthaus
2016-12-05
18
-29
/
+39
*
Expose pk_ops.h as public interface again
Jack Lloyd
2016-12-04
12
-11
/
+22
*
Merge GH #718 Add XMSS WOTS scheme
Jack Lloyd
2016-11-26
16
-43
/
+563
|
\
|
*
Adds changes from XMSS Review & resolves conflicts
Matthias Gierlings
2016-11-12
10
-120
/
+32
|
*
Adds optional XMSS WOTS stand-alone components
Matthias Gierlings
2016-11-12
13
-8
/
+566
|
*
Added Extended Hash-Based Signatures (XMSS)
Matthias Gierlings
2016-11-12
5
-3
/
+53
*
|
Correct XMSS crash when a hash was disabled
Jack Lloyd
2016-11-25
4
-12
/
+20
*
|
Make XMSS more friendly about invalid params.
Jack Lloyd
2016-11-25
5
-31
/
+54
*
|
Merge GH #736 Add SHAKE support to XMSS
Jack Lloyd
2016-11-25
4
-102
/
+94
|
\
\
|
*
|
Adds SHAKE support for XMSS
Matthias Gierlings
2016-11-25
4
-102
/
+94
*
|
|
Avoid having source files start with /**
Jack Lloyd
2016-11-25
41
-42
/
+42
|
/
/
*
|
Export work factor functions
René Korthaus
2016-11-22
1
-4
/
+4
*
|
Fix class vs struct declaration.
Jack Lloyd
2016-11-19
1
-4
/
+6
*
|
Merge GH #729 Add CECPQ1 (x25519+NewHope) TLS ciphersuites
Jack Lloyd
2016-11-19
8
-27
/
+143
|
\
\
|
*
|
Add CECPQ1 TLS ciphersuites
Jack Lloyd
2016-11-17
8
-27
/
+143
|
|
/
*
/
Don't force HMAC_DRBG to be enabled
Jack Lloyd
2016-11-18
2
-2
/
+1
|
/
*
Remove unused Key_Type typedefs
Jack Lloyd
2016-11-12
2
-4
/
+0
*
Fixes for XMSS wrt 9c72dabc9
Jack Lloyd
2016-11-12
5
-31
/
+6
*
Merge GH #717 Add XMSS signatures
Jack Lloyd
2016-11-12
31
-0
/
+4057
|
\
|
*
Implements changes from XMSS review
Matthias Gierlings
2016-11-11
13
-82
/
+18
|
*
Added Extended Hash-Based Signatures (XMSS)
Matthias Gierlings
2016-11-11
32
-0
/
+4121
*
|
Pubkey cleanups
Jack Lloyd
2016-11-12
29
-205
/
+119
|
/
*
NewHope cleanup
Jack Lloyd
2016-11-09
1
-63
/
+300
*
Correct comment [ci skip]
Jack Lloyd
2016-11-08
1
-1
/
+1
*
Remove Key_Type typedefs
Jack Lloyd
2016-11-08
11
-23
/
+0
*
Remove Spec typedef from pk_ops
Jack Lloyd
2016-11-08
1
-35
/
+0
*
Update Doxygen comment [ci skip]
Jack Lloyd
2016-11-06
1
-1
/
+0
*
Merge GH #710 Allow custom EC curve to be specified at build time
Jack Lloyd
2016-11-04
1
-0
/
+5
|
\
|
*
Add an in-house EC curve for TLS at compile-time
René Korthaus
2016-11-03
1
-0
/
+5
*
|
Merge GH #714 Use pk_ops_fwd header
Jack Lloyd
2016-11-04
1
-12
/
+1
|
\
\
|
*
|
use "forward declare header" pk_ops_fwd.h instead of self forward declaring them
Daniel Neus
2016-11-04
1
-12
/
+1
|
|
/
*
/
Fix PKCS11 test error
Jack Lloyd
2016-11-04
2
-12
/
+51
|
/
*
Simplify some code by using T::create_or_throw
Jack Lloyd
2016-11-03
2
-21
/
+7
*
Merge GH #706 Remove ability to add OIDs at runtime. Remove OID lock
Jack Lloyd
2016-11-03
3
-3
/
+0
|
\
|
*
Remove ability to add OIDS at runtime. Remove global OID lock.
Jack Lloyd
2016-11-03
3
-3
/
+0
*
|
Remove automatic self-testing of public and private keys
Jack Lloyd
2016-11-03
16
-131
/
+36
|
/
*
Move cert/x509 to top level and pem and pbes2 to pubkey.
Jack Lloyd
2016-11-03
6
-0
/
+504
[prev]
[next]