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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix PointGFp multiplication bug
Jack Lloyd
2016-01-03
4
-32
/
+1076
*
Prettify mp_comba a bit
Jack Lloyd
2016-01-01
2
-48
/
+49
*
Add cast to a suspcious looking (but actually ok in this case) shift in MARS
Jack Lloyd
2016-01-01
1
-1
/
+1
*
Remove RNG::gen_mask, which had undefined behavior when bits >= 32
Jack Lloyd
2016-01-01
1
-12
/
+0
*
Drop seed_tab
Jack Lloyd
2016-01-01
1
-192
/
+0
*
Inline SEED's sbox tables
Jack Lloyd
2016-01-01
2
-33
/
+203
*
Merge pull request #381 from cordney/fix-load-unencryped-key-from-ber
Jack Lloyd
2015-12-31
3
-34
/
+99
|
\
|
*
Fix loading of unencrypted, BER encoded private keys via PKCS8 api
René Korthaus
2015-12-25
3
-34
/
+99
*
|
Merge pull request #353 from neusdan/robust_build_setup_windows
Jack Lloyd
2015-12-31
1
-2
/
+29
|
\
\
|
*
|
review changes
Daniel Neus
2015-12-23
1
-7
/
+9
|
*
|
decrease timeout between attempts to 100ms
Daniel Neus
2015-12-18
1
-4
/
+4
|
*
|
make shutil.rmtree and os.makedirs more robust (at least on windows)
Daniel Neus
2015-12-10
1
-2
/
+27
*
|
|
Use memcpy instead of misaligned pointer casts for reading words.
Jack Lloyd
2015-12-31
4
-82
/
+59
*
|
|
Remove debug printf
Jack Lloyd
2015-12-31
1
-1
/
+0
*
|
|
Add missing assignment in DataSource::discard_next
Jack Lloyd
2015-12-31
2
-0
/
+5
*
|
|
Avoid having Command* objects be created until requested.
Jack Lloyd
2015-12-30
14
-61
/
+94
*
|
|
Add Command::rng()
Jack Lloyd
2015-12-27
9
-58
/
+42
*
|
|
Move McEliece KEM operation into the same file as the key type.
Jack Lloyd
2015-12-26
2
-74
/
+65
*
|
|
Missing add
Jack Lloyd
2015-12-26
1
-1
/
+0
*
|
|
Reading list
Jack Lloyd
2015-12-26
1
-0
/
+69
*
|
|
Correct copyright info in unit_ecc.cpp file
Jack Lloyd
2015-12-26
1
-1
/
+6
*
|
|
Add -Wnon-virtual-dtor to GCC build
Jack Lloyd
2015-12-26
1
-1
/
+1
*
|
|
Remove debug prints
Jack Lloyd
2015-12-26
1
-4
/
+0
*
|
|
Merge pull request #378 from neusdan/warning_fixes
Jack Lloyd
2015-12-26
18
-33
/
+24
|
\
\
\
|
*
|
|
initialize private members in rc4 header
Daniel Neus
2015-12-23
2
-5
/
+4
|
*
|
|
some trivial compiler/PVS-Studio warning fixes
Daniel Neus
2015-12-22
17
-29
/
+21
*
|
|
|
Merge pull request #382 from webmaster128/command-virtual-dtor
Jack Lloyd
2015-12-26
1
-0
/
+1
|
\
\
\
\
|
*
|
|
|
Add virtual destructor to Botan_CLI::Command
Simon Warta
2015-12-26
1
-0
/
+1
*
|
|
|
|
Add generalized KEM interface
Jack Lloyd
2015-12-26
17
-116
/
+494
|
/
/
/
/
*
|
|
|
On Python
Jack Lloyd
2015-12-25
1
-4
/
+22
*
|
|
|
Fix Clang warning
Jack Lloyd
2015-12-25
1
-0
/
+3
*
|
|
|
Export mgf1_mask GH #380
Jack Lloyd
2015-12-25
2
-3
/
+5
*
|
|
|
Guard all std::mem* ops against any call with zero length.
Jack Lloyd
2015-12-25
3
-21
/
+47
*
|
|
|
Another Clang warning
Jack Lloyd
2015-12-25
1
-1
/
+1
*
|
|
|
Remove mp_mulop.cpp
Jack Lloyd
2015-12-25
7
-95
/
+48
|
|
_
|
/
|
/
|
|
*
|
|
Fix a few clang warnings. Set clang sanitizer flags
Jack Lloyd
2015-12-24
6
-15
/
+7
*
|
|
Add DSA keygen and --der-out flag to keygen and pkcs8 tools
Jack Lloyd
2015-12-23
3
-48
/
+77
*
|
|
Improve roundtrip BER/PEM tests
Jack Lloyd
2015-12-23
1
-24
/
+71
*
|
|
Update NIST X509 tests to handle --data-dir and read expected results from a ...
Jack Lloyd
2015-12-23
2
-223
/
+148
*
|
|
Merge pull request #376 from webmaster128/remove-hyperlink-from-m_
Jack Lloyd
2015-12-22
1
-53
/
+52
|
\
\
\
|
*
|
|
Fix a lot of backquotes in hacking.rst
Simon Warta
2015-12-22
1
-51
/
+51
|
*
|
|
Remove hyperlink from m_ in hacking.rst
Simon Warta
2015-12-22
1
-2
/
+1
|
|
/
/
*
|
|
Merge pull request #375 from webmaster128/test_x509_path-datadir
Jack Lloyd
2015-12-22
1
-6
/
+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Use --data-dir in test X509test_Path
Simon Warta
2015-12-22
1
-6
/
+5
|
/
/
*
|
Remove debug printf
Jack Lloyd
2015-12-21
1
-1
/
+0
*
|
Add missing try/catch in signature verification test.
Jack Lloyd
2015-12-21
4
-14
/
+30
*
|
Throw Lookup_Error instead of bare Exception when creating an obj fails
Jack Lloyd
2015-12-20
2
-28
/
+28
*
|
Merge pull request #371 from webmaster128/aes-gcm-testdata
Jack Lloyd
2015-12-20
1
-41
/
+122
|
\
\
|
*
|
Add all 18 Nist GCM tests
Simon Warta
2015-12-20
1
-41
/
+122
*
|
|
Add --data-dir option to test command
Jack Lloyd
2015-12-20
34
-240
/
+224
|
/
/
[next]