summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* HTTP: Implement persistent connections (keep-alive)Dr. David von Oheimb2021-05-1418-365/+706
* 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-142-2/+3
* HTTP test server: Improve connection management and loggingDr. David von Oheimb2021-05-143-28/+54
* 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
* mac: improve MAC documentation (Poly 1305 key reuse, nomenclature)Pauli2021-05-142-1/+10
* Slightly reformat ssl.h.inRich Salz2021-05-146-127/+110
* Convert SSL_{CTX}_[gs]et_options to 64Rich Salz2021-05-145-63/+62
* Fix provider library build wrt. AESJuergen Christ2021-05-141-0/+7
* Add --banner config optionRich Salz2021-05-149-42/+54
* 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
* doc: remove references to undepreciated commands being deprecated.Pauli2021-05-134-9/+23
* Fallback to legacy pem decoding if OSSL_DECODER failsTomas Mraz2021-05-131-4/+150
* Implement pem_read_key directly through OSSL_DECODERTomas Mraz2021-05-1310-83/+74
* Replace EVP_PKEY_supports_digest_nidTomas Mraz2021-05-139-82/+75
* Drop ASN1_PKEY_CTRL_SUPPORTS_MD_NIDTomas Mraz2021-05-132-4/+2
* update-fips-checksums: Make the dependency on source list workTomas Mraz2021-05-131-1/+2
* clarification about the DES statusDmitry Belyavskiy2021-05-132-0/+8
* Enumerating the legacy provider's cipher algorithmsDmitry Belyavskiy2021-05-131-0/+26
* Ensure the pristine checksums are not recomputedTomas Mraz2021-05-131-1/+3
* The FIPS Checksums job must be run on pull_request_targetTomas Mraz2021-05-131-1/+1
* Makefile: Make sure providers/fipsmodule.cnf is re-built also for run_testsDr. David von Oheimb2021-05-131-1/+1
* Makefile: Simplify use of run_testsDr. David von Oheimb2021-05-131-7/+4
* Remove the .new suffix inside the fips.checksum.newTomas Mraz2021-05-131-2/+4
* Allow diff-fips-checksums in in-tree buildTomas Mraz2021-05-131-18/+14
* Remove the severity: fips change label if fips checksum unchangedTomas Mraz2021-05-131-1/+13
* Set the severity: fips change label if fips checksum changedTomas Mraz2021-05-131-12/+13
* fipsprov: Missing teardown on fips_get_params_from_core() errorTomas Mraz2021-05-131-1/+1
* Add checksums github CI actionTomas Mraz2021-05-131-0/+56
* Add diff-fips-checksums target to compare BLDDIR and SRCDIR checksumsTomas Mraz2021-05-131-0/+9
* Compute the FIPS checksums in $(BLDDIR) and remove it from update targetTomas Mraz2021-05-131-20/+20
* x509: fix a dangling pointerPauli2021-05-131-1/+3
* e_loader_attic: fix a use after free issuePauli2021-05-131-1/+1
* test: fix thread test config file problemPauli2021-05-132-8/+17
* EVP_PKEY-X25519.pod: Correct EVP_PKEY_Q_keygen function name in exampleDr. David von Oheimb2021-05-131-1/+1
* Add $AESDEF in libdefault.a to fix aes regressionXiaofei Bai2021-05-131-0/+1
* Fix cut/paste (?) error.Rich Salz2021-05-131-1/+1
* Export/import flags for FFC params changed to seperate fields.Shane Lontis2021-05-139-71/+64
* apps: improve hygeine for SET_EXPECT macroBenjamin Kaduk2021-05-121-8/+8
* Update expected results for tls13kexmodes testsBenjamin Kaduk2021-05-121-7/+5
* Don't send key_share for PSK-only key exchangeBenjamin Kaduk2021-05-121-0/+7
* make updateBenjamin Kaduk2021-05-123-0/+4
* Improve RFC 8446 PSK key exchange mode complianceBenjamin Kaduk2021-05-121-1/+18
* HTTP client: Minimal changes that include the improved APIDr. David von Oheimb2021-05-1223-488/+600