summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2021-05-25Remove engine_table_select_intRich Salz
2021-05-24Fix warning in gf_serializeJuergen Christ
2021-05-24Don't try the same decoder multiple timesMatt Caswell
2021-05-24Added PKCS5_PBE_keyivgen_ex() to allow PBKDF1 algorithms to be fetched for a ...Jon Spillett
2021-05-24Add PBKDF1 to the legacy providerJon Spillett
2021-05-24Remove some perl 5.14 use from rsaz-avx512.plMatt Caswell
2021-05-24Rename the field 'provctx and data' to 'algctx' inside some objects containingShane Lontis
2021-05-24Fix a memleak in the FIPS providerMatt Caswell
2021-05-24core: condition out more in FIPS buildsPauli
2021-05-22property: convert integers to strings properly.Pauli
2021-05-21Properly restore XMM registers in ChaCha20's AVX-512(VL) assemblyJean-Philippe Boivin
2021-05-21pem_read_bio_key_legacy: Do not obscure real error if there is oneTomas Mraz
2021-05-20Update copyright yearMatt Caswell
2021-05-20EVP: Modify EVP_PKEY_export() to handle legacy EVP_PKEYsRichard Levitte
2021-05-20Modify EVP_PKEY_ASN1_METHOD's export_to function to take an importerRichard Levitte
2021-05-20Update documentation for global properties mirroringMatt Caswell
2021-05-20Ensure mirroring of properties works for subsequent updatesMatt Caswell
2021-05-20Add a callback for providers to know about global properties changesMatt Caswell
2021-05-20Implement the ability to convert a PROPERTY_LIST to a stringMatt Caswell
2021-05-20todo: remove TODO(3.0) from the sources.Pauli
2021-05-20Revert "ARM assembly pack: translate bit-sliced AES implementation to AArch64"Pauli
2021-05-19X509_STORE_CTX_get1_issuer(): Simplify code, reducing risk of failureDr. David von Oheimb
2021-05-19X509 build_chain(): Fix two potential memory leaks on issuer variableDr. David von Oheimb
2021-05-19X509 build_chain(): Make the variable 'curr' local to the loop bodyDr. David von Oheimb
2021-05-19X509 build_chain(): Rename variable 'depth' to 'max_depth'Dr. David von Oheimb
2021-05-19X509 build_chain(): Restrict scope of 'self_signed' variableDr. David von Oheimb
2021-05-19Make sure to include "internal/numbers.h" to get SIZE_MAXRichard Levitte
2021-05-19Fix crypto/bio/b_sock.c for VMSRichard Levitte
2021-05-19CMS_get0_SignerInfos(): Prevent spurious error on cms_get0_signed() failureDr. David von Oheimb
2021-05-19Make SMIME_read_CMS_ex() and SMIME_read_ASN1_ex() support binary inputDr. David von Oheimb
2021-05-19bio_lib: Add BIO_get_line, correct doc of BIO_getsDr. David von Oheimb
2021-05-18Better error messages if there are no encoders/decoders/store loadersMatt Caswell
2021-05-18Move ossl_sleep() to e_os.h and use it in appsDr. David von Oheimb
2021-05-18seal: make EVP_SealInit() library context awarePauli
2021-05-18hmac: fix coverity 1484888 negative integer to size_t conversionPauli
2021-05-18evp: fix coverity 1484885 negative integer to size_t conversionPauli
2021-05-18provider: fix coverity 1484884: uninitialised lock usePauli
2021-05-17Fix a use-after-free in the child provider codeMatt Caswell
2021-05-17Fix pointer passed to provider_unquery_operationPetr Gotthard
2021-05-15ASN1: Fix i2d_provided() return valueRichard Levitte
2021-05-15Init the child providers immediately on creation of the child libctxMatt Caswell
2021-05-14Add OSSL_ prefix to HTTP_DEFAULT_MAX_{LINE_LENGTH,RESP_LEN}Dr. David von Oheimb
2021-05-14http_client.c: Rename internal fields and functions for consistencyDr. David von Oheimb
2021-05-14HTTP client: Allow streaming of response data (with possibly indefinite length)Dr. David von Oheimb
2021-05-14HTTP client: Allow streaming of request data (for POST method)Dr. David von Oheimb
2021-05-14HTTP client API: Generalize to arbitrary request and response contentsDr. David von Oheimb
2021-05-14OSSL_HTTP_transfer(): Fix error reporting in case rctx->server is NULLDr. David von Oheimb
2021-05-14OSSL_HTTP_get(): Do not close connection if redirect to same serverDr. David von Oheimb
2021-05-14HTTP: Implement persistent connections (keep-alive)Dr. David von Oheimb
2021-05-14OSSL_HTTP_REQ_CTX_add1_headers(): Fix use with host == NULL (relative URLs)Dr. David von Oheimb