summaryrefslogtreecommitdiffstats
path: root/util/perl (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-03openssl-dgst.pod.in: Fix documentation of -list optionEasySec1-9/+15
2022-02-03Fix copyrightsTodd Short22-17/+116
2022-02-03Use opt_int_arg() to parse integers in apps/speed.cKevin K Biju1-5/+9
2022-02-03Fix EVP todata and fromdata when used with selection of EVP_PKEY_PUBLIC_KEY.slontis14-49/+245
2022-02-03add SSL_get0_iana_groups() & SSL_client_hello_get_extension_order()Phus Lu8-4/+93
2022-02-02apps/progs.pl: use SOURCE_DATE_EPOCH if defined for copyright yearRoss Burton1-1/+1
2022-02-01Update the comment on ssl3_write_pending()yangyangtiantianlonglong1-1/+1
2022-02-01Revert dropped usage of var thiswr in do_ssl3_write()yangyangtiantianlonglong1-1/+1
2022-02-01indentation fixPauli1-1/+1
2022-02-01tls1 prf: implement ctx dup operationPauli1-0/+27
2022-02-01pkcs12 kdf: implement ctx dup operationPauli1-0/+25
2022-02-01test: change pkey kdf dup fail test to a pkey kdf dup success testPauli1-7/+8
2022-02-01k942 kdf: implement ctx dup operationPauli1-0/+37
2022-02-01ss KDF: implement ctx dup operationPauli1-0/+32
2022-02-01ssh kdf: implement ctx dup operationPauli1-0/+26
2022-02-01scrypt: implement ctx dup operationPauli1-0/+35
2022-02-01pvk kdf: implement ctx dup operationPauli1-0/+22
2022-02-01krb5kdf: implement ctx dup operationPauli1-0/+23
2022-02-01kbkdf: implement ctx dup operationPauli1-0/+32
2022-02-01hkdf: implement ctx dup operationPauli1-0/+33
2022-02-01pbkdf2: implement ctx dup operationPauli1-2/+36
2022-02-01pbkdf1: implement ctx dup operationPauli1-0/+24
2022-02-01evp_test: add a ctx dup operation to the KDF testsPauli1-0/+5
2022-02-01prov: add a safe memdup function for context cloningPauli2-0/+21
2022-02-01Fix bad HTML formatting in EVP_KEYEXCH-DH.html because of missing newline in ...EasySec1-0/+1
2022-02-01Fix endianness problem in params_api_testJuergen Christ1-8/+8
2022-01-31aes: make the no-asm constant time code path not the defaultPauli2-1/+10
2022-01-28Include the modules directory in openssl.pcRichard Levitte1-0/+1
2022-01-28apps: Add option -no_ems to s_client/s_server appsyangyangtiantianlonglong4-3/+20
2022-01-28Add -verbose/-queit flags to dhparamPhilip Prindeville12-14/+88
2022-01-28Use progress_cb in genrsaPhilip Prindeville1-24/+1
2022-01-28Add the missing check of BN_bn2hex return valueZhou Qingyang1-0/+3
2022-01-27BIO_new_from_core_bio: Check for NULL pointer after calling get_globalsJiasheng Jiang1-6/+12
2022-01-27Ensure ciphers command honours -propqueryMatt Caswell1-1/+1
2022-01-27Document purpose and trust setting functionsMatt Caswell2-4/+68
2022-01-27Add a test for X509_STORE_CTX_set_purpose()Matt Caswell2-18/+111
2022-01-27Ensure X509_STORE_CTX_purpose_inherit handles a 0 default purposeMatt Caswell1-5/+6
2022-01-27lhash: Avoid 32 bit right shift of a 32 bit valueTomas Mraz1-2/+4
2022-01-27Fix IV length of DES EDE ECB implementationsTomas Mraz3-7/+16
2022-01-26TEST: Add addition OSSL_PARAM tests for signed BIGNUMsRichard Levitte2-58/+128
2022-01-26Add support for signed BIGNUMs in the OSSL_PARAM_BLD APIRichard Levitte3-15/+52
2022-01-26Add support for signed BIGNUMs in the OSSL_PARAM APIRichard Levitte2-24/+42
2022-01-26UI: Check for NULL pointer after calling OPENSSL_memdupJiasheng Jiang1-2/+5
2022-01-26Allow empty passphrase in PEM_write_bio_PKCS8PrivateKey_nid()Darshan Sen3-3/+17
2022-01-26Fix invalid malloc failures in PEM_write_bio_PKCS8PrivateKey()Darshan Sen4-2/+33
2022-01-26x509: add the check for X509_STORE_lockJiasheng Jiang1-7/+25
2022-01-25test/ct_test.c: Add the missing check after calling sk_SCT_new_nullJiasheng Jiang1-0/+3
2022-01-25evp_test: Add the missing check after calling OPENSSL_mallocJiasheng Jiang1-2/+6
2022-01-25Optimize AES-GCM for uarchs with unroll and new instructionsXiaokangQian8-18/+7546
2022-01-24AES-GCM performance optimzation with stitched method for p9+ ppc64leDanny Tsen5-1/+1494