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
*
IncludeOS has random device files now
Jack Lloyd
2016-12-18
1
-0
/
+1
*
Disable TLS signature and finished message checks in fuzzer mode
Jack Lloyd
2016-12-17
3
-3
/
+23
*
Add support for brainpool curves in openssl provider
René Korthaus
2016-12-17
1
-1
/
+17
*
Fix clang-analyzer warning in AES code
Jack Lloyd
2016-12-16
1
-6
/
+4
*
Remove debug code
Jack Lloyd
2016-12-14
1
-1
/
+1
*
Fix exponentiation bug, related fixes
Jack Lloyd
2016-12-14
7
-34
/
+79
*
In ressol, prohibit a >= p
Jack Lloyd
2016-12-11
1
-3
/
+5
*
Public_Key derived class ctors take an std::vector<byte>
René Korthaus
2016-12-11
23
-37
/
+37
*
Merge GH #765 Rewrite CBC unpadding operations as const time
Jack Lloyd
2016-12-10
2
-41
/
+69
|
\
|
*
forgot to unpoison return vals
Never
2016-12-09
1
-0
/
+4
|
*
Rewrote bc unpad functions as const time operations.
Never
2016-12-09
2
-41
/
+65
*
|
Merge GH #759 Add ISO 9796-2 signature schemes
Jack Lloyd
2016-12-08
4
-12
/
+414
|
\
\
|
*
|
ISO 9796: Change header guard format
Never
2016-12-06
1
-2
/
+2
|
*
|
Add ISO9796-2 Signature Schemes giving message recovery 2 and 3.
Never
2016-12-05
4
-12
/
+414
*
|
|
Another rename in the service of filename uniqueness
Jack Lloyd
2016-12-08
1
-0
/
+0
*
|
|
Remove <source> block from info.txt files
Jack Lloyd
2016-12-08
16
-119
/
+1
*
|
|
Inline Twofish::rs_mul into its only caller
Jack Lloyd
2016-12-08
2
-24
/
+19
*
|
|
Rename both DL and EC named group files.
Jack Lloyd
2016-12-08
2
-0
/
+0
*
|
|
Rename Serpent SIMD and Twofish SBOX source files
Jack Lloyd
2016-12-08
2
-0
/
+0
*
|
|
Merge GH #744 Allow custom extensions when creating certs
Jack Lloyd
2016-12-08
7
-29
/
+195
|
\
\
\
|
*
|
|
Rename some methods, add more tests and docs
René Korthaus
2016-12-04
3
-12
/
+50
|
*
|
|
Allow custom extensions in X509_Cert_Options
René Korthaus
2016-12-02
7
-25
/
+153
*
|
|
|
Fix off by one in PKCS #1 v1.5 decryption decoding
Jack Lloyd
2016-12-08
1
-1
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Avoid crash in PKCS1v1.5 unpadding if input len <= 2
Jack Lloyd
2016-12-08
1
-0
/
+6
*
|
|
Add missing netinet includes for sockaddr_in
louiz’
2016-12-08
1
-0
/
+1
*
|
|
Merge GH #757 Fix X509 and PKCS8 formatting functions for PK keys
Jack Lloyd
2016-12-05
34
-75
/
+96
|
\
\
\
|
*
|
|
Fix TPM private_key_bits() exception message
René Korthaus
2016-12-05
1
-1
/
+1
|
*
|
|
Add Private_Key::private_key_info()
René Korthaus
2016-12-05
25
-38
/
+49
|
*
|
|
Add Public_Key::subject_public_key()
René Korthaus
2016-12-05
24
-36
/
+46
*
|
|
|
Merge GH #756 Remove ECB Cipher_Mode class
Jack Lloyd
2016-12-05
5
-268
/
+1
|
\
\
\
\
|
*
|
|
|
Remove ECB mode
Jack Lloyd
2016-12-04
5
-268
/
+1
|
|
/
/
/
*
/
/
/
Fix bad deref when ciphersuite value is larger than largest known id
Jack Lloyd
2016-12-05
1
-1
/
+1
|
/
/
/
*
/
/
Expose pk_ops.h as public interface again
Jack Lloyd
2016-12-04
16
-16
/
+26
|
/
/
*
|
system_rng: workaround read only urandom
Alon Bar-Lev
2016-12-01
1
-1
/
+4
*
|
Fix missing include in kdf.cpp
Jack Lloyd
2016-11-29
1
-0
/
+1
*
|
Fix BER decoder integer overflow
Jack Lloyd
2016-11-28
3
-2
/
+45
|
\
\
|
*
|
Check for overflow in BER decoder EOC scanning
Jack Lloyd
2016-11-27
3
-2
/
+45
*
|
|
Add TLS::Policy::require_cert_revocation_info
Jack Lloyd
2016-11-28
3
-1
/
+14
*
|
|
Merge GH #738 Add OCSP stapling to TLS client
Jack Lloyd
2016-11-28
16
-61
/
+342
|
\
\
\
|
*
|
|
Add OCSP stapling support to TLS client
Jack Lloyd
2016-11-26
16
-61
/
+342
*
|
|
|
define NOMINMAX 1 before every include of windows.h
Baruch Burstein
2016-11-28
6
-4
/
+6
|
|
/
/
|
/
|
|
*
|
|
Add BOTAN_UNUSED when relevant OS support is missing
Jack Lloyd
2016-11-27
2
-0
/
+2
*
|
|
Fix amalgamation for IncludeOS - avoid having <thread> pulled in
Jack Lloyd
2016-11-27
1
-1
/
+1
*
|
|
Merge GH #590 Initial Cilk/OpenMP support
Jack Lloyd
2016-11-27
14
-261
/
+380
|
\
\
\
|
*
|
|
Add compiler.h macro header extracted from build.h
Jack Lloyd
2016-11-26
3
-10
/
+176
|
*
|
|
Add Cilk/OpenMP support
Jack Lloyd
2016-11-26
11
-251
/
+204
|
|
/
/
*
|
|
No reason to deprecate this (only internally called) constructor
Jack Lloyd
2016-11-26
1
-1
/
+2
*
|
|
Correct output_length bug in SIV and ChaCha20Poly1305 also
Jack Lloyd
2016-11-26
2
-2
/
+2
*
|
|
Add TLS::Policy::to_string
Jack Lloyd
2016-11-26
2
-0
/
+13
*
|
|
Simple tests for AutoSeeded_RNG
Jack Lloyd
2016-11-26
2
-1
/
+2
|
/
/
[next]