summaryrefslogtreecommitdiffstats
path: root/Configure (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-14Fix EC ASM flag passingJuergen Christ1-0/+8
2022-07-14http_client.c: 2nd fix for calculation of Content-Length in set1_content()Dr. David von Oheimb1-6/+17
2022-07-14apps/x509: add warnings for options ignored when -CA is not specifiedDr. David von Oheimb1-3/+13
2022-07-14openssl-x509.pod.in: fix description of certificate serial number storageDr. David von Oheimb1-6/+6
2022-07-14APPS/x509: With -CA but both -CAserial and -CAcreateserial not given, use ran...Dr. David von Oheimb5-18/+40
2022-07-14apps/x509: Fix -CAfile option being neglected with -new or -inDr. David von Oheimb1-1/+1
2022-07-14crypto/evp/bio_b64.c: improve coding styleDr. David von Oheimb1-47/+35
2022-07-13Add ROTATE inline RISC-V zbb/zbkb asm for chachaHongren (Zenithal) Zheng1-0/+22
2022-07-13Add an EVP demo for CMACDaniel Fiala2-3/+158
2022-07-13Check for EVP_MD being NULL inside ssl.slontis5-11/+26
2022-07-13crypto/x509/v3_purp.c: Improve coding styleDr. David von Oheimb1-61/+46
2022-07-13crypto/x509/x509_vfy.c: Improve coding styleDr. David von Oheimb1-14/+12
2022-07-13speed: Always reset the outlen when calling EVP_PKEY_deriveTomas Mraz1-2/+5
2022-07-13Pre-declare all core dispatch table functions, and fix the internal onesRichard Levitte3-15/+85
2022-07-13add a check for the return of OBJ_new_nid()xkernel1-0/+3
2022-07-13ci: add GitHub token permissions for workflowsVarun Sharma15-0/+51
2022-07-12OSSL_trace_set_channel.pod and openssl.pod: fix missing/inconsistent category...Dr. David von Oheimb2-11/+59
2022-07-12x509_vfy.c: Revert the core of #14094 regarding chain_build() error reportingDr. David von Oheimb1-5/+0
2022-07-12test/certs/setup.sh: add missing comment on CA cert variant without basic con...Dr. David von Oheimb1-2/+2
2022-07-12Fix memory leak in EVP_PKEY_get1_encoded_public_key.slontis1-3/+8
2022-07-11http_client.c: fix calculation of Content-Length in set1_content()Dr. David von Oheimb1-7/+23
2022-07-11apps/cmp.c: fix cleanup of CMP_CTX vs. APP_HTTP_TLS_INFO in its http_cb_arg f...Dr. David von Oheimb1-5/+11
2022-07-11cmp_http.c: extend comment in keep_alive()Dr. David von Oheimb1-1/+4
2022-07-11Fix memory leak in X509V3_add1_i2d when flag is X509V3_ADD_DELETEAllan1-1/+3
2022-07-11use #pragma comment(lib) with _MSC_VER onlyViktor Szakats1-1/+3
2022-07-11feat: add hmac-sm3 test cases from GM/T 0042-2015 Appendix D.3Mingjun.Yang3-1/+39
2022-07-11Add config option for speed commandKan2-1/+16