summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-03-30QUIC Thread Assisted Mode: Add design documentHugo Landau
2023-03-30Enhance quic_tserver test to fully test thread assisted modeHugo Landau
2023-03-30QUIC CHANNEL: Fix idle timeout handlingHugo Landau
2023-03-30QUIC CHANNEL: Allow time source to be overriddenHugo Landau
2023-03-30QUIC TXP: Allow caller to determine if an ACK-eliciting packet was sentHugo Landau
2023-03-30Add basic test for thread assisted modeHugo Landau
2023-03-30Switch to using ossl_crypto_mutex from CRYPTO_RWLOCKHugo Landau
2023-03-30Add channel-only tick mode and use it for thread assisted modeHugo Landau
2023-03-30Front End for QUIC Thread Assisted ModeHugo Landau
2023-03-30QUIC Thread Assist CoreHugo Landau
2023-03-30Fix handshake lockingHugo Landau
2023-03-30Add mutex to tserverHugo Landau
2023-03-30Add locking to QUIC front-endHugo Landau
2023-03-30Move channel mutex out of QUIC_CHANNEL for init/teardown flexibilityHugo Landau
2023-03-30Annotate functions needing lockingHugo Landau
2023-03-30QUIC Channel: Add a mutexHugo Landau
2023-03-30QUIC Reactor: Allow a mutex to be released during waitsHugo Landau
2023-03-30threading: Add ossl_crypto_condvar_wait_timeoutHugo Landau
2023-03-30Add some documentation for the new advanced s_client command modeMatt Caswell
2023-03-30Add a new advanced command mode to s_clientMatt Caswell
2023-03-30remove DSA512 from speed testingMichael Baentsch
2023-03-29SM4 check should be for __aarch64__, not __ARM_MAX_ARCH__ >= 8Tom Cosgrove
2023-03-29Ensure there's only one copy of OPENSSL_armcap_P in libcrypto.aTom Cosgrove
2023-03-29doc: add HOWTO document about Documenting public Functions and MacrosMichael Richardson
2023-03-29Declare FIPS option functions in their own headerPauli
2023-03-29test: test -drbg_allow_truncated_digests optionPauli
2023-03-29Let fipsinstall know about DRBG digiest limitingPauli
2023-03-29changes: note the banning of truncated hashes with DRBGsPauli
2023-03-29doc: note the restriction on digests used by DRBGs in FIPS mode.Pauli
2023-03-29DRBG: restrict the digests that can be used with HMAC and Hash DRBGs.Pauli
2023-03-29fips: rework the option handling codePauli
2023-03-28RFC7250 (RPK) supportTodd Short
2023-03-28Fix documentation of X509_VERIFY_PARAM_add0_policy()Tomas Mraz
2023-03-28Updated CHANGES.md and NEWS.md for CVE-2023-0465Matt Caswell
2023-03-28Add a Certificate Policies TestMatt Caswell
2023-03-28Ensure that EXFLAG_INVALID_POLICY is checked even in leaf certsMatt Caswell
2023-03-28Generate some certificates with the certificatePolicies extensionMatt Caswell
2023-03-27`EVP_PKEY_CTX_dup` segmentation fault fixafshinpir
2023-03-27test: evp_extra: EC, read affine coordinatesJorge Ramirez-Ortiz
2023-03-27translation: EC legacy keys, handle OSSL_PKEY_PARAM_EC_PUB_X,Y requestsJorge Ramirez-Ortiz
2023-03-27Avoid duplication of OPENSSL_armcap_P on 32bit ARMTomas Mraz
2023-03-27Print the duplicate symbols found in testTomas Mraz
2023-03-25apps/lib/http_server.c: improve diagnostics, e.g., on port number already in useDr. David von Oheimb
2023-03-2580-test_cmp_http.t: fix server port and confusion client vs. server configDr. David von Oheimb
2023-03-25CMP add: fix -reqin option, which requires adding OSSL_CMP_MSG_update_recipNo...Dr. David von Oheimb
2023-03-25apps/cmp.c: make sure that last -reqin argument is actually usedDr. David von Oheimb
2023-03-25CMP app: improve doc and help output on -{req,rsp}{in,out} optionsDr. David von Oheimb
2023-03-25Update the EVP_PKEY_get_id documentationMichael Baentsch
2023-03-24tls1_set_groups_list: freeing *pext before overwritingPeter Kaestle
2023-03-23OBJ_nid2obj(): Return UNDEF object instead of NULL for NID_undefTomas Mraz