]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2021-04-23  Richard LevitteDon't remove $(TARFILE) when cleaning
2021-04-23  Tomas MrazCorrect the return value on match and mismatch for...
2021-04-23  Tomas MrazTest that EVP_PKEY_cmp() returns 1 when comparing a...
2021-04-22  Niclas RosenvikSome compilers define __STDC_VERSION__ in c++
2021-04-20  Pauliengine: fix double free on error path.
2021-04-20  Paulits: fix double free on error path.
2021-04-20  Paulisrp: fix double free,
2021-04-13  Todd ShortHandle set_alpn_protos inputs better.
2021-04-09  Dave Coombscrl2pkcs7 shouldn't include empty optional sets
2021-04-09  Nan XiaoFix typos in x509.pod
2021-04-06  Nan XiaoFix potential double free in sslapitest.c
2021-04-01  Nan XiaoRemove unnecessary BIO_do_handshake()s
2021-03-30  Mohamed Akramdoc: fix enc -z option documentation
2021-03-30  Alex YurshaPrint correct error message in utils/mkdir-p.pl
2021-03-30  Nan XiaoFix typo in BIO_push.pod
2021-03-30  Nan XiaoFix BIO_new_ssl_connect() to not leak memory
2021-03-25  Matt CaswellPrepare for 1.1.1l-dev
2021-03-25  Matt CaswellPrepare for 1.1.1k release OpenSSL_1_1_1k
2021-03-25  Matt CaswellUpdate copyright year
2021-03-25  Matt CaswellUpdate CHANGES and NEWS for new release
2021-03-25  Matt CaswellEnsure buffer/length pairs are always in sync
2021-03-25  Peter Kaestlessl sigalg extension: fix NULL pointer dereference
2021-03-25  Matt CaswellAdd a test for CVE-2021-3449
2021-03-25  Matt CaswellTeach TLSProxy how to encrypt <= TLSv1.2 ETM records
2021-03-25  Tomas Mrazcheck_chain_extensions: Do not override error return...
2021-03-22  Chenglong ZhangFix missing INVALID_EXTENSION
2021-03-21  Richard LevitteASN1: Reset the content dump flag after dumping
2021-03-20  Matt CaswellAdd a missing RUN_ONCE in rand_lib.c
2021-03-18  Pauliapps: fix coverity 966560: division by zero
2021-03-18  Paulissl: fix coverity 1451515: out of bounds memory access
2021-03-18  Paulimodes: fix coverity 1449851: overlapping memory copy
2021-03-18  Paulimodes: fix coverity 1449860: overlapping memory copy
2021-03-12  pandaCheck SSL_set1_chain error in set_cert_cb
2021-03-04  Richard Levitte[1.1.1] Fix `make update` for out-of-tree builds
2021-03-04  Nicola Tuveri[github-ci] Add a out-of-tree_build job
2021-02-26  Benjamin KadukCheck ASN1_item_ndef_i2d() return value.
2021-02-26  MarkFix filename escaping in c_rehash
2021-02-24  jwalchFix an integer overflow in o_time.c
2021-02-19  Zhang JindeCRYPTO_gcm128_decrypt: fix mac or tag calculation
2021-02-18  John BaldwinClose /dev/crypto file descriptor after CRIOGET ioctl().
2021-02-18  John BaldwinUse CRIOGET to fetch a crypto descriptor when present.
2021-02-16  Richard LevitteTEST: Add missing initialization
2021-02-16  Matt CaswellPrepare for 1.1.1k-dev
2021-02-16  Matt CaswellPrepare for 1.1.1j release OpenSSL_1_1_1j
2021-02-16  Matt CaswellUpdate copyright year
2021-02-16  Matt CaswellUpdate CHANGES and NEWS for new release
2021-02-16  Matt CaswellDon't overflow the output length in EVP_CipherUpdate...
2021-02-16  Matt CaswellFix rsa_test to properly test RSA_SSLV23_PADDING
2021-02-16  Matt CaswellFix the RSA_SSLV23_PADDING padding type
2021-02-16  Matt CaswellRefactor rsa_test
2021-02-16  Matt CaswellTest that X509_issuer_and_serial_hash doesn't crash
2021-02-16  Matt CaswellFix Null pointer deref in X509_issuer_and_serial_hash()
2021-02-12  Richard LevitteVMS documentation fixes
2021-02-12  Richard LevitteConfigurations/descrip.mms.tmpl: avoid enormous PIPE...
2021-02-10  Benjamin KadukRemove unused 'peer_type' from SSL_SESSION
2021-02-07  Richard LevitteConfiguration: ensure that 'no-tests' works correctly
2021-02-07  Richard Levitteconfigdata.pm: Better display of enabled/disabled options
2021-02-05  Jay SatiroNOTES.WIN: fix typo
2021-02-04  Bernd EdlingerPrevent creating empty folder "../apps/include"
2021-02-03  Armin Fuerstapps/ca: Properly handle certificate expiration times...
2021-02-02  Dr. Matthias... Add some missing committers to the AUTHORS list
2021-01-28  Dr. David von... check_sig_alg_match(): weaken sig nid comparison to...
2021-01-25  Richard LevitteDrop Travis
2021-01-21  Tomas MrazCI: Add some legacy stuff that we do not test in GitHub...
2021-01-21  Tim HitchinsFix typo in crl2pkcs documentation
2021-01-20  Matt CaswellEnsure SRP BN_mod_exp follows the constant time path
2021-01-19  Tomas MrazFix regression in no-deprecated build
2021-01-19  Richard LevitteDOCS: Fix incorrect pass phrase options references
2021-01-14  Dr. David von... x509_vfy.c: Fix a regression in find_isser()
2021-01-14  Dr. David von... X509_cmp(): Fix comparison in case x509v3_cache_extensi...
2021-01-14  Dmitry BelyavskiySkip BOM when reading the config file
2021-01-14  Todd ShortFix -static builds
2021-01-14  David CarlierOPENSSL_cpuid_setup FreeBSD arm update.
2021-01-14  David CarlierOPENSSL_cpuid_setup FreeBSD PowerPC update
2021-01-10  Billy Brumley[crypto/dh] side channel hardening for computing DH...
2021-01-08  anupamam13Fix for negative return value from `SSL_CTX_sess_accept()`
2021-01-08  Matt CaswellEnsure DTLS free functions can handle NULL
2021-01-07  Ole André Vadla... poly1305/asm/poly1305-armv4.pl: fix Clang compatibility...
2021-01-04  Dr. David von... Update copyright years of auto-generated headers (make...
2020-12-30  David CarlierCRYPTO_secure_malloc_init: BSD support improvements.
2020-12-21  Ingo SchwarzeFix NULL pointer access caused by X509_ATTRIBUTE_create() 13724/head
2020-12-19  Richard LevitteGitHub CI: Add 'check-update' and 'check-docs'
2020-12-18  Rich SalzDocument OCSP_REQ_CTX_i2d.
2020-12-17  Tomas MrazGithub CI: run also on repository pushes
2020-12-14  Sebastian Andrzej... Configurations: PowerPC is big endian
2020-12-10  Matt CaswellTest that we can negotiate TLSv1.3 if we have an SNI...
2020-12-10  Matt CaswellModify is_tls13_capable() to take account of the server...
2020-12-09  Tomas Mrazv3nametest: Make the gennames structure static
2020-12-09  Nan XiaoFix typo in OPENSSL_malloc.pod
2020-12-08  Matt CaswellPrepare for 1.1.1j-dev
2020-12-08  Matt CaswellPrepare for 1.1.1i release OpenSSL_1_1_1i
2020-12-08  Matt CaswellUpdate copyright year
2020-12-08  Matt CaswellUpdate CHANGES and NEWS for new release
2020-12-08  Matt CaswellAdd a test for encoding/decoding using an invalid ASN...
2020-12-08  Matt CaswellAdd a test for GENERAL_NAME_cmp
2020-12-08  Matt CaswellComplain if we are attempting to encode with an invalid...
2020-12-08  Matt CaswellCheck that multi-strings/CHOICE types don't use implici...
2020-12-08  Matt CaswellCorrectly compare EdiPartyName in GENERAL_NAME_cmp()
2020-12-08  Matt CaswellDirectoryString is a CHOICE type and therefore uses...
2020-12-04  Richard LevitteCHANGES: Move misplaced change item
next