summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ss KDF: implement ctx dup operationPauli2022-02-011-0/+32
* ssh kdf: implement ctx dup operationPauli2022-02-011-0/+26
* scrypt: implement ctx dup operationPauli2022-02-011-0/+35
* pvk kdf: implement ctx dup operationPauli2022-02-011-0/+22
* krb5kdf: implement ctx dup operationPauli2022-02-011-0/+23
* kbkdf: implement ctx dup operationPauli2022-02-011-0/+32
* hkdf: implement ctx dup operationPauli2022-02-011-0/+33
* pbkdf2: implement ctx dup operationPauli2022-02-011-2/+36
* pbkdf1: implement ctx dup operationPauli2022-02-011-0/+24
* evp_test: add a ctx dup operation to the KDF testsPauli2022-02-011-0/+5
* prov: add a safe memdup function for context cloningPauli2022-02-012-0/+21
* Fix bad HTML formatting in EVP_KEYEXCH-DH.html because of missing newline in ...EasySec2022-02-011-0/+1
* Fix endianness problem in params_api_testJuergen Christ2022-02-011-8/+8
* aes: make the no-asm constant time code path not the defaultPauli2022-01-312-1/+10
* Include the modules directory in openssl.pcRichard Levitte2022-01-281-0/+1
* apps: Add option -no_ems to s_client/s_server appsyangyangtiantianlonglong2022-01-284-3/+20
* Add -verbose/-queit flags to dhparamPhilip Prindeville2022-01-2812-14/+88
* Use progress_cb in genrsaPhilip Prindeville2022-01-281-24/+1
* Add the missing check of BN_bn2hex return valueZhou Qingyang2022-01-281-0/+3
* BIO_new_from_core_bio: Check for NULL pointer after calling get_globalsJiasheng Jiang2022-01-271-6/+12
* Ensure ciphers command honours -propqueryMatt Caswell2022-01-271-1/+1
* Document purpose and trust setting functionsMatt Caswell2022-01-272-4/+68
* Add a test for X509_STORE_CTX_set_purpose()Matt Caswell2022-01-272-18/+111
* Ensure X509_STORE_CTX_purpose_inherit handles a 0 default purposeMatt Caswell2022-01-271-5/+6
* lhash: Avoid 32 bit right shift of a 32 bit valueTomas Mraz2022-01-271-2/+4
* Fix IV length of DES EDE ECB implementationsTomas Mraz2022-01-273-7/+16
* TEST: Add addition OSSL_PARAM tests for signed BIGNUMsRichard Levitte2022-01-262-58/+128
* Add support for signed BIGNUMs in the OSSL_PARAM_BLD APIRichard Levitte2022-01-263-15/+52
* Add support for signed BIGNUMs in the OSSL_PARAM APIRichard Levitte2022-01-262-24/+42
* UI: Check for NULL pointer after calling OPENSSL_memdupJiasheng Jiang2022-01-261-2/+5
* Allow empty passphrase in PEM_write_bio_PKCS8PrivateKey_nid()Darshan Sen2022-01-263-3/+17
* Fix invalid malloc failures in PEM_write_bio_PKCS8PrivateKey()Darshan Sen2022-01-264-2/+33
* x509: add the check for X509_STORE_lockJiasheng Jiang2022-01-261-7/+25
* test/ct_test.c: Add the missing check after calling sk_SCT_new_nullJiasheng Jiang2022-01-251-0/+3
* evp_test: Add the missing check after calling OPENSSL_mallocJiasheng Jiang2022-01-251-2/+6
* Optimize AES-GCM for uarchs with unroll and new instructionsXiaokangQian2022-01-258-18/+7546
* AES-GCM performance optimzation with stitched method for p9+ ppc64leDanny Tsen2022-01-245-1/+1494
* `make clean` should clean up fips provider shared object.Todd Short2022-01-241-1/+1
* self_test.h: fix the C++ wrappingPauli2022-01-231-4/+3
* Standardize progress callback for dhparam, dsaparam, etc.Philip Prindeville2022-01-216-82/+21
* LEGACY PROV: Reimplement the ERR building blocks in upcall termsRichard Levitte2022-01-211-0/+102
* ERR: Move ERR_set_mark(), ERR_pop_to_mark() and ERR_clear_last_mark()Richard Levitte2022-01-213-56/+70
* crypto/bio: drop float formating for UEFIGerd Hoffmann2022-01-211-0/+20
* Revert "crypto/bio: fix build on UEFI"Gerd Hoffmann2022-01-211-9/+0
* Fix the same BIO_FLAGS macro definitionyangyangtiantianlonglong2022-01-212-1/+3
* TEST: Add a test of the new BN_signed set of functions in test/bntest.cRichard Levitte2022-01-201-0/+132
* Add signed bn2bin and bin2bn functionsRichard Levitte2022-01-204-32/+150
* [refactor] BIGNUM: Modify bin2bn() to work from least to most significant chunkRichard Levitte2022-01-201-22/+30
* BIGNUM: Add a comment on chunk order in struct bignum_stRichard Levitte2022-01-201-2/+5
* [refactor] BIGNUM: Modify bn2binpad()'s setup to be more like bin2bn()'sRichard Levitte2022-01-201-9/+20