summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix the ceiling on how much encryption growth we can haveMatt Caswell2022-11-071-8/+12
* Add zlib oneshot compressionTodd Short2022-11-077-7/+96
* Check for private key existence before calling eddsa sign functionsWangchong Zhou2022-11-042-1/+83
* crypto/sha/asm/sha512-ia64.pl: When checking assembler file names, ignore caseRichard Levitte2022-11-041-2/+2
* Configurations/*.tmpl: overhaul assembler make rules.Richard Levitte2022-11-044-34/+15
* Update GitHub actions as suggested by dependabotTomas Mraz2022-11-0318-55/+55
* Coverity 1516624: Fix overrun memory access.Pauli2022-11-031-1/+1
* Fix coverity 1516093 tainted scalarTodd Short2022-11-021-1/+2
* Fix documentation for some i2d return values.slontis2022-11-022-11/+13
* Add d2i_PUBKEY_ex_fp and d2i_PUBKEY_ex_bio.slontis2022-11-026-8/+95
* providers/common/der/oids_to_c.pm: Remove use of Data::DumperRichard Levitte2022-11-021-2/+0
* Add test for X509 sign TBS cache regression.slontis2022-11-023-2/+162
* Update the pipelining docsMatt Caswell2022-11-021-2/+5
* Fix read pipeliningMatt Caswell2022-11-021-20/+8
* Pipeline output/input buf arrays must live until the EVP_Cipher is calledMatt Caswell2022-11-021-2/+1
* Add a test for TLS pipeliningMatt Caswell2022-11-022-4/+196
* Release the drbg in the global default context before enginesTomas Mraz2022-11-023-0/+11
* Add a test case for the engine crash with AES-256-CTRBernd Edlinger2022-11-022-1/+89
* Potential null pointer referenceyangyangtiantianlonglong2022-11-021-7/+7
* Attempt to fix CI Daily build errorslontis2022-11-022-7/+46
* Fix unused variable in QUIC send stream testHugo Landau2022-11-021-2/+1
* Apply SM4 optimization patch to Kunpeng-920Xu Yizhou2022-11-022-1/+4
* fips: verify that the RNG was restored after the self testsPauli2022-11-021-0/+14
* fipsinstall: add -self_test_oninstall option.Pauli2022-11-023-5/+58
* Update FIPS KATs for 140-3Pauli2022-11-024-33/+268
* dsa/ec: update pairwise tests to account for 140-3 IG 10.3.A additiocal comme...Pauli2022-11-022-2/+107
* Remove DES cipher from the FIPS providerPauli2022-11-021-4/+0
* Update fipsinstall testsPauli2022-11-021-30/+67
* Remove conditional FIPS dependence for 3DESPauli2022-11-021-1/+7
* Move DES based test cases out of FIPS territoryPauli2022-11-021-2/+2
* Skip DES based tests in FIPS modePauli2022-11-021-7/+10
* rand: add set0 calls for the private and public DRBGsPauli2022-11-027-9/+61
* Dependabot configuration is not a workflowTomas Mraz2022-11-011-0/+0
* punycode: add unit testsPauli2022-11-013-1/+236
* 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
* providers/implementations/kdfs/pvkkdf.c: Ensure SIZE_MAX is definedRichard Levitte2022-10-281-0/+1
* tests: clear error queue before executing a testcaseTomas Mraz2022-10-274-6/+2
* Fix parameter names for RSA private key exampleJoakim Antman2022-10-271-8/+13
* Make openVMS seeding less dependent of OpenVMS versionRichard Levitte2022-10-271-28/+54
* Check whether buffers have actually been allocated/freedMatt Caswell2022-10-271-8/+33
* Remove some unused OSSL_RECORD_METHOD functionsMatt Caswell2022-10-275-28/+0
* Make SSL_alloc_buffers() and SSL_free_buffers() work againMatt Caswell2022-10-278-19/+108
* add dependabot to keep actions versions up-to-datePaul Kehrer2022-10-271-0/+6
* Use RSA CRT parameters in FIPS self tests.slontis2022-10-272-5/+15
* rand: remove the ossl_rand_pool_add_additional_data() function.Pauli2022-10-275-153/+0
* ssl_cipher_process_rulestr: don't read outside rule_str bufferTodd C. Miller2022-10-261-3/+1
* Fix 32-bit Windows issues related to QUIC Wire functionsRichard Levitte2022-10-253-22/+45
* Fix 32-bit Windows issues related to QUIC_STREAMRichard Levitte2022-10-251-3/+3