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
*
Fix assignment
Jack Lloyd
2016-07-17
1
-1
/
+1
*
Revamp entropy polling
Jack Lloyd
2016-07-17
30
-377
/
+294
*
Move poll logic to Entropy_Sources
Jack Lloyd
2016-07-17
3
-18
/
+27
*
Add Stateful_RNG
Jack Lloyd
2016-07-17
13
-170
/
+199
*
Make the DRBG hash selectable in build.h with BOTAN_AUTO_RNG_DRBG_HASH_FUNCTION
Jack Lloyd
2016-07-17
2
-3
/
+3
*
If EPERM when writing to the random device, return silently.
Jack Lloyd
2016-07-17
1
-1
/
+13
*
Switch to HMAC_DRBG for all RNG generation.
Jack Lloyd
2016-07-17
11
-241
/
+414
*
Fix SecRandomCopyBytes call with older OS X SDKs
Jack Lloyd
2016-07-15
1
-0
/
+1
*
Fix undefined behavior in donna128 type
Jack Lloyd
2016-07-15
1
-6
/
+12
*
Add test vectors for block cipher padding modes
René Korthaus
2016-07-11
2
-2
/
+5
*
Merge GH #526 Some PKCS #11 fixes when used with BSI policy
Jack Lloyd
2016-07-05
1
-1
/
+0
|
\
|
*
remove rfc6979 module dependency for pkcs11
Daniel Neus
2016-07-05
1
-1
/
+0
*
|
prevent massive amount of MSVC C4100 warnings
Daniel Neus
2016-07-05
1
-0
/
+5
|
/
*
Merge GH #507 Add PKCS #11 support. Previous merge 360a3a5 missed later commits
Jack Lloyd
2016-07-04
7
-37
/
+12
|
\
|
*
remove unnecessary include
Daniel Neus
2016-06-28
1
-1
/
+0
|
*
fix some warnings and one compile error
Daniel Neus
2016-06-28
4
-6
/
+7
|
*
reuse BigInt::encode_1363 instead of self written logic
Daniel Neus
2016-06-28
1
-6
/
+1
|
*
use NULL_RNG to make clear that the RNG is not used
Daniel Neus
2016-06-28
2
-24
/
+4
*
|
Merge GH #522 Update BSI policy, fix TLS
Jack Lloyd
2016-07-04
2
-3
/
+8
|
\
\
|
*
|
Remove unused kdf2 dependency from tls module
René Korthaus
2016-07-04
1
-1
/
+0
|
*
|
Various fixes with bsi module policy
René Korthaus
2016-07-04
2
-2
/
+8
*
|
|
Merge GH #507 Add PKCS #11 support
Jack Lloyd
2016-07-04
29
-12
/
+7304
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
add PKCS#11 support
Daniel Neus
2016-06-17
29
-12
/
+7304
*
|
Add missing override annotation. Fix formatting in ECIES tests
Jack Lloyd
2016-06-30
1
-1
/
+1
*
|
Add ECKDSA OIDs for SHA signatures
Jack Lloyd
2016-06-22
1
-0
/
+4
*
|
Update KDF1-ISO 18033 with KDF label argument
Jack Lloyd
2016-06-20
2
-2
/
+5
*
|
Merge GH #504 Add ECKCDSA
Jack Lloyd
2016-06-20
19
-26
/
+431
|
\
\
|
*
|
Add ECKCDSA signature algorithm
René Korthaus
2016-06-14
21
-26
/
+439
|
|
/
*
|
Merge GH #483 Add ECIES and KDF1 from ISO 18033
Jack Lloyd
2016-06-20
7
-0
/
+782
|
\
\
|
*
\
Merge remote-tracking branch 'remotes/origin/master' into ecies
Philipp Weber
2016-05-30
27
-90
/
+82
|
|
\
\
|
*
|
|
ecies review change: decrypt only if mac is correct and catch exceptions duri...
Philipp Weber
2016-05-23
1
-11
/
+25
|
*
|
|
add ecies implementation according to iso-18033
Philipp Weber
2016-04-27
3
-0
/
+687
|
*
|
|
add kdf1 implementation according to iso-18033 (preparation for ecies)
Philipp Weber
2016-04-27
4
-0
/
+81
*
|
|
|
Merge GH #497 Add StreamCipher::seek and implementation for ChaCha
Jack Lloyd
2016-06-18
12
-4
/
+64
|
\
\
\
\
|
*
|
|
|
Adding StreamCipher::seek interface, supporting seek in ChaCha, and also addi...
SimCog
2016-06-18
12
-4
/
+64
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge GH #487 Remove CVC certificates and EMSA1_BSI signature encoding
Jack Lloyd
2016-06-17
24
-2437
/
+1
|
\
\
\
\
|
*
|
|
|
remove the already bitrotting and probably broken CVC implementation
Daniel Neus
2016-05-18
18
-2350
/
+0
|
*
|
|
|
remove all uses of EMSA1_BSI
Daniel Neus
2016-05-02
4
-20
/
+3
|
*
|
|
|
remove EMSA1_BSI (no longer recommended by BSI)
Daniel Neus
2016-04-30
3
-69
/
+0
*
|
|
|
|
Merge GH #495 Add label argument to KDF::derive_key
Jack Lloyd
2016-06-17
20
-53
/
+215
|
\
\
\
\
\
|
*
|
|
|
|
make sure kdf labels are always used
Kai Michaelis
2016-06-01
8
-20
/
+41
|
*
|
|
|
|
add label parameter to KDF::derive_key
Kai Michaelis
2016-05-19
20
-43
/
+184
*
|
|
|
|
|
Merge GH #503 Space savings for TLS::Ciphersuite
Jack Lloyd
2016-06-17
3
-444
/
+364
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Save the IETF ciphersute name directly in TLS::Ciphersuite
Jack Lloyd
2016-06-09
3
-444
/
+364
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
*
/
|
|
|
|
fix test failures and seg faults when Botan is configured with --module-poli...
René Korthaus
2016-06-17
8
-4
/
+12
|
/
/
/
/
/
*
|
|
|
|
Merge GH #489 Add support probabilistic DSA & ECDSA
Jack Lloyd
2016-06-07
4
-11
/
+23
|
\
\
\
\
\
|
*
|
|
|
|
Add support probabilistic DSA & ECDSA
René Korthaus
2016-05-08
4
-11
/
+23
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
Add Not_Implemented exception
Jack Lloyd
2016-06-07
4
-7
/
+17
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Remove DN field requirements on generating certs and PKCS #10
Jack Lloyd
2016-05-23
3
-22
/
+0
*
|
|
|
Fix GCM counter increment
Jack Lloyd
2016-05-23
3
-3
/
+19
|
|
/
/
|
/
|
|
[next]