summaryrefslogtreecommitdiffstats
path: root/README-FIPS.md (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-11Update copyright yearMatt Caswell278-278/+278
2021-03-11Use read/write locking on WindowsVincent Drake2-2/+53
2021-03-11Check SSL_set1_chain error in set_cert_cbpanda1-1/+2
2021-03-11Fix reason code: EVP_R_OPERATON_NOT_INITIALIZEDPedro Monreal9-15/+20
2021-03-11test: convert store test to use relative pathsPauli2-8/+31
2021-03-11core: add up_ref callback for OSSL_CORE_BIOPauli2-19/+23
2021-03-11Add a real type for OSSL_CORE_BIO which is distinct from and not castable to BIOPauli11-33/+213
2021-03-10Use BIO_f_readbuffer() in the decoder to support stdin.Shane Lontis4-160/+28
2021-03-10Add new filter BIO BIO_f_readbuffer()Shane Lontis7-2/+346
2021-03-10Fix formatting error of HISTORY section in some manual pages.Tomas Mraz5-5/+5
2021-03-10Change default algorithms in PKCS12_create() and PKCS12_set_mac()Tomas Mraz5-40/+54
2021-03-10Mention the change of licence in NEWS.mdMatt Caswell2-1/+2
2021-03-10Expand the CHANGES entry for SHA1 and libsslMatt Caswell1-1/+6
2021-03-10Add a CHANGES for OSSL_STORE_INFO_get_type()Matt Caswell2-0/+12
2021-03-10Add a missing CHANGES.md entry for the legacy providerMatt Caswell2-0/+28
2021-03-09Non-const accessor to legacy keysDmitry Belyavskiy6-19/+37
2021-03-09EVP_KDF-KB man page: Fix typo in the example codeArthur Gautier1-1/+1
2021-03-09Fixup support for io_pgetevents_time64 syscallAlistair Francis1-13/+42
2021-03-09cmp_hdr.c: Fix minor Coverity issue CID 1473605Dr. David von Oheimb1-3/+0
2021-03-09http_test.c: Fix minor Coverity issue CID 1473608Dr. David von Oheimb1-1/+2
2021-03-09Reword repeated words.Shane Lontis11-11/+11
2021-03-09apps/pkcs12: Allow continuing on absent macTomas Mraz1-0/+9
2021-03-09apps/pkcs12: Detect missing PKCS12KDF support on importTomas Mraz1-0/+10
2021-03-09apps/pkcs12: Properly detect MAC setup failureTomas Mraz2-3/+9
2021-03-08fake_rand_finish should be called if "OPENSSL_NO_SM2" is NOT definedArmin Fuerst1-1/+1
2021-03-08Fix the check for suitable groups and TLSv1.3Matt Caswell3-40/+92
2021-03-08Make the EVP_PKEY_get0* functions have a const return typeMatt Caswell14-51/+125
2021-03-08Document the change in behaviour of the the low level key getters/settersMatt Caswell5-23/+62
2021-03-08Ensure the various legacy key EVP_PKEY getters/setters are deprecatedMatt Caswell6-70/+125
2021-03-08Cache legacy keys instead of downgrading themMatt Caswell7-166/+121
2021-03-08Avoid a null pointer deref on a malloc failureMatt Caswell1-2/+7
2021-03-08Add a multi thread test for downgrading keysMatt Caswell1-4/+32
2021-03-06Restore GOST macros compatibility with 1.1.1Dmitry Belyavskiy1-0/+5
2021-03-06apps/x509.c: Rename -signkey to -key for consistency with the req appDr. David von Oheimb2-34/+45
2021-03-06HTTP: Fix BIO_mem_d2i() on NULL mem inputDr. David von Oheimb1-9/+10
2021-03-06http_local.h: Remove unused declaration of HTTP_sendreq_bio()Dr. David von Oheimb1-8/+0
2021-03-06Simplify OCSP_sendreq_bio()Dr. David von Oheimb1-3/+2
2021-03-06Make more use of X509_add_certs(); minor related code & comments cleanupDr. David von Oheimb3-45/+13
2021-03-06OCSP_resp_find_status.pod: Complete the RETURN VALUES sectionDr. David von Oheimb1-26/+39
2021-03-06crypto/ocsp/ocsp_cl.c: coding style improvementsDr. David von Oheimb1-22/+24
2021-03-06Update the demos/README file because it is really old. New demos should provi...Paul Nelson5-6/+481
2021-03-05CI external tests: separate each external test into its own phaseTomas Mraz1-2/+8
2021-03-05CI external test: for now run only the krb5 and gost_engine testsTomas Mraz1-1/+1
2021-03-05gost_engine test: further cleanups and fixesTomas Mraz1-13/+12
2021-03-05gost_engine test: Run also perl and tcl testsTomas Mraz2-13/+29
2021-03-05CI: add job with external testsTomas Mraz5-1/+20
2021-03-04DOCS: Document OSSL_STORE_INFO_PUBKEY in doc/man3/OSSL_STORE_INFO.podRichard Levitte1-1/+5
2021-03-04Make provider provider_init thread safe, and flag checking/setting tooRichard Levitte1-11/+35
2021-03-04Make ossl_provider_disable_fallback_loading() thread safeRichard Levitte1-0/+2
2021-03-04test/threadstest.c: Add a test to load providers concurrentlyRichard Levitte1-0/+29