summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-07-20Fix verify_callback in the openssl s_client/s_server appDmitry Belyavskiy
2022-07-20check-format.pl: fix detection of missing/extra blank lines in local declsDr. David von Oheimb
2022-07-20check-format.pl: fix false positive on 'for(;; stmt)'Dr. David von Oheimb
2022-07-20check-format.pl: improve wording: 'no' -> 'missing'; further minor improvementsDr. David von Oheimb
2022-07-20"Reserve" the method store when constructing methodsRichard Levitte
2022-07-20Coverity 1507372: explicit null dereferencePauli
2022-07-20Coverity 1503321 & 1503327: dereference after null checkPauli
2022-07-19Fix aarch64 signed bit shift issue found by UBSANTom Cosgrove
2022-07-19apps/x509: Improve doc fix for -CAserial anc -CAcreateserialDr. David von Oheimb
2022-07-19crypto/x509/v3_addr.c: fix style nits reported by check-format.plDr. David von Oheimb
2022-07-19libcrypto and test: rename asn1_string_to_time_t to ossl_asn1_string_to_time_tDr. David von Oheimb
2022-07-19libcrypto refactoring: introduce and use ossl_asn1_string_set_bits_left()Dr. David von Oheimb
2022-07-19libcrypto refactoring: make more use of ASN1_STRING_set0()Dr. David von Oheimb
2022-07-19Add X509_PUBKEY_set0_public_key(), extracted from X509_PUBKEY_set0_param()Dr. David von Oheimb
2022-07-18Fix memleak in PKCS12_pbe_crypt_ex()Roberto Hueso Gomez
2022-07-18Remove duplicated BIO_get_ktls_send calls in do_ssl3_writeBernd Edlinger
2022-07-18ossl_ffc_params_copy: Copy the keylength tooTomas Mraz
2022-07-18Test that we generate a short private key for known DH primeTomas Mraz
2022-07-18dhparam: Correct the documentation of -dsaparamTomas Mraz
2022-07-18dhparam_test: Test that we add private key length on generation and print itTomas Mraz
2022-07-18dh_to_text: Print the dh->length if setTomas Mraz
2022-07-18Use as small dh key size as possible to support the securityTomas Mraz
2022-07-17Coverity 1506566: unchecked return valuePauli
2022-07-17evp: make all _is_a functions accept and handle a NULL argumentPauli
2022-07-17Coverity 1503321 & 1503327: dereference after null checkPauli
2022-07-16cmsapitest.c: add test case for CMS_EnvelopedData_decrypt()Dr. David von Oheimb
2022-07-16CMS: add CMS_SignedData_verify(), a variant of CMS_verify() with extensionsDr. David von Oheimb
2022-07-16CMS_add0_cert.pod: various improvements of the descriptionDr. David von Oheimb
2022-07-16cms_sd.c: fix style/formatting nits reported check-format.plDr. David von Oheimb
2022-07-15Added paragraph to free objects alloced by X509V3_add1_i2d()Allan
2022-07-15Updated X509v3_get_ext_by_NID.pod and X509_CRL_get0_by_serial.podAllan
2022-07-14s390x: Fix Keccak implementationJuergen Christ
2022-07-14ocspapitest: use TEST_true to report the exact failurexkernel
2022-07-14ocspapitest: properly check the return of memory-allocating functionsxkernel
2022-07-14Fix EC ASM flag passingJuergen Christ
2022-07-14http_client.c: 2nd fix for calculation of Content-Length in set1_content()Dr. David von Oheimb
2022-07-14apps/x509: add warnings for options ignored when -CA is not specifiedDr. David von Oheimb
2022-07-14openssl-x509.pod.in: fix description of certificate serial number storageDr. David von Oheimb
2022-07-14APPS/x509: With -CA but both -CAserial and -CAcreateserial not given, use ran...Dr. David von Oheimb
2022-07-14apps/x509: Fix -CAfile option being neglected with -new or -inDr. David von Oheimb
2022-07-14crypto/evp/bio_b64.c: improve coding styleDr. David von Oheimb
2022-07-13Add ROTATE inline RISC-V zbb/zbkb asm for chachaHongren (Zenithal) Zheng
2022-07-13Add an EVP demo for CMACDaniel Fiala
2022-07-13Check for EVP_MD being NULL inside ssl.slontis
2022-07-13crypto/x509/v3_purp.c: Improve coding styleDr. David von Oheimb
2022-07-13crypto/x509/x509_vfy.c: Improve coding styleDr. David von Oheimb
2022-07-13speed: Always reset the outlen when calling EVP_PKEY_deriveTomas Mraz
2022-07-13Pre-declare all core dispatch table functions, and fix the internal onesRichard Levitte
2022-07-13add a check for the return of OBJ_new_nid()xkernel
2022-07-13ci: add GitHub token permissions for workflowsVarun Sharma