]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2021-01-22  Matt CaswellFix no-dh and no-dsa
2021-01-22  Matt CaswellDon't copy parameters on setting a key in libssl
2021-01-22  Matt CaswellEnsure legacy_asn1_ctrl_to_param can handle MDs not...
2021-01-21  Richard LevitteUnix Makefile generator: separate "simple" shared libra...
2021-01-21  zsugabubusCheck input size before NULL pointer test inside mem_wr...
2021-01-21  Tomas Mrazdh_cms_set_shared_info: Use explicit fetch to be able...
2021-01-21  Tomas Mrazdh_cms_set_peerkey: The peer key is encoded as an ASN...
2021-01-21  Tomas MrazMake the smdh.pem test certificate usable with fips...
2021-01-21  Tomas Mrazkdf_exch.c (kdf_derive): Proper handling of NULL secret
2021-01-21  Tomas MrazFixes related to broken DH support in CMS
2021-01-21  Tomas MrazPass correct maximum output length to provider derive...
2021-01-21  Dr. David von... CMP: Allow PKCS#10 input also for ir, cr, kur, and...
2021-01-21  Dr. David von... X509_REQ_get_extensions(): Return empty stack if no...
2021-01-21  Dr. David von... apps/cmp.c: Check self-signature on CSR input and warn...
2021-01-21  Dr. David von... apps/cmp.c: Improve diagnostics on loading private...
2021-01-21  Tomas MrazCI: Add some legacy stuff that we do not test in GitHub...
2021-01-21  Michael Baentschfall-back -> fallback find-doc-nit addition
2021-01-21  Tim HitchinsFix typo in crl2pkcs documentation
2021-01-21  Rich SalzDeprecate EVP_KEY_new_CMAC_key and EVP_PKEY_new_CMAC_key_ex
2021-01-20  Vadim Fedorenkoktls: Initial support for ChaCha20-Poly1305
2021-01-20  Matt CaswellEnsure SRP BN_mod_exp follows the constant time path
2021-01-20  Tomas Mrazec_kmgmt.c: OSSL_PKEY_PARAM_DEFAULT_DIGEST is gettable...
2021-01-20  Dr. David von... X509v3_get_ext_by_NID.pod: Add warning on counter-intui...
2021-01-20  Dr. David von... apps/x509.c: Make -x509toreq respect -clrext, -sigopt...
2021-01-20  Dr. David von... apps/x509.c: Add -copy_extensions option, used when...
2021-01-20  Dr. David von... 80-test_ssl_old.t: Minor corrections: update name of...
2021-01-20  Dr. David von... apps.c: Clean up copy_extensions()
2021-01-20  Dr. David von... X509_REQ_print_ex(): Correct indentation of extensions...
2021-01-20  Dr. David von... X509_REQ_print_ex(): Replace weird 'a0:00' output on...
2021-01-20  Dr. David von... constify X509_REQ_add_extensions() and X509_REQ_add_ext...
2021-01-20  Dr. David von... apps/x509.c: Major code, user guidance, and documentati...
2021-01-20  Dr. David von... apps/x509.c: Take the -signkey arg as default pubkey...
2021-01-20  Dr. David von... 25-test_x509.t: Make test case w.r.t. self-issued cert...
2021-01-20  Dr. David von... 25-test_x509.t: Minor update: factor out path for test...
2021-01-20  Dr. David von... 25-test_x509.t: Minor update: do not anymore unlink...
2021-01-20  Dr. David von... X509: Enable printing cert even with invalid validity...
2021-01-20  Dr. David von... ASN1_TIME_print() etc.: Improve doc and add comment...
2021-01-20  Dr. David von... make various test CA certs RFC 5280 compliant w.r.t...
2021-01-20  Jon Spillettapps/genpkey.c: Use PEM_read_bio_Parameters_ex when...
2021-01-20  Jon Spilletttest-gendsa: Add test cases with FIPS provider
2021-01-20  Dr. David von... x509_vfy.c: Rename CHECK_CB() to the more intuitively...
2021-01-20  Shane LontisRemove pkey_downgrade from PKCS7 code
2021-01-19  Dr. David von... util/check-format.pl: Minor improvements of whitespace...
2021-01-19  Rich SalzDeprecate OCSP_xxx API for OSSL_HTTP_xxx
2021-01-19  Richard LevitteDOCS: Fix the last few remaining pass phrase options...
2021-01-18  Kurt RoeckxFix memory leak in mac_newctx() on error
2021-01-18  Shane LontisFix PKCS7 potential segfault
2021-01-18  Shane LontisCMS: Fix NULL access if d2i_CMS_bio() is not passed...
2021-01-18  Tomas MrazRename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_...
2021-01-18  Michael BaentschUpdate SERVER_HELLO_MAX_LENGTH
2021-01-16  Dr. David von... replace all BIO_R_NULL_PARAMETER by ERR_R_PASSED_NULL_P...
2021-01-16  Dr. David von... bio_lib.c: Fix error queue entries and return codes...
2021-01-16  Dr. David von... X509V3_EXT_CRL_add_nconf(): Fix mem leak on error and...
2021-01-15  Jon SpillettAllow EVP_PKEY private key objects to be created withou...
2021-01-15  Richard LevitteFix incomplete deprecation guard in test/sslapitest.c
2021-01-15  Richard LevitteFix crypto/des/build.info
2021-01-15  Rich SalzDocument openssl thread-safety
2021-01-15  PauliRemove unused DRBG tests.
2021-01-15  Daniel BeveniusCorrect typo in rsa_oaep.c
2021-01-14  Michael BaentschEnhance default provider documentation
2021-01-14  Matt CaswellFix a failure where fetches can return NULL in multi...
2021-01-14  Matt CaswellFix an issue in provider_activate_fallbacks()
2021-01-14  Matt CaswellExtend the threads test to add simple fetch from multi...
2021-01-14  Matt CaswellEnable locking on the primary DRBG when we create it
2021-01-14  Matt CaswellMake sure we take the ctx->lock in ossl_lib_ctx_generic...
2021-01-14  Matt CaswellLock the provider operation_bits
2021-01-14  Matt CaswellDocument the core_thread_start upcall
2021-01-14  Matt CaswellAdd a test for performing work in multiple concurrent...
2021-01-14  Matt CaswellFix a crash with multi-threaded applications using...
2021-01-14  Dr. David von... find_issuer(): When returning an expired issuer, take...
2021-01-14  Richard LevitteMake the OSSL_CMP manual conform with man-pages(7)
2021-01-14  Dmitry BelyavskiySkip BOM when reading the config file
2021-01-14  David CarlierOPENSSL_cpuid_setup FreeBSD arm update.
2021-01-14  David CarlierOPENSSL_cpuid_setup FreeBSD PowerPC update
2021-01-13  Richard LevitteMake header references conform with man-pages(7) in...
2021-01-13  Richard LevitteMake the OSSL_trace manual conform with man-pages(7)
2021-01-13  Richard LevitteMake the OSSL_PROVIDER manual conform with man-pages(7)
2021-01-13  Richard LevitteMake the OSSL_HTTP manual conform with man-pages(7)
2021-01-13  Richard LevitteMake the OSSL_SELF_TEST manual conform with man-pages(7)
2021-01-13  Richard LevitteMake the OSSL_PARAM manual conform with man-pages(7)
2021-01-13  Tomas Mrazchacha20: Properly reinitialize the cipher context...
2021-01-13  Dr. David von... x509v3.h.in: Deprecate CTX_TEST and replace it by X509V...
2021-01-13  Dr. David von... apps/req.c: Make sure -verify option takes effect also...
2021-01-13  Dr. David von... apps/req.c: Cosmetic improvements of code and documentation
2021-01-13  Dr. David von... crypto/x509: Rename v3_{skey,skid}.c, v3_{akey,akid...
2021-01-13  Dr. David von... apps/req.c: Add -copy_extensions option for use with...
2021-01-13  Dr. David von... Add X509V3_set_issuer_pkey, needed for AKID of self...
2021-01-13  Dr. David von... apps/req.c: make -subj work with -x509; clean up relate...
2021-01-13  Dr. David von... X509_PUBKEY_set(): Fix error reporting
2021-01-13  Dr. David von... apps/lib/opt.c: Fix error message on unknown option...
2021-01-13  Dr. David von... Add tests for (non-)default SKID and AKID inclusion...
2021-01-13  Dr. David von... apps/req.c: add -CA and -CAkey options; improve code...
2021-01-13  Dr. David von... APPS: Allow OPENSSL_CONF to be empty, not loading a...
2021-01-13  Dr. David von... apps/{req,x509,ca}.c Make sure certs have SKID and...
2021-01-13  Dr. David von... X509_cmp(): Fix comparison in case x509v3_cache_extensi...
2021-01-13  Dr. David von... d2i_X509(): Make deallocation behavior consistent with...
2021-01-13  Agustin GianniFix incorrect use of BN_CTX API
2021-01-13  Matt CaswellFix enable-weak-ssl-ciphers
2021-01-13  Dr. David von... x509_vfy.c: Fix a regression in find_issuer()
2021-01-13  Dr. David von... Make PEM_X509_INFO_read_bio_ex() conservative on the...
next