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
/
prov
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix for OpenSSL
Jack Lloyd
2018-08-12
1
-0
/
+4
*
Add function to return the size of a key agreement output
Jack Lloyd
2018-08-12
1
-0
/
+1
*
Add functions to get size of PK ciphertext,plaintext
Jack Lloyd
2018-08-10
3
-1
/
+9
*
Add PK_Signer::signature_length
Jack Lloyd
2018-08-10
7
-11
/
+29
*
Fix OpenSSL modes
Jack Lloyd
2018-08-05
1
-1
/
+12
*
Support calling Whirlpool in OpenSSL
Jack Lloyd
2018-07-26
1
-0
/
+5
*
Handle another possible OpenSSL error only seen on non-x86_64
Jack Lloyd
2018-07-17
1
-7
/
+16
*
Handle EC_R_BAD_SIGNATURE from OpenSSL
Jack Lloyd
2018-05-31
2
-0
/
+14
*
Fix problems with failure to build in various configurations
Jack Lloyd
2018-03-31
1
-0
/
+3
*
Add PointGFp::encode as replacement for EC2OSP
Jack Lloyd
2018-03-10
4
-6
/
+6
*
Ensure exception types are exported from DLL
Jack Lloyd
2018-03-06
3
-4
/
+4
*
Fix compliation problem in PKCS11
Jack Lloyd
2018-02-07
6
-1
/
+6
*
Avoid deprecated functions in OpenSSL provider [ci skip]
Jack Lloyd
2018-02-01
1
-3
/
+3
*
Use shared representation of EC_Group
Jack Lloyd
2018-01-31
1
-5
/
+5
*
Fix a leak in OpenSSL block ciphers
Jack Lloyd
2018-01-28
1
-0
/
+3
*
Correct OpenSSL RC4 naming
Jack Lloyd
2017-12-28
1
-1
/
+1
*
Fix seek test with OpenSSL RC4
Jack Lloyd
2017-11-14
1
-1
/
+1
*
Remove duplicated include
Jack Lloyd
2017-11-13
1
-1
/
+0
*
Missing include: #include <cstdlib> is needed for std::free.
Yuri
2017-11-11
1
-0
/
+1
*
Add checks that keyed algorithms are actually keyed before use
Jack Lloyd
2017-10-26
2
-3
/
+17
*
Accept SHA-1, SHA1, or SHA-160 equally
Jack Lloyd
2017-10-13
2
-2
/
+2
*
Add limits.h header for INT_MAX
Alon Bar-Lev
2017-10-13
1
-0
/
+1
*
Remove needless mutable
Jack Lloyd
2017-10-12
1
-2
/
+2
*
Add limits.h header for INT_MAX
Jack Lloyd
2017-10-04
1
-0
/
+1
*
Avoid empty methods, use =default or add a comment
Jack Lloyd
2017-10-03
2
-5
/
+0
*
Add missing cstdlib include to openssl_rsa.cpp
ilovezfs
2017-10-03
1
-0
/
+1
*
Remove protected m_handle data from PKCS11::Object
Jack Lloyd
2017-10-02
3
-6
/
+18
*
Further build/test fixes for restricted configurations
Jack Lloyd
2017-09-24
1
-0
/
+4
*
More header cleanups
Jack Lloyd
2017-09-23
1
-1
/
+0
*
Refer to free in std::
Jack Lloyd
2017-09-22
1
-1
/
+1
*
Avoid new/delete in BearSSL ECDSA code
Jack Lloyd
2017-09-22
1
-17
/
+10
*
Apply final annotations to the library also
Jack Lloyd
2017-09-22
21
-36
/
+37
*
More include header cleanups
Jack Lloyd
2017-09-21
1
-0
/
+1
*
Header file cleanups
Jack Lloyd
2017-09-21
2
-1
/
+1
*
Clean up header includes
Jack Lloyd
2017-09-21
7
-12
/
+6
*
Change header guard format to BOTAN_FOO_H_
Jack Lloyd
2017-09-20
16
-32
/
+32
*
More annotations
Jack Lloyd
2017-09-19
1
-1
/
+1
*
Add API stability annotations.
Jack Lloyd
2017-09-19
12
-46
/
+46
*
Avoid int vs size_t warning in OpenSSL code
Jack Lloyd
2017-09-17
1
-1
/
+1
*
OpenSSL module requires public key code be enabled in build
Jack Lloyd
2017-08-29
1
-0
/
+4
*
Fix bad iterator deref in OpenSSL RSA
Jack Lloyd
2017-08-25
1
-1
/
+3
*
Merge GH #1094 Add initial BearSSL provider
Jack Lloyd
2017-08-02
4
-0
/
+392
|
\
|
*
BearSSL: replace more NULLs with nullptr
Patrick Wildt
2017-07-10
1
-4
/
+4
|
*
BearSSL: implement PR feedback and compare ECGroup OID name
Patrick Wildt
2017-07-05
3
-12
/
+29
|
*
BearSSL: move includes into extern "C"
Patrick Wildt
2017-07-05
2
-3
/
+8
|
*
BearSSL: Support for ECDSA
Patrick Wildt
2017-07-05
2
-0
/
+206
|
*
BearSSL: Initial support and hash tests
Patrick Wildt
2017-07-05
3
-0
/
+164
*
|
Merge GH #1132 Fix Doxygen errors and add -Wdocumentation flag to clang maint...
Jack Lloyd
2017-07-31
2
-2
/
+2
|
\
\
|
*
|
Fix warnings from clangs -Wdocumentation flag
Jack Lloyd
2017-07-28
2
-2
/
+2
|
|
/
*
|
Merge GH #1131 Confirm OpenSSL supports curve at runtime before attempting to...
Jack Lloyd
2017-07-31
1
-12
/
+35
|
\
\
[next]