summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Implements Hybrid Public Key Encryption (HPKE) as per RFC9180.Stephen Farrell2022-11-254-17/+1803
* When using PEM_read_bio_PrivateKey_ex() the public key is optionalTomas Mraz2022-11-251-4/+13
* add missing OSSL_CMP_CTX_reset_geninfo_ITAVs() functionDr. David von Oheimb2022-11-251-0/+11
* OSSL_CMP_CTX_reinit(): fix missing reset of ctx->genm_ITAVsDr. David von Oheimb2022-11-251-7/+10
* CMP: fix gen_new() in cmp_msg.c checking wrong ITAVsDr. David von Oheimb2022-11-251-2/+1
* CMS_decrypt_set1_*(): remove misleading error queue entry when recipient mism...Dr. David von Oheimb2022-11-251-15/+17
* CMS_decrypt_set1_password(): prevent mem leak on any previously set decryptio...Dr. David von Oheimb2022-11-251-4/+8
* CMS_decrypt*(): fix misconceptions and mem leakDr. David von Oheimb2022-11-252-12/+14
* Add SM2 support for EVP_PKEY_Q_keygenJiaxun Yang2022-11-241-1/+2
* CMP: fix handling of unset or missing failInfo PKI status informationDr. David von Oheimb2022-11-242-11/+6
* CMP: fix status held in OSSL_CMP_CTX, in particular for genp messagesDr. David von Oheimb2022-11-245-19/+33
* CMP+CRMF: fix formatting nits in crypto/, include/, and test/Dr. David von Oheimb2022-11-2412-70/+37
* Add support for KTLS zerocopy sendfile on LinuxMaxim Mikityanskiy2022-11-242-0/+10
* Add two new build targets to enable the possibility of using clang-cl asEverton Constantino2022-11-242-2/+34
* Cleanup : directly include of `internal/nelem.h` when required.FdaSilvaYY2022-11-231-0/+1
* CMP: add API functions OSSL_CMP_CTX_get0_libctx() and OSSL_CMP_CTX_get0_propq()Dr. David von Oheimb2022-11-231-0/+3
* Improve FIPS RSA keygen performance.slontis2022-11-232-8/+52
* Add functions supporting thread pool only when it is enabledTomas Mraz2022-11-224-25/+8
* Fix coverity issues in X509v3_addrslontis2022-11-211-14/+14
* Improve FIPS RSA keygen performance.slontis2022-11-212-9/+46
* x509/v3_purp.c: rename 'require_ca' parameters to the more adequate 'non_leaf'Dr. David von Oheimb2022-11-181-39/+39
* x509/v3_purp.c etc.: improve doc/comments on codesign and timestamp purpose c...Dr. David von Oheimb2022-11-181-6/+20
* DH_check[_params]() use libctx of the dh for prime checksTomas Mraz2022-11-181-2/+2
* Fix openssl.txtTodd Short2022-11-171-2/+2
* Catch incorrect IPAddressFamily lengthsGraham Woodward2022-11-161-0/+28
* gcm_get_funcs(): Add missing fallback for ghash on x86_64Tomas Mraz2022-11-151-0/+5
* Propagate selection all the way on key exportSimo Sorce2022-11-152-16/+25
* djgpp: Fix unused-but-set-variable warningJ.W. Jagersma2022-11-141-6/+10
* Define threads_lib.c functions only for OPENSSL_SYS_UNIXJ.W. Jagersma2022-11-141-1/+3
* Cast socklen_t to size_t in assert comparisonJ.W. Jagersma2022-11-141-2/+2
* Cast values to match printf format strings.J.W. Jagersma2022-11-141-2/+2
* Use libctx when generating DH parametersTomas Mraz2022-11-111-2/+2
* punycode: update to use WPACKET instead of using custom range checkingPauli2022-11-112-39/+36
* pem: avoid segfault if PKEY is NULL in PEM_write_bio_PrivateKeyMilan Broz2022-11-101-1/+4
* pem: fix a memory leak in PEM_write_bio_PrivateKey_traditionalMilan Broz2022-11-101-0/+1
* Limit size of modulus for BN_mod_exp_mont_consttime()Tomas Mraz2022-11-101-0/+9
* pkcs7: Remove unused includesCameron Cawley2022-11-101-5/+0
* Add zlib oneshot compressionTodd Short2022-11-071-2/+83
* crypto/sha/asm/sha512-ia64.pl: When checking assembler file names, ignore caseRichard Levitte2022-11-041-2/+2
* Add d2i_PUBKEY_ex_fp and d2i_PUBKEY_ex_bio.slontis2022-11-021-0/+35
* Release the drbg in the global default context before enginesTomas Mraz2022-11-022-0/+10
* Apply SM4 optimization patch to Kunpeng-920Xu Yizhou2022-11-021-0/+2
* dsa/ec: update pairwise tests to account for 140-3 IG 10.3.A additiocal comme...Pauli2022-11-022-2/+107
* rand: add set0 calls for the private and public DRBGsPauli2022-11-022-2/+30
* Fix CVE-2022-3786 in punycode decoder.Pauli2022-11-011-35/+29
* Fix CVE-2022-3602 in punycode decoder.Pauli2022-11-011-1/+1
* crypto/dso/dso_vms.c: Better definition of DSO_MALLOC()Richard Levitte2022-10-281-2/+2
* Fix a lock in provider_remove_store_methods()Matt Caswell2022-10-251-1/+1
* crypto: thread: remove ossl_crypto_thread_native_terminateČestmír Kalina2022-10-214-102/+1
* Errors raised from OPENSSL_sk_set should have ERR_LIB_CRYPTOTomas Mraz2022-10-211-2/+2