summaryrefslogtreecommitdiffstats
path: root/README-PROVIDERS.md (unfollow)
Commit message (Expand)AuthorFilesLines
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