summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2021-02-23EVP: Implement data-driven translation between known ctrl and OSSL_PARAMsRichard Levitte
2021-02-23EVP: Make evp_pkey_ctx_state() available to all of EVPRichard Levitte
2021-02-23EVP: Implement EVP_PKEY_CTX_is_a()Richard Levitte
2021-02-23Add back in legacy paths for d2i_PrivateKey/d2i_AutoPrivateKey.Shane Lontis
2021-02-22Handle NULL result of ERR_reason_error_string() in some appsDr. David von Oheimb
2021-02-22Add EVP_PKEY_public_check_quick.Shane Lontis
2021-02-22Fix external symbols for pkcs7.Shane Lontis
2021-02-22Fix external symbols for cms.Shane Lontis
2021-02-20DECODER: Add better tracing of the chain walking processRichard Levitte
2021-02-20DECODER: Use the data structure from the last decoder to select the nextRichard Levitte
2021-02-19Correct the return value of BIO_get_ktls_*().John Baldwin
2021-02-19CMP: Fix total_timeout behavior; small doc and diagnostic improvementsDr. David von Oheimb
2021-02-19CRYPTO_gcm128_decrypt: fix mac or tag calculationZhang Jinde
2021-02-19Fix merge problem in d2i_PrivateKey_exShane Lontis
2021-02-19Fix DH ASN1 decode so that it detects named groups.Shane Lontis
2021-02-19Fix d2i_AutoPrivateKey_ex so that is uses the new decoder (and producesShane Lontis
2021-02-18Pass the object type and data structure from the pem2der decoderMatt Caswell
2021-02-18OSSL_PARAM: Correct the assumptions on the UTF8 string lengthRichard Levitte
2021-02-18Rename internal X509_add_cert_new() to ossl_x509_add_cert_new()Dr. David von Oheimb
2021-02-18Add internal X509_add_certs_new(), which simplifies mattersDr. David von Oheimb
2021-02-18Update copyright yearMatt Caswell
2021-02-18Fix external symbols in the provider digest implementations.Shane Lontis
2021-02-18DH: Make DH_bits(), DH_size(), and DH_security_bits() check that there are ke...Sahana Prasad
2021-02-18chain_build(): Call verify_cb_cert() if a preliminary error has become finalDr. David von Oheimb
2021-02-18dsa_check: Perform simple parameter check if seed is not availableTomas Mraz
2021-02-17x509_vfy: fix mem leaks in chain_build() on malloc error Coverify CID 1473068Dr. David von Oheimb
2021-02-17Rename OSSL_ENCODER_CTX_new_by_EVP_PKEY and OSSL_DECODER_CTX_new_by_EVP_PKEYTomas Mraz
2021-02-17err: generated error filesPauli
2021-02-17Fix propquery handling in EVP_DigestSignInit_exPetr Gotthard
2021-02-16Don't overflow the output length in EVP_CipherUpdate callsMatt Caswell
2021-02-16Fix the RSA_SSLV23_PADDING padding typeMatt Caswell
2021-02-16Fix Null pointer deref in X509_issuer_and_serial_hash()Matt Caswell
2021-02-16Do not match RFC 5114 groups without q as it is significantTomas Mraz
2021-02-15Implement EVP_PKEY_param_check_quick() and use it in libsslMatt Caswell
2021-02-15x509_vfy: remove redundant stack allocationBenjamin Kaduk
2021-02-14Remove an unnecessary free call.Pauli
2021-02-14Remove dead code in rsa_pkey_ctrl.Shane Lontis
2021-02-12Use ERR_R_*_LIB instead of ERR_LIB_* as reason code for sub-librariesRichard Levitte
2021-02-12Deprecate the low level SRP APIsMatt Caswell
2021-02-12Add OID for draft-ietf-opsawg-finding-geofeeds detached CMS signatureJob Snijders
2021-02-12EVP: fix reference counting for EVP_CIPHER.Pauli
2021-02-12Prov: add an option to force provider fetches to not be cached.Pauli
2021-02-12EVP: fix reference counting for digest operations.Pauli
2021-02-11X509_STORE_CTX_cleanup(): Use internally so no need to call explicitlyDr. David von Oheimb
2021-02-11X509_STORE_CTX_get1_issuer(): Make preference on expired certs consistent wit...Dr. David von Oheimb
2021-02-11x509_vfy.c: Make chain_build() error diagnostics to the pointDr. David von Oheimb
2021-02-11Rename internal providercommonerr.h to less mouthful proverr.hTomas Mraz
2021-02-11Various cleanup of PROV_R_ reason codesTomas Mraz
2021-02-11Move the PROV_R reason codes to a public headerTomas Mraz
2021-02-10include/openssl: add a few missing #pragma once directivesFdaSilvaYY