summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-10-23Ignore a bad signature in a CertificateVerify message while fuzzingMatt Caswell
2023-10-23Don't fail on a bad dcid in the tranport params when fuzzingMatt Caswell
2023-10-23Updates to the quic client fuzzerMatt Caswell
2023-10-23Don't encrypt/decrypt packet data during fuzzingMatt Caswell
2023-10-23Add quic client fuzzer.Kurt Roeckx
2023-10-20Reference the non-"legacy" provider names directly from EVP_md5(3) &c.наб
2023-10-20Add a test for converting OSSL_TIME to struct timevalMatt Caswell
2023-10-20Round up nano secs when converting OSSL_TIME to struct timevalMatt Caswell
2023-10-20QUIC: Test handling of post-connection session ticketsHugo Landau
2023-10-20QUIC: Prevent incoming oversize tokensHugo Landau
2023-10-20Convert jdkTrustedKeyUsage to be a pkcs12 cmd line optionNeil Horman
2023-10-20QUIC: Add handling of SSL_get_shutdown()Tomas Mraz
2023-10-20Postpone two TODO(QUIC) items appropriatelyTomas Mraz
2023-10-20rand: add callbacks to cleanup the user entropy resp. nonceMatthias St. Pierre
2023-10-19Ignore ping deadline when calculating tick deadline if we can't sendMatt Caswell
2023-10-19Ignore retry packets that arrive too lateMatt Caswell
2023-10-19cms_enc.c: Include crypto/asn1.h for struct asn1_object_stTomas Mraz
2023-10-19Do not include crypto/asn1.h from internal/cryptlib.hTomas Mraz
2023-10-19apps.c: Remove a redundant error print-outTomas Mraz
2023-10-19apps: Print out a proper message when a store cannot be openedTomas Mraz
2023-10-19Fix markdownHugo Landau
2023-10-19Add SNIHugo Landau
2023-10-19RenameHugo Landau
2023-10-19Add link to nghttp3Hugo Landau
2023-10-19Add copyright headersHugo Landau
2023-10-19QUIC: Add comments to HTTP/3 demoHugo Landau
2023-10-19QUIC: Add HTTP/3 demo using nghttp3Hugo Landau
2023-10-18Add a test to confirm that legacy rsa keys workNeil Horman
2023-10-18Dont require CRT params on ossl_rsa_set0_all_paramsNeil Horman
2023-10-18remove sanity check from ossl_rsa_todataNeil Horman
2023-10-18ossl_param_build_set_multi_key_bn(): Do not set NULL BIGNUMsTomas Mraz
2023-10-18ensure that ossl_obj_nid_lock is allocated before useNeil Horman
2023-10-18cms encrypt, better OBJ_nid2obj() return checkJames Muir
2023-10-18fix: LINEAR search doesn't work properly (if CHARSET_EBCDIC is defined)Pavel Stetsuk
2023-10-18rsa: Accept NULL OAEP label for backward compatibilityDaiki Ueno
2023-10-17EVP shake_ctrl(): add missing NULL evp_ctx checkDr. David von Oheimb
2023-10-17CMS_add1_signer(): add missing ERR_raise() callsDr. David von Oheimb
2023-10-17CMS_add1_signer.pod: add missing info on CMS_SignerInfo_sign() return valuesDr. David von Oheimb
2023-10-17PKCS7_SIGNER_INFO: point out confusing names of digest_enc_alg and enc_digest...Dr. David von Oheimb
2023-10-16Avoid another copy of key schedule pointer in PROV_GCM_CTXTomas Mraz
2023-10-13QUIC APL: Fix incoming default stream poppingHugo Landau
2023-10-13cmp: add null pointer check in tear_down test functionPauli
2023-10-13Fix parenthesis, use a colonJames Muir
2023-10-13Update unix Makefile template to handle paths with spacesJames Muir
2023-10-13trace_api_test.c: Separate tracing statementsTomas Mraz
2023-10-13Windows: use srand() instead of srandom()Tomas Mraz
2023-10-13Windows CI: Add some non-default options to check they are workingTomas Mraz
2023-10-11DH_check_pub_key() should not fail when setting result codeTomas Mraz
2023-10-11test/recipes/05-test_rand.t: replace 'and' with '&&'Richard Levitte
2023-10-11Ensure struct timeval is defined when including ssl.hHugo Landau