aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* seal: make EVP_SealInit() library context awarePauli2021-05-181-3/+9
* hmac: fix coverity 1484888 negative integer to size_t conversionPauli2021-05-181-1/+4
* evp: fix coverity 1484885 negative integer to size_t conversionPauli2021-05-181-4/+8
* provider: fix coverity 1484884: uninitialised lock usePauli2021-05-181-1/+1
* Fix a use-after-free in the child provider codeMatt Caswell2021-05-171-1/+1
* Fix pointer passed to provider_unquery_operationPetr Gotthard2021-05-171-3/+2
* ASN1: Fix i2d_provided() return valueRichard Levitte2021-05-151-1/+2
* Init the child providers immediately on creation of the child libctxMatt Caswell2021-05-152-44/+8
* Add OSSL_ prefix to HTTP_DEFAULT_MAX_{LINE_LENGTH,RESP_LEN}Dr. David von Oheimb2021-05-142-4/+4
* http_client.c: Rename internal fields and functions for consistencyDr. David von Oheimb2021-05-141-29/+27
* HTTP client: Allow streaming of response data (with possibly indefinite length)Dr. David von Oheimb2021-05-141-39/+44
* HTTP client: Allow streaming of request data (for POST method)Dr. David von Oheimb2021-05-141-48/+63
* HTTP client API: Generalize to arbitrary request and response contentsDr. David von Oheimb2021-05-141-3/+12
* OSSL_HTTP_transfer(): Fix error reporting in case rctx->server is NULLDr. David von Oheimb2021-05-141-7/+6
* OSSL_HTTP_get(): Do not close connection if redirect to same serverDr. David von Oheimb2021-05-141-8/+9
* HTTP: Implement persistent connections (keep-alive)Dr. David von Oheimb2021-05-147-215/+338
* OSSL_HTTP_REQ_CTX_add1_headers(): Fix use with host == NULL (relative URLs)Dr. David von Oheimb2021-05-141-1/+1
* CMP test server: Extend error reporting on cert rejected for revocationDr. David von Oheimb2021-05-141-1/+1
* cmp_server.c: Improve transaction management and loggingDr. David von Oheimb2021-05-141-6/+16
* OSSL_CMP_SRV_process_request(): Log any error queue entries on responseDr. David von Oheimb2021-05-141-0/+1
* HTTP client: Rename 'maxline' parameter to 'buf_size' for clarityDr. David von Oheimb2021-05-142-11/+11
* Fix provider library build wrt. AESJuergen Christ2021-05-141-0/+7
* check i2d_ASN1_TYPE return valuebonniegong2021-05-141-0/+2
* http_client.c: Fix inconsistency w.r.t. type of max_resp_lenDr. David von Oheimb2021-05-131-3/+3
* Replace some of the ERR_clear_error() calls with mark callsTomas Mraz2021-05-139-31/+44
* crypto/arm_arch.h: add a variable declarationXiaofei Bai2021-05-141-0/+1
* ARM assembly pack: translate bit-sliced AES implementation to AArch64Ben Avison2021-05-142-2/+2341
* Fallback to legacy pem decoding if OSSL_DECODER failsTomas Mraz2021-05-131-4/+150
* Implement pem_read_key directly through OSSL_DECODERTomas Mraz2021-05-134-58/+40
* Replace EVP_PKEY_supports_digest_nidTomas Mraz2021-05-131-14/+13
* Drop ASN1_PKEY_CTRL_SUPPORTS_MD_NIDTomas Mraz2021-05-131-2/+1
* x509: fix a dangling pointerPauli2021-05-131-1/+3
* Add $AESDEF in libdefault.a to fix aes regressionXiaofei Bai2021-05-131-0/+1
* Export/import flags for FFC params changed to seperate fields.Shane Lontis2021-05-133-40/+35
* make updateBenjamin Kaduk2021-05-121-0/+1
* HTTP client: Minimal changes that include the improved APIDr. David von Oheimb2021-05-125-175/+152
* Add ASN1_item_i2d_mem_bio(); document and improve also ASN1_item_d2i_bio()Dr. David von Oheimb2021-05-122-0/+20
* A few cleanups of the provider build.infosTomas Mraz2021-05-121-1/+1
* encoder: add a _name() function for encoders and decodersPauli2021-05-123-0/+21
* property: create property names more eagerly.Pauli2021-05-121-2/+2
* Add OID for RPKI id-ct-signedChecklistJob Snijders2021-05-123-5/+12
* evp: fix return code check.Pauli2021-05-121-1/+1
* coverity: fix 1484542 dereference after null checkPauli2021-05-121-4/+2
* Fix missing $CPUIDDEF in libdefault.aXiaofei Bai2021-05-111-0/+1
* Exclude child provider code from the FIPS moduleMatt Caswell2021-05-111-19/+49
* Don't convert pre-existing providers into childrenMatt Caswell2021-05-112-32/+100
* Add support for child provider to up_ref/free their parentMatt Caswell2021-05-115-35/+159
* Register callbacks with core for child provider creation/deletionMatt Caswell2021-05-112-40/+239
* Add the concept of a child OSSL_LIB_CTXMatt Caswell2021-05-115-8/+308
* Add the ability for ex_data to have a priorityMatt Caswell2021-05-1116-20/+61