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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed bcrypt() argument problem. Fixed buffer overread in bcrypt().
Mouse
2016-04-05
1
-3
/
+13
*
Update OCB ciphersuites to follow new nonce scheme from -04 draft
Jack Lloyd
2016-04-04
3
-51
/
+56
*
Add McEliece time
Jack Lloyd
2016-04-03
1
-0
/
+82
*
More todos
Jack Lloyd
2016-04-03
1
-2
/
+8
*
Merge pull request #458 from cordney/add-more-ffi-tests
Jack Lloyd
2016-04-03
3
-5
/
+300
|
\
|
*
Add more tests for ffi
René Korthaus
2016-03-25
3
-5
/
+300
|
/
*
Add IETF standard ChaCha20Poly1305 ciphersuites to TLS
Jack Lloyd
2016-03-23
6
-59
/
+109
*
Fix bug in IETF version of ChaCha20Poly1305
Jack Lloyd
2016-03-23
3
-18
/
+65
*
Typo fix
Jack Lloyd
2016-03-22
1
-1
/
+1
*
Release 1.11.29
1.11.29
Jack Lloyd
2016-03-20
3
-36
/
+115
*
Clean up PK decryption encoding.
Jack Lloyd
2016-03-20
17
-86
/
+103
*
Add PK_Decryptor::decrypt_or_random
Jack Lloyd
2016-03-20
17
-129
/
+253
*
Remove support for TLS v1.2 MD5 and SHA-224 signatures.
Jack Lloyd
2016-03-17
3
-60
/
+7
*
Client must verify that the server sent an ECC curve which policy accepts.
Jack Lloyd
2016-03-17
3
-0
/
+13
*
Use rejection sampling in BigInt::random_integer
Jack Lloyd
2016-03-16
3
-15
/
+12
*
Deprecate Rabin-Williams
Jack Lloyd
2016-03-16
1
-0
/
+4
*
Merge GH #454 X.509 name constraints
Jack Lloyd
2016-03-16
25
-24
/
+1016
|
\
|
*
Changes from GH #454 review
Jack Lloyd
2016-03-16
5
-69
/
+73
|
*
X.509 Name Constraints
Kai Michaelis
2016-03-10
24
-23
/
+1011
*
|
TLS client features
Jack Lloyd
2016-03-16
3
-12
/
+63
*
|
Fix off by one in ressol
Jack Lloyd
2016-03-15
2
-1
/
+44
*
|
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
3
-2
/
+53
|
\
\
\
|
*
|
|
remove redundant return
Daniel Neus
2016-03-08
1
-1
/
+0
|
*
|
|
add support for VirtualLock/VirtualUnlock on Windows
Daniel Neus
2016-03-07
3
-2
/
+54
|
|
/
/
*
|
|
Merge pull request #452 from cordney/patch-3
Jack Lloyd
2016-03-09
1
-0
/
+19
|
\
\
\
|
*
|
|
Add section on fork safety to rng manual
René Korthaus
2016-03-08
1
-0
/
+19
|
|
/
/
*
/
/
Trivial warning fixes
Jack Lloyd
2016-03-09
6
-30
/
+40
|
/
/
*
|
Add proc_walk, egd, Darwin entropy sources to policy.
Jack Lloyd
2016-03-06
2
-9
/
+11
*
|
Merge pull request #448 from shlomif/website-typos-correction
Jack Lloyd
2016-03-06
1
-1
/
+1
|
\
\
|
*
|
Correct a typo in the README/front-page.
Shlomi Fish
2016-03-06
1
-1
/
+1
|
/
/
*
|
Allow EMSA1 in BSI policy
Jack Lloyd
2016-03-06
1
-1
/
+1
*
|
Merge GH #446 add --module-policy option
Jack Lloyd
2016-03-06
7
-69
/
+383
|
\
\
|
*
|
Add option --module-policy
Jack Lloyd
2016-03-06
7
-69
/
+383
*
|
|
Merge GH #373 RDRAND/RDSEED logic changes
Jack Lloyd
2016-03-06
3
-34
/
+51
|
\
\
\
|
*
|
|
move logic back into poll()
Daniel Neus
2016-01-26
2
-60
/
+36
|
*
|
|
review changes
Daniel Neus
2015-12-21
5
-37
/
+42
|
*
|
|
RdRand and RdSeed logic changes
Daniel Neus
2015-12-20
5
-36
/
+72
*
|
|
|
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
138
-350
/
+401
|
|
\
\
\
\
|
*
|
|
|
|
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
|
*
|
|
|
|
fixed another dead assignment found by clang-analyzer in test_dtls_handshake()
Daniel Neus
2016-03-02
1
-1
/
+1
|
*
|
|
|
|
fix dead assignment found by clang-analyzer in test_dtls_handshake()
Daniel Neus
2016-03-02
1
-1
/
+1
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Check that TLS signature type is accepted by the policy.
Jack Lloyd
2016-03-06
9
-38
/
+106
|
|
/
/
/
|
/
|
|
|
[next]