summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-03-30Describe the "want" parameter in int create_bare_ssl_connection()Matt Caswell
2020-03-30Display errors if a test TLS connection failsMatt Caswell
2020-03-28Param builder: Remove the static size limit.Pauli
2020-03-28Param build: make structures opaque.Pauli
2020-03-28NEWS: note OSSL_PARAM_BLD API as public.Pauli
2020-03-28Param builder: make the OSSL_PARAM_BLD APIs public.Pauli
2020-03-27s_server: Properly indicate ALPN protocol mismatchTomas Mraz
2020-03-27PROV: Fix EC_KEY exporters to allow domain parameter keysRichard Levitte
2020-03-27Document various SRP related APIsMatt Caswell
2020-03-27Use the new library context aware SRP functions in sslapitestMatt Caswell
2020-03-27Update libssl to use the new library context aware SRP functionsMatt Caswell
2020-03-27Make SRP library context awareMatt Caswell
2020-03-27Use the new OCSP functions in sslapitest.cMatt Caswell
2020-03-27Add OCSP_RESPID_set_by_key_ex() and OCSP_RESPID_match_ex()Matt Caswell
2020-03-27Ignore some fetch failuresMatt Caswell
2020-03-27Put an error on the stack in the event of a fetch failureMatt Caswell
2020-03-26Use a fetched cipher for the TLSv1.3 early secretMatt Caswell
2020-03-26Use a fetched cipher when decrypting a ticket in libsslMatt Caswell
2020-03-25EVP: Limit the diverse key parameter functions to domain params onlyRichard Levitte
2020-03-25EVP: Implement support for key downgrading in backendsRichard Levitte
2020-03-25test/evp_pkey_provided_test.c: Add test of EVP_PKEY_copy_parameters()Richard Levitte
2020-03-25EVP: Downgrade keys rather than upgradeRichard Levitte
2020-03-25EVP: Add EVP_PKEY_set_type_by_keymgmt() and use itRichard Levitte
2020-03-25EVP: Clarify the states of an EVP_PKEYRichard Levitte
2020-03-25EC: Refactor ec_curve_name2nid() to accept NIST curve namesRichard Levitte
2020-03-25Chunk 9 of CMP contribution to OpenSSL: CMP client and related testsDr. David von Oheimb
2020-03-25Fix bug in strncpy() use of sk_ASN1_UTF8STRING2text() in asn1_lib.cDr. David von Oheimb
2020-03-25Fix whitespace nit in OSSL_SELF_TEST_new.pod which caused doc-nits warningDr. David von Oheimb
2020-03-25Issuer Sign Tool extention supportNikolay Morozov
2020-03-25Fix EVP_PKEY_new_mac_key()Matt Caswell
2020-03-25util/wrap.pl: Correct exit code when signalledRichard Levitte
2020-03-24Use ctx2 instead ctx.Richard Könning
2020-03-24Make sure we use a fetched cipher when encrypting stateless ticketsMatt Caswell
2020-03-24Use a fetched version of SHA256 in tls_process_new_session_ticket()Matt Caswell
2020-03-23Use correct libctx when fetching the TLS1 PRF in libsslMatt Caswell
2020-03-23Use the libctx and properties when constructing an EVP_PKEY_CTXMatt Caswell
2020-03-23Update CA.pl podpage, and scriptRich Salz
2020-03-23Handle mdname in legacy EVP_DigestSignInit_ex codepathsMatt Caswell
2020-03-23Make it possible to easily specify a libctx for EVP_DigestSign*Matt Caswell
2020-03-23DH, DSA, EC_KEY: Fix exporters to allow domain parameter keysRichard Levitte
2020-03-23Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb
2020-03-21Fix error handling in x509v3_cache_extensions and related functionsBernd Edlinger
2020-03-21evp_test: the tests using MDC2 need the legacy providerRichard Levitte
2020-03-21EVP: fetch the EVP_KEYMGMT earlierRichard Levitte
2020-03-20s_server: warn about NO PSK identity hint in TLSv1.3EasySec
2020-03-20Add support for passing the libctx to the config loaderShane Lontis
2020-03-19Use RAND_bytes_ex in crypto/rsaMatt Caswell
2020-03-19Make sure we use the libctx when fetching a MACMatt Caswell
2020-03-19Handle the case where there is no digest in an EVP_MD_CTXMatt Caswell
2020-03-19Update CHANGES and NEWS for 1.1.1e releaseDr. Matthias St. Pierre