summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* providers: add XOF support to blake2bČestmír Kalina2023-03-174-10/+140
* evp_test: add digest xoflen supportČestmír Kalina2023-03-171-12/+19
* Fix copyright disclaimer.Pauli2023-03-161-1/+1
* riscv: GCM: Implement GHASH()Christoph Müllner2023-03-162-8/+170
* riscv: GCM: Simplify GCM calculationChristoph Müllner2023-03-163-201/+288
* riscv: GCM: Use riscv.pmChristoph Müllner2023-03-162-76/+58
* riscv.pm: Add improved error messages to read_reg codeChristoph Müllner2023-03-161-2/+24
* riscv: aes: Move reusable Perl code into Perl moduleChristoph Müllner2023-03-162-145/+157
* riscv: Clean up extension test macrosChristoph Müllner2023-03-1614-35/+41
* Fix documented function return typesAndy Bernard2023-03-161-2/+2
* enable VPSM4_EX_CAPABLE for sm4_gcmzhangzhilei2023-03-151-12/+21
* Coverity 1521490: resource leakPauli2023-03-151-1/+4
* demo: Fix makefile targetPauli2023-03-151-1/+1
* Added a short description of VC-WIN*-HYBRIDCRT to Windows notesklaus triendl2023-03-151-2/+4
* Added 'hybrid CRT' targets for the Windows platformklaus triendl2023-03-153-2/+41
* Fix PKCS12_newpass() to work with PBES2.slontis2023-03-152-37/+151
* Add Tests for RSA signatures using X931 padding.slontis2023-03-151-0/+63
* Avoid erroneous diagnostics in speed measuringDmitry Belyavskiy2023-03-151-2/+2
* Add a flag so finalised contexts are not reusedSimo Sorce2023-03-154-10/+77
* Add test for context duplication failureSimo Sorce2023-03-153-1/+222
* Do not fail if ctx dup does not succeedSimo Sorce2023-03-157-23/+52
* Improve the performance of d2i_AutoPrivateKey and friendsMatt Caswell2023-03-151-27/+40
* Document remaining obsolete SSL_OP_NETSCAPE_*_BUGTobias Nießen2023-03-151-0/+4
* Add missing assignment to EVP_get_digestbynid()ndossche2023-03-151-1/+1
* doc/man3/X509_STORE_CTX_get_error.pod: make order consistent, add some missin...Dr. David von Oheimb2023-03-152-55/+77
* Segmentation fault in parent rng cleanupafshinpir2023-03-151-1/+1
* Updated `rsa_has()` for correct validationafshinpir2023-03-151-2/+2
* Fix size_t/int mismatch in cms_ec.c and rsa_sig.cTomas Mraz2023-03-153-8/+15
* aes/asm/bsaes-armv7.pl: Replace adrl with addKornel Dulęba2023-03-151-1/+1
* Remove duplicate codezhangzhilei2023-03-151-1/+0
* Add missing copyright headerPauli2023-03-151-0/+9
* doc: document that prediction resistance comes with a hidden costPauli2023-03-151-0/+12
* apps/x509 etc.: allow private key input when public key is expectedDr. David von Oheimb2023-03-1414-111/+123
* test/smime-certs/{mksmime-certs.sh,ca.cnf}: simplify and speed up cert genera...Dr. David von Oheimb2023-03-142-78/+55
* apps/{dsa,ec,rsa,pkey}.c: harmonize coding w.r.t. 'pubin' variableDr. David von Oheimb2023-03-143-7/+3
* Fix how util/wrap.pl is used in OpenSSL::Util::fixup_cmd()Richard Levitte2023-03-081-19/+38
* Fix util/wrap.pl.in for VMS usageRichard Levitte2023-03-084-71/+27
* Run the punycode-test over the fuzz corpora during test.Kurt Roeckx2023-03-071-0/+22
* fips: Use salt >= 16 bytes in PBKDF2 selftestClemens Lang2023-03-071-6/+16
* Add option to FIPS module to enforce EMS check during KDF TLS1_PRF.slontis2023-03-0718-38/+281
* S390X: Accelerate keccak XOFJuergen Christ2023-03-072-8/+6
* test//bio_dgram_test.c: Skip test when BIO_bind() failsRichard Levitte2023-03-071-4/+4
* bss_dgram.c: Use BIO_ADDR_sockaddr() and BIO_ADDR_sockaddr_size()Richard Levitte2023-03-071-2/+2
* DOCS: provider-keymgmt(7) - params for EVP_PKEY_get_default_digest_{name,nid}()Richard Levitte2023-03-072-1/+31
* stream_frame_new(): Add missing allocation checkTomas Mraz2023-03-061-0/+3
* test_rstream_random(): Test adding final empty frameTomas Mraz2023-03-061-13/+38
* Test new ossl_quic_rstream API callsTomas Mraz2023-03-061-20/+77
* Improve the QUIC_RSTREAM implementationTomas Mraz2023-03-068-195/+652
* VMS knows POSIX threads too!Richard Levitte2023-03-062-36/+2
* Improve the performance of EVP_PKCS82PKEY_exMatt Caswell2023-03-061-1/+22