]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
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...
2021-08-24  Matt CaswellFix i2v_GENERAL_NAME to not assume NUL terminated strings
2021-08-18  Paulisparc: fix cross compile build
2021-08-18  Nicola TuveriRevert "[github-ci][cross-compiles.yml] Disable sparcv9"
2021-08-18  Pauli[github-ci] Add comment about our approach to GitHub...
2021-08-18  Nicola Tuveri[github-ci][run-checker-merge.yml] Disable ubsan build
2021-08-18  Nicola Tuveri[github-ci][ci.yml] Disable memory sanitizer build
2021-08-18  Nicola Tuveri[github-ci][run-checker-ci.yml] Disable no-tls1_3 tests
2021-08-18  Nicola Tuveri[github-ci][ci.yml] Disable pyca external tests
2021-08-18  Nicola Tuveri[github-ci][ci.yml] Disable krb5 external tests
2021-08-18  Nicola Tuveri[github-ci][cross-compiles.yml] Disable sparcv9
2021-08-18  Nicola Tuveri[github-ci] Import run-checker daily workflow from...
2021-08-18  Nicola Tuveri[github-ci] Import run-checker workflows from master
2021-08-18  Nicola Tuveri[github-ci] Import cross-compiles.yml workflow from...
2021-08-18  Nicola Tuveri[github-ci] Import windows.yml workflow from master
2021-08-18  Nicola Tuveri[github-ci] Sync ci.yml workflow with master
2021-08-18  Paulipkcs12: check for zero length digest to avoid division...
2021-08-16  Ingo FranzkiTest EVP Cipher updating the context's IV
2021-08-16  Ingo Franzkis390x: AES OFB/CFB: Maintain running IV from cipher...
2021-08-16  Todd ShortFix potential double-free
2021-08-13  Tomas MrazRevert "TEST: Check that i2d refuses to encode non...
2021-08-13  Tomas MrazRevert "ASN.1: Refuse to encode to DER if non-optional...
2021-08-13  Tomas MrazRevert "Fix test/asn1_encode_test.c to not use ASN1_FBO...
2021-08-13  Tomas MrazRevert "Fix test/asn1_encode_test.c to handle encoding...
2021-08-13  Tomas MrazRevert "make update (adds a new function code)"
2021-08-05  Billy Brumley[doc/man3] documentation: BN_cmp manpage updates
2021-07-23  Tomas MrazDSA/RSA_print(): Fix potential memory leak
2021-07-20  Ingo SchwarzeFix a read buffer overrun in X509_aux_print().
2021-07-20  Matt CaswellFix some minor record layer issues
2021-07-16  Matt CaswellDisallow SSL_key_update() if there are writes pending
2021-07-16  Matt CaswellDon't reset the packet pointer in ssl3_setup_read_buffer
2021-07-14  Daiki Uenoapps: Use the first detected address family if IPv6...
2021-07-13  Richard LevitteAvoid empty lines in nmake rule bodies
2021-07-13  Daiki UenoBIO_lookup_ex: use AI_ADDRCONFIG only if explicit host...
2021-07-12  Matt CaswellAvoid "excessive message size" for session tickets
2021-07-10  Richard Levittemake update (adds a new function code)
2021-07-10  Richard LevitteFix test/asn1_encode_test.c to handle encoding/decoding...
2021-07-10  Richard LevitteFix test/asn1_encode_test.c to not use ASN1_FBOOLEAN
2021-07-10  Richard LevitteASN.1: Refuse to encode to DER if non-optional items...
2021-07-10  Richard LevitteTEST: Check that i2d refuses to encode non-optional...
2021-07-09  Matt CaswellFix s_server PSK handling
2021-07-08  Paulitest: add test for auto DH security level meets the...
2021-07-08  Paulissl: do not choose auto DH groups that are weaker than...
2021-07-08  Oliver MihatschFix memory leak in i2d_ASN1_bio_stream
2021-07-07  Paulibn: procduce correct sign for result of BN_mod()
2021-07-01  Tomas Mrazdoc: Mention the update of der data pointers in d2i/i2d
2021-06-30  David BenjaminFix use of uninitialized memory in test_rsa_oaep
2021-06-29  David CARLIERapple getentropy removal
2021-06-29  luyahanAdd riscv64 target
2021-06-29  Lars ImmischUse getauxval on Android with API level > 18
2021-06-23  yunhenable getauxval on android 10
2021-06-11  Richard LevitteClean away remaining Travis related files
2021-06-10  Patrick SteuerTest EVP_CipherInit sequences and resets
2021-06-10  Patrick Steuers390x: cipher must set EVP_CIPH_ALWAYS_CALL_INIT flag
next