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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add SipHash
lloyd
2015-01-11
3
-6
/
+46
*
Remove SSLv3 and handling of SSLv2 client hellos.
lloyd
2015-01-11
3
-193
/
+0
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
41
-28
/
+219
*
Add MCEIES, an integrated encryption system using McEliece and AES-256/OCB
lloyd
2015-01-08
1
-47
/
+109
*
Add SHA-512/256
lloyd
2015-01-08
2
-1
/
+6
*
Add Brainpool and secp160r1 ECDSA tests
lloyd
2015-01-05
2
-1
/
+153
*
Support the older ChaCha20Poly1305 AEAD from draft-agl-tls-chacha20poly1305-04
lloyd
2014-12-31
1
-0
/
+8
*
Add AEAD based on ChaCha20 and Poly1305 defined in draft-irtf-cfrg-chacha20-p...
lloyd
2014-12-29
1
-0
/
+13
*
Add Poly1305, based on poly1305-donna by Andrew Moon.
lloyd
2014-12-29
1
-0
/
+323
*
Support 96 bit nonces in ChaCha20 as specified in draft-irtf-cfrg-chacha20-po...
lloyd
2014-12-29
1
-0
/
+9
*
All tests now share an RNG. Uses system RNG if available
lloyd
2014-12-28
23
-53
/
+65
*
Provide a test report
lloyd
2014-12-27
1
-0
/
+2
*
Add Curve25519 based on curve25519-donna by Adam Langley.
lloyd
2014-12-27
4
-0
/
+137
*
Implement RFC 6979 determinstic signatures for DSA and ECDSA.
lloyd
2014-12-10
4
-163
/
+237
*
Switch to using Montgomery ladder for EC point multiplication.
lloyd
2014-12-10
1
-55
/
+75
*
Remove the Overbeck conversion at Dr. Strenzke's request.
lloyd
2014-12-06
1
-99
/
+25
*
Add KEM scheme for McEliece
fstrenzke
2014-12-06
1
-21
/
+68
*
Add an implementation of McEliece encryption based on HyMES
fstrenzke
2014-11-26
3
-0
/
+268
*
Use the OCB test specified in RFC 7253 instead of the -03 draft version
lloyd
2014-11-16
1
-72
/
+50
*
Add specialized reduction for P-521 along with 9x9 Comba routines.
lloyd
2014-11-15
1
-12
/
+16
*
OCB cleanup and additional tests
lloyd
2014-11-07
2
-2
/
+106
*
Replace Transformatio::nstart with start_raw so we can do a full set
lloyd
2014-11-05
3
-7
/
+7
*
Various small fixes and cleanups, new is_prime util
lloyd
2014-11-03
2
-2
/
+11
*
No need to pass version by reference
lloyd
2014-10-31
1
-1
/
+2
*
Add some secp256k1 KATs and a randomized ECC test suggested in
lloyd
2014-10-10
5
-3
/
+148
*
Remove unused test. Bugzilla 272
lloyd
2014-05-17
1
-65
/
+0
*
Correct CCM for L != 2. Bugzilla 270
lloyd
2014-05-16
1
-0
/
+7
*
Any fixed MR iterations is probably wrong for somebody. Allow the user
lloyd
2014-04-25
1
-4
/
+4
*
Better TLS checks
lloyd
2014-04-10
2
-28
/
+46
*
X.509 path validation now performs all possible tests and returns a
lloyd
2014-04-05
1
-3
/
+3
*
Add RFC 6979 nonce generator. Also some HMAC_DRBG cleanups.
lloyd
2014-03-22
3
-0
/
+73
*
Add HMAC_DRBG
lloyd
2014-03-21
4
-21
/
+2487
*
Fix warnings
lloyd
2014-02-13
1
-1
/
+1
*
Cleanups
lloyd
2014-02-13
2
-18
/
+0
*
Remove global variables
lloyd
2014-02-13
1
-71
/
+64
*
Update Clang flags. Remove unneeded includes of init.h
lloyd
2014-02-09
1
-1
/
+0
*
Compile fixes
lloyd
2014-02-09
1
-5
/
+3
*
More fixes for minified builds
lloyd
2014-02-09
17
-87
/
+124
*
Include build.h in tests.h so feature macro checks work consistently.
lloyd
2014-02-08
1
-0
/
+1
*
Fix minimized builds. Patch by Markus Wanner sent to botan-devel
lloyd
2014-02-08
5
-1
/
+32
*
Fix a bug introduced in 1.11.6 where we tried to check CRL signatures
lloyd
2014-02-08
2
-80
/
+52
*
Remove Square, Skipjack, Luby-Rackoff, and Blue Midnight Wish.
lloyd
2014-02-08
4
-983
/
+0
*
Compile fixes
lloyd
2014-02-08
1
-0
/
+1
*
Add the CMAC constants for 256 and 512 bit block ciphers
lloyd
2014-02-02
2
-0
/
+18
*
Add ChaCha
lloyd
2014-01-31
7
-14
/
+64
*
Add initializer for test main
lloyd
2014-01-18
1
-0
/
+3
*
Fix Skein_512::clear
lloyd
2014-01-18
1
-0
/
+14
*
Split off the keyed interfaces of transform to Keyed_Transform
lloyd
2014-01-18
2
-2
/
+2
*
Remove PBES1 entirely
lloyd
2014-01-18
2
-9
/
+6
*
Split up docs into the reference manual, the website, and everything else.
lloyd
2014-01-10
28
-8
/
+48
[next]