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 #818 Fix DL_Group generator selection
Jack Lloyd
2017-01-06
6
-12
/
+28
|
\
|
*
Fix how DL_Group chooses generator for strong prime groups.
Jack Lloyd
2017-01-06
6
-12
/
+28
*
|
Add try/catch blocks in noexcept destructors that might throw
Jack Lloyd
2017-01-06
3
-8
/
+29
|
/
*
Merge GH #814 Avoid negotiating CECPQ1 if x25519 ECC is disabled
Jack Lloyd
2017-01-06
1
-0
/
+10
|
\
|
*
Avoid negotiating CECPQ1 if x25519 ECC is disabled
Jack Lloyd
2017-01-05
1
-0
/
+10
*
|
Merge GH #813 Remove obsolete entropy source info
Jack Lloyd
2017-01-06
1
-18
/
+0
|
\
\
|
*
|
removed two more obsolete entropy source references
Daniel Neus
2017-01-06
1
-14
/
+0
|
*
|
Remove obsolete hres_timer include
Daniel Neus
2017-01-06
1
-4
/
+0
*
|
|
Return 0 bits in Darwin_SecRandom::poll on SecRandomCopyBytes failure
Daniel Neus
2017-01-06
1
-0
/
+2
|
/
/
*
|
Merge GH #806 Add tests for TLS certificate static message
Jack Lloyd
2017-01-05
1
-8
/
+8
|
\
\
|
*
|
Add tests for certificate status message
Jack Lloyd
2017-01-04
1
-8
/
+8
|
|
/
*
|
Merge GH #803 Add botan_ffi_supports_version func
Jack Lloyd
2017-01-05
2
-0
/
+17
|
\
\
|
*
|
Add botan_ffi_supports_api function
Jack Lloyd
2017-01-04
2
-0
/
+17
|
|
/
*
/
Move Data_Store from utils to x509
Jack Lloyd
2017-01-04
5
-4
/
+4
|
/
*
Merge GH #793 Add iOS target
Jack Lloyd
2017-01-03
1
-0
/
+2
|
\
|
*
Add os ios
Simon Warta
2017-01-03
1
-0
/
+2
*
|
Fix comment typo [ci skip]
Jack Lloyd
2017-01-03
1
-1
/
+1
*
|
Avoid using target function attribute in Clang before 3.8
Jack Lloyd
2017-01-03
1
-1
/
+1
|
/
*
Remove SRP6 file support
Jack Lloyd
2016-12-31
2
-133
/
+0
*
Add a simple test of the all or nothing transform
Jack Lloyd
2016-12-31
1
-2
/
+2
*
Improve filter tests
Jack Lloyd
2016-12-31
3
-2
/
+10
*
Increase default TLS DH min to 2048 bits, and add BSI policy class.
Jack Lloyd
2016-12-30
2
-2
/
+56
*
Merge GH #785 Disable SHA-1 and weak RSA by default during cert validation
Jack Lloyd
2016-12-30
1
-6
/
+8
|
\
|
*
Increase Path_Validation_Restrictions default min strength to 110
Jack Lloyd
2016-12-27
1
-6
/
+8
*
|
Add CECPQ1 OCB ciphersuites
Jack Lloyd
2016-12-30
1
-1
/
+3
*
|
Tiny code simplification
Jack Lloyd
2016-12-30
1
-3
/
+1
*
|
Prohibit SHA256/SHA384 ciphersuites in TLS 1.0/1.1 (GH #496)
Jack Lloyd
2016-12-28
1
-3
/
+10
|
/
*
Remove unnecessary BOTAN_DLL annotations
Jack Lloyd
2016-12-27
4
-5
/
+5
*
Speed up DSA param gen test
Jack Lloyd
2016-12-26
2
-8
/
+14
*
Merge GH #783 Expose TLS message types to applications
Jack Lloyd
2016-12-24
20
-30
/
+43
|
\
|
*
Export tls_messages.h as a public header
René Korthaus
2016-12-23
20
-30
/
+43
*
|
Compile fix
Jack Lloyd
2016-12-23
1
-0
/
+1
*
|
Fix file descriptor leak introduced in bcae34c0c
Jack Lloyd
2016-12-23
2
-5
/
+1
|
/
*
Remove nested anon namespace
Jack Lloyd
2016-12-23
1
-4
/
+0
*
Add DL_Group tests
Jack Lloyd
2016-12-23
2
-6
/
+6
*
More filter tests
Jack Lloyd
2016-12-22
4
-33
/
+28
*
Merge GH #779 Add ECDH/ECIES blinding and DH small subgroup checking
Jack Lloyd
2016-12-21
4
-18
/
+55
|
\
|
*
Add missing q == 0 check in DL_Scheme_PublicKey::check_key() as q may not be ...
Never
2016-12-20
1
-7
/
+19
|
*
Blind the ECDH/ECIES agree operation.
Never
2016-12-19
2
-12
/
+21
|
*
Added DH public key check y^q mod p = 1 against small-subgroup attacks as des...
Never
2016-12-19
1
-0
/
+2
|
*
Improved DL_Group verification. The group is invalid, if g^q mod p !=1 and in...
Never
2016-12-19
1
-5
/
+19
*
|
ISO-9796-2 doxygen build fixes
Daniel Neus
2016-12-19
1
-4
/
+4
*
|
Add CertificatePathStatusCodes typedef
Jack Lloyd
2016-12-18
2
-31
/
+37
*
|
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
545
-5334
/
+5338
*
|
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
|
/
[prev]
[next]