summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* 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
* stack: Do not add error if pop/shift/value accesses outside of the stackTomas Mraz2022-10-212-36/+9
* x509: fix -Wunused-but-set-variableSam James2022-10-211-5/+1
* txt_db: fix -Wunused-but-set-variableSam James2022-10-211-2/+0
* pem: fix -Wunused-but-set-variableSam James2022-10-211-2/+2
* crypto: thread: serialize concurrent joinsČestmír Kalina2022-10-214-67/+85
* Fix make updateMatt Caswell2022-10-201-1/+1
* Finer grained error records for provider load/init failuresRichard Levitte2022-10-201-7/+19
* Fix no longer implicitly refresh the cached TBSCertificateGibeom Gwon2022-10-201-48/+32
* Consolidate sequence counter incrementing codeMatt Caswell2022-10-201-0/+1
* add a check for the return of sk_SRP_gN_new_null() so that capture the potent...xkernel2022-10-201-1/+4
* Avoid putting ripemd_prov.c in libcommon otherwise it is regarded as fips sourceTomas Mraz2022-10-191-4/+4
* default provider: include RIPEMD160Pauli2022-10-191-3/+3
* Update COMP_METHODTodd Short2022-10-185-96/+142
* Add support for compressed certificates (RFC8879)Todd Short2022-10-184-10/+7
* Convert ZLIB defines to OPENSSL_NO_ZLIBTodd Short2022-10-184-7/+13
* Add ZSTD compression support (RFC8478bis)Todd Short2022-10-188-5/+851
* Add brotli compression support (RFC7924)Todd Short2022-10-188-3/+798
* crypto: add preemptive threading supportČestmír Kalina2022-10-179-1/+995
* Coverity 1515953: negative loop boundPauli2022-10-141-2/+3
* Fix LLVM vs Apple LLVM version numbering confusion, for $avx512ifmaRichard Levitte2022-10-133-6/+33
* Add translation for ECX group parameterJuergen Christ2022-10-131-1/+36
* Fix an occasional CI failure due to unaligned accessBernd Edlinger2022-10-131-7/+9
* Improve performance of the encoder collectionslontis2022-10-131-29/+51
* PKCS12_SAFEBAG_set0_attrs: Remove const from function signatureDaniel Fiala2022-10-131-2/+2
* Fix typo in PKCS12_SAFEBAG_set0_attrsDaniel Fiala2022-10-131-1/+1
* optimize ossl_sm4_set_key speedzhangzhilei2022-10-131-13/+24
* Add vpaes-loongarch64.pl module.zhuchen2022-10-122-0/+1009
* Add LoongArch64 cpuid and OPENSSL_loongarchcap_Pzhuchen2022-10-124-0/+154
* nit: fix some pointer comparisonsFdaSilvaYY2022-10-121-11/+11
* crypto/*: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-10-1221-98/+98
* crypto: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-10-1220-67/+67
* eckey_priv_encode(): Call ASN1_STRING_free() only on an ASN1_STRINGTomas Mraz2022-10-111-9/+9
* Reimplement brainpool TLSv1.3 support group supportMatt Caswell2022-10-073-3/+21
* Fix crypto/dso/dso_vms.cRichard Levitte2022-10-071-0/+3
* Change all references to OpenSSL 3.1 to OpenSSL 3.2 in the master branchRichard Levitte2022-10-071-2/+2
* Rename ossl_sleep calls to OSSL_sleep everywhereRichard Levitte2022-10-062-3/+2