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
/
openssl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the OpenSSL provider
Jack Lloyd
2021-10-28
8
-1539
/
+0
*
Disable OpenSSL support for algorithms deprecated in OpenSSL 3.0
Jack Lloyd
2021-10-20
2
-32
/
+0
*
Prevent using non-sensical padding schemes
Jack Lloyd
2021-05-22
1
-2
/
+2
*
Avoid raw pointers in Cipher_Mode
Jack Lloyd
2021-04-07
2
-3
/
+3
*
Fix OpenSSL build
Jack Lloyd
2021-04-04
1
-1
/
+1
*
More uses of make_unique instead of unique_ptr(new ...)
Jack Lloyd
2021-04-04
5
-12
/
+12
*
Update OpenSSL and CommonCrypto providers
Jack Lloyd
2021-04-03
3
-10
/
+14
*
Don't use shouting case for ASN1_{Type,Class} values
Jack Lloyd
2021-01-13
1
-2
/
+2
*
Add some helpers for start_cons
Jack Lloyd
2021-01-13
1
-4
/
+4
*
Split ASN1 tags enum class into 2 enum classes
sledgehammer_999
2021-01-11
1
-4
/
+4
*
Convert ASN1_Tag to an enum class
Jack Lloyd
2020-12-20
1
-5
/
+5
*
Convert EC_Group_Encoding to enum class
Jack Lloyd
2020-12-15
1
-1
/
+1
*
Add -Wshorten-64-to-32 for Clang
Jack Lloyd
2020-11-08
6
-29
/
+34
*
Remove deprecated headers, make more headers internal
Jack Lloyd
2020-11-06
1
-1
/
+1
*
Fix some warnings picked up by new compiler flags
Jack Lloyd
2020-11-06
1
-1
/
+1
*
Fix warning with recent GCC
Jack Lloyd
2019-12-08
1
-1
/
+1
*
Fix Windows linking to consistently use .lib suffix as required
Jack Lloyd
2019-12-06
1
-1
/
+1
*
Reduce usage of oids.h with the addition of some helpers on OID
Jack Lloyd
2019-08-04
1
-2
/
+1
*
Fix a memory leak in OpenSSL ECDH
Jack Lloyd
2018-12-03
1
-3
/
+5
*
Make exceptions easier to translate to error codes
Jack Lloyd
2018-11-23
7
-65
/
+70
*
Avoid calling memset, memcpy within library code
Jack Lloyd
2018-11-17
2
-3
/
+3
*
Switch LibreSSL provider to OpenSSL 1.1 API
Alexander Bluhm
2018-11-07
3
-6
/
+6
*
Resolve a leak in OpenSSL ECDSA verification for old OpenSSL
Jack Lloyd
2018-10-03
1
-5
/
+13
*
Refactor mode tests, and correct bugs found
Jack Lloyd
2018-09-29
1
-0
/
+13
*
Use new CAST-128 specific feature macro here
Jack Lloyd
2018-09-15
1
-1
/
+1
*
Remove use of OpenSSL IDEA
Jack Lloyd
2018-09-04
1
-5
/
+0
*
Add nonce-set checks for OpenSSL CBC mode impls
Jack Lloyd
2018-08-17
1
-1
/
+5
*
Fix for OpenSSL
Jack Lloyd
2018-08-12
1
-0
/
+4
*
Add functions to get size of PK ciphertext,plaintext
Jack Lloyd
2018-08-10
2
-1
/
+5
*
Add PK_Signer::signature_length
Jack Lloyd
2018-08-10
2
-6
/
+10
*
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
1
-2
/
+2
*
Ensure exception types are exported from DLL
Jack Lloyd
2018-03-06
1
-1
/
+1
*
Avoid deprecated functions in OpenSSL provider [ci skip]
Jack Lloyd
2018-02-01
1
-3
/
+3
*
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
1
-1
/
+1
*
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
*
Add missing cstdlib include to openssl_rsa.cpp
ilovezfs
2017-10-03
1
-0
/
+1
*
Refer to free in std::
Jack Lloyd
2017-09-22
1
-1
/
+1
[next]