summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for release of 3.0 alpha 13openssl-3.0.0-alpha13Matt Caswell2021-03-113-4/+4
* Update copyright yearMatt Caswell2021-03-11278-278/+278
* Use read/write locking on WindowsVincent Drake2021-03-112-2/+53
* Check SSL_set1_chain error in set_cert_cbpanda2021-03-111-1/+2
* Fix reason code: EVP_R_OPERATON_NOT_INITIALIZEDPedro Monreal2021-03-119-15/+20
* test: convert store test to use relative pathsPauli2021-03-112-8/+31
* core: add up_ref callback for OSSL_CORE_BIOPauli2021-03-112-19/+23
* Add a real type for OSSL_CORE_BIO which is distinct from and not castable to BIOPauli2021-03-1111-33/+213
* Use BIO_f_readbuffer() in the decoder to support stdin.Shane Lontis2021-03-114-160/+28
* Add new filter BIO BIO_f_readbuffer()Shane Lontis2021-03-117-2/+346
* Fix formatting error of HISTORY section in some manual pages.Tomas Mraz2021-03-105-5/+5
* Change default algorithms in PKCS12_create() and PKCS12_set_mac()Tomas Mraz2021-03-105-40/+54
* Mention the change of licence in NEWS.mdMatt Caswell2021-03-102-1/+2
* Expand the CHANGES entry for SHA1 and libsslMatt Caswell2021-03-101-1/+6
* Add a CHANGES for OSSL_STORE_INFO_get_type()Matt Caswell2021-03-102-0/+12
* Add a missing CHANGES.md entry for the legacy providerMatt Caswell2021-03-102-0/+28
* Non-const accessor to legacy keysDmitry Belyavskiy2021-03-096-19/+37
* EVP_KDF-KB man page: Fix typo in the example codeArthur Gautier2021-03-091-1/+1
* Fixup support for io_pgetevents_time64 syscallAlistair Francis2021-03-091-13/+42
* cmp_hdr.c: Fix minor Coverity issue CID 1473605Dr. David von Oheimb2021-03-091-3/+0
* http_test.c: Fix minor Coverity issue CID 1473608Dr. David von Oheimb2021-03-091-1/+2
* Reword repeated words.Shane Lontis2021-03-0911-11/+11
* apps/pkcs12: Allow continuing on absent macTomas Mraz2021-03-091-0/+9
* apps/pkcs12: Detect missing PKCS12KDF support on importTomas Mraz2021-03-091-0/+10
* apps/pkcs12: Properly detect MAC setup failureTomas Mraz2021-03-092-3/+9
* fake_rand_finish should be called if "OPENSSL_NO_SM2" is NOT definedArmin Fuerst2021-03-081-1/+1
* Fix the check for suitable groups and TLSv1.3Matt Caswell2021-03-083-40/+92
* Make the EVP_PKEY_get0* functions have a const return typeMatt Caswell2021-03-0814-51/+125
* Document the change in behaviour of the the low level key getters/settersMatt Caswell2021-03-085-23/+62
* Ensure the various legacy key EVP_PKEY getters/setters are deprecatedMatt Caswell2021-03-086-70/+125
* Cache legacy keys instead of downgrading themMatt Caswell2021-03-087-166/+121
* Avoid a null pointer deref on a malloc failureMatt Caswell2021-03-081-2/+7
* Add a multi thread test for downgrading keysMatt Caswell2021-03-081-4/+32
* Restore GOST macros compatibility with 1.1.1Dmitry Belyavskiy2021-03-061-0/+5
* apps/x509.c: Rename -signkey to -key for consistency with the req appDr. David von Oheimb2021-03-062-34/+45
* HTTP: Fix BIO_mem_d2i() on NULL mem inputDr. David von Oheimb2021-03-061-9/+10
* http_local.h: Remove unused declaration of HTTP_sendreq_bio()Dr. David von Oheimb2021-03-061-8/+0
* Simplify OCSP_sendreq_bio()Dr. David von Oheimb2021-03-061-3/+2
* Make more use of X509_add_certs(); minor related code & comments cleanupDr. David von Oheimb2021-03-063-45/+13
* OCSP_resp_find_status.pod: Complete the RETURN VALUES sectionDr. David von Oheimb2021-03-061-26/+39
* crypto/ocsp/ocsp_cl.c: coding style improvementsDr. David von Oheimb2021-03-061-22/+24
* Update the demos/README file because it is really old. New demos should provi...Paul Nelson2021-03-065-6/+481
* CI external tests: separate each external test into its own phaseTomas Mraz2021-03-051-2/+8
* CI external test: for now run only the krb5 and gost_engine testsTomas Mraz2021-03-051-1/+1
* gost_engine test: further cleanups and fixesTomas Mraz2021-03-051-13/+12
* gost_engine test: Run also perl and tcl testsTomas Mraz2021-03-052-13/+29
* CI: add job with external testsTomas Mraz2021-03-055-1/+20
* DOCS: Document OSSL_STORE_INFO_PUBKEY in doc/man3/OSSL_STORE_INFO.podRichard Levitte2021-03-041-1/+5
* Make provider provider_init thread safe, and flag checking/setting tooRichard Levitte2021-03-041-11/+35
* Make ossl_provider_disable_fallback_loading() thread safeRichard Levitte2021-03-041-0/+2