index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Detect low-level engine and app method based keys
Tomas Mraz
2021-04-19
5
-1
/
+6
*
Add "origin" field to EVP_CIPHER, EVP_MD
Rich Salz
2021-04-18
2
-11
/
+28
*
Fix naming for EVP_RAND_CTX_gettable functions.
Pauli
2021-04-17
1
-2
/
+2
*
Add EVP_PKEY_todata() and EVP_PKEY_export() functions.
Shane Lontis
2021-04-15
1
-0
/
+5
*
Rename EVP_PKEY_get0_first_alg_name to EVP_PKEY_get0_type_name
Tomas Mraz
2021-04-15
1
-4
/
+4
*
Remove keymgmt_copy function from the provider API
Tomas Mraz
2021-04-15
2
-9
/
+1
*
Add selection support to the provider keymgmt_dup function
Tomas Mraz
2021-04-15
7
-6
/
+7
*
Implement provider-side keymgmt_dup function
Tomas Mraz
2021-04-15
6
-1
/
+11
*
Add domain parameter match check for DH and ECDH key exchange.
Shane Lontis
2021-04-14
1
-0
/
+1
*
Add FIPS Self test for AES_ECB decrypt
Shane Lontis
2021-04-13
1
-1
/
+2
*
Remove the function EVP_PKEY_set_alias_type
Matt Caswell
2021-04-12
1
-1
/
+0
*
Only enable KTLS if it is explicitly configured
Matt Caswell
2021-04-12
1
-13
/
+4
*
Replace OSSL_PARAM_BLD_free_params() with OSSL_PARAM_free().
Shane Lontis
2021-04-12
1
-1
/
+0
*
Add OSSL_PARAM_dup() and OSSL_PARAM_merge().
Shane Lontis
2021-04-12
2
-0
/
+15
*
Add additional KMAC error
Pauli
2021-04-12
1
-0
/
+1
*
Small fixes and cleanups of provider API documentation
Tomas Mraz
2021-04-09
1
-1
/
+1
*
Update copyright year
Matt Caswell
2021-04-08
7
-7
/
+7
*
Add a constant time zero check function for 64-bit integers
Amitay Isaacs
2021-04-08
1
-0
/
+5
*
numbers: Define 128-bit integers if compiler supports
Amitay Isaacs
2021-04-08
1
-0
/
+10
*
property: lock the lib ctx when updating the property definition cache
Pauli
2021-04-08
1
-0
/
+4
*
property: check return values from the property locking calls.
Pauli
2021-04-08
2
-2
/
+2
*
Fix more certificate related lib_ctx settings.
Shane Lontis
2021-04-08
1
-0
/
+1
*
Check for integer overflow in i2a_ASN1_OBJECT and error out if found.
Pauli
2021-04-07
2
-1
/
+2
*
Deprecate the EVP_PKEY controls for CMS and PKCS#7
Tomas Mraz
2021-04-06
1
-6
/
+8
*
EVP: Add EVP_<TYPE>_description()
Richard Levitte
2021-04-02
2
-0
/
+11
*
Add OSSL_STORE_LOADER_description()
Richard Levitte
2021-04-02
1
-0
/
+1
*
Add OSSL_DECODER_description() and OSSL_ENCODER_description()
Richard Levitte
2021-04-02
2
-0
/
+2
*
CORE: Add an algorithm_description field to OSSL_ALGORITHM
Richard Levitte
2021-04-02
3
-2
/
+7
*
Corrected missing definitions from NonStop SPT build.
Randall S. Becker
2021-04-01
1
-2
/
+10
*
Add "save-parameters" encoder parameter
Tomas Mraz
2021-04-01
1
-0
/
+1
*
EVP_CIPHER_type: fix misleading argument name
Tomas Mraz
2021-04-01
1
-1
/
+1
*
Add a range check (from SP800-56Ar3) to DH key derivation.
Shane Lontis
2021-04-01
4
-1
/
+5
*
HTTP: Fix method_POST param by moving it to OSSL_HTTP_REQ_CTX_set_request_line()
Dr. David von Oheimb
2021-03-31
2
-5
/
+5
*
Added guarding #ifndef/#define to avoid duplicate include of crypto/types.h
Randall S. Becker
2021-03-31
1
-4
/
+10
*
Fix change in behaviour of EVP_PKEY_CTRL_RSA_KEYGEN_BITS
Matt Caswell
2021-03-30
1
-0
/
+2
*
Fix typo in bio.h.in
Nan Xiao
2021-03-29
1
-1
/
+1
*
Implement EVP_PKEY_dup() function
Tomas Mraz
2021-03-28
4
-0
/
+5
*
Fix Build issue on Oracle Linux x64
Shane Lontis
2021-03-28
1
-2
/
+0
*
HTTP: Rename OSSL_HTTP_REQ_CTX_i2d() to OSSL_HTTP_REQ_CTX_set1_req()
Dr. David von Oheimb
2021-03-26
2
-3
/
+3
*
EVP_PKCS82PKEY: Create provided keys if possible
Tomas Mraz
2021-03-25
1
-0
/
+2
*
Fix a windows build break
FdaSilvaYY
2021-03-24
1
-2
/
+2
*
Fix usages of const EVP_MD.
Shane Lontis
2021-03-22
3
-0
/
+6
*
Dual 1024-bit exponentiation optimization for Intel IceLake CPU
Andrey Matyukov
2021-03-22
1
-0
/
+5
*
Make ossl_d2i_PUBKEY_legacy() completely libcrypto internal
Richard Levitte
2021-03-19
1
-4
/
+0
*
Make evp_privatekey_from_binary() completely libcrypto internal
Richard Levitte
2021-03-19
1
-4
/
+0
*
PROV: Add type specific MSBLOB and PVK decoding for the MS->key decoders
Richard Levitte
2021-03-19
3
-1
/
+24
*
PROV: Add type specific PKCS#8 decoding to the DER->key decoders
Richard Levitte
2021-03-19
7
-1
/
+46
*
PROV: Add type specific SubjectPublicKeyInfo decoding to the DER->key decoders
Richard Levitte
2021-03-19
1
-0
/
+24
*
Added functions for printing EVP_PKEYs to FILE *
Tomas Mraz
2021-03-19
1
-0
/
+12
*
Add ossl_pkcs5_pbkdf2_hmac_ex symbol
Shane Lontis
2021-03-18
1
-4
/
+5
[next]