]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
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
2021-06-04  Matt CaswellOnly call dtls1_start_timer() once
2021-06-03  bonniegongCheck the return value of ASN1_STRING_length
2021-06-02  Dr. David von... ee-self-signed.pem: Restore original version, adding...
2021-06-02  Trev LarockModify ssl_handshake_hash to call SSLfatal
2021-05-29  Tomas MrazPut init_ec_point_formats() inside #ifndef OPENSSL_NO_EC
2021-05-27  Todd ShortCall SSLfatal when the generate_ticket_cb returns 0
2021-05-27  Shane Lontiss_client.pod: Fix grammar in NOTES section.
2021-05-21  Dmitry BelyavskiyCleanup the peer point formats on regotiation
2021-05-21  Jean-Philippe... Properly restore XMM registers in ChaCha20's AVX-512...
2021-05-21  Christian HeimesInherit hostflags verify params even without hosts
2021-05-17  Theo BuehlerTest oct2point for hybrid point encoding of (0, y)
2021-05-17  Theo BuehlerAvoid division by zero in hybrid point encoding
2021-05-14  Benjamin KadukUpdate expected results for tls13kexmodes tests
2021-05-14  Benjamin KadukDon't send key_share for PSK-only key exchange
2021-05-14  Benjamin Kadukmake update
2021-05-14  Benjamin KadukImprove RFC 8446 PSK key exchange mode compliance
2021-05-14  bonniegongcheck i2d_ASN1_TYPE return value
2021-05-13  Dmitry BelyavskiyTesting private keys with extra attributes
2021-05-13  Dmitry BelyavskiyTry to parse private key as PKCS#8 first, fallback...
2021-05-09  David CarlierBIO_listen: disable setting ipv6_v6only on OpenBSD...
2021-05-06  Dmitry BelyavskiyAvoid sending alerts after shutdown
2021-05-05  Fred HornseySupport for Android NDK r22
2021-05-04  Dmitry BelyavskiyUse OCSP-specific error code for clarity
2021-04-30  Hubert Karioman: s_server: fix typo in -alpn option description
2021-04-27  Shane LontisTest that we don't have a memory leak in d2i_ASN1_OBJECT.
2021-04-27  Richard LevitteASN1: Ensure that d2i_ASN1_OBJECT() frees the strings...
2021-04-23  Richard LevitteDon't remove $(TARFILE) when cleaning
2021-04-23  Tomas MrazCorrect the return value on match and mismatch for...
next