]> git.ipfire.org Git - thirdparty/openssl.git/shortlog
thirdparty/openssl.git
2022-07-28  Tomas MrazSSL object refactoring using SSL_CONNECTION object
2022-07-28  Matt CaswellAdd some documentation for the BIO_s_mem() datagram...
2022-07-28  Matt CaswellAdd a test for BIO_s_mem() when using datagrams
2022-07-28  Matt CaswellGive BIO_s_mem() the ability to support datagrams
2022-07-28  Joachim VandersmissenUpdate EVP_KDF-X942-ASN1.pod
2022-07-27  PauliGCM: record limit counter gets reset on AAD changes
2022-07-27  SlanternsRemove `no-{ssl|tls|tls1_3|dtls}-method` in INSTALL.md
2022-07-26  Dr. David von... x509_lu.c and x509_vfy.c: improve coding style, comment...
2022-07-26  Juergen Christs390x: Optimize kmac
2022-07-26  Dr. David von... 80-test_cmp_http.t: fix adaption of plan on 'certstatus...
2022-07-26  Charles MiletteFix UWP builds by defining VirtualLock
2022-07-26  Richard LevitteConfigurations/10-main.conf: In the VC-common target...
2022-07-26  Juergen Christs390x: Fix GCM setup
2022-07-26  PauliFix error in LHASH documentation
2022-07-25  Matt CaswellFix no-dtls1_2
2022-07-24  Richard LevitteDon't try to make configuration leaner
2022-07-23  Dr. David von... CHANGES.md: Add entries for contributions to 3.1 by...
2022-07-22  Todd ShortAdd test from "Fix re-signing certificates with differe...
2022-07-22  PauliCoverity 1507376: Dereference after null check
2022-07-22  Todd ShortClean up GCM_MUL and remove GCM_FUNCREF_4BIT
2022-07-22  Todd ShortClean up use of GHASH macro
2022-07-22  Todd ShortUse separate function to get GCM functions
2022-07-22  Todd ShortRemove some unused 4bit GCM code
2022-07-22  Todd ShortRemove unused 1bit GCM implementation
2022-07-22  Todd ShortRemove unused 8bit GCM implementation
2022-07-22  Matt CaswellFix a crash in v2i_IPAddrBlocks()
2022-07-22  PauliFix error in example.
2022-07-21  Dr. David von... X509_STORE_CTX_purpose_inherit(): add missing details...
2022-07-21  marcfedorowEmit rev8 on __riscv_zbkb as on __riscv_zbb
2022-07-20  Dr. David von... Add OSSL_CMP_CTX_get0_validatedSrvCert(), correcting...
2022-07-20  Dmitry BelyavskiyFix verify_callback in the openssl s_client/s_server app
2022-07-20  Dr. David von... check-format.pl: fix detection of missing/extra blank...
2022-07-20  Dr. David von... check-format.pl: fix false positive on 'for(;; stmt)'
2022-07-20  Dr. David von... check-format.pl: improve wording: 'no' -> 'missing...
2022-07-20  Richard Levitte"Reserve" the method store when constructing methods
2022-07-20  PauliCoverity 1507372: explicit null dereference
2022-07-20  PauliCoverity 1503321 & 1503327: dereference after null...
2022-07-19  Tom CosgroveFix aarch64 signed bit shift issue found by UBSAN
2022-07-19  Dr. David von... apps/x509: Improve doc fix for -CAserial anc -CAcreates...
2022-07-19  Dr. David von... crypto/x509/v3_addr.c: fix style nits reported by check...
2022-07-19  Dr. David von... libcrypto and test: rename asn1_string_to_time_t to...
2022-07-19  Dr. David von... libcrypto refactoring: introduce and use ossl_asn1_stri...
2022-07-19  Dr. David von... libcrypto refactoring: make more use of ASN1_STRING_set0()
2022-07-19  Dr. David von... Add X509_PUBKEY_set0_public_key(), extracted from X509_...
2022-07-18  Roberto Hueso... Fix memleak in PKCS12_pbe_crypt_ex()
2022-07-18  Bernd EdlingerRemove duplicated BIO_get_ktls_send calls in do_ssl3_write
2022-07-18  Tomas Mrazossl_ffc_params_copy: Copy the keylength too
2022-07-18  Tomas MrazTest that we generate a short private key for known...
2022-07-18  Tomas Mrazdhparam: Correct the documentation of -dsaparam
2022-07-18  Tomas Mrazdhparam_test: Test that we add private key length on...
2022-07-18  Tomas Mrazdh_to_text: Print the dh->length if set
2022-07-18  Tomas MrazUse as small dh key size as possible to support the...
2022-07-17  PauliCoverity 1506566: unchecked return value
2022-07-17  Paulievp: make all _is_a functions accept and handle a NULL...
2022-07-17  PauliCoverity 1503321 & 1503327: dereference after null...
2022-07-16  Dr. David von... cmsapitest.c: add test case for CMS_EnvelopedData_decrypt()
2022-07-16  Dr. David von... CMS: add CMS_SignedData_verify(), a variant of CMS_veri...
2022-07-16  Dr. David von... CMS_add0_cert.pod: various improvements of the description
2022-07-16  Dr. David von... cms_sd.c: fix style/formatting nits reported check...
2022-07-15  AllanAdded paragraph to free objects alloced by X509V3_add1_...
2022-07-15  AllanUpdated X509v3_get_ext_by_NID.pod and X509_CRL_get0_by_...
2022-07-14  Juergen Christs390x: Fix Keccak implementation
2022-07-14  xkernelocspapitest: use TEST_true to report the exact failure
2022-07-14  xkernelocspapitest: properly check the return of memory-alloca...
2022-07-14  Juergen ChristFix EC ASM flag passing
2022-07-14  Dr. David von... http_client.c: 2nd fix for calculation of Content...
2022-07-14  Dr. David von... apps/x509: add warnings for options ignored when -CA...
2022-07-14  Dr. David von... openssl-x509.pod.in: fix description of certificate...
2022-07-14  Dr. David von... APPS/x509: With -CA but both -CAserial and -CAcreateser...
2022-07-14  Dr. David von... apps/x509: Fix -CAfile option being neglected with...
2022-07-14  Dr. David von... crypto/evp/bio_b64.c: improve coding style
2022-07-13  Hongren (Zenithal... Add ROTATE inline RISC-V zbb/zbkb asm for chacha
2022-07-13  Daniel FialaAdd an EVP demo for CMAC
2022-07-13  slontisCheck for EVP_MD being NULL inside ssl.
2022-07-13  Dr. David von... crypto/x509/v3_purp.c: Improve coding style
2022-07-13  Dr. David von... crypto/x509/x509_vfy.c: Improve coding style
2022-07-13  Tomas Mrazspeed: Always reset the outlen when calling EVP_PKEY_derive
2022-07-13  Richard LevittePre-declare all core dispatch table functions, and...
2022-07-13  xkerneladd a check for the return of OBJ_new_nid()
2022-07-13  Varun Sharmaci: add GitHub token permissions for workflows
2022-07-12  Dr. David von... OSSL_trace_set_channel.pod and openssl.pod: fix missing...
2022-07-12  Dr. David von... x509_vfy.c: Revert the core of #14094 regarding chain_b...
2022-07-12  Dr. David von... test/certs/setup.sh: add missing comment on CA cert...
2022-07-12  slontisFix memory leak in EVP_PKEY_get1_encoded_public_key.
2022-07-11  Dr. David von... http_client.c: fix calculation of Content-Length in...
2022-07-11  Dr. David von... apps/cmp.c: fix cleanup of CMP_CTX vs. APP_HTTP_TLS_INF...
2022-07-11  Dr. David von... cmp_http.c: extend comment in keep_alive()
2022-07-11  AllanFix memory leak in X509V3_add1_i2d when flag is X509V3_...
2022-07-11  Viktor Szakatsuse #pragma comment(lib) with _MSC_VER only
2022-07-11  Mingjun.Yangfeat: add hmac-sm3 test cases from GM/T 0042-2015 Appen...
2022-07-11  KanAdd config option for speed command
2022-07-10  Tomas MrazAdd the LibreOffice Draw source for the QUIC overview...
2022-07-10  Juergen ChristFix SHA, SHAKE, and KECCAK ASM flag passing
2022-07-10  slontisMake evp_test skip mac tests if digest or ciphers are...
2022-07-10  Daniel FialaAdd an EVP demo for HMAC
2022-07-08  Jiasheng Jiangssl/tls_srp.c: Add check for BN_dup
2022-07-08  Bernd EdlingerFix reported performance degradation on aarch64
2022-07-08  Richard LevitteWindows: use the basename of the product (.dll) for...
2022-07-08  Max BachmannAdd config option OPENSSL_NO_UNIX_SOCK
2022-07-06  AllanUpdated information for OSSL_SIGNATURE_PARAM_PSS_SALTLEN
next