index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update RSA keygen to use sp800-56b by default
Shane Lontis
2020-06-10
3
-13
/
+54
*
EVP: Let EVP_PKEY_gen() initialize ctx->keygen_info
Richard Levitte
2020-06-08
1
-0
/
+16
*
kTLS: add support for AES_CCM128 and AES_GCM256
Vadim Fedorenko
2020-06-08
1
-3
/
+6
*
fix doc typo in bn_dh.c
Hubert Kario
2020-06-08
1
-1
/
+1
*
Fix mem leaks and allow missing pkey and/or cert in try_decode_PKCS12()
Dr. David von Oheimb
2020-06-08
1
-31
/
+36
*
Fix code layout in crypto/store/loader_file.c satisfying check-format.pl -l
Dr. David von Oheimb
2020-06-08
1
-9
/
+9
*
Always create a key when importing
Matt Caswell
2020-06-05
1
-7
/
+7
*
Make EVP_PKEY_[get1|set1]_tls_encodedpoint work with provided keys
Matt Caswell
2020-06-05
4
-19
/
+65
*
Implement OSSL_PROVIDER_get0_provider_ctx()
Matt Caswell
2020-06-05
2
-0
/
+12
*
Enable applications to directly call a provider's query operation
Matt Caswell
2020-06-05
1
-0
/
+9
*
[crypto/ec] Remove unreachable AVX2 code in NISTZ256 implementation
Nicola Tuveri
2020-06-04
2
-2336
/
+46
*
CORE: make sure activated fallback providers stay activated
Richard Levitte
2020-06-04
1
-7
/
+35
*
Fix missed fields in EVP_PKEY_meth_copy.
Aaron Thompson
2020-06-04
1
-37
/
+6
*
Update copyright year
Matt Caswell
2020-06-04
20
-20
/
+20
*
Fix a buffer overflow in drbg_ctr_generate
Bernd Edlinger
2020-06-03
1
-3
/
+5
*
PEM: Make PKCS8 serializers aware of OSSL_SERIALIZERs
Richard Levitte
2020-06-02
1
-35
/
+82
*
Move EC_METHOD to internal-only
Billy Brumley
2020-06-02
8
-26
/
+47
*
APPS: Remove make_config_name, use CONF_get1_default_config_file instead
Richard Levitte
2020-06-02
1
-8
/
+6
*
Revert the check for NaN in %f format
Bernd Edlinger
2020-06-01
1
-3
/
+1
*
undeprecate SSL_CTX_load_verify_locations and X509_STORE_load_locations
Tim Hudson
2020-06-01
1
-3
/
+0
*
Make BIO_do_connect() and friends handle multiple IP addresses
Dr. David von Oheimb
2020-06-01
1
-1
/
+10
*
bio printf: Avoid using rounding errors in range check
Bernd Edlinger
2020-05-29
1
-1
/
+7
*
RSA: Do not set NULL OAEP labels
Benjamin Kaduk
2020-05-28
1
-1
/
+2
*
params: do not ignore zero-length strings
Benjamin Kaduk
2020-05-28
1
-4
/
+3
*
Fail if we fail to fetch the EVP_KEYMGMT
Matt Caswell
2020-05-28
1
-3
/
+47
*
Avoid undefined behavior with unaligned accesses
Bernd Edlinger
2020-05-27
11
-70
/
+145
*
Rename EVP_PKEY_cmp() to EVP_PKEY_eq() and EVP_PKEY_cmp_parameters() to EVP_P...
Dr. David von Oheimb
2020-05-27
6
-8
/
+22
*
crypto/cms: add CAdES-BES signed attributes validation
FdaSilvaYY
2020-05-27
10
-114
/
+296
*
PROV: Use rsa_padding_add_PKCS1_OAEP_mgf1_with_libctx() in RSA-OAEP
Richard Levitte
2020-05-27
1
-7
/
+0
*
Fix X509_PUBKEY_cmp(), move to crypto/x509/x_pubkey.c, rename, export, and do...
Dr. David von Oheimb
2020-05-26
2
-20
/
+22
*
Constify X509_PUBKEY_get(), X509_PUBKEY_get0(), and X509_PUBKEY_get0_param()
Dr. David von Oheimb
2020-05-26
7
-11
/
+11
*
Update core_names.h fields and document most fields.
Shane Lontis
2020-05-26
6
-21
/
+26
*
Fix ERR_print_errors so that it matches the documented format in doc/man3/ERR...
Shane Lontis
2020-05-26
2
-36
/
+69
*
Coverity 1463830: Resource leaks (RESOURCE_LEAK)
Pauli
2020-05-25
1
-0
/
+1
*
Fix coverity issues in EC after #11807
Nicola Tuveri
2020-05-24
1
-4
/
+4
*
Move decl of OSSL_CRMF_CERTID_dup from {crmf,cmp}_local.h to include/openssl/...
Dr. David von Oheimb
2020-05-24
2
-2
/
+0
*
Re-introduce legacy EVP_PKEY types for provided keys
Richard Levitte
2020-05-23
2
-34
/
+33
*
Fix the parameter types of the CRYPTO_EX_dup function type.
Bernd Edlinger
2020-05-23
2
-3
/
+2
*
Adjust length of some strncpy() calls
Nicola Tuveri
2020-05-22
1
-1
/
+1
*
Prevent use after free of global_engine_lock
Tomas Mraz
2020-05-22
1
-0
/
+1
*
Coverity 1463258: Incorrect expression (EVALUATION_ORDER)
Pauli
2020-05-22
1
-1
/
+1
*
STORE: Make try_decode_PrivateKey() ENGINE aware
Richard Levitte
2020-05-20
1
-0
/
+37
*
rsa_padding_add_PKCS1_OAEP_mgf1_with_libctx(): fix check of |md|
Richard Levitte
2020-05-20
1
-1
/
+2
*
deprecate EC_POINT_make_affine and EC_POINTs_make_affine
Billy Brumley
2020-05-20
4
-5
/
+12
*
Avoid potential overflow to the sign bit when shifting left 24 places
Tomas Mraz
2020-05-20
1
-1
/
+1
*
Cast the unsigned char to unsigned int before shifting left
Tomas Mraz
2020-05-20
1
-4
/
+4
*
Fix egd and devrandom source configs
Bernd Edlinger
2020-05-20
1
-2
/
+3
*
Add OSSL_PROVIDER_do_all()
Richard Levitte
2020-05-20
1
-0
/
+8
*
deprecate EC precomputation functionality
Billy Brumley
2020-05-19
2
-0
/
+4
*
GOST-related objects changes
Dmitry Belyavskiy
2020-05-19
3
-3
/
+8
[next]