openssl.git
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
2022-07-06 Alexander ScheelFixes OSCP->OCSP typo in ocsp command line
2022-07-06 Dr. David von... http_client.c: fix comment and documentation of the...
2022-07-06 Dr. David von... OSSL_HTTP_REQ_CTX_nbio(): fix copy&paste glitch calling...
2022-07-06 Dr. David von... OSSL_HTTP_open(): improve use of use_ssl and its docume...
2022-07-06 Dr. David von... app_http_tls_cb(): fix crash on inconsistency w.r.t...
2022-07-06 Dr. David von... openssl-cmds.pod.in: add missing entry for cmp
2022-07-06 EasySecFix typos in SSL_CTX_use_certificate.pod file
2022-07-06 Gregor JasnyAdd missing header for memcmp
2022-07-06 PauliFix Coverity 1498605 & 1498606: uninitialised value
2022-07-06 Paulidoc: document the event queue internal API
2022-07-06 PauliAdd unit test for event queue
2022-07-06 Paulissl: implement an event queue
2022-07-06 Paulissl: add a zero time macro
2022-07-06 PauliAdd sparse array to libssl
2022-07-06 PauliAdd additional include
2022-07-05 Alex ChernyakhovskyAES OCB test vectors
2022-07-05 Alex ChernyakhovskyFix AES OCB encrypt/decrypt for x86 AES-NI
2022-07-05 slontisFix bn_gcd code to check return value when calling...
2022-07-05 xkernelv3_sxnet: add a check for the return of i2s_ASN1_INTEGER()
2022-07-01 Tomas MrazIncrease test coverage by enabling more build options
2022-07-01 Tomas MrazAvoid crashing if CONF_modules_unload() is called after...
2022-07-01 Clemens LangAPPS: dsaparam, gendsa: Support setting properties
2022-07-01 Dr. David von... apps/cmp.c: improve print_itavs()
2022-07-01 Dr. David von... apps/cmp.c: Fix glitch in -newkeypass warning and exten...
2022-07-01 Dr. David von... CMP: implement optional hashAlg field of certConf CMPv3...
2022-07-01 Dr. David von... CMP: introduce version 3, while version 2 stays the...
2022-07-01 PauliCoverity: fix 1506297: negative returns
2022-07-01 PauliCoverity: fix 1506298: negative returns
2022-07-01 Paulifix Coverity 1506709: error handling
2022-06-30 slontisDocumentation update for EVP_set_default_properties
2022-06-30 KanUpdate the default macsaltlen and Add the configure...
2022-06-29 Daniel FialaRemove redundant check for `saltlen > UINT32_MAX`
2022-06-29 slontisFix memory leak in cmp_calc_protection()
next