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
*
Remove TLS heartbeat support.
Jack Lloyd
2016-02-07
15
-290
/
+1
*
Remove redundant initialization. Closes GH #399
Jack Lloyd
2016-02-07
1
-1
/
+0
*
Revert GH #365 Replace deprecated Win API calls in Win32_EntropySource
Jack Lloyd
2016-02-06
1
-3
/
+3
*
Order the accesses to A[] in the Keccak permutation.
Jack Lloyd
2016-02-06
1
-17
/
+17
*
Fix two bugs in 1.11.27 which caused test failures.
1.11.28
Jack Lloyd
2016-02-01
2
-4
/
+1
*
Fix heap overflow in ECC point multiplication
Jack Lloyd
2016-02-01
4
-4
/
+24
*
Fix (nearly) infinite loop in RESSOL (modular square root).
Jack Lloyd
2016-02-01
1
-8
/
+12
*
Fix indent
Jack Lloyd
2016-01-30
1
-171
/
+193
*
Add Blake2b hash function (GH #413 by cynecx)
Jack Lloyd
2016-01-30
4
-0
/
+274
|
\
|
*
Blake2b: use rotate_right instead of a macro
cynecx
2016-01-27
1
-7
/
+5
|
*
Blake2b: Fix for MSVC
cynecx
2016-01-26
1
-5
/
+3
|
*
Blake2b: Add copyright & fix header guard
cynecx
2016-01-26
2
-3
/
+17
|
*
Add Blake2b hash function
cynecx
2016-01-26
4
-0
/
+264
*
|
Avoid -Wmaybe-uninitialized warning under GCC 5.3
Jack Lloyd
2016-01-29
1
-4
/
+6
|
/
*
Add missing overrides and fix -Wpedantic 'extra ;' warnings
Jack Lloyd
2016-01-17
3
-28
/
+28
*
Make Entropy_Sources and Entropy_Accumulator final.
Jack Lloyd
2016-01-17
1
-4
/
+2
*
Avoid set<Ciphersuite>
Jack Lloyd
2016-01-17
1
-6
/
+7
*
Merge GH #365 Replace deprecated Windows API calls in Win32_EntropySource
Jack Lloyd
2016-01-13
1
-3
/
+3
|
\
|
*
Replace deprecated Win API calls in Win32_EntropySource
Daniel Neus
2015-12-16
1
-3
/
+3
*
|
Merge GH #409 Add Microsoft SmartcardLogon extended key usage OID
Jack Lloyd
2016-01-12
1
-0
/
+2
|
\
\
|
*
|
Add Microsoft SmartcardLogon extended key usage OID
René Korthaus
2016-01-12
1
-0
/
+2
*
|
|
Merge GH #408 Add final attribute on many classes
Jack Lloyd
2016-01-12
122
-211
/
+213
|
\
\
\
|
*
|
|
Add final attribute to many classes
Jack Lloyd
2016-01-10
122
-211
/
+213
|
|
/
/
*
|
|
Merge GH #407 Add m_ prefix to more member variables
Jack Lloyd
2016-01-12
4
-109
/
+109
|
\
\
\
|
*
|
|
Prefix more member vars with m_ prefix
René Korthaus
2016-01-11
4
-109
/
+109
|
|
/
/
*
/
/
Get rid of "extra ';'" warnings and force semicolon after macros
Simon Warta
2016-01-11
1
-4
/
+1
|
/
/
*
|
Merge remote-tracking branch 'remotes/github/master' into noreturn
Daniel Neus
2016-01-09
206
-2973
/
+3004
|
\
\
|
*
|
Mass-prefix member vars with m_
René Korthaus
2016-01-08
205
-2972
/
+3003
|
*
|
add missing overrides
Daniel Neus
2016-01-08
1
-1
/
+1
*
|
|
move noreturn before the function declaration
Daniel Neus
2016-01-08
1
-2
/
+2
*
|
|
don't declare functions noreturn that are maybe implemented in the future
Daniel Neus
2016-01-08
4
-5
/
+5
*
|
|
add BOTAN_NORETURN macro and mark those functions that do not return with it
Daniel Neus
2016-01-08
5
-6
/
+6
|
/
/
*
|
Precompile the list of TLS ciphersuites
Jack Lloyd
2016-01-06
3
-294
/
+458
*
|
String comparision fixes
Daniel Neus
2016-01-04
27
-48
/
+48
*
|
Add ECDH via OpenSSL
Jack Lloyd
2016-01-04
4
-18
/
+121
*
|
Use valgrind's memcheck API for checking const time annotations
Jack Lloyd
2016-01-03
2
-15
/
+59
*
|
Add extended master secret extension (RFC 7627) to TLS
Jack Lloyd
2016-01-03
10
-12
/
+118
*
|
Fix PointGFp multiplication bug
Jack Lloyd
2016-01-03
1
-18
/
+0
*
|
Prettify mp_comba a bit
Jack Lloyd
2016-01-01
1
-44
/
+44
*
|
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
2
-31
/
+99
|
\
\
|
*
|
Fix loading of unencrypted, BER encoded private keys via PKCS8 api
René Korthaus
2015-12-25
2
-31
/
+99
*
|
|
Use memcpy instead of misaligned pointer casts for reading words.
Jack Lloyd
2015-12-31
2
-80
/
+44
*
|
|
Add missing assignment in DataSource::discard_next
Jack Lloyd
2015-12-31
1
-0
/
+1
*
|
|
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
*
|
|
Merge pull request #378 from neusdan/warning_fixes
Jack Lloyd
2015-12-26
6
-9
/
+7
|
\
\
\
[next]