Sebastian Sturm
|
bdede43afe
|
Added support for Ed25519 and Ed448 signatures
|
2019-08-16 11:15:04 +02:00 |
Leo
|
88c5bd81c7
|
Add AES-192 and OFB mode
|
2019-07-06 17:11:37 +08:00 |
Vojtěch Pejša
|
865c613de3
|
Fix requiret ossl version for EVP_PKEY_size
|
2019-04-23 12:36:42 +02:00 |
Vojtěch Pejša
|
f40a328d43
|
Remove unnecessary version req and clean up param names.
|
2019-04-18 10:47:50 +02:00 |
Vojtěch Pejša
|
63c7bda0c2
|
Add minimum ossl version.
|
2019-04-15 13:41:54 +02:00 |
Vojtěch Pejša
|
08879ed512
|
Add EVP_Seal and EVP_Open
|
2019-04-15 00:54:49 +02:00 |
Nathaniel McCallum
|
d9cb5433b1
|
Expose EVP_MD_type()
This gives us the ability to get the Nid from a MessageDigest.
|
2019-03-19 11:10:35 -04:00 |
Ryuichi Okumura
|
899fc30e9b
|
Change from EVP_des_ede3_cfb to EVP_des_ede3_cfb64
|
2019-02-18 19:35:00 +09:00 |
Ryuichi Okumura
|
941a69a4d2
|
Add des_ede3_cfb symm cipher
|
2019-02-17 22:21:01 +09:00 |
Sameer
|
e0e0a96cb3
|
Add new SHA3 EVP message digest functions in OpenSSL 1.1.1
|
2018-11-21 15:31:50 -05:00 |
Steven Fackler
|
8c6bc774db
|
Support libressl 2.8.0
Closes #988
|
2018-09-12 20:44:22 -07:00 |
Steven Fackler
|
93a4e96255
|
Refactor openssl-sys
The old layout tried to structure itself by version but it ended up with
a lot of duplication. Instead, follow the structure of the header files.
|
2018-09-12 19:21:18 -07:00 |