summaryrefslogtreecommitdiffstats
path: root/README-FIPS.md (unfollow)
Commit message (Expand)AuthorFilesLines
2021-05-15Init the child providers immediately on creation of the child libctxMatt Caswell4-51/+9
2021-05-15Add make update-fips-checksums to release.sh scriptTomas Mraz1-6/+8
2021-05-15doc: document all functions in provider-base(7)Pauli1-12/+16
2021-05-15Fix a memleak on an error path in the pkcs12 test helpersMatt Caswell1-17/+12
2021-05-14Add OSSL_ prefix to HTTP_DEFAULT_MAX_{LINE_LENGTH,RESP_LEN}Dr. David von Oheimb7-16/+15
2021-05-14http_client.c: Rename internal fields and functions for consistencyDr. David von Oheimb2-29/+28
2021-05-14HTTP client: Allow streaming of response data (with possibly indefinite length)Dr. David von Oheimb4-55/+60
2021-05-14HTTP client: Allow streaming of request data (for POST method)Dr. David von Oheimb2-49/+65
2021-05-14HTTP client API: Generalize to arbitrary request and response contentsDr. David von Oheimb8-20/+45
2021-05-14OSSL_HTTP_transfer(): Fix error reporting in case rctx->server is NULLDr. David von Oheimb2-10/+11
2021-05-14OSSL_HTTP_get(): Do not close connection if redirect to same serverDr. David von Oheimb1-8/+9
2021-05-14HTTP: Implement persistent connections (keep-alive)Dr. David von Oheimb18-365/+706
2021-05-14OSSL_HTTP_REQ_CTX_add1_headers(): Fix use with host == NULL (relative URLs)Dr. David von Oheimb1-1/+1
2021-05-14CMP test server: Extend error reporting on cert rejected for revocationDr. David von Oheimb2-2/+3
2021-05-14HTTP test server: Improve connection management and loggingDr. David von Oheimb3-28/+54
2021-05-14cmp_server.c: Improve transaction management and loggingDr. David von Oheimb1-6/+16
2021-05-14OSSL_CMP_SRV_process_request(): Log any error queue entries on responseDr. David von Oheimb1-0/+1
2021-05-14HTTP client: Rename 'maxline' parameter to 'buf_size' for clarityDr. David von Oheimb2-11/+11
2021-05-14mac: improve MAC documentation (Poly 1305 key reuse, nomenclature)Pauli2-1/+10
2021-05-14Slightly reformat ssl.h.inRich Salz6-127/+110
2021-05-14Convert SSL_{CTX}_[gs]et_options to 64Rich Salz5-63/+62
2021-05-14Fix provider library build wrt. AESJuergen Christ1-0/+7
2021-05-14Add --banner config optionRich Salz9-42/+54
2021-05-14check i2d_ASN1_TYPE return valuebonniegong1-0/+2
2021-05-13http_client.c: Fix inconsistency w.r.t. type of max_resp_lenDr. David von Oheimb1-3/+3
2021-05-13Replace some of the ERR_clear_error() calls with mark callsTomas Mraz9-31/+44
2021-05-13crypto/arm_arch.h: add a variable declarationXiaofei Bai1-0/+1
2021-05-13ARM assembly pack: translate bit-sliced AES implementation to AArch64Ben Avison2-2/+2341
2021-05-13doc: remove references to undepreciated commands being deprecated.Pauli4-9/+23
2021-05-13Fallback to legacy pem decoding if OSSL_DECODER failsTomas Mraz1-4/+150
2021-05-13Implement pem_read_key directly through OSSL_DECODERTomas Mraz10-83/+74
2021-05-13Replace EVP_PKEY_supports_digest_nidTomas Mraz9-82/+75
2021-05-13Drop ASN1_PKEY_CTRL_SUPPORTS_MD_NIDTomas Mraz2-4/+2
2021-05-13update-fips-checksums: Make the dependency on source list workTomas Mraz1-1/+2
2021-05-13clarification about the DES statusDmitry Belyavskiy2-0/+8
2021-05-13Enumerating the legacy provider's cipher algorithmsDmitry Belyavskiy1-0/+26
2021-05-13Ensure the pristine checksums are not recomputedTomas Mraz1-1/+3
2021-05-13The FIPS Checksums job must be run on pull_request_targetTomas Mraz1-1/+1
2021-05-13Makefile: Make sure providers/fipsmodule.cnf is re-built also for run_testsDr. David von Oheimb1-1/+1
2021-05-13Makefile: Simplify use of run_testsDr. David von Oheimb1-7/+4
2021-05-13Remove the .new suffix inside the fips.checksum.newTomas Mraz1-2/+4
2021-05-13Allow diff-fips-checksums in in-tree buildTomas Mraz1-18/+14
2021-05-13Remove the severity: fips change label if fips checksum unchangedTomas Mraz1-1/+13
2021-05-13Set the severity: fips change label if fips checksum changedTomas Mraz1-12/+13
2021-05-13fipsprov: Missing teardown on fips_get_params_from_core() errorTomas Mraz1-1/+1