summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
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
2021-05-14CMP test server: Extend error reporting on cert rejected for revocationDr. David von Oheimb
2021-05-14cmp_server.c: Improve transaction management and loggingDr. David von Oheimb
2021-05-14OSSL_CMP_SRV_process_request(): Log any error queue entries on responseDr. David von Oheimb
2021-05-14HTTP client: Rename 'maxline' parameter to 'buf_size' for clarityDr. David von Oheimb
2021-05-14Fix provider library build wrt. AESJuergen Christ
2021-05-14check i2d_ASN1_TYPE return valuebonniegong
2021-05-13http_client.c: Fix inconsistency w.r.t. type of max_resp_lenDr. David von Oheimb
2021-05-13Replace some of the ERR_clear_error() calls with mark callsTomas Mraz
2021-05-14crypto/arm_arch.h: add a variable declarationXiaofei Bai
2021-05-14ARM assembly pack: translate bit-sliced AES implementation to AArch64Ben Avison
2021-05-13Fallback to legacy pem decoding if OSSL_DECODER failsTomas Mraz
2021-05-13Implement pem_read_key directly through OSSL_DECODERTomas Mraz
2021-05-13Replace EVP_PKEY_supports_digest_nidTomas Mraz
2021-05-13Drop ASN1_PKEY_CTRL_SUPPORTS_MD_NIDTomas Mraz
2021-05-13x509: fix a dangling pointerPauli
2021-05-13Add $AESDEF in libdefault.a to fix aes regressionXiaofei Bai
2021-05-13Export/import flags for FFC params changed to seperate fields.Shane Lontis
2021-05-12make updateBenjamin Kaduk
2021-05-12HTTP client: Minimal changes that include the improved APIDr. David von Oheimb
2021-05-12Add ASN1_item_i2d_mem_bio(); document and improve also ASN1_item_d2i_bio()Dr. David von Oheimb
2021-05-12A few cleanups of the provider build.infosTomas Mraz
2021-05-12encoder: add a _name() function for encoders and decodersPauli
2021-05-12property: create property names more eagerly.Pauli
2021-05-12Add OID for RPKI id-ct-signedChecklistJob Snijders
2021-05-12evp: fix return code check.Pauli
2021-05-12coverity: fix 1484542 dereference after null checkPauli
2021-05-11Fix missing $CPUIDDEF in libdefault.aXiaofei Bai
2021-05-11Exclude child provider code from the FIPS moduleMatt Caswell
2021-05-11Don't convert pre-existing providers into childrenMatt Caswell
2021-05-11Add support for child provider to up_ref/free their parentMatt Caswell
2021-05-11Register callbacks with core for child provider creation/deletionMatt Caswell