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
...
*
|
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
|
/
*
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
|
|
/
/
/
[prev]
[next]