summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-03-11Update copyright yearMatt Caswell
2021-03-11Use read/write locking on WindowsVincent Drake
2021-03-11Check SSL_set1_chain error in set_cert_cbpanda
2021-03-11Fix reason code: EVP_R_OPERATON_NOT_INITIALIZEDPedro Monreal
2021-03-11test: convert store test to use relative pathsPauli
2021-03-11core: add up_ref callback for OSSL_CORE_BIOPauli
2021-03-11Add a real type for OSSL_CORE_BIO which is distinct from and not castable to BIOPauli
2021-03-11Use BIO_f_readbuffer() in the decoder to support stdin.Shane Lontis
2021-03-11Add new filter BIO BIO_f_readbuffer()Shane Lontis
2021-03-10Fix formatting error of HISTORY section in some manual pages.Tomas Mraz
2021-03-10Change default algorithms in PKCS12_create() and PKCS12_set_mac()Tomas Mraz
2021-03-10Mention the change of licence in NEWS.mdMatt Caswell
2021-03-10Expand the CHANGES entry for SHA1 and libsslMatt Caswell
2021-03-10Add a CHANGES for OSSL_STORE_INFO_get_type()Matt Caswell
2021-03-10Add a missing CHANGES.md entry for the legacy providerMatt Caswell
2021-03-09Non-const accessor to legacy keysDmitry Belyavskiy
2021-03-09EVP_KDF-KB man page: Fix typo in the example codeArthur Gautier
2021-03-09Fixup support for io_pgetevents_time64 syscallAlistair Francis
2021-03-09cmp_hdr.c: Fix minor Coverity issue CID 1473605Dr. David von Oheimb
2021-03-09http_test.c: Fix minor Coverity issue CID 1473608Dr. David von Oheimb
2021-03-09Reword repeated words.Shane Lontis
2021-03-09apps/pkcs12: Allow continuing on absent macTomas Mraz
2021-03-09apps/pkcs12: Detect missing PKCS12KDF support on importTomas Mraz
2021-03-09apps/pkcs12: Properly detect MAC setup failureTomas Mraz
2021-03-08fake_rand_finish should be called if "OPENSSL_NO_SM2" is NOT definedArmin Fuerst
2021-03-08Fix the check for suitable groups and TLSv1.3Matt Caswell
2021-03-08Make the EVP_PKEY_get0* functions have a const return typeMatt Caswell
2021-03-08Document the change in behaviour of the the low level key getters/settersMatt Caswell
2021-03-08Ensure the various legacy key EVP_PKEY getters/setters are deprecatedMatt Caswell
2021-03-08Cache legacy keys instead of downgrading themMatt Caswell
2021-03-08Avoid a null pointer deref on a malloc failureMatt Caswell
2021-03-08Add a multi thread test for downgrading keysMatt Caswell
2021-03-06Restore GOST macros compatibility with 1.1.1Dmitry Belyavskiy
2021-03-06apps/x509.c: Rename -signkey to -key for consistency with the req appDr. David von Oheimb
2021-03-06HTTP: Fix BIO_mem_d2i() on NULL mem inputDr. David von Oheimb
2021-03-06http_local.h: Remove unused declaration of HTTP_sendreq_bio()Dr. David von Oheimb
2021-03-06Simplify OCSP_sendreq_bio()Dr. David von Oheimb
2021-03-06Make more use of X509_add_certs(); minor related code & comments cleanupDr. David von Oheimb
2021-03-06OCSP_resp_find_status.pod: Complete the RETURN VALUES sectionDr. David von Oheimb
2021-03-06crypto/ocsp/ocsp_cl.c: coding style improvementsDr. David von Oheimb
2021-03-06Update the demos/README file because it is really old. New demos should provi...Paul Nelson
2021-03-05CI external tests: separate each external test into its own phaseTomas Mraz
2021-03-05CI external test: for now run only the krb5 and gost_engine testsTomas Mraz
2021-03-05gost_engine test: further cleanups and fixesTomas Mraz
2021-03-05gost_engine test: Run also perl and tcl testsTomas Mraz
2021-03-05CI: add job with external testsTomas Mraz
2021-03-04DOCS: Document OSSL_STORE_INFO_PUBKEY in doc/man3/OSSL_STORE_INFO.podRichard Levitte
2021-03-04Make provider provider_init thread safe, and flag checking/setting tooRichard Levitte
2021-03-04Make ossl_provider_disable_fallback_loading() thread safeRichard Levitte
2021-03-04test/threadstest.c: Add a test to load providers concurrentlyRichard Levitte