]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2021-05-05  Dr. David von... APPS: Slightly extend and improve documentation of...
2021-05-05  Benjamin Kadukadapt tests to SSL_OP_LEGACY_SERVER_CONNECT change
2021-05-05  Benjamin KadukCorrect ssl_conf logic for "legacy_server_connect"
2021-05-05  Benjamin KadukEnforce secure renegotiation support by default
2021-05-05  Tomas MrazFix missing symbols in no-cms and no-ts build
2021-05-05  Paulimac: add EVP_MAC_finalXOF() function
2021-05-05  Paulimac: allow XOF MACs to be specified either via control...
2021-05-05  Paulimac: update life-cycle description and diagrams to...
2021-05-05  Paulidoc: document EVP_MAC_finalXOF()
2021-05-05  Rich SalzAdd .includedir pragma
2021-05-05  Rich SalzAllow absolute paths to be set
2021-05-05  Rich SalzNote that dhparam does support X9.42
2021-05-05  Dr. David von... cleanup where purpose is not needed in 25-test_verify.t
2021-05-05  Dr. David von... test/certs/setup.sh: Fix two glitches
2021-05-05  Dr. David von... update test/certs/ee-pathlen.pem to contain SKID and...
2021-05-05  Dr. David von... test/certs/setup.sh: structural cleanup
2021-05-05  Rich SalzFetch cipher-wrap after loading providers.
2021-05-05  Shane LontisFix KMAC bounds checks.
2021-05-04  Tomas MrazBump HMAC_MAX_MD_CBLOCK to 200 due to SHA-3
2021-05-04  Richard LevitteDOCS: Mention that libcrypto has helper functions for...
2021-05-04  Dr. David von... HTTP client: Correct the use of optional proxy URL...
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.
next