]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2023-02-08  Tomas MrazRationalize FIPS sources
2023-02-08  slontisAdd Tests for RSA_sign_ASN1_OCTET_STRING & RSA_verify_A...
2023-02-08  slontisAdd more punycode tests and remove ossl_a2ucompare()
2023-02-08  Philippe Antoinefuzz: make post handshake reachable
2023-02-08  Randall S.... Document limits on static and dynamic linking for HPE...
2023-02-08  besherFix a potential memory leak in apps/s_server.c
2023-02-08  ndosscheFix incomplete error check on BIO_set_accept_name()
2023-02-08  Tom CosgroveRestrict the Arm 'LDR REG, =VALUE' pseudo instruction...
2023-02-08  J.W. Jagersmaci: Add djgpp build
2023-02-08  Paulides: prevent error when using two key triple DES with...
2023-02-08  Richard LevitteFix more VMS inclusions
2023-02-08  Tomas MrazInternaly declare the DSA type for no-deprecated builds
2023-02-07  Pauliremove EdDSA from changes entry about non-fips algorithms
2023-02-07  Paulidoc: remove EdDSA from list of non-FIPS algorithms.
2023-02-07  PauliPut EdDSA back as approved algorithms.
2023-02-07  Dmitry BelyavskiyEnable some disabled __owurs
2023-02-07  Tomas MrazAdditional testcase for missing return check of BIO_set...
2023-02-07  Tomas MrazSupport signedAndEnveloped content in PKCS7_decrypt()
2023-02-07  Tomas MrazAdd testcase for missing return check of BIO_set_md...
2023-02-07  Tomas Mrazpk7_doit.c: Check return of BIO_set_md() calls
2023-02-07  Hugo LandauFix GENERAL_NAME_cmp for x400Address (master)
2023-02-07  Tomas MrazAdd test for DSA pubkey without param import and check
2023-02-07  Tomas MrazDo not create DSA keys without parameters by decoder
2023-02-07  Tomas MrazPrevent creating DSA and DH keys without parameters...
2023-02-07  slontisFix NULL deference when validating FFC public key.
2023-02-07  Tomas MrazAdd test for d2i_PKCS7 NULL dereference
2023-02-07  Tomas MrazDo not dereference PKCS7 object data if not set
2023-02-07  Matt CaswellCheck CMS failure during BIO setup with -stream is...
2023-02-07  Matt CaswellFix a UAF resulting from a bug in BIO_new_NDEF
2023-02-07  Matt CaswellAdd a test for CVE-2022-4450
2023-02-07  Matt CaswellAvoid dangling ptrs in header and data params for PEM_r...
2023-02-07  Dmitry BelyavskiyFix Timing Oracle in RSA decryption
2023-02-07  Tomas MrazAdd testcase for nc_match_single type confusion
2023-02-07  Viktor DukhovniFix type confusion in nc_match_single()
2023-02-06  Xu YizhouFix SM4-XTS build failure on Mac mini M1
2023-02-03  Viktor DukhovniFix typo in Ordinals.pm from PR #14074
2023-02-02  Dr. David von... APPS/{storeutl,gendsa}: give error on extra arguments...
2023-02-02  Dr. David von... APPS load_key_certs_crls(): improve diagnostics on...
2023-02-01  Xu YizhouSM4 AESE optimization for ARMv8
2023-02-01  ndosscheFix incomplete check on EVP_CIPHER_param_to_asn1()
2023-02-01  Richard LevitteUse $config{build_file} instead of $target{build_file}
2023-01-31  Ruili FangFix a potential memory leak in crypto/provider_child.c
2023-01-31  Andrea PappacodaBIO_read.pod: fix small typo
2023-01-31  Matt CaswellDesign for the Fault Injector
2023-01-31  Tomas MrazDo not include sparse_array.o in libssl with no-shared
2023-01-31  Tomas MrazAvoid duplicating symbols in legacy.a with some build...
2023-01-31  Nicola Tuveri[doc] Sync documentation now that 3.0 honors OSSL_PKEY_...
2023-01-31  ndosscheFix incomplete check on X509V3_add1_i2d()
2023-01-31  Tomas MrazWorkaround crash in atexit on NonStop platforms
2023-01-30  slontisChaCha20-Poly1305 no longer supports truncated IV's.
2023-01-30  Hugo LandauQUIC Probes Support: Minor tweaks
2023-01-30  Hugo LandauQUIC TXP: Allow TXP to generate probes
2023-01-30  Hugo LandauQUIC ACKM: Rework probe reporting to allow use for...
2023-01-30  Hugo LandauQUIC ACKM: Clarify probe types
2023-01-30  Steffen NurpmesoSSL_conf_cmd: add support for IgnoreUnexpectedEOF
2023-01-29  Tom CosgroveEnable AES optimisation on Apple Silicon M2-based systems
2023-01-29  Paulicoverity 1520506: error handling
2023-01-29  Paulicoverity 1520505: error handling
2023-01-27  Tomas Mrazcompute_pqueue_growth(): Fix the return type
2023-01-27  Tomas MrazImplement BIO_s_dgram_mem() reusing the BIO_s_dgram_pai...
2023-01-27  Tomas MrazRevert "Give BIO_s_mem() the ability to support datagrams"
2023-01-27  Hugo LandauQUIC FIN Support: Documentation fixups
2023-01-27  Hugo LandauQUIC FIN Support: Various fixes
2023-01-27  Hugo LandauQUIC TSERVER: Fix probable nondeterminism in some OS...
2023-01-27  Hugo LandauQUIC: Add documentation for stream and connection shutd...
2023-01-27  Hugo LandauQUIC Test Server: Exercise end-of-stream condition...
2023-01-27  Hugo LandauQUIC Front End I/O API: Add support for signalling...
2023-01-27  Hugo LandauQUIC TXP: Fix handling of FIN stream chunks
2023-01-27  Hugo LandauQUIC: Refine SSL_shutdown and begin to implement SSL_sh...
2023-01-27  Tomas MrazAdd notes about ignoring initialization failures on...
2023-01-26  slontisDocument that the RSA e value is mandatory when importing.
2023-01-26  PauliFix Coverity 1520485: logically dead code
2023-01-26  Christoph MüllnerRevert "CI: cross-compile: riscv: Add RV64 machine...
2023-01-26  Viktor DukhovniClarify the change of enc -S behavior in 3.0
2023-01-26  Dr. David von... rename 90-test_traceapi.t to 90-test_trace_api.t for...
2023-01-26  Dr. David von... OSSL_HTTP_REQ_CTX_nbio(): use OSSL_TRACE_STRING() for...
2023-01-26  Dr. David von... add OSSL_TRACE_STRING(), OSSL_TRACE_STRING_MAX, and...
2023-01-25  Niels DosscheFix incomplete checks for EVP_CIPHER_asn1_to_param
2023-01-24  Matt CaswellRemove the user_ssl field
2023-01-24  Matt CaswellAdd QUIC-TLS server support
2023-01-24  Matt CaswellRemove the old Dummy Handshake code
2023-01-24  Matt CaswellAdd support for the msg_callback
2023-01-24  Matt CaswellReplace use of the Dummy Handshake Layer with the real one
2023-01-24  Matt CaswellAdd an initial QUIC-TLS implementation
2023-01-24  Matt CaswellAdd the ability to add a custom extension on an SSL...
2023-01-24  Matt CaswellExtend the new_record_layer function
2023-01-24  Matt CaswellAdd support for setting a custom TLS Record Layer
2023-01-24  Matt CaswellRemove an unneeded OSSL_RECORD_METHOD function
2023-01-24  Matt CaswellMove recordmethod.h to be an "internal" header
2023-01-24  Matt CaswellCreate the SSL object for QUIC-TLS
2023-01-24  Dr. David von... APPS: generated certs bear X.509 V3, unless -x509v1...
2023-01-24  Dr. David von... apps/req.c: properly report parse errors by duplicated...
2023-01-24  Dr. David von... X509{,_CRL,_REVOKED}_{set,sign}*(): fix 'modified'...
2023-01-24  Paulitest: note that a default property query must be includ...
2023-01-24  Paulichanges entry about non-approved FIPS algorithms
2023-01-24  PauliPut X25519 and X448 back as approved algorithms
2023-01-24  Paulifips: document that the EdDSA algorithms are not-validated
2023-01-24  Dr. David von... OSSL_trace_set_channel(): add important statement that...
2023-01-24  Dr. David von... set_trace_data(): prevent double free on OPENSSL_strdup...
2023-01-24  FdaSilvaYYTypos fixing
next