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
*
Add missing override annotation. Fix formatting in ECIES tests
Jack Lloyd
2016-06-30
1
-1
/
+1
*
Merge GH #504 Add ECKCDSA
Jack Lloyd
2016-06-20
10
-24
/
+382
|
\
|
*
Add ECKCDSA signature algorithm
René Korthaus
2016-06-14
10
-24
/
+382
*
|
Merge GH #483 Add ECIES and KDF1 from ISO 18033
Jack Lloyd
2016-06-20
3
-0
/
+701
|
\
\
|
*
\
Merge remote-tracking branch 'remotes/origin/master' into ecies
Philipp Weber
2016-05-30
1
-1
/
+1
|
|
\
\
|
*
|
|
ecies review change: decrypt only if mac is correct and catch exceptions duri...
Philipp Weber
2016-05-23
1
-11
/
+25
|
*
|
|
add ecies implementation according to iso-18033
Philipp Weber
2016-04-27
3
-0
/
+687
*
|
|
|
fix test failures and seg faults when Botan is configured with --module-poli...
René Korthaus
2016-06-17
8
-4
/
+12
|
|
_
|
/
|
/
|
|
*
|
|
Merge GH #489 Add support probabilistic DSA & ECDSA
Jack Lloyd
2016-06-07
4
-11
/
+23
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Add support probabilistic DSA & ECDSA
René Korthaus
2016-05-08
4
-11
/
+23
|
|
/
*
/
Add explicit static_cast operations to eliminate implicit cast compiler warni...
Dan Brown
2016-04-27
1
-1
/
+1
|
/
*
Enable ECGDSA in default build
René Korthaus
2016-04-20
1
-2
/
+0
*
Add ECGDSA
René Korthaus
2016-04-19
7
-11
/
+306
*
Clean up PK decryption encoding.
Jack Lloyd
2016-03-20
4
-10
/
+3
*
Add PK_Decryptor::decrypt_or_random
Jack Lloyd
2016-03-20
7
-21
/
+148
*
Merge GH #446 add --module-policy option
Jack Lloyd
2016-03-06
1
-0
/
+2
|
\
|
*
Add option --module-policy
Jack Lloyd
2016-03-06
1
-0
/
+2
*
|
Merge branch 'master' into clang-analyzer
Daniel Neus
2016-03-06
14
-51
/
+35
|
\
\
|
*
|
Remaining cppcheck fixes that are not covered by GH #444
Daniel Neus
2016-03-05
6
-32
/
+16
|
|
/
|
*
Remove explicit from DL_Group, EC_Group constructors taking std::string
Jack Lloyd
2016-03-05
2
-2
/
+2
|
*
cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...
Daniel Neus
2016-03-05
9
-21
/
+21
*
|
fix dead assignment in mce/polyn_gf2m.cpp in polyn_gf2m() found by clang-anal...
Daniel Neus
2016-03-02
1
-3
/
+1
|
/
*
Fix remaining Wshadow warnings and enable on gcc and clang
René Korthaus
2016-02-18
2
-9
/
+9
*
Add KDF1 as explicit dependency in MCEIES
Jack Lloyd
2016-02-15
1
-0
/
+1
*
Fix Coverity findings in McEliece code
Jack Lloyd
2016-02-09
3
-14
/
+20
*
Don't leave member variables uninitialized. Found by Coverity scanner.
Jack Lloyd
2016-02-09
1
-1
/
+1
*
V816 It is more efficient to catch exception by reference rather than by valu...
Daniel Neus
2016-02-08
4
-4
/
+4
*
Avoid -Wmaybe-uninitialized warning under GCC 5.3
Jack Lloyd
2016-01-29
1
-4
/
+6
*
Prefix more member vars with m_ prefix
René Korthaus
2016-01-11
1
-8
/
+8
*
Mass-prefix member vars with m_
René Korthaus
2016-01-08
21
-440
/
+445
*
add missing overrides
Daniel Neus
2016-01-08
1
-1
/
+1
*
String comparision fixes
Daniel Neus
2016-01-04
2
-4
/
+4
*
Add ECDH via OpenSSL
Jack Lloyd
2016-01-04
2
-3
/
+8
*
Merge pull request #381 from cordney/fix-load-unencryped-key-from-ber
Jack Lloyd
2015-12-31
2
-31
/
+99
|
\
|
*
Fix loading of unencrypted, BER encoded private keys via PKCS8 api
René Korthaus
2015-12-25
2
-31
/
+99
*
|
Move McEliece KEM operation into the same file as the key type.
Jack Lloyd
2015-12-26
2
-74
/
+65
*
|
Remove debug prints
Jack Lloyd
2015-12-26
1
-4
/
+0
*
|
Add generalized KEM interface
Jack Lloyd
2015-12-26
11
-102
/
+367
|
/
*
Merge the openssl code together.
Jack Lloyd
2015-12-19
2
-496
/
+0
*
Remove all remaining uses of throwing a std:: exception directly
Jack Lloyd
2015-12-19
1
-1
/
+2
*
Missing adds
Jack Lloyd
2015-12-11
2
-2
/
+1
*
Reroot the exception hierarchy into a toplevel Exception class
Jack Lloyd
2015-12-11
7
-13
/
+13
*
Remove support for broken 112 and 128 bit SECP ECC groups.
Jack Lloyd
2015-12-02
1
-46
/
+0
*
Add update overload taking std::string to PK_Verifier and PK_Signer
Jack Lloyd
2015-12-02
1
-1
/
+19
*
Add more workfactor estimate helpers.
Jack Lloyd
2015-11-29
6
-32
/
+53
*
Update and consolidate the test framework.
Jack Lloyd
2015-11-11
1
-0
/
+4
*
Fix McEliece key gen endian dependency.
Jack Lloyd
2015-10-27
3
-20
/
+27
*
Compile fix
Jack Lloyd
2015-10-26
1
-1
/
+1
*
Merge pull request #314 from randombit/ct-tls-cbc-padding
Jack Lloyd
2015-10-26
1
-17
/
+3
|
\
|
*
Asan fix - referencing &vec[vec.size()] instead of vec.end()
Jack Lloyd
2015-10-26
1
-17
/
+3
[next]