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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use 16 byte alignment for all allocations in the mlock allocator
Jack Lloyd
2015-08-28
1
-7
/
+1
*
Add override specifiers to zlib.h
Jack Lloyd
2015-08-28
1
-6
/
+6
*
Gzip_Decompression should be a subclass of Stream_Decompression
Jack Lloyd
2015-08-28
1
-1
/
+1
*
Merge pull request #265 from tiwoc/compress-empty-buffer
Jack Lloyd
2015-08-28
2
-7
/
+22
|
\
|
*
Compression: Fix zlib failure on compression of empty input
Daniel Seither
2015-08-28
1
-0
/
+8
|
*
Compression: Prevent undefined behavior when feeding empty input
Daniel Seither
2015-08-28
1
-7
/
+7
|
*
Add test for compression of an empty buffer
Daniel Seither
2015-08-28
1
-0
/
+7
*
|
Merge pull request #247 from mouse07410/master
Jack Lloyd
2015-08-28
1
-69
/
+174
|
\
\
|
*
|
Changed tabs to 4 spaces
Mouse
2015-08-14
1
-5
/
+5
|
*
|
Merge pull request #1 from randombit/master
Mouse
2015-08-14
18
-66
/
+15
|
|
\
\
|
*
|
|
Restored Darwin compatibility
Uri Blumenthal
2015-08-14
1
-1
/
+4
|
*
|
|
Ported python demo script to python-3
Uri Blumenthal
2015-08-14
1
-61
/
+129
|
*
|
|
Fixing platform independence that previous patch broke
Mouse
2015-08-12
1
-1
/
+1
|
*
|
|
Made output prettier and more understandable
Uri Blumenthal
2015-08-11
1
-31
/
+65
*
|
|
|
Merge pull request #163 from cordney/add-pkcs8-cmd
Jack Lloyd
2015-08-28
1
-0
/
+77
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Don't register PKCS8 cmdline app when build without pubkey module
René Korthaus
2015-07-17
1
-0
/
+4
|
*
|
|
Check minimum arguments and print help
René Korthaus
2015-07-15
1
-1
/
+7
|
*
|
|
Return !=0 on error
René Korthaus
2015-07-15
1
-0
/
+1
|
*
|
|
Add PKCS#8 private/public key processing tool
René Korthaus
2015-07-01
1
-0
/
+66
*
|
|
|
Add soname_pattern
Simon Warta
2015-08-24
15
-49
/
+57
*
|
|
|
Guard rlimit reset with a defined check for RLIMIT_MEMLOCK as it is
Jack Lloyd
2015-08-24
1
-0
/
+5
*
|
|
|
Remove high bit set char from comment as it broke amalgamation generation
Jack Lloyd
2015-08-22
1
-4
/
+8
*
|
|
|
Fix for minimized builds
Jack Lloyd
2015-08-21
1
-0
/
+1
*
|
|
|
Missing add
Jack Lloyd
2015-08-21
1
-0
/
+1
*
|
|
|
In RSA, check that the input is less than the modulus n before blinding
Jack Lloyd
2015-08-21
1
-5
/
+7
*
|
|
|
Add power analysis countermeasures for ECC point multiplications.
Jack Lloyd
2015-08-21
10
-242
/
+411
*
|
|
|
Reactivate FFI PBKDF minimum iterations test
Simon Warta
2015-08-21
1
-3
/
+2
*
|
|
|
Add m_ prefix to member variable Power_Mod::m_core
Simon Warta
2015-08-21
2
-23
/
+23
*
|
|
|
Refactor ./botan speed
Simon Warta
2015-08-21
10
-101
/
+245
*
|
|
|
Add initial cirlce config
Simon Warta
2015-08-21
4
-0
/
+40
|
|
_
|
/
|
/
|
|
*
|
|
Add so_link_command for clang debug on darwin and default
Simon Warta
2015-08-14
1
-3
/
+5
*
|
|
Remove 'extern "C"' from src/lib/math/mp
Simon Warta
2015-08-14
16
-61
/
+3
*
|
|
Update Appveyor config
Simon Warta
2015-08-12
1
-2
/
+7
|
|
/
|
/
|
*
|
Add stricter time parsing; Add more tests
Simon Warta
2015-08-11
3
-9
/
+113
*
|
Sometimes we don't know the input format. But it is one of two
Simon Warta
2015-08-11
5
-9
/
+28
*
|
Explicitly fwd declase classes BER_Decoder, DER_Encoder
Simon Warta
2015-08-11
3
-12
/
+10
*
|
Test implicit X509_Time copy constructor and assignment
Simon Warta
2015-08-11
1
-0
/
+17
*
|
Add Not matcher for Catch
Simon Warta
2015-08-11
1
-0
/
+24
*
|
Minor refactoring of existing Matchers
Simon Warta
2015-08-11
1
-7
/
+10
*
|
Remove string constructor of X509_Time()
Simon Warta
2015-08-11
7
-228
/
+176
*
|
Refector tests style (use matchers)
Simon Warta
2015-08-11
1
-82
/
+64
*
|
Strict uint32 parsing
Simon Warta
2015-08-11
2
-7
/
+20
*
|
Avoid integer overlow in string->uint32 converter
Simon Warta
2015-08-10
2
-3
/
+58
*
|
Deactivate tests that consistently fail in debug mode
Simon Warta
2015-08-09
1
-0
/
+8
*
|
Restrict input values to NIST reductions to defined range
Jack Lloyd
2015-08-08
1
-3
/
+13
*
|
Merge branch 'master' of https://github.com/randombit/botan
Jack Lloyd
2015-08-08
13
-267
/
+434
|
\
\
|
*
|
Add m_ prefix to member variables in SecureQueue
Simon Warta
2015-08-08
2
-27
/
+28
|
*
|
Merge pull request #235 from tiwoc/overrides
Simon Warta
2015-08-08
2
-2
/
+2
|
|
\
\
|
|
*
|
Add override and fix signature of Fuzzer_Creds::psk_identity()
Daniel Seither
2015-08-03
1
-1
/
+1
|
|
*
|
Add missing override for SecureQueue::check_available()
Daniel Seither
2015-08-03
1
-1
/
+1
[next]