aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-06-0980-test_cmp_http.t: Improve the way the test server is launched and killedDr. David von Oheimb5-25/+25
2021-06-0980-test_cmp_http.t: Simplify and prevent hangs on server not launching/behavi...Dr. David von Oheimb1-17/+8
2021-06-09Remove I_CAN_LIVE_WITH_LNK4049Rich Salz2-15/+6
2021-06-09keymgmt: better detect when a key manager can be reusedPauli1-2/+10
2021-06-08OpenSSL::Test.pm: Replace all uses of rel2abs() with abs_path()Richard Levitte1-15/+30
2021-06-08Correctly detect decode errors when checking if a key is supportedMatt Caswell1-0/+1
2021-06-08Simplify error reporting in X509_PUBKEY_get0()Matt Caswell1-20/+8
2021-06-08Use the fips-and-base.cnf config file in CMP testsMatt Caswell2-2/+2
2021-06-08Mark some priv/public key paris as only available in the default providerMatt Caswell1-0/+100
2021-06-08Actually use a legacy route in pem_read_bio_key_legacy()Matt Caswell5-18/+26
2021-06-08Just look for "Unable to load Public Key" if no SM2Matt Caswell1-1/+1
2021-06-08Only use the legacy route to decode a public key if we have toMatt Caswell1-2/+19
2021-06-08Ensure that we consume all the data when decoding an SPKIMatt Caswell1-2/+13
2021-06-08Use the right class/tag when decoding an embedded keyMatt Caswell1-1/+25
2021-06-08Fix CTLOG_new_from_base64_ex()Matt Caswell1-1/+1
2021-06-08Fix the expected output of printing certificatesMatt Caswell2-2/+2
2021-06-08EVP_PKEY_new_raw_private_key: Allow zero length keysTomas Mraz2-1/+5
2021-06-08Fix compilation on systems with empty _POSIX_TIMERSLarkin Nickle1-1/+3
2021-06-08evp: avoid some calls to EVP_CIPHER_CTX_get_iv_length() because it's been cal...Pauli1-2/+2
2021-06-08evp: fix Coverity 1485670 argument cannot be negativePauli1-4/+7
2021-06-08evp: fix Coverity 1485669 improper use of negative valuePauli1-0/+4
2021-06-08evp: fix Coverity 1485668 argument cannot be negativePauli1-1/+5
2021-06-08pkcs12: fix Coverity 1485667 logically dead codePauli1-6/+5
2021-06-08evp: fix coverity 1485666 argument cannot be negativePauli1-5/+9
2021-06-08evp: fix improper use of negative value issuesPauli3-3/+18
2021-06-08afalg: fix coverity 1485661 improper use of negative valuePauli1-3/+4
2021-06-08fix coverity 1485660 improper use of negative valuePauli1-1/+6
2021-06-08bio: improve error checking fixing coverity 1485659 & 1485665Pauli1-2/+6
2021-06-08doc: add PKEY life cycle documentationPauli2-0/+713
2021-06-08doc: build changes for PKEY life cycle documentationPauli1-0/+7
2021-06-08doc: add build info for cipher life cycle documentationPauli1-1/+8
2021-06-08doc: add references to cipher life cycle documentationPauli2-3/+13
2021-06-08doc: add cipher life cycle documentationPauli2-0/+370
2021-06-08doc: improve the cipher life cycle diagramPauli1-7/+5
2021-06-08doc-nits: support out of source executionPauli1-1/+1
2021-06-08doc: remove empty sectionPauli1-3/+0
2021-06-08doc: add references to digest life cycle documentationPauli3-4/+13
2021-06-08doc: add digest life cycle documentationPauli2-1/+229
2021-06-08doc: add digest lifecycle diagramPauli1-0/+0
2021-06-08life-cycles: update digest state tablePauli1-0/+0
2021-06-08Add aix64-gcc-as architecture and p2align callbackDaniel Bevenius2-0/+8
2021-06-08X509_digest_sig: Handle RSA-PSS and EDDSA certificatesTomas Mraz2-8/+50
2021-06-08Move trust-related decls from x509.h.in to x509_vfy.h.inDr. David von Oheimb2-72/+67
2021-06-08x509.h.in: extended 'documenting' comment on X509_TRUST_OK_ANY_EKUDr. David von Oheimb1-1/+1
2021-06-08Improve the documentation of cert path building and validationDr. David von Oheimb12-244/+372
2021-06-08X509_STORE_CTX_new.pod and x509_vfy.h.in: rename some params for clarity, imp...Dr. David von Oheimb2-10/+10
2021-06-08x509_vfy.c: Improve a couple of internally documenting commentsDr. David von Oheimb1-7/+10
2021-06-08x509_trs.c: rename to x509_trust.c and correct comment in trust_compat()Dr. David von Oheimb2-2/+2
2021-06-08Fix AIX FIPS DEP.Shane Lontis3-3/+17
2021-06-08BIO_write-ex(): Improve behavior in corner cases and documentationDr. David von Oheimb2-11/+22