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
/
openssl_ec.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the OpenSSL provider
Jack Lloyd
2021-10-28
1
-378
/
+0
*
More uses of make_unique instead of unique_ptr(new ...)
Jack Lloyd
2021-04-04
1
-3
/
+3
*
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
1
-10
/
+5
*
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
1
-10
/
+10
*
Switch LibreSSL provider to OpenSSL 1.1 API
Alexander Bluhm
2018-11-07
1
-2
/
+2
*
Resolve a leak in OpenSSL ECDSA verification for old OpenSSL
Jack Lloyd
2018-10-03
1
-5
/
+13
*
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
1
-1
/
+1
*
Add PK_Signer::signature_length
Jack Lloyd
2018-08-10
1
-6
/
+8
*
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
1
-0
/
+11
*
Add PointGFp::encode as replacement for EC2OSP
Jack Lloyd
2018-03-10
1
-2
/
+2
*
Avoid deprecated functions in OpenSSL provider [ci skip]
Jack Lloyd
2018-02-01
1
-3
/
+3
*
Apply final annotations to the library also
Jack Lloyd
2017-09-22
1
-3
/
+3
*
Avoid int vs size_t warning in OpenSSL code
Jack Lloyd
2017-09-17
1
-1
/
+1
*
Check if curve is built into OpenSSL at runtime
René Korthaus
2017-07-28
1
-12
/
+35
*
Make Botan compile with LibreSSL again.
Alexander Bluhm
2017-05-24
1
-2
/
+2
*
Add copy_state to OpenSSL hash functions, and port to OpenSSL 1.1.0
Jack Lloyd
2017-05-22
1
-9
/
+24
*
Throw OpenSSL exception if any OpenSSL function failed.
Alexander Bluhm
2017-04-29
1
-1
/
+6
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-13
/
+13
*
Add support for brainpool curves in openssl provider
René Korthaus
2016-12-17
1
-1
/
+17
*
Pubkey cleanups
Jack Lloyd
2016-11-12
1
-6
/
+3
*
Remove Key_Type typedefs
Jack Lloyd
2016-11-08
1
-1
/
+0
*
Avoid possibility of mismatched brackets.
Jack Lloyd
2016-10-31
1
-2
/
+6
*
Static analyzer fixes
Jack Lloyd
2016-10-25
1
-1
/
+0
*
Small cleanup in OpenSSL EC
Jack Lloyd
2016-10-21
1
-12
/
+13
*
The other half of 55b8fb5
Jack Lloyd
2016-10-09
1
-7
/
+9
*
OpenSSL fixes
Jack Lloyd
2016-10-07
1
-3
/
+3
*
Remove Algo_Registry usage from public key code.
Jack Lloyd
2016-10-07
1
-52
/
+36
*
Clean up PK decryption encoding.
Jack Lloyd
2016-03-20
1
-1
/
+0
*
Add ECDH via OpenSSL
Jack Lloyd
2016-01-04
1
-0
/
+304