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
*
Internal header cleanups
Jack Lloyd
2015-09-19
80
-289
/
+213
*
Handle dependencies re static linking. GH #279
Jack Lloyd
2015-09-17
35
-192
/
+291
*
Fix for minimized builds
Jack Lloyd
2015-09-11
1
-1
/
+4
*
Fix pbkdf, pk padding and ECDH registration for static linking.
Jack Lloyd
2015-09-11
26
-116
/
+155
*
Same treatment for cipher modes
Jack Lloyd
2015-09-10
13
-51
/
+118
*
Fix static lib registration for block, hash, mac, stream, kdf
Jack Lloyd
2015-09-10
80
-218
/
+685
*
Prevent users from building static non-amalgamations on MinGW and Cygwin
Simon Warta
2015-09-09
2
-6
/
+2
*
.PHONY must be a rule, not a variable
Simon Warta
2015-09-09
1
-1
/
+1
*
Update travis configuration for iOS build
Simon Warta
2015-09-02
6
-55
/
+74
*
Add missing compression overrides
Simon Warta
2015-09-01
3
-2
/
+3
*
Move Credentials_Manager to TLS
Jack Lloyd
2015-08-29
4
-6
/
+1
*
Remove alloc module; move secmem.h to base and locking_allocator to utils
Jack Lloyd
2015-08-29
15
-21
/
+1
*
Fix OpenSSL RSA to better handle no padding mode.
Jack Lloyd
2015-08-29
3
-10
/
+45
*
Reverse the algorithm priority ordering
Jack Lloyd
2015-08-29
14
-25
/
+50
*
Remove unneeded includes and clean up socket feature test
Jack Lloyd
2015-08-29
4
-12
/
+8
*
Fix minimized builds and amalgamation builds
Jack Lloyd
2015-08-29
4
-21
/
+35
*
Merge pull request #236 from bogiord/add-alloc-constructor
Jack Lloyd
2015-08-29
1
-4
/
+7
|
\
|
*
Make the equality operators standard-compliant.
bogdan
2015-08-29
1
-4
/
+4
|
*
Add template constructor to secure_allocator
bogdan
2015-08-05
1
-0
/
+3
*
|
Avoid a crash in the TLS server if the client sends ALPN but no next
Jack Lloyd
2015-08-28
1
-1
/
+1
*
|
Add ECDSA provider using OpenSSL
Jack Lloyd
2015-08-28
1
-0
/
+217
*
|
Remove unused variable
Jack Lloyd
2015-08-28
1
-3
/
+0
*
|
Fix pk signature test framework bug.
Jack Lloyd
2015-08-28
1
-5
/
+5
*
|
PK speed reporting improvements.
Jack Lloyd
2015-08-28
1
-4
/
+9
*
|
Move GF(p) side channel countermeasure toggles to build.h
Jack Lloyd
2015-08-28
3
-28
/
+59
*
|
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
[next]