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
/
pubkey
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mass-prefix member vars with m_
René Korthaus
2016-01-08
21
-440
/
+445
*
add missing overrides
Daniel Neus
2016-01-08
1
-1
/
+1
*
String comparision fixes
Daniel Neus
2016-01-04
2
-4
/
+4
*
Add ECDH via OpenSSL
Jack Lloyd
2016-01-04
2
-3
/
+8
*
Merge pull request #381 from cordney/fix-load-unencryped-key-from-ber
Jack Lloyd
2015-12-31
2
-31
/
+99
|
\
|
*
Fix loading of unencrypted, BER encoded private keys via PKCS8 api
René Korthaus
2015-12-25
2
-31
/
+99
*
|
Move McEliece KEM operation into the same file as the key type.
Jack Lloyd
2015-12-26
2
-74
/
+65
*
|
Remove debug prints
Jack Lloyd
2015-12-26
1
-4
/
+0
*
|
Add generalized KEM interface
Jack Lloyd
2015-12-26
11
-102
/
+367
|
/
*
Merge the openssl code together.
Jack Lloyd
2015-12-19
2
-496
/
+0
*
Remove all remaining uses of throwing a std:: exception directly
Jack Lloyd
2015-12-19
1
-1
/
+2
*
Missing adds
Jack Lloyd
2015-12-11
2
-2
/
+1
*
Reroot the exception hierarchy into a toplevel Exception class
Jack Lloyd
2015-12-11
7
-13
/
+13
*
Remove support for broken 112 and 128 bit SECP ECC groups.
Jack Lloyd
2015-12-02
1
-46
/
+0
*
Add update overload taking std::string to PK_Verifier and PK_Signer
Jack Lloyd
2015-12-02
1
-1
/
+19
*
Add more workfactor estimate helpers.
Jack Lloyd
2015-11-29
6
-32
/
+53
*
Update and consolidate the test framework.
Jack Lloyd
2015-11-11
1
-0
/
+4
*
Fix McEliece key gen endian dependency.
Jack Lloyd
2015-10-27
3
-20
/
+27
*
Compile fix
Jack Lloyd
2015-10-26
1
-1
/
+1
*
Merge pull request #314 from randombit/ct-tls-cbc-padding
Jack Lloyd
2015-10-26
1
-17
/
+3
|
\
|
*
Asan fix - referencing &vec[vec.size()] instead of vec.end()
Jack Lloyd
2015-10-26
1
-17
/
+3
*
|
Add missing include
Jack Lloyd
2015-10-26
1
-0
/
+1
|
/
*
Make Montgomery reduction constant time.
Jack Lloyd
2015-10-24
2
-8
/
+8
*
Break up openssl provider
Jack Lloyd
2015-10-19
2
-0
/
+510
*
Make PKCS #1 and OAEP decoding constant time to avoid oracle attacks
Jack Lloyd
2015-10-16
1
-0
/
+9
*
MSVC build fix
Jack Lloyd
2015-10-15
2
-9
/
+10
*
Prohibit creating a DL_Group smaller than 1024 bits
Jack Lloyd
2015-10-15
1
-2
/
+2
*
Periodically reinitialize the blinding sequence instead of always
Jack Lloyd
2015-10-15
2
-13
/
+39
*
Expose providers for public key operations
Jack Lloyd
2015-10-14
2
-43
/
+61
*
Move DataSource to utils and rewrite PEM encoding to avoid filters
Jack Lloyd
2015-10-14
1
-1
/
+1
*
Merge pull request #286 from randombit/mce-cleanup
Jack Lloyd
2015-09-30
25
-1201
/
+986
|
\
|
*
McEliece cleanups
Jack Lloyd
2015-09-29
25
-1201
/
+986
*
|
Remove warning: assuming signed overflow does not occur
Simon Warta
2015-09-25
1
-1
/
+1
|
/
*
Remove use of lookup.h in favor of new T::create API.
Jack Lloyd
2015-09-21
1
-2
/
+2
*
Internal header cleanups
Jack Lloyd
2015-09-19
3
-3
/
+0
*
Fix pbkdf, pk padding and ECDH registration for static linking.
Jack Lloyd
2015-09-11
2
-1
/
+3
*
Remove alloc module; move secmem.h to base and locking_allocator to utils
Jack Lloyd
2015-08-29
4
-4
/
+0
*
Remove unused variable
Jack Lloyd
2015-08-28
1
-3
/
+0
*
Missing add
Jack Lloyd
2015-08-21
1
-0
/
+1
*
In RSA, check that the input is less than the modulus n before blinding
Jack Lloyd
2015-08-21
1
-5
/
+7
*
Add power analysis countermeasures for ECC point multiplications.
Jack Lloyd
2015-08-21
2
-35
/
+37
*
Remove unused pkcs8 includes
Simon Warta
2015-08-03
3
-3
/
+0
*
pubkey: Add missing overrides
Daniel Seither
2015-07-30
25
-86
/
+89
*
Fix typos
Simon Warta
2015-07-24
2
-2
/
+2
*
Silence some extra ';' warnings
Simon Warta
2015-07-22
2
-2
/
+2
*
Fix module combi: adler32,mce
Simon Warta
2015-07-08
2
-4
/
+9
*
The gf2m type is an unsigned 16-bit, so under C promotion rules a
Jack Lloyd
2015-07-05
1
-1
/
+1
*
Make Botan compile when only some modules are enabled
Simon Warta
2015-07-03
1
-0
/
+1
*
Fix module dependencies of x509 and pubkey
Simon Warta
2015-06-30
1
-1
/
+1
*
More changes for use with debug STL
Simon Warta
2015-06-30
1
-3
/
+3
[next]