]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2020-04-29  opensignatureUpdate EVP_PKEY_fromdata.pod
2020-04-29  Richard Levitteinclude/openssl/ts.h: clean away a misplaced EVP_MD...
2020-04-29  Richard Levitteinclude/openssl/x509v3.h: restore previous stack defini...
2020-04-28  Matt CaswellUpdate README.ssltests.md
2020-04-28  Richard LevitteRename FIPS_MODE to FIPS_MODULE
2020-04-28  Sebastian Andrzej... Configurations: Identify the shell variables around...
2020-04-28  Nikolay MorozovFix GOST curve sec bits
2020-04-28  Richard LevitteConfigure: change all references to INSTALL to INSTALL.md
2020-04-28  Richard LevitteConfigurations/unix-Makefile.tmpl: fix typo
2020-04-27  Benjamin Kaduksslapitest: only compile test when it will be used
2020-04-27  Sebastian Andrzej... doc: Random spellchecking
2020-04-27  Richard Levittefuzz/asn1.c: Add missing #include
2020-04-27  Christian Hohnstaedti2b_PVK_bio: don't set PEM_R_BIO_WRITE_FAILURE in case...
2020-04-27  Arne SchwabeFix type cast in SSL_CTX_set1_groups macro
2020-04-27  Richard Levittecrypto/x509/v3_alt.c: make 'othername' a bit bigger
2020-04-27  Nicola TuveriFix links in CONTRIBUTING.md
2020-04-25  Richard LevitteConfigurations/windows-makefile.tmpl: Fix template...
2020-04-25  Dirk-Willem... Add support for unusal 'othername' subjectAltNames
2020-04-25  Paulitravis: remove GENERATE=yes from some non no-deprecated...
2020-04-25  Paulitravis: add GENERATE=yes no-makedepend to the ARM64...
2020-04-25  Paulikeymgmt: convert to use the params modification detection.
2020-04-25  Pauliparams: change OSSL_PARAM_set_unmodified() to operate...
2020-04-25  Paulievp: convert existing code to use the new modified...
2020-04-25  Pauliparams: handle the modified sentinel.
2020-04-25  Richard LevitteConfigure: Allow quoted values in VERSION
2020-04-25  Richard LevitteFix dev/release-aux-openssl-announce-pre-release.tmpl
2020-04-24  Nikolay MorozovCode cleanup in X509v3 String Extentions
2020-04-24  Dr. David von... Clean up the use of ERR_print_errors() in apps.c and...
2020-04-24  David von OheimbRemove a bad 'goto end' and a few superfluous ones...
2020-04-24  David von OheimbImprove feedback on wrong format with new print_format_...
2020-04-24  David von OheimbAdd function load_csr(file,format,desc) to apps/lib...
2020-04-24  Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-24  Nicola TuveriFix typo from #10631
2020-04-24  Rich SalzRewrite man5/config.pod and related conf code cleanup
2020-04-24  Rich SalzSSL_CTX_config.pod: Remove needless "NOTE" heading
2020-04-24  Rich SalzRename fipsinstall.cnf->fipsmodule.cnf
2020-04-24  Rich SalzUpdate some nits around the FIPS module
2020-04-23  Matt CaswellPrepare for 3.0 alpha 2
2020-04-23  Matt CaswellPrepare for release of 3.0 alpha 1 openssl-3.0.0-alpha1
2020-04-23  Matt CaswellUpdate copyright year
2020-04-23  Dr. David von... Add info on the CMP implementation and HTTP client...
2020-04-23  Matt CaswellFix a typo in the makefile templates
2020-04-23  Matt CaswellMention the 3.0 wiki page in the release announcement...
2020-04-23  Richard LevittePROV: Ensure that EC keys have a default digest
2020-04-23  Richard LevittePROV: Ensure that ED25519 & ED448 keys have a mandatory...
2020-04-23  Richard LevitteEVP: Fix EVP_Digest{Sign,Verify}Init() to handle no...
2020-04-23  Richard LevitteEVP: add internal evp_keymgmt_util_get_deflt_digest_nam...
2020-04-23  PauliFIPS: remove algorithms that are not being validated.
2020-04-22  Matt CaswellFix no-err
2020-04-22  Matt CaswellSkip a no-dsa test in the fipsinstall test
2020-04-22  Matt CaswellSkip a test in a no-dh build
2020-04-22  Matt CaswellFix some build failures with no-dh
2020-04-22  Matt CaswellFix no-ec
2020-04-22  Matt CaswellAdd a link to wiki 3.0 upgrade notes
2020-04-22  Nikolay MorozovGOST2012 TLS Supported Groups Identifiers Support
2020-04-22  Paulievptest: set the DESX provider to be the legacy provider.
2020-04-22  Pauliparams: add functionality to test if an OSSL_PARAM...
2020-04-21  Billy Brumley[crypto/ec] deprecate Jprojective_coordinates_GFp functions
2020-04-21  Dirk-Willem... Add setter equivalents to X509_REQ_get0_signature
2020-04-21  Matt CaswellFix no-deprecated tests where the GOST engine is present
2020-04-21  Matt CaswellFix no-des
2020-04-21  Matt CaswellFix an ssl_test_old test failure
2020-04-21  Matt CaswellFix test_ssl_new test failure
2020-04-21  Richard LevitteRevert "TEST: make and use a fipsinstall script"
2020-04-21  Benjamin KadukFix NULL dereference in SSL_check_chain() for TLS 1.3
2020-04-21  Benjamin KadukAdd test for CVE-2020-1967
2020-04-21  Richard LevitteDeveloper scripts: Release script
2020-04-21  Dr. David von... Fix test_cmp_vfy failures with FUZZING_BUILD_MODE_UNSAF...
2020-04-21  Pauligendsa: remove unnecessary OPENSSL_SUPPRESS_DEPRECATED...
2020-04-20  Matt CaswellTeach ssl_test_old to use the FIPS provider for its...
2020-04-20  Matt CaswellTeach ssl_test_old how to run tests in a non-default...
2020-04-20  Matt CaswellUse a fetched MD if appropriate in ssl3_cbc_digest_record
2020-04-20  Matt CaswellTeach ssl_test_new how to test the FIPS module
2020-04-20  Matt CaswellTeach ssl_test_new to have different tests for differen...
2020-04-20  Matt CaswellRun ssl_test_new with a non-default library context
2020-04-20  Dr. David von... Update comment on crls_http_cb() as it does support...
2020-04-20  Dr. David von... Fix descriptions of credentials and verification option...
2020-04-20  Dr. Matthias... Swap parameters of evp_method_id()
2020-04-20  Dr. Matthias... Fix an assertion (and a comment) of evp_method_id()
2020-04-20  Shane LontisFix DH_get_nid() so that it does not cache values.
2020-04-19  Shane LontisDOC: Extend EVP_PKEY-DSA(7) / EVP_PKEY_DH(7) with FFC...
2020-04-19  Richard LevitteDOC: Refactor provider-keymgmt(7) to give the keytypes...
2020-04-19  Richard LevitteBuild files: add module installation targets
2020-04-19  Richard LevitteTEST: make and use a fipsinstall script
2020-04-19  Matt CaswellUse the libctx for all EVP_PKEY_CTX operations
2020-04-19  Matt CaswellRe-enable FIPS testing in sslapitest.c
2020-04-19  Matt CaswellUse a non-default libctx in sslapitest
2020-04-19  Paulidhparam: white space cleaning
2020-04-19  Pauliapps: undeprecate the conditioned out apps
2020-04-19  Pauliopenssl: include the version a command was deprecated...
2020-04-19  Pauliapps: reinstate deprecated commands but using PKEY...
2020-04-19  Paulidsaparam: update command line app to use EVP calls
2020-04-19  PauliCHANGES: note which command line utilities are marked...
2020-04-19  PauliUndeprecate DH_get_length() and DH_set_length() functions
2020-04-19  Pauligendsa: update command line app to use EVP calls
2020-04-19  Pauligenrsa: update command line app to use EVP calls
2020-04-19  Pauliopenssl: include the version a command was deprecated...
2020-04-19  Pauliapps: reinstate deprecated commands but using PKEY...
2020-04-19  Paulidhparam: update command line app to use EVP calls
2020-04-19  Paulitests: reinstate tests for deprecated but non-removed...
next