]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2021-12-14  Matt CaswellPrepare for 1.1.1n-dev 17272/head
2021-12-14  Matt CaswellPrepare for 1.1.1m release OpenSSL_1_1_1m
2021-12-14  Richard LevitteUpdate NEWS for 1.1.1m
2021-12-14  Matt CaswellUpdate copyright year
2021-12-14  Richard LevitteAdd some CHANGES entries for 1.1.1m
2021-12-14  Bernd EdlingerFix a carry overflow bug in bn_sqr_comba4/8 for mips...
2021-12-11  Richard LevitteFix faulty detail in BN_rand() manual
2021-12-10  Tomas MrazCI: Replace windows-2016 with windows-2022
2021-12-09  Bernd EdlingerFix a deadlock in OBJ_NAME_add
2021-12-09  Dr. David von... OBJ_nid2obj.pod: Replace remaining 'B<' by 'I<' were...
2021-12-07  Matt CaswellFix documentation for tlsext_ticket_key
2021-12-03  Dr. David von... BIO_f_ssl.pod: Make clear where an SSL BIOs are expecte...
2021-12-03  Dr. David von... Fix ssl_free() and thus BIO_free() to respect BIO_NOCLOSE
2021-12-01  Dmitry BelyavskiyNo EtM for GOST ciphers
2021-11-30  Richard LevitteTEST: Enable and fix test_bn2padded() in test/bntest.c
2021-11-27  Chenglong ZhangFix speed, use OPENSSL_free instead of free 17156/head
2021-11-26  Dr. David von... BIO_push.pod: fix confusing text and add details on...
2021-11-25  Paulidoc: fix macro name
2021-11-24  Matt CaswellClarify and correct the EVP_CTRL_AEAD_SET_TAG docs
2021-11-24  Allan JudeFix detection of ARMv7 and ARM64 CPU features on FreeBSD
2021-11-23  Richard LevitteDOC: Add a few previously documented functions
2021-11-23  Bernd EdlingerAdd a test case for duplicate engine loading
2021-11-23  Richard LevitteERR: Add a missing common reason string
2021-11-23  Bernd EdlingerAvoid loading of a dynamic engine twice
2021-11-16  zhaozgevp: fix EVP_PKEY_get0_EC_KEY when EC_KEY is SM2
2021-11-16  x2018free the Post-Handshake Auth digest when there is an...
2021-11-15  Matt CaswellReset the rwstate before calling ASYNC_start_job()
2021-11-09  PW HuFix: invoking x509_name_cannon improperly
2021-11-04  Bernd EdlingerFix a memory leak in ssl_create_cipher_list
2021-11-04  Bernd EdlingerFix a memory leak in tls_parse_stoc_key_share
2021-11-03  x2018check the return value of BN_new() and BN_dup()
2021-10-28  Paulispeed: range check the argument given to -multi for...
2021-10-27  Matt CaswellFix a gcc 11.2.0 warning
2021-10-25  Matt CaswellFix no-cmac
2021-10-22  Matt CaswellFix the s_server psk_server_cb for use in DTLS
2021-10-22  Peiwei HuFix BIO_get_md_ctx return value check
2021-10-22  PW HuFix some documentation errors related to return values
2021-10-21  Matt CaswellAdd tests for ENGINE problems
2021-10-21  Matt CaswellEnsure pkey_set_type handles ENGINE references correctly
2021-10-15  Peiwei Hutest/ssl_old_test.c: Fix potential leak
2021-10-14  Richard LevitteFix test/recipes/01-test_symbol_presence.t to disregard...
2021-10-14  Richard LevitteFix test/recipes/01-test_symbol_presence.t to allow...
2021-10-11  Matt CaswellExtend custom extension testing
2021-10-11  Matt CaswellNew extensions can be sent in a certificate request
2021-10-09  Dmitry BelyavskiyBindhost/bindport should be freed
2021-10-07  Bernd EdlingerFix double-free in e_dasync.c
2021-10-07  Bernd EdlingerFix some possible memory leaks in EVP_CipherInit_ex
2021-10-06  Bernd EdlingerFix a memory leak in the afalg engine
2021-09-30  Bernd EdlingerFix a NPD bug in engines/e_dasync.c
2021-09-30  Dr. Matthias... doc/man3/SSL_set_fd.pod: add note about Windows compile...
2021-09-28  Mingjun.YangAdd sm2 encryption test case from GM/T 0003.5-2012
2021-09-26  Tianjia Zhangssl: Correct filename in README
2021-09-17  Matt CaswellCorrect the documentation for SSL_set_num_tickets()
2021-09-17  Matt CaswellClarify what SSL_get_session() does on the server side...
2021-09-14  Lenny PrimakMacOS prior to 10.12 does not support random API correctly
2021-09-13  Nikita IvanovFix nc_email to check ASN1 strings with NULL byte in...
2021-09-09  Richard LevitteVMS: Fix misspelt type
2021-09-08  Richard LevitteDOCS: Update the page for 'openssl passwd' to not dupli...
2021-09-07  Richard LevitteVMS: Compensate for compiler type incompatibility
2021-09-06  Richard Levittetest/ec_internal_test: link with libapps.a too
2021-09-03  Viktor DukhovniTest for DANE cross cert fix
2021-09-03  Viktor DukhovniPrioritise DANE TLSA issuer certs over peer certs
2021-09-02  Paulidoc: document the rsa_oaep_md: pkeyopt
2021-09-02  Mattias EllertOpenssl fails to compile on Debian with kfreebsd kernels
2021-09-01  Tomas Mrazci: Add -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION...
2021-09-01  Tomas MrazMake the -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION...
2021-08-30  Bernd EdlingerUse applink to fix windows tests
2021-08-30  Nicola Tuveri[ec] Do not default to OPENSSL_EC_NAMED_CURVE for curve...
2021-08-30  Nicola TuveriFix d2i_ECPKParameters_fp and i2d_ECPKParameters_fp...
2021-08-30  Nicola TuveriAdd tests for i2d_TYPE_fp and d2i_TYPE_fp
2021-08-30  Bernd EdlingerFix no-tls1_3 tests
2021-08-29  Daniel KrüglerEnsure that _GNU_SOURCE is defined for bss_dgram.c
2021-08-28  Bernd EdlingerFix the "Out of memory" EVP KDF scrypt test
2021-08-28  Bernd EdlingerFix enable-asan with C++ buildtest
2021-08-27  Bernd EdlingerFix instances of pointer addition with the NULL pointer
2021-08-27  zhaozgcms: fix memleaks in cms_env.c
2021-08-27  David CarlierDarwin platform allows to build on releases before...
2021-08-26  zhaozgts: fix memleaks caused by TS_VERIFY_CTX_set_imprint
2021-08-26  Bernd EdlingerCheck for null-pointer dereference in dh_cms_set_peerkey
2021-08-25  Tianjia Zhangapps/ciphers: Fix wrong return value when using -conver...
2021-08-25  Bernd EdlingerFix some strict gcc-12 warnings
2021-08-25  Bernd EdlingerAvoid using undefined value in generate_stateless_cooki...
2021-08-25  Bernd EdlingerFix the array size of dtlsseq in tls1_enc
2021-08-24  Matt CaswellPrepare for 1.1.1m-dev
2021-08-24  Matt CaswellPrepare for 1.1.1l release OpenSSL_1_1_1l
2021-08-24  Matt CaswellRun make update
2021-08-24  Matt CaswellUpdate copyright year
2021-08-24  Matt CaswellUpdates to CHANGES and NEWS for the new release
2021-08-24  Matt CaswellCheck the plaintext buffer is large enough when decrypt...
2021-08-24  Matt CaswellExtend tests for SM2 decryption
2021-08-24  Matt CaswellCorrectly calculate the length of SM2 plaintext given...
2021-08-24  Matt CaswellFix the error handling in i2v_AUTHORITY_KEYID
2021-08-24  Matt CaswellAllow fuzz builds to detect string overruns
2021-08-24  Matt CaswellFix EC_GROUP_new_from_ecparameters to check the base...
2021-08-24  Matt CaswellFix NETSCAPE_SPKI_print function to not assume NUL...
2021-08-24  Matt CaswellFix append_ia5 function to not assume NUL terminated...
2021-08-24  Matt CaswellFix test code to not assume NUL terminated strings
2021-08-24  Matt CaswellFix the name constraints code to not assume NUL termina...
2021-08-24  Matt CaswellFix printing of PROXY_CERT_INFO_EXTENSION to not assume...
2021-08-24  Matt CaswellFix POLICYINFO printing to not assume NUL terminated...
next