summaryrefslogtreecommitdiffstats
path: root/test/threadstest.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-05Use the new ASN.1 libctx aware functions in CMSMatt Caswell2-6/+17
2021-06-05Teach more of the ASN.1 code about libctx/propqMatt Caswell12-54/+161
2021-06-05Teach the ASN.1 code how to create embedded objects with libctx/propqMatt Caswell6-18/+47
2021-06-05Fix evp_extra_test to use libctx in an X509_PUBKEYMatt Caswell1-3/+7
2021-06-05Provide the ability to create an X509_PUBKEY with a libctx/propqMatt Caswell3-0/+14
2021-06-04Test a bad SmtpUTF8Mailbox name constraintMatt Caswell4-2/+71
2021-06-04Check that we got the expected name type when verifying name constraintsMatt Caswell1-9/+16
2021-06-04Update fips checksums to drop the ssl headersTomas Mraz3-39/+13
2021-06-04Move libssl related defines used by fips provider to prov_ssl.hTomas Mraz12-20/+52
2021-06-04req: detect a bad choice of digest earlyPauli1-1/+10
2021-06-04req: fix default bits handling for -newkeyTomas Mraz1-1/+6
2021-06-0480-test_http.t: Rename to 79-test_http.t, add basic HTTP server ACCEPT testDr. David von Oheimb1-3/+8
2021-06-0480-test_cmp_http.t: Improve comparison on server_port variableDr. David von Oheimb1-1/+1
2021-06-04Add md-nits taskRich Salz1-0/+4
2021-06-04Only call dtls1_start_timer() onceMatt Caswell2-3/+1
2021-06-04CI windows.yml: Silence 'nmake' builds except 'minimal'; ci.yml: make 'minima...Dr. David von Oheimb2-4/+4
2021-06-03Teach ASN1_item_verify_ctx() how to handle provided keysMatt Caswell1-17/+44
2021-06-03openssl spkac: Fix reading SPKAC data from stdinTomas Mraz1-6/+10
2021-06-03OPENSSL_init_crypto must return 0 when cleanup was doneTomas Mraz1-9/+8
2021-06-03Check the return value of ASN1_STRING_lengthbonniegong1-0/+2
2021-06-0380-test_cmp_http.t: Re-enable CMP tests for AIX, removing some inessential te...Jon Spillett4-7/+2
2021-06-03Deprecate EVP_CIPHER_impl_ctx_size and EVP_CIPHER_CTX_buf_noconstRichard Levitte4-2/+12
2021-06-03Restore all the ? in util/libcrypto.numRichard Levitte1-1004/+1004
2021-06-03util/mknum.pl: Really allow unset ordinals in developmentRichard Levitte1-3/+3
2021-06-03Fix errors found by parfait static analyser.Shane Lontis2-1/+3
2021-06-03rsa: make the maximum key strength check FIPS only.Pauli2-14/+22
2021-06-03Add an EVP demo for signatures using ECyuechen-chen4-0/+334
2021-06-03update checksumsPauli3-214/+216
2021-06-03util: update FIPS checksumming script to be more aggressive with whitespacePauli1-9/+5
2021-06-02Add enable-fips to CI configurationJon Spillett1-1/+1
2021-06-02Disable tracing within the FIPS moduleJon Spillett1-2/+2
2021-06-02ed25519 and ed448: fix incorrect OSSL_PKEY_PARAM_MAX_SIZETomas Mraz2-4/+4
2021-06-0280-test_cms.t: Replace use of ee-self-signed.pem by more suitable smrsa1.pemDr. David von Oheimb1-92/+82
2021-06-02ee-self-signed.pem: Restore original version, adding -attime to 25-test_verify.tDr. David von Oheimb2-18/+17
2021-06-02list: update to not use XXX_get_number() callsPauli1-77/+24
2021-06-02store: include internal headerPauli1-1/+1
2021-06-02doc: fix OSSL_(EN|DE)CODER_get0_name function namesPauli2-2/+2
2021-06-02libcrypto: make XXX_get_number() internalPauli18-39/+13
2021-06-02doc: make XXX_get_number() internalPauli13-86/+11
2021-06-02Add internal get_number functions to internal headersPauli3-0/+4
2021-06-02add internal get_number functons to crypto/evp.hPauli1-0/+12