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
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move Cipher_Mode enum out of types.h, move stream cipher mode to new header
lloyd
2015-02-05
1
-6
/
+0
*
Enable OpenSSL for providing ciphers and hashes again.
lloyd
2015-02-05
4
-217
/
+0
*
Remove algo factory, engines, global RNG, global state, etc.
lloyd
2015-02-04
14
-13
/
+668
*
Convert PK operations to using Algo_Registry instead of Engine.
lloyd
2015-02-03
1
-6
/
+6
*
Add a runtime map of string->func() which when called return
lloyd
2015-01-28
3
-17
/
+34
*
Reference memset via std namespace
lloyd
2015-01-27
1
-1
/
+1
*
Don't define overloads if there is no native uint128_t. Github 47
lloyd
2015-01-27
1
-0
/
+2
*
Add support for configuring a TLS::Policy by text file
lloyd
2015-01-23
3
-103
/
+39
*
Centralize where string.h/cstring is included to mem_ops.h
lloyd
2015-01-23
1
-1
/
+1
*
Amalgamation fixes
lloyd
2015-01-23
1
-0
/
+11
*
Remove memset_s, not implemented on any machine I can test on and
lloyd
2015-01-23
1
-7
/
+5
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
43
-45
/
+47
*
Add missing include
lloyd
2015-01-08
1
-0
/
+1
*
Add SHA-512/256
lloyd
2015-01-08
1
-0
/
+42
*
Use RtlSecureZeroMemory or memset_s if available
lloyd
2015-01-07
1
-0
/
+13
*
Add Poly1305, based on poly1305-donna by Andrew Moon.
lloyd
2014-12-29
2
-0
/
+117
*
Add abstract database interface so applications can easily store info
lloyd
2014-12-20
5
-67
/
+122
*
Add MinGW support for the CryptoAPI RNG. Also disable the dependencies
lloyd
2014-12-17
1
-0
/
+1
*
Add an implementation of McEliece encryption based on HyMES
fstrenzke
2014-11-26
3
-13
/
+56
*
Fix warnings in Altivec header and add AltiVec detection for POWER8
lloyd
2014-11-16
1
-0
/
+2
*
Add some util functions for timing attack countermeasures from Falko
lloyd
2014-11-15
3
-0
/
+103
*
These should be template specializations
lloyd
2014-11-05
1
-5
/
+7
*
Various small fixes and cleanups, new is_prime util
lloyd
2014-11-03
1
-2
/
+0
*
Have clear_mem just be a plain memset and only call the (slow)
lloyd
2014-08-09
1
-1
/
+1
*
VC2013 doesn't support __func__. Github #22
lloyd
2014-05-15
1
-4
/
+4
*
Add default constructors to work around VC2013 issue. Github #17
lloyd
2014-05-01
1
-0
/
+2
*
Check Content-Length of HTTP responses
lloyd
2014-04-05
1
-1
/
+10
*
Use stdint.h instead of cstdint for Clang. Bugzilla 266
lloyd
2014-02-21
1
-7
/
+9
*
Remove dependency on boost string algos
lloyd
2014-02-13
3
-13
/
+30
*
Add ChaCha
lloyd
2014-01-31
1
-12
/
+41
*
More unique_ptr, and pull <memory> all the way up to types.h
lloyd
2014-01-18
1
-0
/
+1
*
Split off the keyed interfaces of transform to Keyed_Transform
lloyd
2014-01-18
1
-0
/
+6
*
Fix dependency checks for intrinsics and runtime Altivec check
lloyd
2014-01-10
1
-1
/
+1
*
Move lib into src
lloyd
2014-01-10
47
-0
/
+4596