summaryrefslogtreecommitdiffstats
path: root/apps/prime.c (unfollow)
Commit message (Expand)AuthorFilesLines
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