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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge GH #454 X.509 name constraints
Jack Lloyd
2016-03-16
11
-16
/
+726
|
\
|
*
Changes from GH #454 review
Jack Lloyd
2016-03-16
2
-68
/
+72
|
*
X.509 Name Constraints
Kai Michaelis
2016-03-10
11
-16
/
+722
*
|
TLS client features
Jack Lloyd
2016-03-16
1
-0
/
+3
*
|
Fix off by one in ressol
Jack Lloyd
2016-03-15
1
-1
/
+1
*
|
Merge GH #422 Use system_time instead of high_resolution_clock
Jack Lloyd
2016-03-10
1
-1
/
+1
|
\
\
|
*
|
Use chrono::system_clock instead of chrono::high_resolution_clock in get_syst...
Daniel Neus
2016-03-07
1
-1
/
+1
*
|
|
Merge GH #450 Add support for Windows VirtualLock
Jack Lloyd
2016-03-10
1
-1
/
+50
|
\
\
\
|
*
|
|
remove redundant return
Daniel Neus
2016-03-08
1
-1
/
+0
|
*
|
|
add support for VirtualLock/VirtualUnlock on Windows
Daniel Neus
2016-03-07
1
-1
/
+51
|
|
/
/
*
/
/
Trivial warning fixes
Jack Lloyd
2016-03-09
5
-27
/
+37
|
/
/
*
|
Merge GH #446 add --module-policy option
Jack Lloyd
2016-03-06
2
-0
/
+4
|
\
\
|
*
|
Add option --module-policy
Jack Lloyd
2016-03-06
2
-0
/
+4
*
|
|
Merge GH #373 RDRAND/RDSEED logic changes
Jack Lloyd
2016-03-06
2
-34
/
+35
|
\
\
\
|
*
|
|
move logic back into poll()
Daniel Neus
2016-01-26
2
-60
/
+36
|
*
|
|
review changes
Daniel Neus
2015-12-21
4
-37
/
+39
|
*
|
|
RdRand and RdSeed logic changes
Daniel Neus
2015-12-20
4
-36
/
+59
*
|
|
|
Typos are easy to miss in code that is not compiled by default.
Jack Lloyd
2016-03-06
1
-1
/
+1
*
|
|
|
Merge GH #437 add X509_Certificate::v3_extensions
Jack Lloyd
2016-03-06
4
-20
/
+35
|
\
\
\
\
|
*
|
|
|
+added fields for custom x509 extensions
Christopher Bläsius
2016-02-29
4
-20
/
+33
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge GH #441 Clang analyzer fixes
Jack Lloyd
2016-03-06
3
-5
/
+7
|
\
\
\
\
|
*
\
\
\
Merge branch 'master' into clang-analyzer
Daniel Neus
2016-03-06
127
-327
/
+272
|
|
\
\
\
\
|
*
|
|
|
|
added an assert for aes key length >= 4 in aes_key_schedule to prevent divisi...
Daniel Neus
2016-03-02
1
-0
/
+6
|
*
|
|
|
|
fix dead assignment / redundant computation in block/aes_ssse3/aes_ssse3.cpp ...
Daniel Neus
2016-03-02
1
-2
/
+0
|
*
|
|
|
|
fix dead assignment in mce/polyn_gf2m.cpp in polyn_gf2m() found by clang-anal...
Daniel Neus
2016-03-02
1
-3
/
+1
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Check that TLS signature type is accepted by the policy.
Jack Lloyd
2016-03-06
9
-38
/
+106
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Fix ordering of Charset::transcode arguments
Jack Lloyd
2016-03-06
2
-2
/
+2
*
|
|
|
Remaining cppcheck fixes that are not covered by GH #444
Daniel Neus
2016-03-05
31
-131
/
+75
|
|
_
|
/
|
/
|
|
*
|
|
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
100
-197
/
+198
*
|
|
fix a typo in os_utils that prevents retrieval of the current process id on w...
Daniel Neus
2016-03-01
1
-2
/
+2
|
/
/
*
|
Merge pull request #431 from cordney/python-improvements
Jack Lloyd
2016-02-21
1
-1
/
+20
|
\
\
|
*
|
Improvements in X.509 cert handling for python bindings
René Korthaus
2016-02-20
1
-1
/
+20
*
|
|
Avoid some Wshadows in GCC 4.8
Jack Lloyd
2016-02-20
3
-11
/
+10
|
/
/
*
|
For odd moduli use a input-independent modular inverse algorithm.
Jack Lloyd
2016-02-20
4
-56
/
+218
*
|
Add tests and timings for inverse_mod
Jack Lloyd
2016-02-20
2
-5
/
+13
*
|
Merge GH #427 Fix remaining Wshadow warnings
Jack Lloyd
2016-02-20
11
-90
/
+95
|
\
\
|
*
|
Fix remaining Wshadow warnings and enable on gcc and clang
René Korthaus
2016-02-18
11
-90
/
+95
*
|
|
add missing include guards
Daniel Neus
2016-02-19
2
-0
/
+10
|
/
/
*
|
Add constant time conditional swap, add, sub for bigint words
Jack Lloyd
2016-02-17
3
-2
/
+103
*
|
Reject zero length TLS records out of hand.
Jack Lloyd
2016-02-16
1
-4
/
+11
*
|
Add KDF1 as explicit dependency in MCEIES
Jack Lloyd
2016-02-15
1
-0
/
+1
*
|
In compression wrappers add an overflow check before calling malloc
Jack Lloyd
2016-02-13
1
-3
/
+21
*
|
Fix Coverity findings in McEliece code
Jack Lloyd
2016-02-09
3
-14
/
+20
*
|
Add asserts to help out Coverity
Jack Lloyd
2016-02-09
2
-0
/
+4
*
|
Avoid Coverity false positive
Jack Lloyd
2016-02-09
1
-1
/
+5
*
|
Don't leave member variables uninitialized. Found by Coverity scanner.
Jack Lloyd
2016-02-09
1
-1
/
+1
*
|
GlobalMemoryStatusEx is on XP GH #419
Jack Lloyd
2016-02-09
1
-2
/
+2
*
|
V816 It is more efficient to catch exception by reference rather than by valu...
Daniel Neus
2016-02-08
6
-7
/
+7
*
|
Make SRP6 support optional in TLS
Jack Lloyd
2016-02-07
10
-20
/
+72
[next]