]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2021-05-04  Dr. David von... testutil/load.c: Add checks for file(name) == NULL
2021-05-04  Dr. David von... BIO_eof() and OSSL_STORE_eof(): Make sure to return...
2021-05-04  Dr. David von... OSSL_DECODER_from_bio() Prevent spurious decoding error...
2021-05-04  Dr. David von... APPS load_key_certs_crls(): Correct the 'expect' arg...
2021-05-04  Dr. David von... OSSL_STORE_expect(): Improve error handling and documen...
2021-05-04  Dr. David von... OCSP: Minor improvements of documentation and header...
2021-05-04  Tomas Mrazfips-checksums: The define for fips module is FIPS_MODULE
2021-05-04  Matt CaswellDocument the new core BIO public API support
2021-05-04  Matt CaswellAdd a test for the public core bio API
2021-05-04  Matt CaswellCreate libcrypto support for BIO_new_from_core_bio()
2021-05-04  Tomas MrazRun coveralls daily and not exactly at midnight
2021-05-04  Tomas Mrazcoveralls: Enable fips as it is disabled by default
2021-05-04  Petr Gotthardapps: Switch to X509_REQ_verify_ex
2021-05-04  Paulitest: fix failure with FIPS and no-des configured.
2021-05-04  Richard LevitteAPPS: Add passphrase handling in the "rsa" and "dsa...
2021-05-04  Richard LevitteAPPS: Set a default passphrase UI for the "ec" command
2021-05-04  Richard Levitte[TEMPORARY] make 'make update' verbose in ci.yml
2021-05-04  Richard LevitteGitHub CI: ensure that unifdef is installed
2021-05-04  Richard LevitteFIPS module checksums: add scripts and Makefile rule
2021-05-04  Richard LevitteUnix build file: Add a target to create providers/fips...
2021-05-04  Richard LevitteAdd OpenSSL::Config::Query and use it in configdata.pm
2021-05-04  Richard LevitteWindows build file: add forgotten quotes on POD->html...
2021-05-04  Richard LevitteOpenSSL::Test: When prefixing command with $^X on Windo...
2021-05-02  Pauliacvp-test: disable the ACVP testing code by default
2021-05-01  FdaSilvaYYssl: fix possible ref counting fields use before init.
2021-05-01  Hubert Karioman: s_server: fix text repetition in -alpn description
2021-05-01  Rich SalzAPPS: Document the core of the opt_ API
2021-05-01  Dmitry BelyavskiyUse OCSP-specific error code for clarity
2021-05-01  Tomas MrazSimplify AppVeyor configuration
2021-05-01  Tomas MrazAdd -latomic to threads enabled 32bit linux builds
2021-05-01  Shane LontisFix no-fips-securitychecks test failure
2021-04-30  Petr Gotthardapps/ca,req,x509: Switch to EVP_DigestSignInit_ex
2021-04-30  Daniel BeveniusFix typo in OSSL_DECODER_CTX_set_input_structure
2021-04-30  Richard LevitteSTORE: Fix the repeated prompting of passphrase
2021-04-30  Tomas MrazSM2 signatures work correctly only with SM3 digests
2021-04-30  Tomas Mrazsm2: Cleanup handling of DIGEST and DIGEST_SIZE parameters
2021-04-30  Richard LevitteCORE: Rework the pre-population of the namemap
2021-04-30  Richard LevitteSTORE: Use the 'expect' param to limit the amount of...
2021-04-30  Pauliacvp: fix the no-acvp_test build
2021-04-30  Shane LontisUpdate OSSL_STORE_attach() documentation to indicate...
2021-04-30  Shane LontisFix memory leak in load_key_certs_crls() when using...
2021-04-30  Shane LontisFix CRL app so that stdin works.
2021-04-30  Tomas MrazDocument the API breaking constification changes
2021-04-30  Eric CurtinRemove dated term and fixed typo anther
2021-04-29  Pauliremove end of line whitespace
2021-04-29  Jon SpillettAdd library context and property query support into...
2021-04-29  Matt CaswellAdjust ssl_test_new for SHA1 security level
2021-04-29  Matt CaswellAdjust sslapitest for SHA1 security level
2021-04-29  Matt CaswellAdjust dtlstest for SHA1 security level
2021-04-29  Scott McPeakasn1_lib.c: ASN1_put_object: Remove comment about ...
2021-04-29  Tomas MrazAdd test case for openssl crl -noout -hash output
2021-04-29  Tomas Mrazcrl: noout is not an output item
2021-04-29  Dr. Matthias... CHANGES: document the FIPS provider configuration and...
2021-04-29  Dr. Matthias... README-FIPS: document the installation of the FIPS...
2021-04-29  Dr. Matthias... Configure: disable fips mode by default
2021-04-29  Dr. Matthias... Configure: sort the disablables alphabetically
2021-04-29  Dr. Matthias... build.info: add the Perl wrapper to build generator...
2021-04-29  Dr. Matthias... Configure/Makefile: install the fips provider if it...
2021-04-29  Dr. Matthias... Configure/Makefile: don't generate a fresh fipsmodule...
2021-04-29  Dr. Matthias... Configure/Makefile: separate install of the FIPS module
2021-04-29  Dr. Matthias... Configure/Makefile: correct the FIPS module configurati...
2021-04-29  Dr. Matthias... Configure/Makefile: use the correct openssl app for...
2021-04-29  Dr. Matthias... Configure/Makefile: fix the `-macopt` argument of the...
2021-04-29  Paulirunchecker: fix no-sock build by conditioning clean...
2021-04-29  Paulitest: never run fipsinstall if the tests are not enabled.
2021-04-28  Richard Levitteutil/add-depends.pl: Adapt to localized /showIncludes...
2021-04-28  Richard LevitteConfiguration: rework how dependency making is handled
2021-04-28  Richard LevitteWindows bulding: Make dependency generation not quite...
2021-04-28  Matt CaswellTest a Finished message at the wrong time results in...
2021-04-28  Matt CaswellDefer Finished MAC handling until after state transition
2021-04-28  Matt CaswellStore the list of activated providers in the libctx
2021-04-28  Matt CaswellProperly protect access to the provider flag_activated...
2021-04-28  Matt CaswellAdd a threading test for loading/unloading providers
2021-04-28  Dr. David von... CMS ESS: Move four internal aux function to where they...
2021-04-28  Dr. David von... TS ESS: Move four internal aux function to where they...
2021-04-28  Dr. David von... ESS: Export three core functions, clean up TS and CMS...
2021-04-28  Tomas MrazSkip test_fipsload when fips is disabled.
2021-04-28  Tomas MrazExplicitly enable or disable fips if it is or is not...
2021-04-28  David BenjaminAdd X509 version constants.
2021-04-28  Kevin Cadieuxmemleaktest with MSVC's AddressSanitizer
2021-04-28  Tomas MrazOPENSSL_sk functions are effectively already documented
2021-04-28  Tomas MrazImprove the implementation of X509_STORE_CTX_get1_issuer()
2021-04-28  Jon SpillettAdd testing for updated cipher IV
2021-04-28  Tomas MrazUse "canonical" names when matching the output of the...
2021-04-28  Tomas MrazSkip GOST engine tests in out of tree builds
2021-04-28  Tomas MrazPrefer fetch over legacy get_digestby/get_cipherby
2021-04-28  Rich SalzRename some globals, add ossl prefix.
2021-04-27  Andreas SchwabAdd system guessing for linux64-riscv64 target
2021-04-27  Shane LontisTest that we don't have a memory leak in d2i_ASN1_OBJECT.
2021-04-27  Richard LevitteASN1: Ensure that d2i_ASN1_OBJECT() frees the strings...
2021-04-27  Paul Kehreradd verbosity for pyca job
2021-04-27  Paul Kehrerre-add pyca/cryptography testing
2021-04-27  Paul Kehreradd wycheproof submodule
2021-04-27  Paul Kehrerupdated pyca/cryptography submodule version
2021-04-27  Tanzinul IslamAvoid #include with inline function on C++Builder
2021-04-26  Shane LontisDeprecate EVP_PKEY_cmp() and EVP_PKEY_cmp_parameters().
2021-04-26  Shane LontisDoc updates for DH/DSA examples
2021-04-26  Shane LontisFixes related to separation of DH and DHX types
2021-04-26  Tomas MrazAdd type_name member to provided methods and use it
2021-04-26  Klaas van SchelvenDocumentation fix for openssl-verify certificates
next